.elementor-11890 .elementor-element.elementor-element-0f87c87{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-f49eb40 *//* ===== FOOTER CSS ===== */

/* ===== MAIN FOOTER ===== */
.eight-footer {
    background: #0a0a0a;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* ===== FOOTER TOP SECTION ===== */
.eight-footer .footer-top {
    padding: 60px 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eight-footer .footer-top .container {
    max-width: 1200px;
    margin: 0 auto;
}

.eight-footer .footer-top .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

/* ===== FOOTER COLUMNS ===== */
.eight-footer .footer-col h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.eight-footer .footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FE0000;
    border-radius: 2px;
}

.eight-footer .footer-col h3 .highlight {
    color: #FE0000;
}

/* ===== FOOTER ABOUT ===== */
.eight-footer .footer-about .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.eight-footer .footer-about .logo img {
    height: 90px;
    width: auto;
    border-radius: 10px;
}

.eight-footer .footer-about .logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.eight-footer .footer-about .logo-text .red {
    color: #FE0000;
}

.eight-footer .footer-about .logo-tagline {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-top: -2px;
}

.eight-footer .footer-about p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
}

/* ===== SOCIAL ICONS ===== */
.eight-footer .social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.eight-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.eight-footer .social-icons a:hover {
    background: #FE0000;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(254, 0, 0, 0.3);
}

/* ===== FOOTER LINKS ===== */
.eight-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eight-footer .footer-links li {
    margin-bottom: 10px;
}

.eight-footer .footer-links li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.eight-footer .footer-links li a::before {
    content: '›';
    color: #FE0000;
    font-size: 1.2rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.eight-footer .footer-links li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.eight-footer .footer-links li a:hover::before {
    transform: translateX(3px);
}

/* ===== FOOTER CONTACT ===== */
.eight-footer .footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px;
}

.eight-footer .footer-contact .contact-item .icon {
    color: #FE0000;
    font-size: 1.1rem;
    min-width: 20px;
    margin-top: 2px;
}

.eight-footer .footer-contact .contact-item .text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.eight-footer .footer-contact .contact-item .text a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.eight-footer .footer-contact .contact-item .text a:hover {
    color: #FE0000;
}

.eight-footer .footer-contact .contact-item .text strong {
    color: #ffffff;
}

/* ===== FOOTER BOTTOM ===== */
.eight-footer .footer-bottom {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.eight-footer .footer-bottom .bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.eight-footer .footer-bottom .copyright {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
}

.eight-footer .footer-bottom .copyright .heart {
    color: #FE0000;
}

.eight-footer .footer-bottom .copyright a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.eight-footer .footer-bottom .copyright a:hover {
    color: #FE0000;
}

.eight-footer .footer-bottom .footer-credits {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.eight-footer .footer-bottom .footer-credits a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.3s ease;
}

.eight-footer .footer-bottom .footer-credits a:hover {
    color: #FE0000;
}

/* ===== FOOTER BADGES ===== */
.eight-footer .footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.eight-footer .footer-badges .badge {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.eight-footer .footer-badges .badge .dot {
    color: #FE0000;
    font-size: 0.4rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .eight-footer .footer-top .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .eight-footer .footer-top {
        padding: 40px 15px 30px;
    }
    
    .eight-footer .footer-top .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .eight-footer .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .eight-footer .footer-about .logo {
        justify-content: center;
    }
    
    .eight-footer .social-icons {
        justify-content: center;
    }
    
    .eight-footer .footer-links li a {
        justify-content: center;
    }
    
    .eight-footer .footer-contact .contact-item {
        justify-content: center;
    }
    
    .eight-footer .footer-bottom .bottom-container {
        flex-direction: column;
        text-align: center;
    }
    
    .eight-footer .footer-bottom .footer-credits {
        justify-content: center;
    }
    
    .eight-footer .footer-badges {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .eight-footer .footer-top {
        padding: 30px 12px 20px;
    }
    
    .eight-footer .footer-about .logo-text {
        font-size: 1.2rem;
    }
    
    .eight-footer .footer-about .logo img {
        height: 75px;
    }
    
    .eight-footer .footer-col h3 {
        font-size: 1rem;
    }
    
    .eight-footer .footer-links li a {
        font-size: 0.85rem;
    }
    
    .eight-footer .footer-contact .contact-item .text {
        font-size: 0.85rem;
    }
    
    .eight-footer .footer-bottom .copyright {
        font-size: 0.75rem;
    }
    
    .eight-footer .footer-bottom .footer-credits a {
        font-size: 0.7rem;
    }
}/* End custom CSS */