/* Header */
.jannah-firdaus-umroh-haji {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

nav.jannah-firdaus-umroh-haji-nav {
  margin: auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-jannah-firdaus-umroh-haji img {
  height: 53px;
}

.nav-links-jannah-firdaus-umroh-haji {
  display: flex;
  gap: 25px;
}

.nav-links-jannah-firdaus-umroh-haji a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.nav-links-jannah-firdaus-umroh-haji a:hover {
  color: #007bff;
}

.contact-btn-jannah-firdaus-umroh-haji {
  background: #007bff;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.contact-btn-jannah-firdaus-umroh-haji:hover {
  background: #0056b3;
}

/* Bottom nav (mobile only) */
.mobile-actions-jannah-firdaus-umroh-haji {
  display: none;
}

/* Tombol Artikel & Menu */
.mobile-actions-jannah-firdaus-umroh-haji button,
.mobile-actions-jannah-firdaus-umroh-haji a {
  border: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  color: #333;
  border-radius: 6px;
  padding: 6px 10px; /* lebih kecil */
  transition: 0.3s;
  width: auto;
  min-width: 60px;
}
.mobile-actions-jannah-firdaus-umroh-haji button {
  font-weight: 400;
}
.normal-btn-jannah-firdaus-umroh-haji {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
}

.normal-btn-jannah-firdaus-umroh-haji:hover {
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
}

/* Icon kecil */
.normal-btn-jannah-firdaus-umroh-haji img {
  width: 18px;
  height: 18px;
  margin-bottom: -25px;
  display: block;
}

/* WA floating circle */
.wa-btn-jannah-firdaus-umroh-haji {
  display: none; /* Hanya aktif di mobile */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #17843f;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 1002;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.wa-btn-jannah-firdaus-umroh-haji:hover {
  background: #1ebe5d;
}

.wa-btn-jannah-firdaus-umroh-haji img {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  display: block;
}

.wa-btn-jannah-firdaus-umroh-haji span {
  font-size: 15px;
  line-height: 1;
  display: block;
}

/* Mobile menu dropdown */
.mobile-menu-jannah-firdaus-umroh-haji {
  display: none;
  flex-direction: column;
  background: #ffffff;
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  padding: 15px;
  gap: 12px;
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9999;
}

.mobile-menu-jannah-firdaus-umroh-haji a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #555;
}

.mobile-menu-jannah-firdaus-umroh-haji a:hover {
  color: #007bff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links-jannah-firdaus-umroh-haji,
  .contact-btn-jannah-firdaus-umroh-haji {
    display: none;
  }

  nav.jannah-firdaus-umroh-haji-nav {
    justify-content: center;
  }

  .logo-jannah-firdaus-umroh-haji {
    flex: 1;
    text-align: center;
  }

  .logo-jannah-firdaus-umroh-haji img {
    margin: auto;
    display: block;
  }

  /* Bottom bar */
  .mobile-actions-jannah-firdaus-umroh-haji {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #ddd;
    padding: 3px 10%;
    z-index: 1001;
  }

  .mobile-actions-inner-jannah-firdaus-umroh-haji {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  /* WA tombol muncul hanya di mobile */
  .wa-btn-jannah-firdaus-umroh-haji {
    display: flex;
  }
}

.footer {
  background: #0a0a0a;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: gold;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: gold;
}

.social-icons a {
  display: inline-block;
  margin-right: 8px;
}

.social-icons img {
  width: 35px;
  height: 35px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 0.9rem;
  color: #aaa;
}
.kontak-icons p {
  display: flex;
  align-items: center; /* sejajarkan ikon dan teks secara vertikal */
  font-size: 15px;
  color: #fff; /* sesuaikan warna teks */
}
.footer p {
  margin: 8px 0; /* atas 10px, kanan 15px, bawah 8px, kiri 5px */
}
.kontak-icons img {
  margin-right: 8px; /* jarak antara ikon dan teks */
  width: 20px; /* ukuran ikon seragam */
  height: 20px;
}
.center-footer {
  text-align: center; /* bikin gambar di tengah */
}

.circle-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block; /* biar bisa ditengah pakai text-align */
  margin-bottom: 10px;
}
