@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom left, #9961CF, #3A1359, #FFFFFF);
    /*padding-top: 80px;*/
    text-align: center;
    /*background-image: url("assets/bg9.jpg");
    background-size: contain; /* Pastikan gambar menutupi seluruh halaman
    background-position: center;  Pusatkan gambar */
}
html {
    scroll-behavior: smooth;
}
.alt {
    background-image: linear-gradient(45deg, #9961CF,#FFFFFF, #3A1359); /* Warna abu-abu terang untuk tampilan lebih profesional */
    padding: 20px;
    text-align: center;
    max-width: 100%;
}
#music-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #9961CFcc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  user-select: none;
}

#music-toggle:hover {
  background-color: #f0f0f0;
}
@media screen and (max-width: 600px) {
  #music-toggle {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 15px;
    left: 15px;
  }
}
.logo img {
    width: 250px; /* Perkecil ukuran logo */
    height: 250px; /* Pastikan aspek rasio tetap */
    opacity: 0;
    transform: scale(1.1);
    animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* Responsif: Perkecil header di layar lebih kecil */
@media (max-width: 768px) {
    .header {
        width: 50%; /* Lebarkan sedikit di layar tablet */
        padding: 15px;
    }
    
    .logo img {
      width: 200px; /* Perkecil ukuran logo */
      height: 200px; /* Lebih kecil di layar kecil */
    }
}

@media (max-width: 480px) {
    .header {
        width: 70%; /* Lebih lebar untuk tampilan mobile */
    }

    .logo img {
      width: 150px; /* Perkecil ukuran logo */
      height: 150px; /* Perkecil lagi di HP */
    }
}
/* Style the navbar */
#navbar {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex; /* Mengatur navbar dalam satu baris */
    justify-content: center; /* Tengahkan item */
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
  }
  
  /* Navbar links */
  #navbar a {
    color: #333;
    text-align: center;
    padding: 14px 30px; /* Jarak antar item */
    text-decoration: none;
    display: inline-block; /* Pastikan tetap sejajar */
    cursor: pointer;
  }
  

  /* Hover effect */
#navbar a:hover {
    background-color: #9961CF;
    color: white;
    border-radius: 10px;
}
#agen, #program, #produk, #testimoni, #dokumentasi {
  scroll-margin-top: 15vh; /* Menyesuaikan jarak agar bagian "Agen" muncul di tengah */
}
  /* Page content */
  .content {
    padding: 16px;
  }
@media screen and (max-width: 768px) {
    #navbar a {
        font-size: 14px; /* Perkecil font */
        padding: 10px 15px; /* Sesuaikan padding */
    }
}

@media screen and (max-width: 480px) {
    #navbar a {
        font-size: 12px; /* Lebih kecil untuk layar kecil */
        padding: 8px 5px;
    }
}
  
/* Kontainer Slideshow */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

/* Slide */
.mySlides {
  display: none;
  position: relative;
}

/* Gambar dalam slideshow */
.mySlides img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Posisi teks di dalam slide */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 80%;
  max-width: 700px;
  background: rgba(19, 8, 8, 0.5);
  padding: 20px;
  border-radius: 10px;
}

/* Judul */
.hero-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Paragraf */
.hero-text p {
  font-size: 16px;
  line-height: 1.5;
}

