.elementor-kit-96{--e-global-color-primary:#6EC1E4;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-secondary:#54595F;--e-global-color-0caf6ee:#F88E06;--e-global-color-2751764:#180808CF;--e-global-color-4a13a18:#000000;--e-global-color-7066377:#FFFDFD;--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;background-color:#FFFFFF;}.elementor-kit-96 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){margin-block-end: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;gap:0px;}.site-header .header-inner{width:0px;max-width:100%;}.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 */.shimmer-button {
  display: inline-block;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  background: linear-gradient(90deg, #ffffff, #eaeaea, #ffffff);
  background-size: 200% auto;
  border-radius: 50px;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shimmer-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  z-index: 2;
}

.shimmer-button:hover::before {
  animation: shimmer-slide 1s forwards;
}

@keyframes shimmer-slide {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.gold-gradient-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #b48a00, #ffd700, #fff3b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 40px;
}





.hover-glow {
  transition: box-shadow 0.4s ease;
}

.hover-glow:hover {
  box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.3);
}/* End custom CSS */