body {
    font-family: Arial, sans-serif;
}

.logo {
    max-width: 200px;
}

.logo-container img {
    max-width: 100%;
}

.cta-section {
    background-color: #B8860B;
    padding: 20px;
}

.cta-section h3 {
    font-weight: bold;
}

.btn-success {
    background-color: #28a745;
    border: none;
    padding: 10px 20px;
}

.btn-success:hover {
    background-color: #218838;
}
.mengapa-kami {
    background-color: #B8860B;
    color: white;
}

.mengapa-kami .icon {
    width: 60px;
    margin-bottom: 15px;
}


.visitasi img {
    width: 100%;
    border-radius: 5px;
}
.izin-ppiu {
    background-color: #B8860B;
}

.izin-ppiu .icon {
    width: 60px;
    display: block;
    margin: 0 auto 15px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
}

.paket-layanan {
    text-align: center;
    padding: 50px 20px;
    background-image: url('images/kabah-silhouette.jpg'); /* Ganti dengan gambar latar belakang */
    background-size: cover;
    background-position: center;
    position: relative;
}

.paket-layanan::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Overlay hitam transparan */
    z-index: 1;
}

.paket-layanan h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.paket-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.paket-card {
    background: white;
    padding: 20px;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.paket-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #D4AF37; /* Warna emas elegan */
}

.harga {
    font-size: 18px;
    font-weight: bold;
    color: #27ae60;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.noted {
    font-size: 14px;
    color: #e74c3c;
    margin-top: 10px;
}

.special {
    background: #fff3cd;
    border: 2px solid #D4AF37;
}

.special .harga {
    color: #e67e22;
    font-size: 20px;
}

.wa-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.wa-float img {
    width: 50px;
    height: 50px;
}

.footer {
    background-color: #0074a2;
    padding: 30px 0;
    font-size: 14px;
}

.footer h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
}

.social-icons img {
    width: 30px; /* Ukuran ikon */
    height: 30px;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1); /* Efek zoom saat hover */
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    text-align: center;
    margin: 0;
    padding: 0;
}

.testimoni-section {
    padding: 50px 0;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.swiper {
    width: 300px;
    height: 600px;
    margin: auto;
}

.testimoni-section {
    text-align: center;
    padding: 40px 0;
}
.section-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.swiper {
    width: 100%;
    max-width: 400px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimoni-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
