.elementor-kit-32{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0077B6;--e-global-color-text:#1E2A38;--e-global-color-accent:#FFD60A;--e-global-color-b5aeb33:#E6F0F8;--e-global-color-c58817e:#1A2633;--e-global-color-5420d44:#2D4A68;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:linear-gradient(90deg;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#E0E0E0;--e-global-color-transparent:#00000000;--e-global-color-3e25e7b:#000000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Montserrat";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Montserrat";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Montserrat";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Montserrat";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Montserrat";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.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);}.elementor-kit-32 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-32{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-32{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shi-ctr{
  background: #ffd608; /* base gold color */
}

/* constant golden shimmer */
.shi-ctr::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    20deg,
    #ffd608 15%,
    rgba(0, 0, 0, 1) 45%,
    #e0b700 85%
  );
  transform-origin: center;
  animation: rotate-shimmer 6s linear infinite;
  z-index: 0;
  opacity: 1;
}

/* smoother continuous rotation */
@keyframes rotate-shimmer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* make sure content stays above the shimmer */
.shi-ctr > * {
  z-index: 1;
} 

/* ==== Shiny text ==== */
.shi-txt {
    background: linear-gradient(90deg, #C0C0C0 20%, rgba(255,255,255,0.2) 50%, #C0C0C0 80%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 5s infinite;
  }

  @keyframes shimmer {
    0% {
      background-position: -100% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  
   /* ==== Z index to front ==== */
 .z-2-front {
  position: relative;
  z-index: 1;
  transition: z-index 0.3s ease;
}

.z-2-front {
  z-index: 0;
}

.z-2-front:hover {
  z-index: 10;
}


  /* ==== Button Pulse ==== */
  @keyframes glowExpand {
    100% {
    box-shadow: 0 0 300px 100px rgba(1, 203, 254, 0);
  }
}

/* Reverse Effect */
@keyframes glowShrink {
  0% {
    box-shadow: 0 0 300px 100px rgba(1, 203, 254, 0);
  }
}

.f8-btn a:hover {
  animation: glowExpand 1.5s forwards;
}

.f8-btn a:not(:hover) {
  animation: glowShrink 0.8s forwards;
}


/* ==== Blur bg ==== */
.blr-bg {
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px); /* Safari support */
}/* End custom CSS */