/* ============================================================
   Noor Al Harmain Travels Canada — Main Stylesheet
   Color Scheme: Royal Blue + Maple Red + Gold
   ============================================================ */

:root {
  --primary:        #0c3c78;   /* Royal Blue */
  --primary-dark:   #082c5c;
  --primary-light:  #e8f0fb;
  --secondary:      #c0392b;   /* Maple Red */
  --secondary-dark: #a93226;
  --secondary-light:#fdecea;
  --gold:           #d4a843;   /* Umrah Gold */
  --gold-dark:      #b8912d;
  --text:           #1a202c;
  --text-muted:     #64748b;
  --border:         #e2e8f0;
  --white:          #ffffff;
  --bg-light:       #f7f9fc;
  --bg-blue-soft:   #eef3fb;
  --shadow:         0 4px 20px rgba(0,0,0,.08);
  --shadow-lg:      0 10px 40px rgba(0,0,0,.12);
  --shadow-blue:    0 8px 30px rgba(12,60,120,.2);
  --radius:         14px;
  --radius-lg:      22px;
  --transition:     .3s ease;
}

* { box-sizing: border-box; }

body {
  font-family: 'Poppins', 'Nunito', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-dark); }

/* ============================================================
   TOP STRIP (Maple Red)
   ============================================================ */
