.elementor-2733 .elementor-element.elementor-element-7bec4bc6{--display:flex;}.elementor-2733 .elementor-element.elementor-element-275e423f{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2733 .elementor-element.elementor-element-275e423f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-275e423f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

/* ===================================== */
/* GLOBAL RESET & FIXES                  */
/* ===================================== */
/* Page ko side mein hilne se rokne ke liye aur mobile zoom out fix karne ke liye */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/* Ads ko mobile screen ke andar rakhne ke liye */
ins.adsbygoogle, .ad-container, iframe {
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
}

/* ===================================== */
/* HEADER MAIN CONTAINER                 */
/* ===================================== */
.exact-header {
    width: 100%;
    font-family: 'Inter', sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* ===================================== */
/* TOP BAR                               */
/* ===================================== */
.eh-top-bar {
    background: #1a202c; 
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    font-size: 14px;
}
.eh-trending-btn {
    background: #ff4757; 
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.eh-ticker-area { 
    flex-grow: 1; 
    overflow: hidden; 
    padding: 0 20px; 
}
.eh-ticker-area marquee { 
    display: flex; 
    align-items: center; 
    color: #ffffff; 
}

/* Ticker Fix */
.exact-header .eh-top-bar .eh-ticker-area marquee ul {
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: inline-flex; 
    align-items: center; 
    gap: 40px;
}
.exact-header .eh-top-bar .eh-ticker-area marquee ul li {
    display: inline-block; 
    white-space: nowrap; 
    margin: 0; 
    padding: 0;
}
.exact-header .eh-top-bar .eh-ticker-area marquee ul li::before { 
    display: none; 
    content: ''; 
}
.exact-header .eh-top-bar .eh-ticker-area marquee ul li a {
    color: #ffffff; 
    text-decoration: none; 
    font-size: 14px; 
    font-weight: 500;
}
.exact-header .eh-top-bar .eh-ticker-area marquee ul li a:hover { 
    text-decoration: underline; 
}

.eh-social-links { 
    display: flex; 
    gap: 20px; 
    white-space: nowrap; 
}
.eh-social-links a {
    color: #ffffff; 
    text-decoration: none; 
    font-weight: 600; 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    font-size: 14px; 
    transition: 0.2s;
}
.eh-social-links a:hover { 
    color: #cbd5e1; 
}

/* ===================================== */
/* BOTTOM BAR                            */
/* ===================================== */
.eh-bottom-bar {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 12px 20px; 
    background: #ffffff; 
    border-bottom: 1px solid #e2e8f0;
}

/* Logo */
.eh-brand { 
    text-decoration: none; 
    display: flex; 
    align-items: center; 
    font-size: 26px; 
    font-weight: 800; 
    letter-spacing: -0.5px; 
}
.eh-brand-icon { 
    color: #3b82f6; 
    font-size: 28px; 
    margin-right: 8px; 
}
.eh-text-exam { color: #1e293b; } 
.eh-text-result { color: #ef4444; } 
.eh-text-domain { color: #64748b; font-size: 18px; margin-left: 2px; }

/* ===================================== */
/* DESKTOP NAVIGATION                    */
/* ===================================== */
.eh-nav { 
    display: flex; 
    align-items: center; 
}
.eh-nav ul { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    align-items: center; 
    gap: 25px; 
}
.eh-nav ul li a { 
    text-decoration: none; 
    color: #334155; 
    font-weight: 700; 
    font-size: 15px; 
    transition: 0.2s; 
}
.eh-nav ul li a:hover { 
    color: #2563eb; 
}
.eh-home-link { 
    color: #2563eb !important; 
    display: flex; 
    align-items: center; 
    gap: 6px; 
}

/* Dropdown Sub-Menu Base */
.eh-dropdown { 
    position: relative; 
}
.eh-dropdown .fa-chevron-down { 
    font-size: 11px; 
    margin-left: 3px; 
}
.eh-dropdown-content {
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: #ffffff; 
    min-width: 200px; 
    flex-direction: column; 
    gap: 0 !important; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
    border: 1px solid #e2e8f0; 
    border-radius: 6px; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(10px); 
    transition: all 0.3s ease; 
    padding: 10px 0 !important;
}
.eh-dropdown:hover .eh-dropdown-content { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
}
.eh-dropdown-content li { 
    width: 100%; 
    border-bottom: 1px solid #f1f5f9; 
}
.eh-dropdown-content li:last-child { 
    border-bottom: none; 
}
.eh-dropdown-content li a { 
    padding: 12px 20px; 
    display: block; 
    color: #475569 !important; 
    font-weight: 600 !important; 
}
.eh-dropdown-content li a:hover { 
    background: #f8fafc; 
    color: #2563eb !important; 
    padding-left: 25px; 
}

/* ===================================== */
/* VIP BUTTON & TOGGLE (DESKTOP)         */
/* ===================================== */
.eh-right-actions { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
}
.eh-desktop-vip {
    background: #f59e0b; 
    color: #ffffff; 
    text-decoration: none; 
    padding: 10px 22px; 
    border-radius: 50px; 
    font-weight: 800; 
    font-size: 14px; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    transition: 0.3s;
}
.eh-desktop-vip:hover { 
    background: #d97706; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 10px rgba(245,158,11,0.3); 
}

/* Mobile elements hidden on desktop */
.eh-mobile-vip-item { display: none; }
.eh-mobile-toggle { 
    display: none; 
    background: none; 
    border: none; 
    font-size: 24px; 
    color: #1e293b; 
    cursor: pointer; 
}

/* ===================================== */
/* MEDIA QUERIES (MOBILE RESPONSIVENESS) */
/* ===================================== */
@media (max-width: 1024px) {
    .eh-social-links { display: none; } 
    .eh-nav ul { gap: 15px; }
}

@media (max-width: 768px) {
    .eh-bottom-bar { padding: 12px 15px; }
    .eh-brand { font-size: 22px; }
    .eh-brand-icon { font-size: 24px; }
    .eh-text-domain { font-size: 16px; }
    
    /* Desktop VIP button hidden on mobile */
    .eh-desktop-vip { display: none; }
    
    /* Show mobile menu toggle */
    .eh-mobile-toggle { display: block; }
    
    /* Mobile Menu Styling */
    .eh-nav {
        position: absolute; 
        top: 100%; 
        left: -100%; 
        width: 100%; 
        background: #ffffff; 
        box-shadow: 0 10px 15px rgba(0,0,0,0.1); 
        transition: 0.4s ease-in-out; 
        border-top: 1px solid #e2e8f0;
    }
    .eh-nav.show-menu { left: 0; }
    .eh-nav ul { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 0; 
        padding: 10px 0 20px 0; 
    }
    .eh-nav ul li { width: 100%; }
    .eh-nav ul li a { 
        display: block; 
        padding: 15px 20px; 
        border-bottom: 1px solid #f1f5f9; 
    }
    
    /* Mobile Dropdown Styling */
    .eh-dropdown-content { 
        position: static; 
        opacity: 1; 
        visibility: visible; 
        transform: none; 
        display: none; 
        box-shadow: none; 
        border: none; 
        padding: 0 !important; 
    }
    .eh-dropdown.active .eh-dropdown-content { display: block; }
    .eh-dropdown-content li a { 
        padding-left: 40px; 
        background: #f8fafc; 
    }

    /* Mobile VIP Button */
    .eh-mobile-vip-item { 
        display: block; 
        padding: 15px 20px; 
    }
    .eh-vip-btn-mobile {
        background: #f59e0b;
        color: white !important;
        text-align: center;
        border-radius: 8px;
        padding: 12px !important;
        display: block;
        font-size: 16px !important;
        font-weight: 800 !important;
        border-bottom: none !important;
    }
}/* End custom CSS */