.footer-area {
    position: relative;
    overflow: hidden !important;
}

.footer-area .footer-area-inner {
    position: relative;
    z-index: 1;
    display: block !important;
    padding-top: clamp(72px, 7vw, 118px) !important;
    padding-bottom: clamp(56px, 6vw, 96px) !important;
    overflow: visible !important;
}

.footer-area .footer-area-inner .shape-1 {
    z-index: 0;
    opacity: 0.44;
    pointer-events: none;
}

.footer-area .section-header {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.7fr) !important;
    gap: 24px 70px !important;
    align-items: end !important;
    margin-bottom: clamp(42px, 5vw, 76px) !important;
}

.footer-area .section-title {
    max-width: 720px !important;
    margin: 0 !important;
    color: #ffffff;
    font-size: clamp(44px, 6vw, 82px) !important;
    line-height: 0.98 !important;
    overflow-wrap: anywhere;
}

.footer-area .section-title span {
    background-size: 100% 18px !important;
}

.footer-area .section-header .text-wrapper {
    min-width: 0;
}

.footer-area .section-header .text {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.66);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.55;
}

.footer-area .footer-cta {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(26px, 4vw, 56px) !important;
    align-items: start !important;
}

.footer-area .footer-widget-wrapper {
    min-width: 0;
}

.footer-area .footer-widget-wrapper .title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.15;
}

.footer-area .footer-widget-wrapper .title hr {
    width: min(100%, 250px);
    margin: 14px 0 0;
    border-color: rgba(255, 255, 255, 0.16);
    opacity: 1;
}

.footer-area .footer-nav-list {
    margin-top: 20px !important;
}

.footer-area .footer-nav-list li {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.footer-area .newsletter .subscribe-form {
    margin-top: 0;
}

.footer-area .newsletter .input-field {
    min-height: 60px;
    padding: 14px 18px;
}

.copyright-area-inner {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .footer-area .section-header {
        grid-template-columns: 1fr !important;
    }

    .footer-area .footer-cta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .footer-area .newsletter {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 767px) {
    .footer-area {
        padding-inline: 15px;
    }

    .footer-area .footer-area-inner {
        padding-top: 62px;
        padding-bottom: 50px;
    }

    .footer-area .section-header {
        margin-bottom: 34px;
    }

    .footer-area .section-title {
        font-size: clamp(40px, 12vw, 58px) !important;
    }

    .footer-area .footer-cta {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .footer-area .newsletter {
        grid-column: auto !important;
    }
}
