.footer {
    position: relative;
}

.footer .banner-footer {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    position: relative;
}

.footer .banner-text {
    position: absolute;
    bottom: -2px;
    left: 50%;
    padding-bottom: 16px;
    transform: translate(-50%, 0%);
    background: linear-gradient(360deg, #0b0f19 0%, rgba(2, 9, 28, 0) 100%);
}

.footer .banner-text span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
    color: var(--color-text-text-50);
}

.footer .banner-text hr {
    border: 1px solid var(--color-neutral-neutral-300);
    width: 100%;
    margin: 24px 0;
    height: 2px;
}

.footer .banner-text .banner-title p {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 54px;
    line-height: 115%;
    color: var(--color-text-text-50);
}

.footer .banner-text .banner-title button i {
    rotate: 330deg;
    margin-left: 10px;
}

.footer-content {
    background: var(--color-neutral-neutral-950);
    background-image: url("../image/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-content .container {
    padding-top: 64px;
    padding-bottom: 48px;
}

/* Footer Main Content */
.footer-main-content {
    margin-bottom: 32px;
}

.footer-left-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-heading {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 115%;
    color: var(--color-text-text-50);
    margin: 0;
}

.btn-get-quote {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.3s ease;
    width: fit-content;
}

.btn-get-quote:hover {
    background: var(--color-primary-primary-500);
    color: var(--color-text-text-50);
}

.btn-get-quote i {
    font-size: 14px;
    transform: rotate(-45deg);
}

.footer-right-section {
    display: flex;
    justify-content: flex-end;
}

.footer-right-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    margin-left: auto;
}

.footer-find-us {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    color: var(--color-text-text-50);
    margin: 0;
}

.footer-address {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--color-text-text-50);
}

/* Footer Divider */
.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 1px;
    margin: 32px 0;
    background: transparent;
}

/* Footer Bottom Content */
.footer-bottom-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom-content .col-lg-4 {
    display: flex;
    align-items: center;
}

.footer-left-bottom {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.footer-center-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    flex-shrink: 0;
    min-width: 0;
    height: 100%;
}

.sosmed-link {
    display: flex;
    gap: 16px;
}

.btn-sosmed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: var(--color-text-text-50);
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-sosmed:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-text-text-50);
    color: var(--color-text-text-50);
}

.btn-sosmed i {
    font-size: 16px;
}

.footer-content .copyright {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-text-text-50);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.footer-right-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    min-width: 0;
    height: 100%;
}

.footer-contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .footer-contact-info {
        justify-items: start;
    }
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}

.contact-value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-text-text-50);
    text-decoration: none;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.contact-value:hover {
    color: var(--color-text-text-50);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-right-bottom {
        justify-content: flex-start;
    }

    .footer-center-bottom {
        justify-content: flex-start;
        margin: 16px 0;
        padding: 0;
    }

    .footer-content .copyright {
        text-align: left;
        white-space: normal;
        padding: 0;
    }
}

@media (max-width: 768px) and (min-width: 425px) {
    .footer .banner-footer {
        height: 750px;
    }

    .footer .banner-text {
        padding-bottom: 22px;
        padding-top: 22px;
        background: linear-gradient(
            360deg,
            #0b0f19 80%,
            rgba(2, 9, 28, 0) 100%
        );
    }

    .footer .banner-text span {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        color: var(--color-text-text-50);
        display: block;
    }

    .footer .banner-text span:nth-child(2) {
        text-decoration: underline;
    }

    .footer .banner-text .banner-title p {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        color: var(--color-text-text-50);
    }

    .footer .banner-text .banner-title {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 32px;
    }

    .footer-content .container {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .footer-heading {
        font-size: 36px;
    }

    .footer-find-us {
        font-size: 22px;
    }

    .footer-address {
        font-size: 14px;
    }

    .footer-content .copyright {
        font-size: 14px;
    }

    .footer-right-section {
        justify-content: flex-start;
    }

    .footer-right-content {
        margin-left: 0;
        margin-top: 24px;
    }

    .footer-content .copyright {
        justify-content: center;
    }

    .footer-main-content {
        margin-bottom: 0;
    }

    .footer-contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 424px) {
    .footer .banner-text span {
        font-size: 14px;
    }

    .footer .banner-text .banner-title p {
        font-size: 24px;
    }

    .footer .banner-footer {
        height: 500px;
    }

    .footer .banner-text .banner-title {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer,
    .banner-text .banner-title button {
        font-size: 14px;
    }

    .footer-content .container {
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .footer-main-content {
        margin-bottom: 24px;
    }

    .footer-left-section {
        gap: 20px;
        margin-bottom: 24px;
    }

    .footer-heading {
        font-size: 28px;
        line-height: 120%;
    }

    .btn-get-quote {
        padding: 12px 24px;
        font-size: 14px;
    }

    .footer-right-section {
        justify-content: flex-start;
    }

    .footer-right-content {
        gap: 20px;
    }

    .footer-find-us {
        font-size: 20px;
    }

    .footer-address {
        font-size: 14px;
        line-height: 140%;
    }

    .footer-divider {
        margin: 24px 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 24px;
    }

    .footer-left-bottom {
        justify-content: flex-start;
    }

    .footer-center-bottom {
        justify-content: flex-start;
        margin: 12px 0;
        padding: 0;
    }

    .footer-content .copyright {
        text-align: left;
        white-space: normal;
        padding: 0;
    }

    .footer-contact-info {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-label {
        font-size: 12px;
    }

    .contact-value {
        font-size: 14px;
        white-space: normal;
    }

    .footer-content .copyright {
        font-size: 12px;
        white-space: normal;
    }

    .sosmed-copyright-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sosmed-link {
        gap: 12px;
    }

    .btn-sosmed {
        width: 36px;
        height: 36px;
    }

    .btn-sosmed i {
        font-size: 14px;
    }

    .footer-right-section {
        justify-content: flex-start;
    }

    .footer-right-content {
        margin-left: 0;
        margin-top: 24px;
    }
}
