.elementor-kit-14{--e-global-color-primary:#2C3A47;--e-global-color-secondary:#2C4A3E;--e-global-color-text:#1C2A39;--e-global-color-accent:#D8C49D;--e-global-color-fb2d5c8:#FAF9F6;--e-global-color-17f2c04:#EFECE6;--e-global-color-6cf34e2:#566E65;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cinzel";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;background-color:#FAF9F6;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-weight:400;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{background-color:#2C493ECC;color:#FFFFFF;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-14 h6{color:var( --e-global-color-primary );}.elementor-kit-14 label{font-family:"Lato", Sans-serif;font-weight:500;}.elementor-kit-14 input:not([type="button"]):not([type="submit"]),.elementor-kit-14 textarea,.elementor-kit-14 .elementor-field-textual{font-family:"Lato", 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 .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 *//* ============================================ */
/* Transparent Header Before Scroll */
/* ============================================ */

.elementor-sticky--active {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none; /* no shadow before scroll */
}

/* ============================================ */
/* Sticky Header After Scroll */
/* ============================================ */
.elementor-sticky--effects {
  background-color: #2C4A3E !important; /* brand color on scroll */
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* ============================================ */
/* Menu Links Before Scroll */
/* ============================================ */
 .elementor-nav-menu a {
  color: #1C2A39; /* text color before scroll */
  transition: color 0.3s ease;
}

/* ============================================ */
/* Menu Links After Scroll */
/* ============================================ */
.elementor-sticky--effects  .elementor-nav-menu--main .elementor-item{
  color: #FAF9F6 !important; /* white text on dark background */
}
.elementor-sticky--effects  .elementor-nav-menu--main .elementor-item svg path { fill: #fff; }

.elementor-sticky--effects .elementor-social-icon svg { fill:#ffffff !important }

.elementor-sticky--effects .elementor-menu-toggle .e-font-icon-svg { fill:#ffffff !important }/* End custom CSS */