.contact {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.contact-top {
    background-color: #ffffff;
    padding: 70px 0 50px 0;
    position: relative;
    border-top: 1px solid #f1efe8;
}

.contact-top-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
}

.hubungi-box {
    position: relative;
    padding-left: 24px;
}

.hubungi-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 5px;
    border-radius: 4px;
    background: linear-gradient(180deg, #d4a537, #e8c368);
}

.hubungi-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b132b;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hubungi-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #b88e2c;
    margin-top: 8px;
    letter-spacing: 0.3px;
}

.contact-bottom {
    background-color: #0b132b;
    padding: 70px 0;
    color: #ffffff;
}

.contact-bottom-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
}

.contact-map-wrapper {
    flex: 1.2;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(212, 165, 55, 0.25);
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.contact-map-wrapper iframe {
    border-radius: 14px;
    display: block;
    width: 100%;
}

.contact-info-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-icon-box {
    width: 56px;
    height: 56px;
    background-color: rgba(212, 165, 55, 0.12);
    border: 1px solid rgba(212, 165, 55, 0.35);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.info-item:hover .info-icon-box {
    background-color: rgba(212, 165, 55, 0.22);
    border-color: #d4a537;
}

.info-icon-box img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.info-text-box h3 {
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #e8c368;
}

.info-text-box p {
    font-size: 14.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
}

.email-link {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.email-link:hover {
    color: #e8c368;
    border-color: #e8c368;
}

.also-visit-wrapper {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.also-visit-wrapper h3 {
    color: #e8c368;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.also-visit-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ig-mini-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.instagram-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14.5px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Poppins', sans-serif;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.instagram-link:hover {
    color: #e8c368;
    border-color: #e8c368;
}

.contact-copyright {
    background-color: #080d1c;
    padding: 20px 40px;
    text-align: center;
    border-top: 1px solid rgba(212, 165, 55, 0.15);
}

.contact-copyright p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
    letter-spacing: 0.4px;
}

@media (max-width: 768px) {
    .contact-top {
        padding: 50px 0 36px 0;
    }

    .contact-top-container {
        padding: 0 24px;
        min-height: auto;
        gap: 28px;
    }

    .hubungi-title {
        font-size: 32px;
    }

    .contact-bottom {
        padding: 50px 0;
    }

    .contact-bottom-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 24px;
    }

    .contact-map-wrapper {
        width: 100%;
        order: -1;
    }

    .contact-map-wrapper iframe {
        height: 260px;
    }

    .contact-info-wrapper {
        width: 100%;
    }
}
