#footer.footer-redesign {
    margin-top: 80px;
    background: #f6f7fb;
    color: #4b5565;
    padding: 64px 0 0;
}

#footer.footer-redesign .footer-top-modern {
    padding: 0;
}

#footer.footer-redesign .footer-top {
    padding: 0 0 40px;
}

#footer.footer-redesign .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px 40px;
    align-items: flex-start;
}

#footer.footer-redesign .footer-title {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

#footer.footer-redesign .footer-nav-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer.footer-redesign .footer-nav-group ul li {
    margin: 6px 0;
}

#footer.footer-redesign .footer-nav-group ul li a {
    color: #4b5565;
    font-weight: 500;
    text-decoration: none;
}

#footer.footer-redesign .footer-nav-group ul li a:hover {
    color: #1d9fe5;
    text-decoration: underline;
}

#footer.footer-redesign .nav-footer {
    margin-bottom: 0;
}

#footer.footer-redesign .nav-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer.footer-redesign .nav-footer ul li {
    margin: 6px 0;
}

#footer.footer-redesign .nav-footer ul li a {
    color: #4b5565;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

#footer.footer-redesign .nav-footer ul li a:hover {
    color: #1d9fe5;
    text-decoration: underline;
}

#footer.footer-redesign .newsletter-footer {
    margin-bottom: 20px;
}

#footer.footer-redesign .newsletter-footer .title-desc {
    color: #4b5565;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

#footer.footer-redesign .form-newsletter-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer.footer-redesign .form-newsletter-footer input[type="email"] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 14px;
    color: #4b5565;
}

#footer.footer-redesign .form-newsletter-footer input[type="email"]:focus {
    outline: none;
    border-color: #1d9fe5;
}

#footer.footer-redesign .form-newsletter-footer .btn-custom {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

#footer.footer-redesign .footer-payment-icons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#footer.footer-redesign .footer-payment-icons img {
    height: 24px;
    width: auto;
}

#footer.footer-redesign .footer-divider {
    position: relative;
    margin: 32px 0 28px;
}

#footer.footer-redesign .footer-divider:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px dashed #1d9fe5;
}

#footer.footer-redesign .footer-divider .divider-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f6f7fb;
    border: 2px dashed #1d9fe5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer.footer-redesign .footer-divider .divider-icon:before,
#footer.footer-redesign .footer-divider .divider-icon:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #1d9fe5;
}

#footer.footer-redesign .footer-divider .divider-icon:before {
    transform: rotate(45deg);
}

#footer.footer-redesign .footer-divider .divider-icon:after {
    transform: rotate(-45deg);
}

#footer.footer-redesign .footer-bottom-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid #e5e7eb;
    padding-top: 18px;
    color: #4b5565;
    font-weight: 500;
}

#footer.footer-redesign .footer-brand-mark img {
    height: 42px;
    width: auto;
}

#footer.footer-redesign .footer-social-links {
    width: auto;
}

#footer.footer-redesign .footer-social-links ul {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}

#footer.footer-redesign .footer-social-links ul li {
    list-style: none;
}

#footer.footer-redesign .footer-social-links ul li a {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    color: #64748b;
    font-size: 16px;
    transition: all 0.2s ease;
}

#footer.footer-redesign .footer-social-links ul li a:hover {
    border-color: #1d9fe5;
    color: #1d9fe5;
}

/* bottom social links row */
#footer.footer-redesign .footer-social-bottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#footer.footer-redesign .footer-social-bottom ul li {
    margin: 0;
}

#footer.footer-redesign .footer-bottom {
    background-color: #f6f7fb;
    padding: 24px 0;
    margin-top: 0;
}

#footer.footer-redesign .footer-bottom .copyright {
    color: #4b5565;
    font-size: 14px;
}

#footer.footer-redesign .footer-brand-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer.footer-redesign .footer-logo-center {
    display: inline-block;
}

#footer.footer-redesign .footer-logo-center img {
    max-height: 40px;
    width: auto;
    border-radius: 12px;
}

@media (max-width: 991px) {
    #footer.footer-redesign {
        padding: 48px 0 32px;
    }
}

@media (max-width: 767px) {
    #footer.footer-redesign .footer-links-grid {
        gap: 18px 20px;
    }

    #footer.footer-redesign .footer-bottom-modern {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer.footer-redesign .footer-top .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #footer.footer-redesign .footer-top .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 24px;
    }
}

