.elementor-kit-7{--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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.elementor-kit-7 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);}.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 *//* ===== HEADER STYLING ===== */

/* Header background dark navy */
header,
.elementor-location-header {
    background-color: #0F0A1E !important;
}

/* Menu items — white text */
.elementor-nav-menu > li > a,
.elementor-nav-menu a {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: color 0.3s ease !important;
}

/* Menu items hover — blue */
.elementor-nav-menu > li > a:hover,
.elementor-nav-menu a:hover {
    color: #3B7BFF !important;
}

/* Menu items active/current page — blue */
.elementor-nav-menu > li.current-menu-item > a,
.elementor-nav-menu > li.current_page_item > a {
    color: #3B7BFF !important;
}

/* Submit Prompt button styling */
.elementor-button {
    background-color: #3B7BFF !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    transition: background 0.3s ease !important;
}

/* Button hover — thora darker blue */
.elementor-button:hover {
    background-color: #2A5FCC !important;
    color: #FFFFFF !important;
}

/* ===== MOBILE FIXES ===== */

/* Mobile pe menu dropdown ka background */
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown {
        background-color: #1A1035 !important;
        border-radius: 8px !important;
        padding: 10px !important;
    }
    
    /* Mobile menu items — clearly visible */
    .elementor-nav-menu--dropdown a {
        color: #FFFFFF !important;
        padding: 12px 15px !important;
        border-bottom: 1px solid #2A1F60 !important;
    }
    
    .elementor-nav-menu--dropdown a:hover {
        color: #3B7BFF !important;
        background-color: #0F0A1E !important;
    }
    
    /* Hamburger icon color — white */
    .elementor-menu-toggle {
        color: #FFFFFF !important;
    }
    
    /* Mobile pe button chota */
    .elementor-button {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }
}/* End custom CSS */