.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-c4ffd17 *//* ===========================
   NORDIC IPTV PREMIUM FOOTER
=========================== */

.nordic-footer{
    position:relative;
    overflow:hidden;
    background:#050816;
    color:#fff;
    padding:90px 40px 35px;
    border-top:1px solid rgba(123,63,242,.3);
    font-family:Inter,sans-serif;
}

/* Aurora */

.footer-aurora{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    opacity:.22;
    pointer-events:none;
}

.aurora-1{
    width:500px;
    height:500px;
    background:#7b3ff2;
    top:-220px;
    left:-150px;
    animation:aurora1 10s ease-in-out infinite alternate;
}

.aurora-2{
    width:450px;
    height:450px;
    background:#3b82f6;
    right:-150px;
    bottom:-180px;
    animation:aurora2 12s ease-in-out infinite alternate;
}

@keyframes aurora1{
    from{
        transform:translate(0,0) scale(1);
    }
    to{
        transform:translate(80px,60px) scale(1.2);
    }
}

@keyframes aurora2{
    from{
        transform:translate(0,0) scale(1);
    }
    to{
        transform:translate(-70px,-50px) scale(1.15);
    }
}

/* Layout */

.footer-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1fr;
    gap:55px;
    position:relative;
    z-index:2;
}

.footer-column h3{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-weight:700;
    position:relative;
}

.footer-column h3::after{
    content:"";
    width:55px;
    height:3px;
    background:#7b3ff2;
    display:block;
    margin-top:12px;
    border-radius:20px;
}

/* Logo */

.footer-logo{
    width:190px;
    margin-bottom:25px;
}

.footer-about p{
    color:#b9c3dd;
    line-height:1.9;
    margin-bottom:35px;
}

/* Button */

.footer-btn{
    display:inline-block;
    padding:15px 34px;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    background:linear-gradient(135deg,#7b3ff2,#3b82f6);
    transition:.35s;
    box-shadow:0 12px 35px rgba(123,63,242,.35);
}

.footer-btn:hover{
    transform:translateY(-4px) scale(1.04);
    box-shadow:0 20px 45px rgba(123,63,242,.5);
}

/* Lists */

.footer-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-column li{
    margin-bottom:16px;
}

.footer-column a{
    color:#b9c3dd;
    text-decoration:none;
    transition:.3s;
    display:inline-block;
}

.footer-column a:hover{
    color:#9c5bff;
    transform:translateX(8px);
}

/* Social */

.footer-social{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.footer-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0d132b;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    transition:.35s;
    border:1px solid rgba(255,255,255,.08);
}

.footer-social a:hover{
    background:linear-gradient(135deg,#7b3ff2,#3b82f6);
    transform:translateY(-6px) rotate(360deg);
    box-shadow:0 15px 35px rgba(123,63,242,.45);
}

/* Bottom */

.footer-bottom{
    position:relative;
    z-index:2;
    margin-top:70px;
    text-align:center;
}

.footer-line{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.08);
    margin-bottom:28px;
}

.footer-bottom p{
    color:#8d99b3;
    font-size:15px;
    margin:0;
}

/* Responsive */

@media(max-width:1100px){

.footer-container{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.nordic-footer{

padding:70px 25px 35px;

}

.footer-container{

grid-template-columns:1fr;
text-align:center;
gap:45px;

}

.footer-column h3::after{

margin:12px auto 0;

}

.footer-logo{

margin:auto auto 25px;

}

.footer-btn{

width:100%;

}

.footer-social{

justify-content:center;

}

.footer-column a:hover{

transform:none;

}

}/* End custom CSS */