/* ============================================================
   PansroSafar — Main Stylesheet
   Design inspired by MakeMyTrip / EaseMyTrip / Ixigo
   ============================================================ */

:root {
  --primary:       #003580;
  --primary-light: #0071c2;
  --primary-dark:  #002459;
  --accent:        #FF6600;
  --accent-dark:   #e55a00;
  --accent-light:  #ff8533;
  --saffron:       #FF9933;
  --green:         #28a745;
  --light-bg:      #f0f4ff;
  --white:         #ffffff;
  --gray-light:    #f8f9fa;
  --gray:          #e9ecef;
  --text-dark:     #1a1a2e;
  --text-muted:    #6c757d;
  --border:        #dee2e6;
  --shadow:        0 2px 15px rgba(0,53,128,0.12);
  --shadow-hover:  0 8px 30px rgba(0,53,128,0.22);
  --radius:        12px;
  --radius-sm:     8px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  font-size: 15px;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
a:hover { color: var(--primary-light); }
img { max-width: 100%; }

.text-primary-custom { color: var(--primary) !important; }
.text-accent { color: var(--accent) !important; }
.bg-primary-custom { background: var(--primary) !important; }
.bg-accent { background: var(--accent) !important; }

/* ============================================================
   HEADER — Two-row sticky structure
   ============================================================ */

/* Outer wrapper: sticks the entire two-row header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ── ROW 1: TOP BAR ── */
.top-bar {
  background: var(--primary);
  color: #cce0ff;
  font-size: 12px;
  padding: 6px 0;
}
.top-bar a          { color: #cce0ff; text-decoration: none; transition: color 0.2s; }
.top-bar a:hover    { color: #fff; }
.top-bar-divider    { color: rgba(255,255,255,0.25); font-size: 11px; }

/* Partner button — fully transparent, matches WhatsApp link style */
.top-bar .top-bar-btn,
button.top-bar-btn {
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
  background:         transparent !important;
  background-color:   transparent !important;
  background-image:   none !important;
  border:             0 !important;
  border-color:       transparent !important;
  box-shadow:         none !important;
  outline:            none !important;
  color:              #cce0ff !important;
  font-size:          12px;
  font-family:        'Poppins', sans-serif;
  cursor:             pointer;
  padding:            0;
  margin:             0;
  line-height:        1;
  display:            inline-flex;
  align-items:        center;
  gap:                4px;
  transition:         color 0.2s;
  text-decoration:    none;
}
.top-bar .top-bar-btn:hover,
.top-bar .top-bar-btn:focus,
.top-bar .top-bar-btn:active,
button.top-bar-btn:hover,
button.top-bar-btn:focus,
button.top-bar-btn:active {
  color:            #fff !important;
  background:       transparent !important;
  background-color: transparent !important;
  box-shadow:       none !important;
  outline:          none !important;
  border:           0 !important;
}
.top-bar-btn.dropdown-toggle::after { vertical-align: middle; margin-left: 4px; }

/* ── ROW 2: NAVBAR ── */
.navbar {
  background: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}
.navbar-logo {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
}
/* Footer logo */
.footer-logo {
  height: 52px;
  width: auto;
  display: block;
  object-fit: contain;
}
/* Legacy text-brand fallback (unused but kept for safety) */
.brand-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-size: 22px; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.brand-name span { color: var(--accent); }
.brand-tagline { font-size: 10px; color: var(--text-muted); font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; }

.main-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 8px 10px !important;
  border-radius: 6px;
  transition: all 0.2s;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--primary) !important;
  background: var(--light-bg);
}
.main-nav .dropdown-menu {
  border: none;
  box-shadow: var(--shadow-hover);
  border-radius: var(--radius-sm);
  min-width: 180px;
}
.main-nav .dropdown-item {
  font-size: 13px;
  padding: 8px 16px;
  transition: all 0.2s;
}
.main-nav .dropdown-item:hover {
  background: var(--light-bg);
  color: var(--primary);
  padding-left: 22px;
}

/* Customer button — Pansro orange, single-line text */
.btn-customer-nav,
button.btn-customer-nav {
  -webkit-appearance: none !important;
  -moz-appearance:    none !important;
  appearance:         none !important;
  background:         #FF6600 !important;
  background-color:   #FF6600 !important;
  color:              #ffffff !important;
  border:             none !important;
  box-shadow:         none !important;
  padding:            9px 22px !important;
  border-radius:      22px !important;
  font-size:          13px !important;
  font-weight:        700 !important;
  font-family:        'Poppins', sans-serif !important;
  cursor:             pointer;
  white-space:        nowrap !important;
  text-decoration:    none !important;
  transition:         background 0.2s, transform 0.2s;
  display:            inline-flex !important;
  align-items:        center !important;
  justify-content:    center !important;
  gap:                6px;
  flex-shrink:        0;
  line-height:        1.4;
}
.btn-customer-nav:hover,
.btn-customer-nav:focus,
.btn-customer-nav:active,
button.btn-customer-nav:hover,
button.btn-customer-nav:focus,
button.btn-customer-nav:active {
  background:       #e55a00 !important;
  background-color: #e55a00 !important;
  color:            #ffffff !important;
  transform:        translateY(-1px);
  outline:          none !important;
  text-decoration:  none !important;
}
.btn-customer-nav.dropdown-toggle::after { margin-left: 4px; vertical-align: middle; }

/* Legacy btn-partner kept for any existing references */
.btn-partner {
  background: var(--accent) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  border: none;
  transition: all 0.2s;
}
.btn-partner:hover { background: var(--accent-dark) !important; transform: translateY(-1px); }

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}
.btn-whatsapp:hover { background: #1da851; color: #fff; transform: translateY(-1px); }

/* ── ACCESS MODALS (Partner + Customer) ── */
.access-modal-dialog  { max-width: 400px; }
.access-modal-content { border: none; border-radius: 16px; overflow: hidden; }

.access-modal-band {
  padding: 32px 30px 28px;
  text-align: center;
  position: relative;
}
.access-modal-brand {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.access-modal-brand span { color: rgba(255,255,255,0.7); }
.access-modal-subtitle {
  font-size: 11px;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 4px;
}
.access-modal-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin-top: 10px;
  font-weight: 500;
}
.access-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.access-modal-close:hover { background: rgba(255,255,255,0.35); }

.access-modal-body {
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.access-btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  border: 2px solid transparent;
}
.access-btn-primary {
  background: #2e7d32;
  color: #fff !important;
  border-color: #2e7d32;
}
.access-btn-primary:hover { background: #1b5e20; border-color: #1b5e20; transform: translateY(-1px); color: #fff !important; }
.access-btn-outline {
  background: #fff;
  border-width: 2px;
  border-style: solid;
}
.access-btn-outline:hover { opacity: 0.85; transform: translateY(-1px); }
.access-modal-note {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* Mobile: top bar compact on xs */
@media (max-width: 575px) {
  .top-bar { padding: 5px 0; }
  .top-bar .gap-3 { gap: 0.6rem !important; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 60px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-text h1 {
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero-text h1 span { color: var(--accent-light); }
.hero-text p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 0; }

.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 15px; }
.hero-badge {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.2);
}

/* Search Widget */
.search-widget {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  overflow: hidden;
  margin-top: 30px;
}

.search-tabs {
  display: flex;
  background: var(--light-bg);
  padding: 8px 8px 0;
  gap: 4px;
  overflow-x: auto;
}
.search-tabs::-webkit-scrollbar { height: 3px; }
.search-tabs::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: 3px; }

.search-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 18px 12px;
  border-radius: 8px 8px 0 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  min-width: 70px;
}
.search-tab i { font-size: 18px; }
.search-tab:hover { background: rgba(255,255,255,0.7); color: var(--primary); }
.search-tab.active {
  background: var(--white);
  color: var(--primary);
  font-weight: 600;
  box-shadow: 0 -3px 0 var(--primary) inset;
}

.search-panel {
  padding: 24px;
  display: none;
}
.search-panel.active { display: block; }

.search-field {
  position: relative;
}
.search-field label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
}
.search-field .form-control,
.search-field .form-select {
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
}
.search-field .form-control:focus,
.search-field .form-select:focus {
  border-color: var(--primary-light);
  box-shadow: 0 0 0 3px rgba(0,113,194,0.12);
}

