
    /* Header dan Subheader */
    h2, h4 {
        text-transform: uppercase;
        font-weight: 700;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h6 {
        font-weight: 600;
        font-size: 1.1rem;
        margin-top: 1rem;
    }

    /* Container utama */
    .container {
        max-width: 960px;
    }

    /* Paragraf justify */
    p.text-muted {
        text-align: justify;
        line-height: 1.7;
    }

    /* Daftar layanan dan kontak */
    ul.list-unstyled li {
        font-size: 1rem;
        line-height: 1.6;
    }

    ul.list-unstyled li i {
        margin-right: 8px;
    }

    /* Tombol sosial media */
    .btn-sm.rounded-pill i {
        vertical-align: middle;
        margin-right: 4px;
    }

    /* Area peta Google Maps */
    .location-title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.3rem;
    }

    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

    /* Responsive padding bawah */
    .mb-2, .mb-3, .mb-4, .mb-5 {
        margin-bottom: 1rem !important;
    }

    /* Margin dan padding sosial media */
    .btn-outline-primary,
    .btn-outline-info,
    .btn-outline-danger {
        margin-bottom: 6px;
    }

    /* Mobile responsive */
    @media (max-width: 576px) {
        h2 {
            font-size: 1.5rem;
        }

        h4 {
            font-size: 1.2rem;
        }

        .btn-sm {
            font-size: 0.9rem;
            padding: 4px 10px;
        }

        iframe {
            height: 200px !important;
        }
    }

