.elementor-kit-6{--e-global-color-primary:#012D91;--e-global-color-secondary:#121C2B;--e-global-color-text:#7F8090;--e-global-color-accent:#9ED410;--e-global-color-80e4ab7:#000000;--e-global-color-888109f:#FFFFFF;--e-global-color-e3783dd:#F7F7F7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;}.elementor-kit-6 label{font-family:"Inter", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Inter", Sans-serif;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 */.hero-caption {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
}

.hero-caption.active {
  opacity: 1;
  transform: translateY(0);
}


/* Improve hero background quality on mobile */
@media (max-width: 767px) {
  .hero-slider .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Dual Color Section Heading */

.dual-heading,
.elementor-heading-title {
    font-weight: 700;
}

/* Accent word color */
.accent-text {
    color: #9ED410; /* Your green brand color */
}

/* Default heading color */
.dual-heading {
    color: #012D91; /* Your primary blue */
}/* End custom CSS */