/* Tombol */
.hero-text button {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding: 12px 20px;
  font-size: 1.2vw;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.hero-text button:hover {
  background: #9961CF;
}

/* Navigasi prev & next */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2vw;
  cursor: pointer;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.prev:hover, .next:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Titik indikator */
.dot {
  height: 15px;
  width: 15px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.active, .dot:hover {
  background-color: #717171;
}

.img-mobile {
  display: none;
}

.img-desktop {
  display: block;
}

  
  /* Fading animation */
  .fade {
    opacity: 1; /* Pastikan tidak disembunyikan sebelum animasi */
    animation-name: slideIn;
    animation-duration: 1.5s;
    animation-fill-mode: both; /* Mencegah kedipan */
    will-change: transform, opacity;
  }
  
  @keyframes slideIn {
    from {
        opacity: 0;
        transform: translate3d(-50px, 0, 0); /* Gunakan translate3d */
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
    
  }
  /* RESPONSIVE DESIGN */
@media screen and (max-width: 768px) {
  .img-mobile {
    display: block;
  }
  .img-desktop {
    display: none;
  }
  .hero-text {
    width: 90%;
    padding: 15px;
  }
  
  .hero-text h3 {
    font-size: 13px;
  }

  .hero-text p {
    font-size: 10px;
  }

  .hero-text button {
    font-size: 10px;
    padding: 10px 15px;
  }

  .prev, .next {
    font-size: 3vw;
    padding: 8px;
  }
}

@media screen and (max-width: 480px) {
  .hero-text h3 {
    font-size: 10px;
  }

  .hero-text p {
    font-size: 8px;
  }

  .hero-text button {
    font-size: 2vw;
    padding: 5px 10px;
  }

  .prev, .next {
    display: none;
  }
  .dot{
    width: 5px;
    height: 5px;
  }
}
/* Container utama */
.box-content {
  margin: 0 40px 0 40px;
  border-bottom: 1px solid #333;
  text-align: center;
  background-color: white;
   /* Ganti dengan path gambar */
  background-size: cover;  /* Menyesuaikan gambar agar menutupi elemen */
  background-position: center;  /* Memposisikan gambar di tengah */
  background-repeat: no-repeat;  /* Mencegah pengulangan gambar */
  padding-top: 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .box-content{
    margin: 0 15px 0 15px;
  }
}

/* Judul dengan garis bawah */
.teks-judul {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 4px solid #9961CF; /* Warna garis bawah */

  opacity: 0; /* Awalnya disembunyikan */
  transform: translateY(-30px); /* Geser sedikit ke bawah */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.teks-judul.show {
  opacity: 1;
  transform: translateY(0);
}

/* Flexbox Container */
.flex-container {
  display: flex;
  flex-wrap: wrap; /* Agar responsif */
  justify-content: center;
  gap: 20px; /* Jarak antar item */
  font-size: 30px;
  text-align: center;
  margin: 25px;
  background-color: transparent;
}

/* Flex Item */
.flex-item {
  background-color: transparent;
  padding: 10px;
  flex: 1 1 300px; /* Basis 300px, bisa lebih kecil jika layar sempit */
  max-width: 300px; /* Maksimum lebar setiap item */
  
  opacity: 0; /* Awalnya disembunyikan */
  transform: translateY(30px); /* Geser sedikit ke bawah */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
/* Saat Elemen Muncul di Layar */
.flex-item.show {
  opacity: 1;
  transform: translateY(0);
}
/* Gambar Responsif */
.flex-item img {
  width: 100%;
  height: auto;
  max-width: 326px; /* Agar tidak lebih besar dari ukuran aslinya */
  border-radius: 8px; /* Membuat sudut gambar sedikit membulat */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Efek bayangan */
}

/* Efek Hover */
.flex-item:hover {
  transform: scale(1.05);
}

/* 🔹 RESPONSIVE DESIGN */

/* Tablet (≤ 768px) */
@media screen and (max-width: 768px) {
  .teks-judul {
    font-size: 24px;
  }

  .flex-container {
    gap: 15px;
  }

  .flex-item {
    flex: 1 1 45%; /* 2 Kolom saat di tablet */
    max-width: 45%;
  }
}

/* Smartphone (≤ 480px) */
@media screen and (max-width: 480px) {
  .teks-judul {
    font-size: 20px;
  }

  .flex-container {
    flex-direction: column; /* Jadi 1 kolom di layar kecil */
    align-items: center;
  }

  .flex-item {
    flex: 1 1 100%;
    max-width: 90%;
  }
}
.responsive {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Agar semua item ada di tengah */
  gap: 50px; /* Jarak antar item */
  padding: 20px;
  margin-bottom: 25px;
}

.gallery {
  border: 1px solid black;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  border-radius: 10px;
  width: 240px;
  height: auto;
  transition: 0.3s;
  text-align: center;

  opacity: 0;
  transform: translateY(30px); /* Mulai dari atas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.gallery.show{
  opacity: 1;
  transform: translateY(0);
}

.gallery img {
  width: 240px;
  height: 300px;
  object-fit: cover;

}
.gallery img:hover {
  transform: scale(1.05);
}

.desc {
  padding: 15px;
  font-weight: bold;
  color: #333;
  font-size: 1rem;
}
/* Responsif untuk Tablet */
@media (max-width: 768px) {
  .responsive {
    gap: 30px;
  }

  .gallery {
    width: 200px;
  }

  .gallery img {
    width: 200px;
    height: 250px;
  }

  .desc {
    font-size: 0.9rem;
  }
}

/* Responsif untuk HP */
@media (max-width: 480px) {
  .responsive {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .gallery {
    width: 90%;
  }

  .gallery img {
    width: 100%;
    height: auto;
  }

  .desc {
    font-size: 0.85rem;
    padding: 10px;
  }
}

.box-content-layanan {
  margin: 0 40px 0 40px;
  border-bottom: 1px solid #333;
  text-align: center;
  background-color: white;
   /* Ganti dengan path gambar */
  background-size: cover;  /* Menyesuaikan gambar agar menutupi elemen */
  background-position: center;  /* Memposisikan gambar di tengah */
  background-repeat: no-repeat;  /* Mencegah pengulangan gambar */
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-content-layanan{
    margin: 0 15px 0 15px;
  }
}

/* Flexbox Container */
.flex-container-layanan {
  display: flex;
  flex-wrap: wrap; /* Agar responsif */
  justify-content: center;
  gap: 20px; /* Jarak antar item */
  font-size: 30px;
  text-align: center;
  margin: 25px;
  background-color: transparent;

  opacity: 0;
  transform: translateY(30px); /* Mulai dari atas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.flex-container-layanan.show{
  opacity: 1;
  transform: translateY(0);
}


/* Flex Item */
.flex-item-layanan {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  flex: 1 1 200px; /* Basis 300px, bisa lebih kecil jika layar sempit */
  max-width: 200px; /* Maksimum lebar setiap item */
  max-height: 200px;
  transition: transform 0.3s ease;
  border-radius: 10px;
  border: 1px solid #9961CF;
}
.flex-item-layanan h3{
  font-size: 16px;
  border-bottom: 1px solid #9961CF;
}
.flex-item-layanan p{
  font-size: 14px;
  margin-bottom: 10px;
}
/* Gambar Responsif */
.flex-item-layanan img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  max-width: 326px; /* Agar tidak lebih besar dari ukuran aslinya */
  border-radius: 8px; /* Membuat sudut gambar sedikit membulat */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Efek bayangan */
  border: 3px solid #9961CF;
}

/* Efek Hover */
.flex-item-layanan:hover {
  transform: scale(1.05);
}

.scroll-container-produk{
  background-color: transparent;
  overflow: auto;
  white-space: nowrap;
  padding: 30px;
  
}
.scroll-container-produk video {
  width: 100%;
  max-width: 250px; /* Batas maksimum agar tetap proporsional */
  height: auto;
  border: 2px solid #9961CF; /* Border terlihat */
  border-radius: 10px;
  margin: 10px;
}
/* Responsif untuk Tablet */
@media (max-width: 768px) {
  .flex-container-layanan {
    gap: 15px;
    margin: 20px;
  }

  .flex-item-layanan {
    flex: 1 1 250px;
    max-width: 250px;
  }

  .flex-item-layanan img {
    max-width: 250px;
  }
}

/* Responsif untuk HP */
@media (max-width: 480px) {
  .flex-container-layanan {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .flex-item-layanan {
    flex: 1 1 90%;
    max-width: 90%;
  }

  .flex-item-layanan img {
    max-width: 100%;
  }
}

/* Grid layout untuk layanan */
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
  
  opacity: 0;
  transform: translateY(-30px); /* Mulai dari atas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.service-list.show{
  opacity: 1;
  transform: translateY(0);
}
/* Style untuk setiap item layanan */
.service-item {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

/* Efek hover */
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/* Gaya gambar */
.service-item a img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

/* Efek hover pada gambar */
.service-item a img:hover {
  transform: scale(1.05);
}

/* Judul layanan */
.title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

/* Deskripsi layanan */
.description {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

/* RESPONSIF untuk Tablet & Mobile */
@media screen and (max-width: 768px) {
  .service-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .service-item {
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 25px;
    text-align: center;
  }

  .service-item a img {
    max-width: 200px;
    margin: 0 auto;
  }

  .title {
    font-size: 20px;
    margin-top: 12px;
    color: #222;
  }

  .description {
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    margin-top: 8px;
  }
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 18px;
  }

  .description {
    font-size: 14px;
  }

  .service-item {
    padding: 20px 15px;
  }

  .service-item a img {
    max-width: 180px;
  }
}


.flex-container-testimoni {
  display: flex;
  flex-wrap: wrap; /* Agar responsif */
  justify-content: center;
  gap: 20px; /* Jarak antar item */
  font-size: 30px;
  text-align: center;
  margin: 25px;
  background-color: transparent;

  opacity: 0;
  transform: translateY(-30px); /* Mulai dari atas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.flex-container-testimoni.show{
  opacity: 1;
  transform: translateY(0);
}

/* Style Video */
.flex-container-testimoni video {
  width: 100%;
  max-width: 250px; /* Batas maksimum agar tetap proporsional */
  height: auto;
  border: 2px solid #9961CF; /* Border terlihat */
  border-radius: 10px;
  margin: 10px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

/* Efek Hover */
.flex-container-testimoni video:hover {
  transform: scale(1.05);
}

/* RESPONSIF untuk Tablet & Mobile */
@media screen and (max-width: 768px) {
  .flex-container-testimoni {
    position: relative;
    overflow: hidden;
    flex-direction: row; /* tetap horizontal */
    align-items: center;
    height: auto;
  }

  .flex-container-testimoni video {
    display: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .flex-container-testimoni video.active {
    display: block;
  }
}


.box-content-bawah {
  margin: 0 40px 0 40px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  text-align: center;
   /* Ganti dengan path gambar */
  background-size: cover;  /* Menyesuaikan gambar agar menutupi elemen */
  background-position: center;  /* Memposisikan gambar di tengah */
  background-repeat: no-repeat;  /* Mencegah pengulangan gambar */
  padding-top: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
  .box-content-bawah{
    margin: 0 15px 0 15px;
  }
}
.slideshow-dokumentasi {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
}

.slide-dokumentasi {
  display: none;
  text-align: center;
}

.slide-dokumentasi img {
  width: 45%;
  margin: 10px 10px;
  border-radius: 10px;
  border: 2px solid white;
  vertical-align: middle;
  transition: transform 0.3s;
}

.slide-dokumentasi img:hover {
  transform: scale(1.05);
}

.fade-dokumentasi {
  animation-name: fadeDokumentasi;
  animation-duration: 1s;
}

@keyframes fadeDokumentasi {
  from { opacity: 0.4 }
  to { opacity: 1 }
}
@media screen and (max-width: 480px) {
  .slide-dokumentasi img {
    width: 90%;
  }
}


/*Footer*/
.box-content-footer{
  margin: 0 40px 0 40px;
  border-bottom: 1px solid #333;
  
  background-color: transparent;
  padding-top: 25px;
}

.row {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

/* Kolom Logo */
.column {
  width: 45%;
  padding: 10px;
  background-color: transparent;
  color: black;
  text-align: left;
}
.column img{
  width: 125px;
  height: 125px;
}

/* Kolom Informasi */
.column-2 {
  width: 45%;
  padding: 10px;
  background-color: transparent;
  color: black;
  text-align: center;
}

/* Judul "Informasi Kami" */
.title-info {
  width: 100%;
  margin-bottom: 10px;
}

/* Container untuk dua kolom dalam column-2 */
.columns-container {
  display: flex;
  justify-content: space-between; /* Mengatur agar kedua kolom sejajar */
  gap: 10px;
}

/* Kolom di dalam column-2 */
.column-2 .column-a {
  width: 30%;
  text-align: left;
  padding: 10px;
}
.column-2 .column-b {
  width: 70%;
  text-align: left;
  padding: 10px;
}

.column-2 img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  margin: 10px;
}
.column-2 a{
  text-decoration: none;
}

/* Efek Hover */
.column-2 img:hover {
  transform: scale(1.1);
}
/* ===== RESPONSIF UNTUK TABLET ===== */
@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
    align-items: center;
  }
  
  .column,
  .column-2 {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  
  .columns-container {
    flex-direction: column;
    align-items: center;
  }
  
  .column-a{
    display:none;
  }
  .column-b p{
    display: none;
  }
}

/* ===== RESPONSIF UNTUK MOBILE ===== */
@media screen and (max-width: 480px) {
  .column img {
    width: 100px;
  }

  .column-b img {
    width: 30px;
    height: 30px;
  }

  .column-b p {
    font-size: 14px;
  }
}
/* ===== Umrah Musim Dingin ===== */
/* ===== Umrah Musim Dingin ===== */
/* ===== Umrah Musim Dingin ===== */
/* ===== Umrah Musim Dingin ===== */
/* ===== Umrah Musim Dingin ===== */
.box-content-umrah {
  margin: 40px 40px 0 40px;
 
  background-color: white;
  text-align: left;
  background-image: url(images/bg-3.png); /* Ganti dengan path gambar */
  background-size: cover;  /* Menyesuaikan gambar agar menutupi elemen */
  background-position: center;  /* Memposisikan gambar di tengah */
  background-repeat: no-repeat;  /* Mencegah pengulangan gambar */
  padding: 25px 20px; /* Tambahkan padding kiri kanan */
  color: white; /* Semua teks di dalam box jadi putih */
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .box-content-umrah {
    margin: 15px;
    padding: 20px 15px;
  }
  
  .umrah-columns {
    flex-direction: column;
    align-items: center;
  }
  
  

}
.umrah-columns {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.umrah-content-box {
  flex: 0 0 60%;
  background-color: transparent;
  
  border-radius: 15px;
}

.umrah-contact-box {
  flex: 0 0 35%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 15px;
  color: white;
  align-self: flex-start; /* <- Ini kuncinya! */
}

@media screen and (max-width: 768px) {
  .umrah-contact-box {
    flex: 100%;
    text-align: center; /* Teks jadi center */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .umrah-contact-box h3 {
    text-align: center;
  }

  .wa-button {
    width: 100%;
    max-width: 300px; /* Biar gak terlalu lebar */
  }
}


.umrah-title,
.umrah-subtitle{
  color: white; /* Pastikan semua elemen teks putih */
  text-align: center; /* Semua teks rata kiri */
}
.umrah-list,
.umrah-list li,
.umrah-price {
  color: black; /* Pastikan semua elemen teks putih */
  text-align: left; /* Semua teks rata kiri */
}
.umrah-columns h1,
.umrah-columns h2,
.umrah-columns h3,
.umrah-columns p,
.umrah-columns a{
  color: black;
  text-align: left;
}


.umrah-title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.umrah-subtitle {
  font-size: 1.2rem;
  margin: 0.3rem 0;
}

.umrah-price {
  font-size: 2rem;
  margin: 1rem 0;
}
.umrah-top-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  flex-wrap: wrap; /* Tambahkan ini untuk responsif lebih fleksibel */
}
.umrah-bottom-box{
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

.umrah-top-image img {
  width: 200px; /* Ukuran persegi */
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.umrah-top-text {
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .umrah-top-box {
    flex-direction: column;
    align-items: center;
    text-align: center; /* Teks di tengah saat mobile */
  }

  .umrah-top-image img {
    width: 100%;   /* Gambar 90% dari lebar container */
    height: auto; /* Tinggi otomatis supaya proporsional */
  }

  .umrah-top-text {
    flex: none;
    width: 100%;
  }

  .umrah-top-text h2 {
    font-size: 1.8rem; /* Perkecil font h1 */
    text-align: center;
  }

  .umrah-top-text h3 {
    font-size: 1.5rem; /* Perkecil font h2 */
    text-align: center;
  }

  .umrah-top-text p {
    font-size: 1.1rem; /* Perkecil font h3 */
    text-align: center;
  }
}
.umrah-list {
  line-height: 1.8;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
  list-style: none; /* Hapus bullet/titik */
  padding-left: 0;  /* Hilangkan padding default */
}


.umrah-list li {
  margin-bottom: 0.5rem;

}
.umrah-list ul {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Garis bawah tipis */
  padding-bottom: 0.5rem;
}


.umrah-columns a {
  text-decoration: none;
}

.umrah-columns a:hover {
  color: #3A1359;
}
.wa-button {
  display: block;
  width: 90%;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.umrah-contact-box a{
  text-align: center;
}
.wa-button:hover {
  background-color: #1ebe57;
}

/* Icon WhatsApp */
.wa-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 8px;
}

/* Saat hover, icon maju dikit ke kanan */
.wa-button:hover .wa-icon {
  transform: translateX(5px);
}

