.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//* Main Header */
header,
.site-header,
.elementor-location-header {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(15px);
    padding: 15px 50px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

/* Navigation Menu */
header .menu a,
.elementor-nav-menu a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    transition: 0.3s;
}

/* Hover Effect */
header .menu a:hover,
.elementor-nav-menu a:hover {
    color: #6C63FF;
}

/* Active Menu */
.elementor-item-active {
    color: #6C63FF !important;
}

/* CTA Button */
.header-btn a {
    background: linear-gradient(135deg,#6C63FF,#8E2DE2);
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.4s;
}

.header-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(108,99,255,.4);
}

/* Sticky Header Effect */
.elementor-sticky--effects {
    padding: 10px 50px !important;
    background: rgba(255,255,255,0.98);
}/* End custom CSS */