.elementor-kit-11{--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-11 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 *//* 🔥 MOBILE HAMBURGER MENU FIX (WHITE & SPACING) 🔥 */
@media (max-width: 992px) {
    /* 1. बटन को लोगो से दूर करना (बीच में जगह बनाना) */
    .site-header .toggle-sidebar-menu-btn {
        margin-right: 20px !important; 
    }

    /* 2. 3 लाइनों को पूरी तरह 100% सफ़ेद (White) करना */
    .site-header .toggle-sidebar-menu-btn span,
    .site-header .toggle-sidebar-menu-btn span::before,
    .site-header .toggle-sidebar-menu-btn span::after,
    .site-header .toggle-sidebar-menu-btn svg,
    .site-header .toggle-sidebar-menu-btn i {
        background-color: #ffffff !important; /* लाइनों का रंग सफ़ेद */
        color: #ffffff !important;
        fill: #ffffff !important;
    }
}
/* ==========================================
   📱 MOBILE HEADER PERFECT ALIGNMENT FIX
   ========================================== */
@media (max-width: 992px) {
    /* 1. लोगो को स्क्रीन से बाहर जाने से रोकना (ताकि बटन को जगह मिले) */
    .site-title a {
        white-space: normal !important; /* अब लोगो स्क्रीन के हिसाब से 2 लाइन में खूबसूरती से सेट हो जाएगा */
        font-size: 16px !important; 
        letter-spacing: 0.5px !important;
        line-height: 1.3 !important;
    }

    /* 2. 3-लाइन वाले बटन को सही जगह लाना (किनारे से दूर करना) */
    .site-header .toggle-sidebar-menu-btn {
        margin-left: 10px !important; /* बायीं तरफ से अंदर खिसकाना */
        margin-right: 15px !important; /* लोगो से दूरी बनाना */
        padding: 5px !important;
    }

    /* 3. 3-लाइनों को 100% चमकदार सफ़ेद (White) करना */
    .site-header .toggle-sidebar-menu-btn span,
    .site-header .toggle-sidebar-menu-btn span::before,
    .site-header .toggle-sidebar-menu-btn span::after {
        background-color: #ffffff !important; 
        height: 2px !important; /* लाइनों की मोटाई */
    }
}/* End custom CSS */