.bottom-nav{
  position:fixed;
  bottom:0; left:0; right:0;
  height:60px;
  background:#fff;
  border-top:1px solid #ddd;
  display:flex;
  justify-content:space-around;
  align-items:center;
  z-index:999;
}
.bottom-nav a{
  text-align:center;
  font-size:12px;
  color:#555;
}
.bottom-nav a i{
  display:block;
  font-size:18px;
  margin-bottom:3px;
}
.bottom-nav a.active{ color:#007bff; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll di iOS */
}

.table th, .table td {
  white-space: nowrap; /* supaya teks tidak terpotong tapi scroll tetap aman */
  font-size: 14px; /* lebih nyaman di weddinge */
}

@media (max-width: 576px){
  .table th, .table td{
    font-size: 12px; /* lebih kecil di layar HP */
  }
}
@media (max-width: 768px){
  .table-responsive td, .table-responsive th{
    font-size: 12px;
    padding: 6px;
  }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
}

.whatsapp-float i {
    margin-top: 14px;
}

.whatsapp-float:hover {
    color: #fff;
    background-color: #1ebe5d;
}
.whatsapp-float {
    position: fixed;
    bottom: 90px;   /* jarak dari bawah */
    right: 20px;    /* jarak dari kanan */
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    z-index: 9999;
}

.thumb{
  border-radius:10px;
  cursor:pointer;
  margin-bottom:10px;
  border:2px solid #eee;
}

.thumb:hover{
  border:2px solid #c59d5f;
}
/* MATIKAN STYLE SLIDER LAMA */
#listing_img_slider .slick-arrow,
#listing_img_slider .owl-prev,
#listing_img_slider .owl-next {
    display: none !important;
}

/* layout galeri */
#listing_img_slider{
    max-width: 900px;
    margin: auto;
}

#listing_img_slider .row{
    margin-top:10px;
}

/* thumbnail */
.thumb{
    width:100%;
    height:80px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
    border:2px solid #eee;
}

.thumb:hover{
    border-color:#c59d5f;
}

/* foto utama */
#bigImage{
    width:100%;
    max-height:450px;
    object-fit:cover;
    border-radius:12px;
}
/* gambar utama */
.main-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

/* thumbnail */
.thumb-img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}
/* Font Global */
body, input, select, textarea, button {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Header & Judul */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1e88e5; /* bisa ganti warna sesuai tema */
}

/* Navigasi */
.navbar, .nav-tabs li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/* Tombol */
.btn, .btn-detail {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* Filter modern */
#paketFilter {
    font-family: 'Poppins', sans-serif;
}
<style>

/* ================= HEADER MODERN WO ================= */
.header_wrap{
  background:#ffffff;
  box-shadow:0 4px 15px rgba(0,0,0,0.05);
  padding:15px 0;
}

/* logo */
.navbar-brand{
  font-family:'Playfair Display', serif;
  font-size:24px;
  font-weight:700;
  color:#d4af37 !important; /* gold wedding */
}

/* menu */
.navbar-default .navbar-nav > li > a{
  font-family:'Poppins', sans-serif;
  font-size:14px;
  font-weight:500;
  color:#333 !important;
  padding:10px 15px;
  transition:0.3s;
}

/* hover */
.navbar-default .navbar-nav > li > a:hover{
  color:#d4af37 !important;
}

/* tombol login / daftar */
.header_btn a{
  background:#d4af37;
  color:#fff !important;
  border-radius:8px;
  padding:8px 18px !important;
}

/* supaya tidak terlalu tipis */
.navbar{
  margin-bottom:0;
  min-height:70px;
}

/* mobile toggle */
.navbar-toggle{
  margin-top:18px;
}
/* Ubah header bawaan jadi android style */
.navbar,
.header,
.main-header {
    background: #1e88e5 !important;
    border: none !important;
    height: 56px;
    min-height: 56px;
}

/* Buat fixed di atas */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Warna text & button */
.navbar a,
.navbar-brand,
.navbar-nav > li > a {
    color: #fff !important;
    font-weight: 500;
}

/* Supaya konten tidak ketutup */
body {
    padding-top: 70px;
}
.app-mode .navbar {
    background: #1e88e5 !important;
    height: 56px;
    position: fixed;
    top: 0;
    width: 100%;
}

.app-mode .navbar a {
    color: #fff !important;
}

.app-mode body {
    padding-top: 70px;
}
/* ============================= */
/* ANDROID APP STYLE HEADER FIX */
/* ============================= */

.app-mode header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Hapus header putih atas */
.app-mode .default-header{
    background:#1e88e5 !important;
    padding:10px 0 !important;
    border:none !important;
}

/* Sembunyikan nav kosong */
.app-mode #navigation_bar{
    display:none !important;
}

/* Logo rata tengah & kecil */
.app-mode .logo img{
    height:32px;
}

/* Hilangkan row spacing */

/* Hilangkan kolom kanan */
.app-mode .header_info{
    display:none !important;
}

/* Supaya konten turun */
.app-mode{
    padding-top:70px;
}
.app-mode .logo a{
    color:#fff !important;
}
/* ============================= */
/* ANDROID HEADER - LOGO KIRI  */
/* ============================= */

.app-mode header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Background biru */
.app-mode .default-header{
    background:#1e88e5 !important;
    padding:10px 15px !important;
    border:none !important;
}

/* Sembunyikan navbar kosong */
.app-mode #navigation_bar{
    display:none !important;
}

/* Hapus kolom kanan */
.app-mode .header_info{
    display:none !important;
}

/* Atur row jadi flex */
.app-mode .default-header .row{
    display:flex;
    align-items:center;
}

/* Logo kiri */
.app-mode .logo{
    margin:0;
}

.app-mode .logo img{
    height:32px;
}

/* Supaya konten tidak ketutup */


</style>
