.elementor-kit-38{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#424242;--e-global-color-accent:#61CE70;--e-global-color-6446e40:#FDDCBF;--e-global-color-2ea39be:#847530;--e-global-color-0fa1ca8:#5D4E17;--e-global-color-5a08f6f:#863C57;--e-global-color-30b840c:#701939;--e-global-color-6971300:#5C1B3B;--e-global-color-b16e35a:#FFFFFF;--e-global-color-f4a3146:#181818;--e-global-color-dae8364:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-38 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.music-fab{
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 99999;

  width: 52px;
  height: 52px;
  border-radius: 999px;

  border: 0;
  cursor: pointer;

  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(6px);

  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Play icon */
.music-fab::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid rgba(255,255,255,0.95);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 3px;
}

/* Pause icon when playing */
.music-fab.is-playing::before{
  content: "";
  width: 14px;
  height: 18px;
  border: 0;
  margin-left: 0;
  background:
    linear-gradient(to right,
      rgba(255,255,255,0.95) 0 40%,
      transparent 40% 60%,
      rgba(255,255,255,0.95) 60% 100%);
}

.music-fab:active{
  transform: translateY(1px);
}

/* PAUSED state (default) */
.music-fab{
  background: #701939; /* paused color */
}

/* PLAYING state */
.music-fab.is-playing{
  background: #5c1b3b; /* playing color */
}

/* Prevent theme overrides WITHOUT breaking color */
.music-fab:hover,
.music-fab:active,
.music-fab:focus,
.music-fab:focus-visible{
  background-color: #701939 !important; /* paused color */
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.music-fab.is-playing:hover,
.music-fab.is-playing:active,
.music-fab.is-playing:focus,
.music-fab.is-playing:focus-visible{
  background-color: #5c1b3b !important; /* playing color */
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overflow-x: hidden !important;
}/* End custom CSS */