.elementor-kit-5{--e-global-color-primary:#FA003F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-color-dcfd087:#FA003F;--e-global-color-5274032:#FFFFFF;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-family:"Playfair Display", Sans-serif;}.elementor-kit-5 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 *//* Gold Shimmer Effect */
.gold-shimmer {
  position: relative;
  overflow: hidden;
}

.gold-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    hsla(38, 70%, 70%, 0.3),
    transparent
  );
  animation: shimmer 3s infinite;
}

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

.bg-gold {
  background: linear-gradient(135deg, hsl(38, 70%, 55%) 0%, hsl(40, 80%, 45%) 50%, hsl(35, 70%, 40%) 100%);
}

/* Gold Text Gradient */
.text-gold {
  background: linear-gradient(135deg, hsl(38, 70%, 55%) 0%, hsl(40, 80%, 45%) 50%, hsl(35, 70%, 40%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Gold Shadow */
.shadow-gold {
  box-shadow: 0 4px 20px -4px hsla(38, 70%, 50%, 0.3);
}

.border-gold {
    border-color: hsl(38 70% 50% / .2);
    border-top-color: rgba(217, 151, 38, 0.2);
    border-right-color: rgba(217, 151, 38, 0.2);
    border-bottom-color: rgba(217, 151, 38, 0.2);
    border-left-color: rgba(217, 151, 38, 0.2);
}/* End custom CSS */