.top-strip {
  background: var(--secondary);
  color: #fff;
  padding: 7px 0;
  font-size: .8rem;
  font-weight: 500;
}
.top-strip-link {
  color: rgba(255,255,255,.9);
  text-decoration: none;
  transition: color var(--transition);
}
.top-strip-link:hover { color: #fff; }
.top-strip-link i { font-size: .85rem; }
.top-strip-badge {
  font-size: .75rem;
  color: rgba(255,255,255,.8);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.main-nav {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
  padding: 6px 0;
  z-index: 1030;
  transition: box-shadow var(--transition);
}
.main-nav.nav-scrolled { box-shadow: 0 4px 25px rgba(0,0,0,.12); }

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-icon {
  width: 50px; height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #fff;
  box-shadow: 0 4px 14px rgba(12,60,120,.3);
  position: relative;
}
.brand-maple {
  position: absolute;
  bottom: -4px; right: -4px;
  font-size: .7rem;
  background: var(--secondary);
  border-radius: 50%;
  width: 18px; height: 18px;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid #fff;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-main { font-size: .95rem; font-weight: 800; color: var(--primary); letter-spacing: -.3px; }
.brand-sub  { font-size: .64rem; color: var(--secondary); font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }

.main-nav .nav-link {
  font-weight: 500; color: var(--text); font-size: .88rem;
  padding: .45rem .75rem; border-radius: 8px;
  transition: all var(--transition);
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active { color: var(--primary); background: var(--primary-light); }

.mega-menu {
  min-width: 500px !important;
  border: none; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--primary);
}
.mega-heading {
  font-size: .78rem; font-weight: 700; color: var(--primary);
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: .5rem;
  padding-left: 1rem;
}
.city-dropdown { min-width: 280px !important; columns: 2; }

.main-nav .dropdown-menu {
  border: none; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: .5rem;
  border-top: 3px solid var(--primary);
}
.main-nav .dropdown-item {
  border-radius: 8px; padding: .45rem .9rem;
  font-size: .85rem; color: var(--text);
  transition: all var(--transition);
}
.main-nav .dropdown-item:hover { background: var(--primary-light); color: var(--primary); }

.btn-nav-wa {
  background: #25d366; color: #fff;
  border-radius: 50px; padding: .4rem 1rem;
  font-size: .82rem; font-weight: 700;
  border: 2px solid #25d366;
  transition: all var(--transition); display: inline-block;
}
.btn-nav-wa:hover { background: #1db954; border-color: #1db954; color: #fff; }

.btn-nav-quote {
  background: var(--secondary); color: #fff;
  border-radius: 50px; padding: .4rem 1rem;
  font-size: .82rem; font-weight: 700;
  border: 2px solid var(--secondary);
  transition: all var(--transition); display: inline-block;
}
.btn-nav-quote:hover { background: var(--secondary-dark); border-color: var(--secondary-dark); color: #fff; transform: translateY(-1px); }

/* ============================================================
   HERO SECTION — Navy Blue + Right-Side Form Card
   ============================================================ */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #020b1a 0%, #0c3c78 55%, #0a3166 100%);
  min-height: 88vh;
  display: flex; align-items: center;
  overflow: hidden;
}

.hero-bg-geo {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(212,168,67,.12) 0%, transparent 45%),
    radial-gradient(circle at 85% 15%, rgba(192,57,43,.08) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-section .container { position: relative; z-index: 2; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(212,168,67,.18);
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: .4rem 1.1rem; border-radius: 50px;
  font-size: .8rem; font-weight: 700; letter-spacing: .5px;
  margin-bottom: 1.4rem;
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800; color: #fff; line-height: 1.12;
  margin-bottom: 1rem;
}
.hero-title .highlight-red  { color: var(--secondary); }
.hero-title .highlight-gold { color: var(--gold); }

.hero-subtitle {
  font-size: clamp(.9rem, 2vw, 1.1rem);
  color: rgba(255,255,255,.8); margin-bottom: 2rem; max-width: 520px;
}

.hero-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.5rem; }

.btn-hero-primary {
  background: var(--secondary); color: #fff;
  border: 2px solid var(--secondary); padding: .85rem 2.2rem;
  border-radius: 50px; font-weight: 700; font-size: 1rem;
  transition: all var(--transition); display: inline-flex; align-items: center; gap: .5rem;
}
.btn-hero-primary:hover { background: var(--secondary-dark); border-color: var(--secondary-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(192,57,43,.4); }

.btn-hero-wa {
  background: #25d366; color: #fff;
  border: 2px solid #25d366; padding: .85rem 2rem;
  border-radius: 50px; font-weight: 700; font-size: 1rem;
  transition: all var(--transition); display: inline-flex; align-items: center; gap: .5rem;
}
.btn-hero-wa:hover { background: #1db954; border-color: #1db954; color: #fff; transform: translateY(-3px); }

.btn-hero-ghost {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.45); padding: .85rem 2rem;
  border-radius: 50px; font-weight: 600; font-size: 1rem;
  transition: all var(--transition); display: inline-flex; align-items: center; gap: .5rem;
}
.btn-hero-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

.hero-stats-row {
  display: flex; gap: 2.5rem; flex-wrap: wrap;
}
.hero-stat { text-align: left; }
.hero-stat-num {
  display: block; font-size: 1.9rem; font-weight: 800;
  color: var(--gold); line-height: 1;
}
.hero-stat-label { font-size: .76rem; color: rgba(255,255,255,.65); font-weight: 500; }

/* Right side: quick inquiry card */
.hero-card-side { position: relative; }

.hero-inquiry-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  border-top: 5px solid var(--secondary);
}
.hero-inquiry-card h4 {
  font-size: 1.15rem; font-weight: 800; color: var(--primary);
  margin-bottom: 1.2rem;
}
.hero-form-group { margin-bottom: .9rem; }
.hero-form-group .form-control,
.hero-form-group .form-select {
  border: 2px solid var(--border);
  border-radius: 10px; padding: .6rem .9rem; font-size: .87rem;
  transition: all var(--transition);
}
.hero-form-group .form-control:focus,
.hero-form-group .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(12,60,120,.1);
}
.btn-hero-submit {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #fff; border: none; border-radius: 10px;
  padding: .75rem; font-size: .95rem; font-weight: 700;
  width: 100%; transition: all var(--transition);
}
.btn-hero-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(192,57,43,.4); color: #fff; }

.hero-card-badge-1,
.hero-card-badge-2 {
  position: absolute; background: #fff;
  border-radius: 12px; padding: .6rem .9rem;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; color: var(--text);
  white-space: nowrap;
}
.hero-card-badge-1 { top: -18px; left: -20px; }
.hero-card-badge-2 { bottom: 30px; right: -20px; }

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  padding: 2.5rem 0;
}
.stats-strip-item {
  text-align: center; padding: 0 1.5rem;
  border-right: 1px solid rgba(255,255,255,.15);
}
.stats-strip-item:last-child { border-right: none; }
.stats-strip-num {
  display: block; font-size: 2.2rem; font-weight: 800;
  color: var(--gold); line-height: 1;
}
.stats-strip-label { font-size: .8rem; color: rgba(255,255,255,.75); font-weight: 500; margin-top: .3rem; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
section { padding: 5rem 0; }
.section-light { background: var(--bg-light); }
.section-blue-soft { background: var(--bg-blue-soft); }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-tag {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--primary-light); color: var(--primary);
  padding: .35rem 1.1rem; border-radius: 50px;
  font-size: .78rem; font-weight: 700; letter-spacing: .6px;
  text-transform: uppercase; margin-bottom: .9rem;
}
.section-tag-red {
  background: var(--secondary-light); color: var(--secondary);
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: var(--text); margin-bottom: .7rem; line-height: 1.2;
}
.section-title span.blue { color: var(--primary); }
.section-title span.red  { color: var(--secondary); }
.section-title span.gold { color: var(--gold); }
.section-subtitle { color: var(--text-muted); font-size: .93rem; max-width: 600px; margin: 0 auto; }
.section-divider {
  width: 50px; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 2px; margin: 1rem auto 0;
}

/* ============================================================
   PACKAGE CARDS — Left Red Border Accent
   ============================================================ */
.package-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: all var(--transition); border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  height: 100%;
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-blue);
  border-left-color: var(--secondary);
}

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

