.elementor-kit-7{--e-global-color-primary:#C1292E;--e-global-color-secondary:#161616;--e-global-color-text:#161616;--e-global-color-accent:#D19C1D;--e-global-color-5dfff86:#FDFFFC;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 *//* Initial transparent header */
.main_menu {
    transition: background-color 0.4s ease;
}

/* Header with solid background after scroll */
.main_menu.scrolled {
    background-color: #ffffff !important; /* Change this color */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optional shadow */
}

/* Menu text color when transparent (initial) */
.main_menu .elementor-nav-menu--main a {
    color: #ffffff; /* White text for transparent state */
    transition: color 0.4s ease;
}

/* Change menu text color when scrolled */
.main_menu.scrolled .elementor-nav-menu--main a {
    color: #000000 !important; /* Black text for scrolled state */
    transition: color 0.4s ease;
}

/* Logo color when transparent (initial) */
.main_menu .elementor-widget-image img {
    filter: brightness(0) invert(1); /* Makes logo white */
    transition: filter 0.4s ease;
}

/* Change logo color when scrolled */
.main_menu.scrolled .elementor-widget-image img {
    filter: none; /* Shows original dark logo */
    transition: filter 0.4s ease;
}/* End custom CSS */