
.footer-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.location-box {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.location-box p.text-white {
    font-size: 18px; /* Sesuaikan ukuran font sesuai kebutuhan */
}
.map-container iframe {
    border-radius: 10px;
}
.map-container img {
    width: 100%;
    object-fit: cover;
}