.elementor-64 .elementor-element.elementor-element-7f1b1e6{--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-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-5ce1a8f *//* --- FOOTER MAIN CONTAINER --- */
#iptv-footer-section {
    background-color: #ffffff;
    color: #475569;
    padding: 80px 20px 40px 20px;
    width: 100%;
    border-top: 1px solid #e2e8f0;
}

#iptv-footer-section .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
}

/* --- BRAND COLUMN & LOGO --- */
#iptv-footer-section .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

#iptv-footer-section .footer-logo-img {
    height: 50px; /* Adjust height to fit your logo design */
    width: auto;
    display: block;
}

#iptv-footer-section .footer-brand p {
    font-size: 15px;
    line-height: 1.7;
    color: #64748b;
    max-width: 350px;
    margin-top: 10px;
}

#iptv-footer-section .footer-brand strong {
    color: #2563eb;
}

/* --- LINK COLUMNS --- */
#iptv-footer-section h4 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

#iptv-footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#iptv-footer-section ul li {
    margin-bottom: 12px;
}

#iptv-footer-section ul a {
    color: #64748b;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

#iptv-footer-section ul a:hover {
    color: #2563eb;
    padding-left: 5px;
}

/* --- BOTTOM BAR --- */
#iptv-footer-section .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #f1f5f9;
    padding-top: 40px;
    text-align: center;
}

#iptv-footer-section .footer-legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 25px;
    margin-bottom: 25px;
}

#iptv-footer-section .footer-legal a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s;
}

#iptv-footer-section .footer-legal a:hover {
    color: #0f172a;
}

#iptv-footer-section .copyright {
    font-size: 14px;
    color: #94a3b8;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    #iptv-footer-section .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
    #iptv-footer-section .footer-brand {
        grid-column: span 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #iptv-footer-section .footer-brand p {
        margin: 10px auto;
    }
}

@media (max-width: 767px) {
    #iptv-footer-section .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #iptv-footer-section .footer-brand {
        grid-column: span 1;
    }
    #iptv-footer-section .footer-legal {
        flex-direction: column;
        gap: 12px;
    }
    #iptv-footer-section .footer-logo-img {
        margin: 0 auto; /* Centers logo on small phones */
    }
}/* End custom CSS */