.package-badges {
  position: absolute; top: 10px; left: 10px;
  display: flex; flex-wrap: wrap; gap: 5px;
}
.badge-star {
  background: var(--gold); color: #fff;
  padding: .25rem .65rem; border-radius: 50px;
  font-size: .73rem; font-weight: 800;
}
.badge-type { padding: .25rem .65rem; border-radius: 50px; font-size: .73rem; font-weight: 700; }
.badge-flight { background: var(--primary); color: #fff; }
.badge-land   { background: #0ea5e9; color: #fff; }
.badge-combo  { background: var(--secondary); color: #fff; }
.badge-featured {
  position: absolute; top: 10px; right: 10px;
  background: var(--secondary); color: #fff;
  padding: .25rem .65rem; border-radius: 50px; font-size: .7rem; font-weight: 700;
}

.package-card-body { padding: 1.3rem 1.3rem .8rem; }
.package-stars { color: var(--gold); font-size: .75rem; margin-bottom: .4rem; }
.package-card-title {
  font-size: .95rem; font-weight: 700; color: var(--text);
  margin-bottom: .5rem; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.package-meta { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .7rem; }
.package-meta-item { font-size: .77rem; color: var(--text-muted); display: flex; align-items: center; gap: .3rem; }
.package-meta-item i { color: var(--primary); font-size: .68rem; }
.package-hotels-list { font-size: .77rem; color: var(--text-muted); margin-bottom: .8rem; }
.package-hotels-list i { color: var(--primary); }

.package-price-wrap { margin-bottom: .5rem; }
.price-from { font-size: .7rem; color: var(--text-muted); display: block; }
.price-original { font-size: .8rem; color: var(--text-muted); text-decoration: line-through; }
.price-current { font-size: 1.5rem; font-weight: 800; color: var(--primary); line-height: 1; }
.price-per     { font-size: .7rem; color: var(--text-muted); }
.price-saving  { font-size: .74rem; color: var(--secondary); font-weight: 700; display: inline-block; margin-top: .2rem; }

.package-card-footer {
  padding: .9rem 1.3rem;
  border-top: 1px solid var(--border);
  background: var(--bg-light);
  display: flex; gap: .4rem;
}
.btn-pkg-detail {
  flex: 1; background: var(--primary); color: #fff;
  border: none; border-radius: 8px; padding: .5rem;
  font-size: .8rem; font-weight: 600; text-align: center;
  transition: all var(--transition);
}
.btn-pkg-detail:hover { background: var(--primary-dark); color: #fff; }
.btn-pkg-wa {
  background: #25d366; color: #fff; border: none;
  border-radius: 8px; padding: .5rem .7rem;
  font-size: .85rem; transition: all var(--transition);
}
.btn-pkg-wa:hover { background: #1db954; color: #fff; }
.btn-pkg-call {
  background: var(--secondary); color: #fff; border: none;
  border-radius: 8px; padding: .5rem .7rem;
  font-size: .85rem; transition: all var(--transition);
}
.btn-pkg-call:hover { background: var(--secondary-dark); color: #fff; }

/* ============================================================
   STAR TABS
   ============================================================ */
.star-tabs { border: none; gap: .8rem; margin-bottom: 2.5rem; justify-content: center; flex-wrap: wrap; }
.star-tabs .nav-link {
  border: 2px solid var(--border); border-radius: 50px;
  color: var(--text-muted); padding: .65rem 1.8rem; font-weight: 600;
  font-size: .88rem; transition: all var(--transition); background: #fff;
}
.star-tabs .nav-link.active { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: var(--shadow-blue); }
.star-tabs .nav-link:hover:not(.active) { border-color: var(--primary); color: var(--primary); }

/* ============================================================
   WHY CHOOSE US — 4-column cards
   ============================================================ */
.why-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2rem 1.5rem; text-align: center;
  box-shadow: var(--shadow); border: 1px solid var(--border);
  transition: all var(--transition);
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-blue);
  border-color: var(--primary-light);
}
.why-icon {
  width: 72px; height: 72px;
  border-radius: 50%; margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
}
.why-icon-1 { background: var(--primary-light); color: var(--primary); }
.why-icon-2 { background: var(--secondary-light); color: var(--secondary); }
.why-icon-3 { background: rgba(212,168,67,.12); color: var(--gold-dark); }
.why-icon-4 { background: var(--primary-light); color: var(--primary); }
.why-icon-5 { background: var(--secondary-light); color: var(--secondary); }
.why-icon-6 { background: rgba(212,168,67,.12); color: var(--gold-dark); }
.why-title { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.why-desc  { font-size: .83rem; color: var(--text-muted); line-height: 1.6; }

/* ============================================================
   CANADIAN CITIES
   ============================================================ */
.city-card {
  background: #fff; border-radius: var(--radius);
  border: 2px solid var(--border); padding: 1.4rem 1rem;
  text-align: center; transition: all var(--transition);
  display: block; color: var(--text); text-decoration: none;
  position: relative; overflow: hidden;
}
.city-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  transform: scaleX(0); transition: transform var(--transition);
}
.city-card:hover::before { transform: scaleX(1); }
.city-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-blue);
  transform: translateY(-4px);
  color: var(--primary);
}
.city-flag {
  font-size: 1.6rem; margin-bottom: .4rem;
}
.city-icon { font-size: 1.6rem; color: var(--primary); margin-bottom: .4rem; }
.city-name { font-weight: 700; font-size: .93rem; margin-bottom: .15rem; }
.city-province {
  font-size: .72rem; font-weight: 700; letter-spacing: .5px;
  color: #fff; background: var(--primary);
  padding: .15rem .5rem; border-radius: 50px; display: inline-block;
}

/* ============================================================
   HOW IT WORKS — 3-step process
   ============================================================ */
.process-grid { position: relative; }
.process-grid::before {
  content: '';
  position: absolute; top: 50px; left: calc(16.66% + 40px); right: calc(16.66% + 40px);
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.process-num {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff; font-size: 1.6rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
  box-shadow: 0 8px 25px rgba(12,60,120,.3);
  border: 4px solid #fff;
}
.process-step:nth-child(2) .process-num { background: linear-gradient(135deg, var(--secondary), var(--secondary-dark)); }
.process-step:nth-child(3) .process-num { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); }
.process-title { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.process-desc  { font-size: .85rem; color: var(--text-muted); max-width: 230px; margin: 0 auto; }

/* ============================================================
   HOLIDAY + UMRAH COMBOS
   ============================================================ */
.combo-card {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border); background: #fff;
  box-shadow: var(--shadow); transition: all var(--transition);
  display: block; text-decoration: none; color: var(--text);
}
.combo-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: var(--text); }
.combo-card-body { padding: 1.4rem; }
.combo-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; font-size: 1.3rem; color: #fff;
}
.combo-title { font-size: 1rem; font-weight: 700; margin-bottom: .3rem; }
.combo-nights { font-size: .76rem; color: var(--text-muted); margin-bottom: .5rem; }
.combo-desc   { font-size: .82rem; color: var(--text-muted); margin-bottom: .7rem; line-height: 1.5; }
.combo-link   { font-size: .82rem; font-weight: 700; color: var(--primary); }

/* ============================================================
   INQUIRY SECTION
   ============================================================ */
.inquiry-section {
  background: linear-gradient(135deg, var(--primary-dark), #0c3c78 60%, #082c5c);
  padding: 5rem 0;
}
.inquiry-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2.5rem; box-shadow: 0 20px 60px rgba(0,0,0,.2);
}
.inquiry-card h4 { font-weight: 800; font-size: 1.2rem; color: var(--primary); margin-bottom: 1.5rem; }
.form-label { font-weight: 600; font-size: .85rem; color: var(--text); margin-bottom: .3rem; }
.form-control, .form-select {
  border: 2px solid var(--border); border-radius: 10px;
  padding: .65rem 1rem; font-size: .88rem;
  transition: all var(--transition);
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(12,60,120,.1);
}
.btn-submit {
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: #fff; border: none; border-radius: 50px;
  padding: .85rem 2.5rem; font-weight: 700; font-size: 1rem;
  width: 100%; transition: all var(--transition);
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(192,57,43,.4); color: #fff; }

/* ============================================================
   TESTIMONIALS — Staggered Cards
   ============================================================ */
.testimonial-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 1.8rem; box-shadow: var(--shadow);
  border: 1px solid var(--border); position: relative;
  border-bottom: 4px solid var(--primary);
  transition: all var(--transition);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-blue); }
