.footer-section {
    border-top: 1px solid var(--border-medium);
    margin-top: 12px;
    padding: 50px 0 20px;
    background: var(--bg-card);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}

.brand-name-footer {
    color: var(--text-dark-strong);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.footer-muted {
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.8;
}

.footer-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--dark-bg);
    margin-bottom: 18px;
}

.footer-link {
    display: block;
    color: var(--gray-444);
    text-decoration: none;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
    transition: .25s;
}

.footer-link:hover {
    color: var(--orange);
    transform: translateX(6px);
}

.footer-info {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--text-muted-3);
}

.footer-info i {
    color: var(--orange);
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--bg-social);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.social-icons i:hover {
    background: var(--orange);
    color: var(--white);
}

.copyright {
    text-align: center;
    color: var(--text-muted-2);
    font-size: 13px;
    padding-top: 18px;
    margin-top: 10px;
    border-top: 1px solid var(--border-light);
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 20px;
    }
    .brand-name-footer {
        font-size: 22px;
    }
}

.footer-title i {
    color: var(--orange);
    margin-right: 8px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-link i {
    color: var(--orange);
    font-size: 13px;
}

.footer-info i {
    width: 22px;
    min-width: 22px;
    font-size: 18px;
}

.copyright-link {
    color: var(--orange);
    text-decoration: none;
    transition: .25s;
}

.copyright-link:hover {
    color: var(--orange-link-hover);
}

@media (min-width: 991px) and (max-width: 1200px) {
    .footer-section {
        padding: 38px 20px 18px;
    }
    .row.g-5 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }
    .brand-logo {
        width: 46px;
        height: 46px;
        font-size: 18px;
        border-radius: 12px;
    }
    .brand-name-footer {
        font-size: 22px;
    }
    .footer-title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .footer-muted {
        font-size: 13px;
        line-height: 1.7;
    }
    .footer-link {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .footer-info {
        gap: 10px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .footer-info i {
        font-size: 16px;
    }
    .social-icons {
        gap: 10px;
    }
    .social-icons i {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    .copyright {
        font-size: 12px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .footer-section {
        padding: 44px 30px 20px;
    }
    .container-fluid {
        max-width: 1280px;
    }
    .row.g-5 {
        --bs-gutter-x: 2.5rem;
    }
    .brand-logo {
        width: 50px;
        height: 50px;
    }
    .brand-name-footer {
        font-size: 24px;
    }
    .footer-title {
        font-size: 17px;
    }
    .footer-muted {
        font-size: 14px;
    }
    .footer-link {
        font-size: 14px;
    }
    .social-icons i {
        width: 40px;
        height: 40px;
    }
    .footer-info {
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .content-area,
    .container,
    .container-fluid {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .footer-section {
        padding: 34px 26px 18px;
    }
    .footer-section .row {
        --bs-gutter-x: 1.8rem;
        --bs-gutter-y: 1.8rem;
    }
    .footer-section .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }
    .brand-name-footer {
        font-size: 23px;
    }
    .footer-title {
        font-size: 17px;
    }
    .footer-muted {
        font-size: 14px;
    }
    .footer-link {
        font-size: 15px;
    }
    .footer-info {
        font-size: 14px;
    }
    .footer-info i {
        font-size: 16px;
    }
    .social-icons i {
        font-size: 16px;
    }
    .copyright {
        font-size: 13px;
    }
}

@media (min-width: 567px) and (max-width: 768px) {
    .footer-col {
        margin-top: 25px;
    }
    .logo-col {
        margin-top: 30px;
    }
    .brand-name-footer {
        font-size: 23px;
    }
    .footer-title {
        font-size: 17px;
    }
    .footer-muted {
        font-size: 15px;
        line-height: 1.7;
    }
    .footer-link {
        font-size: 15px;
    }
    .footer-info {
        font-size: 14.5px;
    }
    .footer-info i {
        font-size: 16px;
    }
    .social-icons i {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .copyright {
        font-size: 13px;
    }
}

@media (min-width: 420px) and (max-width: 576px) {
    .footer-col {
        margin-top: 15px;
    }
    .logo-col {
        margin-top: 30px;
    }
    .brand-name-footer {
        font-size: 21px;
    }
    .footer-title {
        font-size: 16px;
    }
    .footer-muted,
    .footer-info {
        font-size: 14px;
        line-height: 1.65;
    }
    .footer-link {
        font-size: 14px;
    }
    .footer-link i {
        font-size: 13px;
    }
    .footer-info i {
        font-size: 15px;
    }
    .social-icons i {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
    .copyright {
        font-size: 12px;
    }
}

@media (min-width: 360px) and (max-width: 420px) {
    .footer-col {
        margin-top: 15px;
    }
    .logo-col {
        margin-top: 30px;
    }
    .brand-name-footer {
        font-size: 19px;
    }
    .footer-title {
        font-size: 15px;
    }
    .footer-muted,
    .footer-info {
        font-size: 13px;
        line-height: 1.6;
    }
    .footer-link {
        font-size: 13px;
    }
    .footer-link i {
        font-size: 12px;
    }
    .footer-info i {
        font-size: 14px;
    }
    .social-icons i {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
}
