.elementor-58 .elementor-element.elementor-element-46ab745{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-58 .elementor-element.elementor-element-e381352{z-index:1000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e381352 *//* --- HEADER WRAPPER (NON-STICKY) --- */
#iptv-custom-header {
    position: relative;
    width: 100%;
    z-index: 9999;
    background: #0f172a; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#iptv-custom-header .header-flex-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#iptv-custom-header .header-logo-img {
    height: 45px;
    width: auto;
    display: block;
}

/* --- NAV LINKS --- */
#iptv-custom-header .nav-list {
    display: flex;
    list-style: none;
    gap: 35px;
    margin: 0;
    padding: 0;
}

#iptv-custom-header .nav-list a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

/* --- ACTION BUTTON --- */
#iptv-custom-header .btn-header-green {
    background: #10b981;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

/* --- MOBILE ELEMENTS --- */
#iptv-custom-header .mobile-menu-icon {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

#iptv-custom-header .mobile-menu-icon span {
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
}

.nav-open {
    overflow: hidden; /* Prevents scrolling when menu is open */
}

/* --- TABLET & MOBILE ADJUSTMENTS ( < 1024px) --- */
@media (max-width: 1024px) {
    /* Hide the Nav and the Green Button on Tablet & Mobile */
    #iptv-custom-header .header-nav,
    #iptv-custom-header .btn-header-green {
        display: none !important;
    }
    
    #iptv-custom-header .mobile-menu-icon {
        display: flex;
    }

    #iptv-custom-header .header-logo-img {
        height: 35px;
    }

    /* Styles for when the menu is toggled open via JS */
    .nav-open #iptv-custom-header .header-nav {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #1e293b;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-open #iptv-custom-header .nav-list {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
}/* End custom CSS */