/* === FIGMA FOOTER STYLES - COMPLETE === */

/* Main footer container */
footer.figma-footer {
    background-color: #4A4A4A !important;
    padding: 60px 0 20px 0 !important;
    color: #dad3c8 !important;
    position: relative !important;
    font-family: 'Roboto', sans-serif !important;
    overflow: hidden !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Orange vertical line positioned between HELP CENTER and CONNECT WITH US */


/* Responsive adjustments for orange line */
@media (max-width: 1200px) {
    footer.figma-footer::before {
        left: 73% !important;
        height: 150px !important;
    }
}

@media (max-width: 991px) {
    footer.figma-footer::before {
        display: none !important;
    }
}

@media (max-width: 767px) {
    footer.figma-footer::before {
        display: none !important;
    }
}
/* Basic layout structures */
footer.figma-footer .container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 50px !important;
}

footer.figma-footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

footer.figma-footer .col-md-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 15px !important;
}

/* Navigation links */
footer.figma-footer .footer-nav-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.figma-footer .footer-nav-links li {
    margin-bottom: 10px !important;
    list-style: none !important;
}

footer.figma-footer .footer-nav-links li a {
    font-size: 13.65px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #dad3c8 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
}

footer.figma-footer .footer-nav-links li a:hover {
    color: #DE5700 !important;
}

/* Section titles */
footer.figma-footer .footer-section-title {
    font-size: 13.65px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    color: #dad3c8 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}

footer.figma-footer .footer-section-title:first-child {
    margin-top: 0 !important;
}

/* Contact information */
footer.figma-footer .footer-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 10px !important;
}

footer.figma-footer .footer-icon {
    color: #dad3c8 !important;
    font-size: 12px !important;
    margin-right: 8px !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}

footer.figma-footer .footer-contact-link,
footer.figma-footer .footer-contact-text {
    font-size: 13.65px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #dad3c8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

/* Email specific size as per Figma */
footer.figma-footer .footer-contact-link[href^="mailto"] {
    font-size: 12px !important;
}

footer.figma-footer .footer-contact-link:hover {
    color: #DE5700 !important;
}

/* Social media icons */
footer.figma-footer .footer-social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 15px !important;
}

footer.figma-footer .footer-social-link {
    color: #dad3c8 !important;
    font-size: 20px !important;
    text-decoration: none !important;
    padding: 5px !important;
    transition: all 0.3s ease !important;
}

footer.figma-footer .footer-social-link:hover {
    color: #DE5700 !important;
    transform: translateY(-2px) !important;
}

/* Copyright section - transparent background */
footer.figma-footer .footer-copyright-section {
    background: transparent !important;
    padding: 20px 0 !important;
    border-top: none !important;
}

footer.figma-footer .footer-copyright-text,
footer.figma-footer .footer-rights-text {
    color: #dad3c8 !important;
    font-size: 10px !important;
    text-align: center !important;
    margin: 2px 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/* General overrides */
footer.figma-footer ul {
    list-style: none !important;
    padding-left: 0 !important;
}

footer.figma-footer a {
    color: #dad3c8 !important;
    text-decoration: none !important;
}

footer.figma-footer a:hover {
    color: #DE5700 !important;
    text-decoration: none !important;
}

/* Remove conflicting orange line */
footer.figma-footer .footer-orange-line {
    display: none !important;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 991px) {
    footer.figma-footer::before {
        display: none !important;
    }

    footer.figma-footer .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    footer.figma-footer {
        padding: 30px 0 !important;
    }

    footer.figma-footer .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    footer.figma-footer .footer-section-title {
        margin-top: 25px !important;
    }

    footer.figma-footer .footer-section-title:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    footer.figma-footer .footer-nav-links li a,
    footer.figma-footer .footer-contact-link,
    footer.figma-footer .footer-contact-text {
        font-size: 12px !important;
    }

    footer.figma-footer .footer-section-title {
        font-size: 12px !important;
    }

    footer.figma-footer .footer-social-link {
        font-size: 18px !important;
    }
}