.btn-search {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  margin-top: 22px;
}
.btn-search:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(255,102,0,0.4); }

.trip-type-toggle {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.trip-type-toggle label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.trip-type-toggle input[type="radio"] { accent-color: var(--primary); }

/* ============================================================
   SECTION STYLES
   ============================================================ */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header .section-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent);
  margin-bottom: 8px;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 10px;
}
.section-header p { color: var(--text-muted); font-size: 15px; max-width: 550px; margin: 0 auto; }

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}
.section-divider .line { height: 2px; width: 40px; background: var(--primary-light); border-radius: 2px; }
.section-divider .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; }

section { padding: 60px 0; }
section.bg-light-custom { background: var(--gray-light); }

/* ============================================================
   SERVICE ICONS STRIP
   ============================================================ */
.services-strip { padding: 40px 0; background: var(--white); }
.service-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 10px;
  border-radius: var(--radius-sm);
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: var(--text-dark);
}
.service-icon-card:hover { background: var(--light-bg); transform: translateY(-3px); color: var(--primary); }
.service-icon-card .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: var(--light-bg);
  color: var(--primary);
  transition: all 0.2s;
}
.service-icon-card:hover .icon-wrap { background: var(--primary); color: #fff; }
.service-icon-card span { font-size: 12px; font-weight: 600; text-align: center; }

/* ============================================================
   PACKAGE CARDS
   ============================================================ */
.package-card {
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  background: var(--white);
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }

.package-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 210px;
}
.package-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.package-card:hover .card-img-wrap img { transform: scale(1.06); }

