.elementor-kit-4{--e-global-color-primary:#FF305B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F2B31E;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Josefin Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h2{font-family:"Playfair Display";font-weight:700;text-transform:uppercase;}.elementor-kit-4 h3{font-family:"Playfair Display";font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 */.site-header {
    /* position: sticky; */
    /* z-index:99; */
    /* position:relative; */
        position: sticky;
        top: 0; /* Stick to the very top */
        z-index: 1000; /* High z-index to stay on top */
        background-color: #fff;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow when it sticks */
        padding: 1rem 0;
    }
    
    /* Global styling for H2 links */
h2 a,
h2.elementor-heading-title[href] {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  color: inherit;
}

h2 a:hover,
h2.elementor-heading-title[href]:hover {
  border-bottom-color: #FF305B; /* your brand color */
}/* End custom CSS */