@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;600;700&display=swap');

/* Master Reset for Footer */
.rts-footer-area {
    font-family: 'Overpass', sans-serif !important;
    background-color: #0c014f !important;
    color: #dad3d3 !important;
    padding-top: 80px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

/* Base Typgraphy */
.rts-footer-area p,
.rts-footer-area span,
.rts-footer-area a {
    font-family: 'Overpass', sans-serif !important;
    font-size: 15px !important;
    color: #dad3d3 !important;
    line-height: 1.6 !important;
    text-decoration: none !important;
}
.rts-footer-area a:hover {
    color: #ff9a07 !important;
}

/* Headings (Orange) */
.rts-footer-area h6.title,
.rts-footer-area h6.mb--10 {
    font-family: 'Overpass', sans-serif !important;
    color: #ff9a07 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

/* Left Column */
.footer-two-main-wrapper {
    padding-right: 20px;
}
.footer-two-main-wrapper .logo img {
    max-width: 160px !important;
    filter: brightness(0) invert(1) !important;
    margin-bottom: 20px !important;
}
.footer-two-main-wrapper .contact-call b {
    color: #ffffff !important;
    font-size: 16px !important;
}

/* Right Columns Layout */
.footer-two-main-wrapper-right {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
}

/* Exact Proportions from Image */
.footer-two-main-wrapper-right .single-footer-wized:nth-child(1) {
    flex: 0 0 45% !important;
    padding-right: 15px;
}
.footer-two-main-wrapper-right .single-footer-wized:nth-child(2) {
    flex: 0 0 25% !important;
}
.footer-two-main-wrapper-right .single-footer-wized:nth-child(3) {
    flex: 0 0 30% !important;
}

/* Lists and Links */
.rts-footer-area ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rts-footer-area ul li {
    margin-bottom: 8px !important;
    padding: 0 !important;
}
.rts-footer-area ul li a {
    display: inline-block !important;
}

/* Social Icons Layout */
.social-style-two-wrapper {
    display: flex !important;
    gap: 10px !important;
    margin-top: 45px !important;
}
.rts-footer-area ul.social-style-two-wrapper li a {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: 1px solid #E3E3E3 !important;
    color: #ffffff !important;
    transition: 0.3s !important;
}
.rts-footer-area ul.social-style-two-wrapper li a:hover {
    background-color: #ff9a07 !important;
    border-color: #ff9a07 !important;
    color: #ffffff !important;
}

/* Copyright Row */
.rts-copyright-area-two {
    background-color: #0c014f !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 20px 0 !important;
}
.copy-right-area-inner-two {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}
.copy-right-area-inner-two p {
    margin: 0 !important;
    color: #dad3d3 !important;
}
.copy-right-area-inner-two .right ul {
    display: flex !important;
    gap: 20px !important;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .footer-two-main-wrapper-right {
        flex-direction: column !important;
        margin-top: 40px !important;
    }
    .footer-two-main-wrapper-right .single-footer-wized {
        flex: 1 1 100% !important;
        margin-bottom: 30px !important;
        padding-right: 0 !important;
    }
    .copy-right-area-inner-two {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
}

/* Ensure Icons Center Properly within GSAP Animated Tags */
.rts-footer-area ul.social-style-two-wrapper li a i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
}