.testimonial-quote-mark {
  font-size: 5rem; color: var(--primary-light);
  font-family: Georgia, serif; line-height: .5;
  margin-bottom: .5rem; display: block;
}
.testimonial-stars { color: var(--gold); font-size: .85rem; margin-bottom: .8rem; }
.testimonial-text { color: var(--text-muted); font-size: .87rem; margin-bottom: 1.2rem; font-style: italic; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: .8rem; }
.testimonial-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--bg-blue-soft));
  color: var(--primary); display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 1.1rem;
  flex-shrink: 0; border: 2px solid var(--primary-light);
}
.testimonial-name { font-weight: 700; font-size: .88rem; color: var(--text); }
.testimonial-meta { font-size: .74rem; color: var(--text-muted); }

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  border: 1px solid var(--border); transition: all var(--transition);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-blue); }
.blog-card-img { height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 1.3rem; }
.blog-cat-tag {
  display: inline-block; background: var(--primary-light); color: var(--primary);
  padding: .2rem .7rem; border-radius: 50px; font-size: .73rem; font-weight: 700;
  margin-bottom: .6rem;
}
.blog-card-title { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; line-height: 1.4; }
.blog-card-title a { color: var(--text); }
.blog-card-title a:hover { color: var(--primary); }
.blog-card-meta { font-size: .76rem; color: var(--text-muted); display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: .6rem; }
.blog-card-excerpt { font-size: .82rem; color: var(--text-muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: .8rem; }
.btn-read-more { font-size: .82rem; font-weight: 700; color: var(--primary); display: inline-flex; align-items: center; gap: .3rem; transition: gap var(--transition); }
.btn-read-more:hover { gap: .6rem; color: var(--primary); }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-section { background: var(--bg-blue-soft); }
.faq-item {
  background: #fff; border-radius: var(--radius);
  border: 1px solid var(--border); margin-bottom: .8rem;
  overflow: hidden; transition: all var(--transition);
}
.faq-item.active { border-color: var(--primary); box-shadow: var(--shadow-blue); }
.faq-question {
  padding: 1.2rem 1.5rem; font-weight: 700; font-size: .95rem;
  cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; color: var(--text); transition: color var(--transition);
  user-select: none;
}
.faq-question:hover { color: var(--primary); }
.faq-item.active .faq-question { color: var(--primary); }
.faq-arrow {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--primary-light); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; flex-shrink: 0; transition: all var(--transition);
}
.faq-item.active .faq-arrow { background: var(--primary); color: #fff; transform: rotate(180deg); }
.faq-answer {
  padding: 0 1.5rem; max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  font-size: .88rem; color: var(--text-muted); line-height: 1.7;
}
.faq-item.active .faq-answer { padding: 0 1.5rem 1.3rem; max-height: 500px; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--secondary-dark), var(--secondary));
  padding: 4.5rem 0; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: '🍁';
  position: absolute; right: 5%; top: 50%; transform: translateY(-50%);
  font-size: 8rem; opacity: .08; pointer-events: none;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 3.5rem 0; color: #fff; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cg fill='none' stroke='rgba(255,255,255,.04)' stroke-width='1'%3E%3Cpath d='M40 0 L80 40 L40 80 L0 40 Z'/%3E%3C/g%3E%3C/svg%3E");
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.5rem); }
.page-hero .breadcrumb { background: transparent; padding: 0; }
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a { color: rgba(255,255,255,.75); font-size: .85rem; }
.page-hero .breadcrumb-item.active { color: var(--gold); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ============================================================
   FILTER SIDEBAR
   ============================================================ */
.filter-sidebar {
  background: #fff; border-radius: var(--radius);
  padding: 1.5rem; box-shadow: var(--shadow);
  position: sticky; top: 80px;
  border-top: 4px solid var(--primary);
}
.filter-heading { font-weight: 800; font-size: .95rem; color: var(--primary); margin-bottom: 1.2rem; padding-bottom: .7rem; border-bottom: 2px solid var(--primary-light); }
.filter-group { margin-bottom: 1.5rem; }
.filter-group-title { font-size: .78rem; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: .6px; margin-bottom: .6rem; }
.filter-check { display: flex; align-items: center; gap: .5rem; margin-bottom: .35rem; font-size: .85rem; cursor: pointer; }
.filter-check input { accent-color: var(--primary); }
.btn-apply-filter { width: 100%; background: var(--primary); color: #fff; border: none; border-radius: 10px; padding: .65rem; font-weight: 700; font-size: .88rem; transition: all var(--transition); }
.btn-apply-filter:hover { background: var(--primary-dark); }
.btn-reset-filter { width: 100%; background: transparent; color: var(--text-muted); border: 2px solid var(--border); border-radius: 10px; padding: .6rem; font-size: .83rem; margin-top: .5rem; transition: all var(--transition); }
.btn-reset-filter:hover { border-color: var(--secondary); color: var(--secondary); }

/* ============================================================
   PACKAGE DETAIL PAGE
   ============================================================ */
.pkg-detail-header {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 3rem 0 5rem; color: #fff; position: relative; overflow: hidden;
}
.pkg-detail-header::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 60px; background: var(--bg-light);
  clip-path: ellipse(60% 100% at 50% 100%);
}
.pkg-detail-tabs .nav-link {
  color: var(--text-muted); border: none; border-bottom: 3px solid transparent;
  font-weight: 700; padding: .8rem 1.2rem; border-radius: 0;
  transition: all var(--transition);
}
.pkg-detail-tabs .nav-link.active,
.pkg-detail-tabs .nav-link:hover { color: var(--primary); border-bottom-color: var(--primary); background: transparent; }
.pkg-card-sticky {
  position: sticky; top: 80px;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--border);
}
.pkg-price-header { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); padding: 1.5rem; color: #fff; }
.pkg-price-header .from   { font-size: .8rem; opacity: .8; }
.pkg-price-header .amount { font-size: 2.2rem; font-weight: 800; }
.pkg-price-header .per    { font-size: .8rem; opacity: .8; }
.pkg-price-body { padding: 1.5rem; }
.pkg-info-row { display: flex; align-items: center; gap: .7rem; padding: .6rem 0; border-bottom: 1px solid var(--border); font-size: .87rem; }
.pkg-info-row:last-child { border-bottom: none; }
.pkg-info-row i { color: var(--primary); width: 20px; text-align: center; }
.pkg-info-row strong { min-width: 100px; }
.itinerary-item { margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--border); }
.itinerary-item:last-child { border-bottom: none; }
.itinerary-day {
  background: var(--primary); color: #fff;
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .85rem; margin-bottom: .5rem;
}
.itinerary-title { font-weight: 700; font-size: .95rem; margin-bottom: .3rem; }
.itinerary-desc  { font-size: .87rem; color: var(--text-muted); }
.inclusion-list li { font-size: .87rem; padding: .3rem 0; }
.inclusion-list .include i { color: #22c55e; }
.inclusion-list .exclude i { color: var(--secondary); }
.hotel-card-sm {
  background: var(--bg-light); border-radius: var(--radius);
  padding: 1rem; margin-bottom: .8rem; display: flex; gap: .8rem; align-items: center;
}
.hotel-card-sm-img { width: 70px; height: 60px; border-radius: 8px; object-fit: cover; }
.hotel-card-sm-name { font-weight: 700; font-size: .9rem; }
.hotel-card-sm-meta { font-size: .78rem; color: var(--text-muted); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-item { border-radius: 10px; overflow: hidden; aspect-ratio: 1; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #07121f; color: rgba(255,255,255,.8); }
.footer-top { padding: 4.5rem 0 2.5rem; }

.footer-brand { display: flex; align-items: center; gap: .9rem; margin-bottom: .8rem; }
.footer-brand-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--gold);
}
.footer-brand-name { font-size: 1.05rem; font-weight: 800; color: #fff; }
.footer-brand-tagline { font-size: .7rem; color: var(--secondary); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.footer-desc { font-size: .83rem; color: rgba(255,255,255,.6); line-height: 1.7; }

.footer-contact { margin-top: 1rem; }
.footer-contact-row { display: flex; align-items: center; gap: .6rem; margin-bottom: .45rem; font-size: .82rem; color: rgba(255,255,255,.65); }
.footer-contact-row i { color: var(--gold); width: 16px; flex-shrink: 0; }
.footer-contact-row a { color: rgba(255,255,255,.65); transition: color var(--transition); }
.footer-contact-row a:hover { color: var(--gold); }

.footer-social { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1rem; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); font-size: .9rem; transition: all var(--transition);
}
.footer-social a:hover { background: var(--secondary); border-color: var(--secondary); color: #fff; }

.footer-heading {
  color: #fff; font-weight: 800; font-size: .9rem;
  margin-bottom: 1rem; position: relative; padding-bottom: .6rem;
}
.footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--secondary); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .3rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .83rem; transition: all var(--transition); display: inline-block; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }

.footer-trust { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.footer-trust-item { display: flex; align-items: center; gap: .45rem; font-size: .77rem; color: rgba(255,255,255,.6); }
.footer-trust-item i { color: var(--secondary); font-size: .8rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.2rem 0; font-size: .8rem; color: rgba(255,255,255,.45);
}
.footer-bottom a { color: rgba(255,255,255,.45); margin-left: 1rem; transition: color var(--transition); }
.footer-bottom a:hover { color: var(--gold); }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.floating-btns {
  position: fixed; right: 1.2rem; bottom: 5rem; z-index: 9998;
  display: flex; flex-direction: column; gap: .6rem;
}
.float-btn {
  display: flex; align-items: center; gap: .4rem;
  border-radius: 50px; padding: .65rem 1.1rem;
  font-size: .83rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(0,0,0,.22);
  text-decoration: none; transition: all var(--transition); color: #fff;
}
.float-btn:hover { transform: translateX(-5px); color: #fff; box-shadow: 0 6px 28px rgba(0,0,0,.3); }
.float-btn span { font-size: .76rem; }
.float-wa   { background: #25d366; }
.float-call { background: var(--primary); }

.scroll-top-btn {
  position: fixed; right: 1.2rem; bottom: 1.5rem; z-index: 9997;
  background: var(--primary); color: #fff; border: none;
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-blue); transition: all var(--transition);
  opacity: 0; visibility: hidden;
}
.scroll-top-btn.visible { opacity: 1; visibility: visible; }
.scroll-top-btn:hover { background: var(--primary-dark); transform: translateY(-3px); }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination .page-link { color: var(--primary); border-radius: 8px; margin: 0 2px; font-weight: 600; }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); }

/* ============================================================
   ALERTS
   ============================================================ */
.alert-success-custom { background: var(--primary-light); border: 1px solid var(--primary); color: var(--primary); border-radius: var(--radius); padding: 1rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  section { padding: 3.5rem 0; }
  .hero-section { min-height: auto; padding: 4rem 0; }
  .hero-card-side { display: none; }
  .process-grid::before { display: none; }
  .btn-nav-wa, .btn-nav-quote { display: none; }
  .mega-menu, .city-dropdown { min-width: 100% !important; columns: 1; }
  .stats-strip-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 1rem; }
}

@media (max-width: 767px) {
  .hero-title { font-size: 1.9rem; }
  .hero-cta-row { flex-direction: column; }
  .hero-stats-row { gap: 1.2rem; }
  .float-btn span { display: none; }
  .float-btn { border-radius: 50%; padding: .75rem; width: 50px; height: 50px; justify-content: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-trust { grid-template-columns: 1fr; }
  .footer-bottom a:first-child { margin-left: 0; }
}

@media (max-width: 575px) {
  .package-card-footer { flex-direction: column; }
  .btn-pkg-detail { text-align: center; }
  .hero-badge { font-size: .72rem; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(25px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-up { animation: fadeInUp .6s ease forwards; }
.animate-delay-1 { animation-delay: .1s; }
.animate-delay-2 { animation-delay: .2s; }
.animate-delay-3 { animation-delay: .3s; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: none; }
.nav-scrolled { box-shadow: 0 4px 25px rgba(0,0,0,.12) !important; }