.package-card .badge-type {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.package-card .badge-featured {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}
.package-card .discount-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}

.package-card .card-body {
  padding: 16px 18px 8px;
}
.package-card .card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.3;
}
.package-card .card-destination {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-muted);
  font-size: 12px;
  margin-bottom: 8px;
}
.package-card .card-duration {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--text-muted);
  font-size: 12px;
  margin-bottom: 12px;
}
.package-card .card-price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.package-card .price-label { font-size: 11px; color: var(--text-muted); margin-bottom: 2px; }
.package-card .price-current {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.package-card .price-original {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: line-through;
}
.package-card .price-per { font-size: 11px; color: var(--text-muted); }

.package-card .card-footer-custom {
  padding: 12px 18px;
  border-top: 1px solid var(--gray);
  display: flex;
  gap: 8px;
}
.btn-view {
  flex: 1;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.btn-view:hover { background: var(--primary-dark); color: #fff; }
.btn-inquiry {
  flex: 1;
  background: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.btn-inquiry:hover { background: var(--accent); color: #fff; }

/* ============================================================
   DESTINATION CARDS
   ============================================================ */
.destination-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  height: 200px;
  display: block;
}
.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.destination-card:hover img { transform: scale(1.08); }
.destination-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 60%);
  transition: all 0.3s;
}
.destination-card:hover .overlay { background: linear-gradient(to top, rgba(0,53,128,0.8) 0%, rgba(0,0,0,0.3) 100%); }
.destination-card .dest-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: #fff;
}
.destination-card .dest-name { font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.destination-card .dest-packages { font-size: 12px; color: rgba(255,255,255,0.8); }
.destination-card.large { height: 412px; }

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); }
.feature-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
  height: 100%;
}
.feature-card:hover { background: rgba(255,255,255,0.13); transform: translateY(-4px); }
.feature-card .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,102,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--accent-light);
  margin: 0 auto 16px;
}
.feature-card h5 { color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.feature-card p { color: rgba(255,255,255,0.7); font-size: 13px; margin: 0; }

/* ============================================================
   DHAM YATRA SECTION
   ============================================================ */
.dham-section {
  background: linear-gradient(135deg, #FF9933 0%, #FF6600 100%);
  position: relative;
  overflow: hidden;
}
.dham-section::before {
  content: '॥ ॐ ॥';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-size: 120px;
  color: rgba(255,255,255,0.1);
  font-family: serif;
}
.dham-section h2 { color: #fff; }
.dham-section p { color: rgba(255,255,255,0.9); }
.dham-yatra-card {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.dham-yatra-card:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-4px);
  color: #fff;
}
.dham-yatra-card i { font-size: 32px; margin-bottom: 10px; display: block; }
.dham-yatra-card h6 { font-weight: 700; margin: 0; }

/* ============================================================
   HONEYMOON SECTION
   ============================================================ */
.honeymoon-section { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }
.honeymoon-section .section-header h2 { color: #fff; }
.honeymoon-section .section-header p { color: rgba(255,255,255,0.7); }
.honeymoon-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  height: 160px;
  display: block;
}
.honeymoon-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.honeymoon-card:hover img { transform: scale(1.08); }
.honeymoon-card .hc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(180,0,60,0.75) 0%, transparent 60%);
}
.honeymoon-card .hc-text {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

/* ============================================================
   PARTNER CTA
   ============================================================ */
.partner-cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 60px 0;
  text-align: center;
}
.partner-cta h2 { color: #fff; font-size: 32px; font-weight: 800; }
.partner-cta p { color: rgba(255,255,255,0.8); font-size: 16px; max-width: 600px; margin: 12px auto 28px; }
.btn-cta-primary {
  background: var(--accent);
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.btn-cta-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 5px 20px rgba(255,102,0,0.4); }
.btn-cta-outline {
  background: transparent;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-cta-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.1); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section { background: var(--gray-light); }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 60px;
  color: var(--light-bg);
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-card .stars { color: #ffc107; font-size: 13px; margin-bottom: 10px; }
.testimonial-card .review { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; }
.testimonial-card .reviewer { display: flex; align-items: center; gap: 10px; }
.testimonial-card .reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.testimonial-card .reviewer-name { font-weight: 700; font-size: 14px; }
.testimonial-card .reviewer-location { font-size: 12px; color: var(--text-muted); }
.testimonial-card .reviewer-package { font-size: 11px; color: var(--primary-light); font-weight: 500; margin-top: 2px; }

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-card {
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  background: var(--white);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.blog-card .blog-img { height: 180px; overflow: hidden; }
.blog-card .blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-card .card-body { padding: 18px; }
.blog-card .blog-category {
  display: inline-block;
  background: var(--light-bg);
  color: var(--primary);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card .blog-title { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; line-height: 1.4; }
.blog-card .blog-excerpt { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.6; }
.blog-card .blog-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--text-muted); }
.blog-card .read-more { color: var(--primary); font-weight: 600; font-size: 13px; }

/* ============================================================
   FOOTER
   ============================================================ */
/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 0;
}

/* ── CTA band ───────────────────────────────────────────── */
.footer-cta-band {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 42px 0;
}
.footer-cta-band h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}
.footer-cta-band p {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin: 0;
  line-height: 1.75;
}
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.footer-cta-wa  { background: #25D366; color: #fff; }
.footer-cta-wa:hover  { background: #1da851; color: #fff; transform: translateY(-1px); }
.footer-cta-call {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.15);
}
.footer-cta-call:hover { background: rgba(255,255,255,0.14); color: #fff; }

/* ── Main body ──────────────────────────────────────────── */
.footer-body { padding: 68px 0 0; }

/* ── Brand column ───────────────────────────────────────── */
.footer-brand .brand-name { color: #fff; font-size: 24px; }
.footer-brand .brand-name span { color: var(--accent-light); }
.footer-tagline {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-top: 4px;
}
.footer-desc {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 1.85;
  margin: 18px 0 0;
}

/* Subtle right divider anchors the brand column at xl */
@media (min-width: 1200px) {
  .footer-brand-col {
    padding-right: 40px !important;
    border-right: 1px solid rgba(255,255,255,0.07);
  }
}

/* ── Social row ─────────────────────────────────────────── */
.social-links { display: flex; gap: 8px; margin: 24px 0 22px; }
.social-link {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  transition: all 0.2s;
  text-decoration: none;
}
.social-link:hover { border-color: var(--accent); background: var(--accent); color: #fff; }

/* ── Contact list ───────────────────────────────────────── */
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 11px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.footer-contact-list li:last-child { margin-bottom: 0; }
.footer-contact-list li i {
  color: var(--accent-light);
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 14px;
  text-align: center;
}
.footer-contact-list li a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-contact-list li a:hover { color: #fff; }

/* ── Column titles ──────────────────────────────────────── */
.footer-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.footer-title::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 22px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

/* ── Nav link lists ─────────────────────────────────────── */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li:last-child { margin-bottom: 0; }
.footer-links li a {
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.18s, padding-left 0.18s;
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
}
.footer-links li a::before {
  content: '›';
  color: var(--accent);
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.footer-links li a:hover { color: #fff; padding-left: 3px; }

/* ── Legal 2-col flex grid (no CSS multi-column — avoids flex conflict) ── */
.footer-links-grid {
  display: flex;
  flex-wrap: wrap;
}
.footer-links-grid li {
  width: 50%;
  padding-right: 8px;
  box-sizing: border-box;
}
/* 3-col when Legal column is full-width at md */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-links-grid li { width: 33.333%; }
}
/* single col on phones */
@media (max-width: 575.98px) {
  .footer-links-grid li { width: 100%; padding-right: 0; }
}

/* ── Sub-section divider ────────────────────────────────── */
.footer-col-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin: 20px 0 16px;
}
.footer-col-sublabel {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 12px;
}

/* ── Trust strip ────────────────────────────────────────── */
.footer-trust-strip {
  margin-top: 56px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  white-space: nowrap;
}
.trust-pill i { color: var(--accent-light); font-size: 12px; }

/* ── Bottom bar ─────────────────────────────────────────── */
.footer-bottom {
  padding: 18px 0 28px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  line-height: 2;
}
.footer-bottom a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  text-decoration: none;
}
.footer-bottom a:hover { color: #fff; }
.footer-bottom .sep { margin: 0 8px; opacity: 0.2; }
.footer-bottom-sub { margin-top: 4px; }

/* ── Legacy aliases (used by older pages) ──────────────── */
.footer-contact { font-size: 13px; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact-item i { color: var(--accent-light); font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item span,
.footer-contact-item a { color: rgba(255,255,255,0.7); }
.footer-contact-item a:hover { color: #fff; }

/* ============================================================
   INQUIRY MODAL
   ============================================================ */
.inquiry-modal .modal-header {
  background: var(--primary);
  color: #fff;
  border: none;
}
.inquiry-modal .modal-title { font-weight: 700; }
.inquiry-modal .btn-close { filter: brightness(0) invert(1); }
.inquiry-modal .form-label { font-size: 13px; font-weight: 600; color: var(--text-dark); }
.inquiry-modal .form-control,
.inquiry-modal .form-select { border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; }
.inquiry-modal .form-control:focus,
.inquiry-modal .form-select:focus { border-color: var(--primary-light); box-shadow: 0 0 0 3px rgba(0,113,194,0.1); }

.btn-submit-inquiry {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
}
.btn-submit-inquiry:hover { background: var(--accent-dark); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
  padding: 50px 0 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 40px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 15px; }
.breadcrumb-custom { display: flex; justify-content: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 10px; }
.breadcrumb-custom a { color: rgba(255,255,255,0.7); }
.breadcrumb-custom a:hover { color: #fff; }
.breadcrumb-custom span { color: var(--accent-light); }

/* ============================================================
   PACKAGE DETAIL PAGE
   ============================================================ */
.package-gallery { border-radius: var(--radius); overflow: hidden; }
.package-gallery .main-img { height: 380px; object-fit: cover; width: 100%; }

.package-tabs .nav-link {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  border-bottom: 3px solid transparent;
}
.package-tabs .nav-link.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: transparent;
}

.itinerary-day {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
}
.itinerary-day::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: -24px;
  width: 2px;
  background: var(--border);
}
.itinerary-day:last-child::after { display: none; }
.day-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.day-content h6 { font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.day-content p { font-size: 13px; color: var(--text-muted); margin: 0; }

.inclusion-list, .exclusion-list { list-style: none; padding: 0; }
.inclusion-list li, .exclusion-list li {
  padding: 6px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--gray);
}
.inclusion-list li i { color: var(--green); font-size: 14px; }
.exclusion-list li i { color: #e53935; font-size: 14px; }

.booking-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
  padding: 24px;
  position: sticky;
  top: 90px;
  border: 2px solid var(--light-bg);
}
.booking-card .price-main { font-size: 28px; font-weight: 800; color: var(--primary); }
.booking-card .price-original { font-size: 14px; color: var(--text-muted); text-decoration: line-through; }
.booking-card .savings { color: var(--green); font-size: 13px; font-weight: 600; }

/* ============================================================
   FILTERS SIDEBAR
   ============================================================ */
.filters-sidebar {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  position: sticky;
  top: 90px;
}
.filter-section { margin-bottom: 24px; }
.filter-section h6 {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
  font-size: 14px;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 8px;
}
.filter-section .form-check { margin-bottom: 6px; }
.filter-section .form-check-label { font-size: 13px; }
.filter-section .form-check-input:checked { background-color: var(--primary); border-color: var(--primary); }

.price-range input[type="range"] { accent-color: var(--primary); }

/* ============================================================
   AFFILIATE PAGES
   ============================================================ */
.affiliate-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.affiliate-hero h1 { font-size: 36px; font-weight: 800; margin-bottom: 10px; }

.partner-redirect-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
  height: 100%;
}
.partner-redirect-card:hover {
  border-color: var(--primary-light);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.partner-redirect-card .partner-logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
}
.partner-redirect-card h5 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.partner-redirect-card p { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.btn-redirect {
  background: var(--primary);
  color: #fff;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  border: none;
  width: 100%;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.btn-redirect:hover { background: var(--accent); }
.badge-default {
  background: var(--green);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 600;
  margin-left: 6px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
}
.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 16px;
}
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 36px;
}

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-hero { background: linear-gradient(135deg, #1a1a2e, var(--primary)); }
.blog-categories .badge {
  cursor: pointer;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  background: var(--light-bg);
  color: var(--primary);
  border: 1px solid transparent;
  transition: all 0.2s;
}
.blog-categories .badge:hover,
.blog-categories .badge.active { background: var(--primary); color: #fff; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.stat-card {
  text-align: center;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.stat-card .stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-card .stat-label { font-size: 13px; color: var(--text-muted); font-weight: 500; }

/* ============================================================
   PARTNER REGISTRATION
   ============================================================ */
.partner-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
}
.form-section-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light-bg);
}

/* ============================================================
   ADMIN PANEL
   ============================================================ */
.admin-sidebar {
  width: 250px;
  background: var(--primary-dark);
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}
.admin-sidebar .sidebar-brand {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.admin-sidebar .sidebar-brand span { color: var(--accent-light); }
.admin-nav { padding: 16px 0; flex: 1; overflow-y: auto; }
.admin-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
}
.admin-nav a i { width: 18px; text-align: center; font-size: 14px; }
.admin-nav a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.admin-nav a.active { background: var(--primary-light); color: #fff; }
.admin-nav .nav-section {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.35);
  padding: 12px 24px 4px;
  font-weight: 600;
}

.admin-main {
  margin-left: 250px;
  min-height: 100vh;
  background: #f0f2f5;
}
.admin-topbar {
  background: var(--white);
  padding: 14px 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 99;
}
.admin-topbar h4 { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin: 0; }
.admin-content { padding: 24px; }

.stat-widget {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow);
  transition: all 0.2s;
}
.stat-widget:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.stat-widget .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.stat-widget .stat-num { font-size: 28px; font-weight: 800; line-height: 1; color: var(--text-dark); }
.stat-widget .stat-lbl { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

.admin-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 24px;
}
.admin-card .admin-card-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-card .admin-card-header h5 { font-size: 16px; font-weight: 700; margin: 0; color: var(--primary-dark); }
.admin-card .admin-card-body { padding: 24px; }

.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th {
  background: var(--gray-light);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  border-bottom: 2px solid var(--border);
}
.admin-table td {
  padding: 12px 14px;
  font-size: 13px;
  border-bottom: 1px solid var(--gray);
  vertical-align: middle;
}
.admin-table tr:hover td { background: #f8f9ff; }
.admin-table .badge { font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 600; }

.btn-admin-primary {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-admin-primary:hover { background: var(--primary-dark); color: #fff; }
.btn-admin-danger {
  background: #e53935;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.btn-admin-success {
  background: var(--green);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.btn-admin-warning {
  background: #ff9800;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  transition: all 0.3s;
  text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.12); color: #fff; box-shadow: 0 6px 28px rgba(37,211,102,0.65); }
.whatsapp-float .tooltip-text {
  position: absolute;
  right: 64px;
  background: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.whatsapp-float:hover .tooltip-text { opacity: 1; }

/* ============================================================
   ALERTS & NOTIFICATIONS
   ============================================================ */
.alert-success-custom {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.alert-error-custom {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #c62828;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .sidebar-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 99;
    cursor: pointer;
  }
  .sidebar-backdrop.show { display: block; }
  .hero-text h1 { font-size: 26px; }
  .section-header h2 { font-size: 24px; }
}

@media (max-width: 767.98px) {
  .search-tabs { gap: 2px; }
  .search-tab { padding: 8px 12px 10px; min-width: 60px; font-size: 11px; }
  .search-tab i { font-size: 16px; }
  .hero-text h1 { font-size: 22px; }
  .hero-section { padding: 36px 0 55px; }
  section { padding: 44px 0; }
  .package-gallery .main-img { height: 240px; }
  .destination-card.large { height: 200px !important; }
  .btn-cta-outline { margin-left: 0; margin-top: 12px; }
  .partner-cta .d-flex { flex-direction: column; align-items: center; }
  .footer-title:not(.footer-col-title) { margin-top: 30px; }
  .footer-cta-strip h5 { font-size: 17px; }
  .trust-badge { padding: 8px 12px; }
  .trust-badge + .trust-badge { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); }
  .footer-trust-bar .d-flex { flex-direction: column; }
  .footer-links-2col { columns: 1; }
  .booking-card { position: static; }
  .filters-sidebar { position: static; margin-bottom: 24px; }
}

@media (max-width: 575.98px) {
  /* Partner button: orange background on mobile for visibility */
  .top-bar .top-bar-btn,
  .top-bar a.top-bar-btn {
    background:       #FF6600 !important;
    background-color: #FF6600 !important;
    color:            #ffffff !important;
  }
  .navbar { padding: 10px 0; }
  .navbar-logo { height: 36px; }
  .brand-name { font-size: 18px; }
  .hero-section { padding: 28px 0 48px; }
  .hero-text h1 { font-size: 20px; }
  .search-panel { padding: 16px; }
  .whatsapp-float { bottom: 16px; right: 16px; width: 50px; height: 50px; font-size: 22px; }
}

/* ============================================================
   UTILITY
   ============================================================ */
.smooth-scroll { scroll-behavior: smooth; }
.overflow-hidden { overflow: hidden; }
.cursor-pointer { cursor: pointer; }

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s;
}
.page-loader.hidden { opacity: 0; pointer-events: none; }
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   MOBILE RESPONSIVE ENHANCEMENTS
   ============================================================ */

/* Responsive cover image — used on about and blog-detail pages */
.img-hero-cover {
  height: 360px;
  object-fit: cover;
}

/* Admin tables always scrollable so content never clips */
.admin-card .admin-card-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.admin-table {
  min-width: 640px;
}

/* ── Tablet / Large Mobile (≤ 991px) ── */
@media (max-width: 991.98px) {
  /* Page-level hero banners */
  .page-hero h1     { font-size: 24px; }
  .page-hero        { padding: 36px 0 28px; }

  /* Affiliate/partner hero */
  .affiliate-hero h1 { font-size: 28px; }
  .affiliate-hero    { padding: 44px 0; }

  /* Partner CTA section */
  .partner-cta h2   { font-size: 26px; }
  .partner-cta p    { font-size: 15px; }

  /* Form wrappers — reduce the large desktop padding */
  .contact-form-wrap { padding: 24px; }
  .partner-form-wrap { padding: 24px; }

  /* Admin chrome */
  .admin-content    { padding: 16px; }
  .admin-topbar     { padding: 12px 16px; }

  /* About / stat page image */
  .img-hero-cover   { height: 280px; }
}

/* ── Mobile (≤ 767px) ── */
@media (max-width: 767.98px) {
  /* Page hero */
  .page-hero h1     { font-size: 20px; }
  .page-hero p      { font-size: 13px; }
  .page-hero        { padding: 28px 0 22px; }
  .breadcrumb-custom { font-size: 12px; flex-wrap: wrap; justify-content: center; }

  /* Affiliate / partner hero */
  .affiliate-hero h1 { font-size: 22px; }
  .affiliate-hero    { padding: 36px 0; }

  /* Partner CTA */
  .partner-cta h2   { font-size: 22px; }
  .partner-cta p    { font-size: 14px; }

  /* Forms */
  .contact-form-wrap { padding: 20px; }
  .contact-card      { padding: 20px; }
  .partner-form-wrap { padding: 20px; }

  /* Package detail sidebar card */
  .booking-card         { padding: 16px; }
  .booking-card .price-main { font-size: 24px; }

  /* Package gallery */
  /* Already 240px from base responsive block — this covers xs further */

  /* Stats */
  .stat-card            { padding: 18px; }
  .stat-card .stat-number { font-size: 28px; }

  /* Admin chrome */
  .admin-topbar         { padding: 10px 12px; }
  .admin-topbar h4      { font-size: 15px; }
  .admin-content        { padding: 12px; }
  .admin-card .admin-card-body { padding: 12px; }

  /* Feature cards in "Why Choose Us" */
  .feature-card         { padding: 20px 16px; }
  .feature-card .icon   { width: 52px; height: 52px; font-size: 22px; }

  /* Testimonials */
  .testimonial-card     { padding: 18px; }

  /* Dham Yatra section — shrink the large OM watermark */
  .dham-section::before { font-size: 80px; }

  /* Section headers */
  .section-header       { margin-bottom: 28px; }

  /* About image */
  .img-hero-cover       { height: 240px; }

  /* Footer */
  .footer-bottom        { text-align: center !important; }
  .footer-bottom .col-md-6:last-child { text-align: center !important; margin-top: 8px; }

  /* Stat widgets in admin */
  .stat-widget          { padding: 16px 18px; gap: 12px; }
  .stat-widget .stat-num { font-size: 24px; }
}

/* ── Small Mobile (≤ 575px) ── */
@media (max-width: 575.98px) {
  /* Page hero */
  .page-hero h1     { font-size: 18px; }
  .page-hero        { padding: 24px 0 20px; }
  .breadcrumb-custom { font-size: 11px; gap: 5px; }

  /* Section headers */
  .section-header h2  { font-size: 20px; }
  .section-header p   { font-size: 13px; }
  .section-header     { margin-bottom: 22px; }

  /* Affiliate / partner hero */
  .affiliate-hero h1  { font-size: 20px; }
  .affiliate-hero p   { font-size: 13px; }
  .affiliate-hero     { padding: 28px 0; }

  /* Partner CTA — stack buttons full-width */
  .partner-cta        { padding: 44px 0; }
  .partner-cta h2     { font-size: 20px; }
  .btn-cta-primary,
  .btn-cta-outline    { width: 100%; justify-content: center; margin-left: 0; padding: 12px 24px; font-size: 14px; }

  /* Contact */
  .contact-form-wrap  { padding: 16px; }
  .contact-card       { padding: 16px; }
  .contact-icon       { width: 46px; height: 46px; font-size: 18px; margin-bottom: 12px; }

  /* Partner form */
  .partner-form-wrap  { padding: 16px; }
  .form-section-title { font-size: 14px; }

  /* Stats */
  .stat-card          { padding: 14px; }
  .stat-card .stat-number { font-size: 22px; }
  .stat-card .stat-label  { font-size: 12px; }

  /* Booking card */
  .booking-card       { padding: 14px; }
  .booking-card .price-main { font-size: 20px; }

  /* Feature cards */
  .feature-card       { padding: 18px 12px; }
  .feature-card .icon { width: 48px; height: 48px; font-size: 20px; }
  .feature-card h5    { font-size: 13px; }
  .feature-card p     { font-size: 12px; }

  /* Testimonials */
  .testimonial-card   { padding: 16px; }
  .testimonial-card .review { font-size: 13px; }

  /* Dham Yatra — hide watermark ornament on small screens */
  .dham-section::before { display: none; }
  .dham-yatra-card    { padding: 14px; }
  .dham-yatra-card i  { font-size: 24px; }

  /* Service strip */
  .service-icon-card .icon-wrap { width: 48px; height: 48px; font-size: 18px; }
  .service-icon-card span       { font-size: 11px; }

  /* Destination cards — !important to override dynamic inline heights in PHP */
  .destination-card   { height: 150px !important; }
  .destination-card .dest-name { font-size: 14px; }
  .destination-card.large { height: 150px !important; }

  /* Honeymoon cards */
  .honeymoon-card     { height: 130px; }
  .honeymoon-card .hc-text { font-size: 12px; }

  /* Hero badges */
  .hero-badges        { gap: 6px; }
  .hero-badge         { font-size: 10px; padding: 4px 9px; }

  /* Package gallery on detail page */
  .package-gallery .main-img { height: 200px; }

  /* Package tabs on detail page */
  .package-tabs .nav-link { font-size: 12px; padding: 8px 12px; }

  /* Itinerary timeline */
  .itinerary-day      { gap: 10px; }
  .day-number         { width: 34px; height: 34px; font-size: 12px; }
  .itinerary-day::after { left: 16px; }
  .day-content h6     { font-size: 14px; }

  /* Blog card images */
  .blog-card .blog-img { height: 160px; }

  /* About image */
  .img-hero-cover     { height: 200px; }

  /* Admin chrome */
  .admin-content      { padding: 10px; }
  .admin-topbar       { padding: 8px 12px; }
  .admin-topbar h4    { font-size: 14px; }

  /* Admin stat widgets */
  .stat-widget        { padding: 14px 16px; gap: 10px; }
  .stat-widget .stat-num  { font-size: 20px; }
  .stat-widget .stat-icon { width: 44px; height: 44px; font-size: 18px; }
  .stat-widget .stat-lbl  { font-size: 12px; }

  /* Inquiry modal — closer to edges on very small screens */
  .inquiry-modal .modal-dialog { margin: 0.5rem; }
  .modal-lg { max-width: calc(100% - 1rem); }

  /* Footer bottom */
  .footer-bottom      { text-align: center !important; }

  /* Reduce section padding further on xs */
  section             { padding: 36px 0; }
  .services-strip     { padding: 28px 0; }
  .partner-cta        { padding: 36px 0; }
}
