.footer-1-container {
    background-color: #f6f6f6;
    display: flex;
    width: 100%;
}

.footer-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 75px;
}

.image img {
    width: 100%;
    height: 55px;
}

.footer-navs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.footer-nav-items {
    margin: 0;
    padding: 0;
}

.footer-nav-links {
    text-decoration: none;
    color: #154a43;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 0;
    display: inline-block;
}

.footer-nav-links:hover {
    color: #dda20a;
}

.footer-2-container {
    background-color: #fddd35;
    display: flex;
    width: 100%;
    padding: 35px 75px 20px 75px;
    gap: 50px;
}

.deskripsi {
    width: 50%;
}

.deskripsi h3 {
    font-size: 16px;
    font-weight: bold;
}

.footer-2 {
    display: flex;
    width: 100%;
    gap: 50px;
}

.alamat-kontak {
    width: 50%;
    display: flex;
    gap: 25px;
}

.alamat-kontak h3 {
    font-size: 24px;
    font-weight: bold;
}

.sosmed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 55px;
}

.sosmed h3 {
    font-size: 24px;
    font-weight: bold;
}

.sosmed p {
    margin: 0;
}

.footer-2 p {
    font-size: 14px;
}

.icon-judul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.footer-2 i {
    font-size: 28px;
}

.footer-2 strong {
    font-size: 14px;
}

.copyright {
    width: 100%;
    background-color: #fddd35;
    border-top: 2px solid #154a43;
    padding: 25px 0;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-weight: bold;
}

/* Mobile */
@media (max-width: 767px) {
    .footer-1 {
        flex-direction: column;
        align-items: center;
        padding: 24px 16px;
        gap: 16px;
        text-align: center;
    }

    .image img {
        max-width: 180px;
        height: auto;
    }

    .footer-navs {
        display: none;
        flex-direction: column;
        gap: 12px;
    }

    .footer-nav-links {
        font-size: 16px;
        font-weight: 600;
        color: #154a43;
    }

    .footer-nav-links:hover {
        color: #dda20a;
    }

    .footer-2-container {
        flex-direction: column;
        padding: 24px 16px;
        gap: 24px;
    }

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

    .deskripsi,
    .alamat-kontak {
        width: 100%;
    }

    .deskripsi h3,
    .alamat-kontak h3,
    .sosmed h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .footer-2 p,
    .sosmed p {
        font-size: 14px;
        line-height: 1.6;
    }

    .alamat-kontak {
        flex-direction: column;
        gap: 16px;
    }

    .sosmed {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer-2 i {
        font-size: 20px;
    }

    .icon-judul {
        gap: 8px;
    }

    .copyright {
        padding: 16px;
        background-color: #fddd35;
        border-top: 1px solid #154a43;
        font-size: 13px;
        text-align: center;
    }

    .copyright p {
        margin: 0;
        font-weight: 500;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    .footer-1 {
        flex-direction: column;
        align-items: center;
        padding: 24px 32px;
        gap: 24px;
        text-align: center;
    }

    .image img {
        max-width: 220px;
        height: auto;
    }

    .footer-navs {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .footer-nav-links {
        font-size: 18px;
        font-weight: 600;
        color: #154a43;
    }

    .footer-nav-links:hover {
        color: #dda20a;
    }

    .footer-2-container {
        position: relative;
        display: block;
        padding: 24px 10%;
        gap: 50px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 30px;
    }

    .deskripsi {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .deskripsi p {
        text-align: center;
    }

    .deskripsi h3,
    .alamat-kontak h3,
    .sosmed h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .footer-2 p,
    .sosmed p {
        font-size: 16px;
        line-height: 1.6;
    }

    .alamat-kontak {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .sosmed {
        height: 100px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer-2 i {
        font-size: 22px;
    }

    .icon-judul {
        gap: 10px;
    }

    .copyright {
        padding: 20px;
        background-color: #fddd35;
        border-top: 1px solid #154a43;
        font-size: 14px;
        text-align: center;
    }

    .copyright p {
        margin: 0;
        font-weight: 500;
    }
}
