@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.address-title,
.addres-text {
    font-family: 'Poppins', sans-serif;
}

.footer-section {
    background: linear-gradient(180deg, #2A1608 25.96%, #000000 100%);
    border-radius: 30px;
    color: white;
    max-width: 100%;
    margin: 8px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); */
}

.footer-link-hover:hover{
    color: #ffb300 !important;
    transition: .3s;
}

.footer-body {
    padding: 32px 32px 0 32px;
}

.top-section {
    padding-bottom: 56px;
}

.footer-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.btn-pesan {
    background-color: #FFC107;
    color: #2A1608;
    padding: 12px 24px;
    border-radius: 16px;
    border: none;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
}

.btn-pesan:hover {
    background-color: #ffb300;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
    color: #2a1810;
}

/* .address-section {
    margin: 40px 0;
} */

/* .address-title {
    margin-bottom: 10px;
} */

.address-text {
    line-height: 1.6;
    margin-bottom: 36px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    filter: brightness(1);
}

.social-icon:hover img {
    transform: translateY(-3px);
    filter: brightness(1.2);
}

.logo-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 25px 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.logo {
    padding: 5.03px 0;
}

.logo img {
    width: 100%q;
    height: 23.02px;
}

/* .logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.copyright-text {
    font-size: 11px;
    margin: 0;
}

@media (min-width: 576px) {
    .footer-body {
        padding: 50px 40px 0 40px;
    }
}

@media (min-width: 768px) {

    .footer-section {
        margin: 24px;
    }

    .top-section {
        padding-bottom: 60px;
    }

    /* .address-section {
        margin: 40px 0 20px 0;
    } */
    .logo {
        padding: 8px 0;
    }

    .logo img {
        height: 32px;
    }

    .copyright-text {
        font-size: 12px;
        margin: 0;
    }
}

@media (min-width: 992px) {

    .footer-body {
        padding: 80px 80px 0 80px;
    }

    .footer-title {
        font-size: 64px;
        margin-bottom: 0px;
    }

    .address-text {
    margin-bottom: 0px;
}

    .logo-copyright {
        padding: 36px 80px;
        margin-top: 40px;
    }

    .btn-pesan {
        width: 239px;
        padding: 20px 40px;
    }
}

@media (min-width: 1440px) {
        .top-section {
        padding-bottom: 60px;
    }
}
