.elementor-kit-7{--e-global-color-primary:#00B5B5;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#7D7D7D;--e-global-color-accent:#455C65;--e-global-color-3c66ce9:#131414;--e-global-color-694b852:#06313A;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Caveat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.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{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 *//* Base / transparent state */
.sticky-header {
  background-color: transparent;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

/* Sticky state */
.elementor-sticky--effects.sticky-header {
  background-color: rgba(255,255,255,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Nav-links (non-active) */
.elementor-sticky--effects .elementor-nav-menu .elementor-item:not(.elementor-item-active) {
  color: #000 !important;
  transition: .3s all ease-in-out;
}

/* Sticky-state dropdown caret */
.sticky-header.elementor-sticky--effects 
  .elementor-nav-menu .sub-arrow svg path {
    fill: #000 !important;
    transition: fill .3s ease;
}

/* Logo swap */
.normal-logo { display: inline-block; }
.sticky-logo { display: none; }
.elementor-sticky--effects .normal-logo { display: none !important; }
.elementor-sticky--effects .sticky-logo { display: inline-block !important; }

/* --- NEW: Dropdown caret color --- */
.elementor-sticky--effects .elementor-nav-menu .elementor-item-has-submenu .elementor-icon,
.elementor-sticky--effects .elementor-nav-menu .elementor-item-has-submenu .eicon-chevron-down {
  color: #000 !important;
  fill: #000 !important;
  transition: color .3s ease, fill .3s ease;
}/* End custom CSS */