footer.dunia-footer {
    background-color: #ffffff;
    color: #2d3748;
    padding: 40px 5% 20px;
    border-top: 1px solid #e2e8f0;
    font-family:
        "Open Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
    width: 100%;
    box-sizing: border-box;
}

footer.dunia-footer *,
footer.dunia-footer *::before,
footer.dunia-footer *::after {
    box-sizing: border-box;
}

footer.dunia-footer .footer-container {
    display: grid;
    grid-template-columns: 400px 1.1fr 1fr 0.8fr;
    gap: 32px;
    align-items: start;
}

footer.dunia-footer .footer-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

footer.dunia-footer .footer-col-1 .footer-logo {
    margin: 0 0 4px 0;
    padding: 0;
    line-height: 0;
    width: 100%;
}

footer.dunia-footer .footer-col-1 .footer-logo img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer.dunia-footer .address {
    font-size: 13.5px;
    line-height: 1.5;
    color: #4a5568;
    margin: 12px 0 16px 0;
    max-width: 380px;
}

footer.dunia-footer .footer-col-2 .map-container {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    margin: 0;
}

footer.dunia-footer .footer-col-2 iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}

footer.dunia-footer .footer-col-3 {
    border-left: 1px solid #edf2f7;
    padding-left: 28px;
}

footer.dunia-footer .footer-col-3 h3,
footer.dunia-footer .footer-col-4 h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 0;
    margin-bottom: 14px;
}

footer.dunia-footer .contact-info p {
    font-size: 13.5px;
    color: #4a5568;
    margin-bottom: 6px;
    line-height: 1.4;
}

footer.dunia-footer .contact-info a.hotline-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

footer.dunia-footer .contact-info a.hotline-link:hover {
    text-decoration: underline;
}

footer.dunia-footer .social-section {
    margin-top: 18px;
}

footer.dunia-footer .social-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 0;
    margin-bottom: 12px;
}

footer.dunia-footer .social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

footer.dunia-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

footer.dunia-footer .social-icons a img {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain !important;
    max-width: none !important;
}

footer.dunia-footer .social-icons a img.tiktok-icon {
    width: 20px !important;
    height: 20px !important;
}

footer.dunia-footer .social-icons a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

footer.dunia-footer .footer-col-4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.dunia-footer .footer-col-4 ul li {
    margin-bottom: 8px;
}

footer.dunia-footer .footer-col-4 ul li a {
    color: #4a5568;
    text-decoration: none;
    font-size: 13.5px;
    transition: color 0.2s;
}

footer.dunia-footer .footer-col-4 ul li a:hover {
    color: #1a202c;
}

footer.dunia-footer .footer-bottom {
    text-align: center;
    padding-top: 24px;
    margin-top: 32px;
    border-top: 1px solid #edf2f7;
    font-size: 12px;
    color: #718096;
}

a.whatsapp-btn {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

a.whatsapp-btn:hover {
    transform: scale(1.08);
}

a.whatsapp-btn img {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    max-width: none !important;
}

@media (max-width: 1200px) {
    footer.dunia-footer .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    footer.dunia-footer .footer-col-1 .footer-logo img {
        width: 100% !important;
        max-width: 260px !important;
        height: auto !important;
    }
    footer.dunia-footer .footer-col-3 {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    footer.dunia-footer .footer-container {
        grid-template-columns: 1fr;
    }
}
