/* ===== Zee Tours and Travels ===== */

:root {
  --navy-900: #0b1240;
  --navy-800: #10186a;
  --navy-700: #16209e;
  --blue-600: #2a3bd0;
  --gold: #f4b400;
  --gold-dark: #d99a00;
  --ink: #1b2140;
  --muted: #5c6180;
  --bg: #f7f8fc;
  --card: #ffffff;
  --border: #e7e9f5;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 20px 45px -20px rgba(11, 18, 64, 0.35);
  --shadow-sm: 0 10px 25px -12px rgba(11, 18, 64, 0.25);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Inter', sans-serif;
  margin: 0;
  color: var(--navy-900);
}

p { margin: 0; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { fill: currentColor; }
.btn-primary {
  background: var(--gold);
  color: var(--navy-900);
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }

.btn-accent {
  background: var(--gold);
  color: var(--navy-900);
  box-shadow: 0 12px 24px -10px rgba(244, 180, 0, 0.6);
}
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(244, 180, 0, 0.7); }

.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }

.btn-lg { padding: 15px 28px; font-size: 1rem; }
.btn-block { width: 100%; margin-top: 12px; }

/* ===== Top bar ===== */
.topbar {
  background: var(--navy-900);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 24px;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.icon-sm { width: 15px; height: 15px; fill: var(--gold); flex-shrink: 0; }
.topbar-hours { margin-left: auto; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 18, 64, 0.97);
  backdrop-filter: blur(6px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.brand-sub { font-size: 0.72rem; color: var(--gold); font-weight: 500; letter-spacing: 0.03em; }

.main-nav {
  display: flex;
  gap: 28px;
}
.main-nav a {
  color: rgba(255,255,255,0.82);
  font-weight: 500;
  font-size: 0.92rem;
  transition: color .15s ease;
}
.main-nav a:hover { color: var(--gold); }

.nav-actions { display: flex; align-items: center; gap: 16px; }

.nav-toggle { display: none; }
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav-burger span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--navy-800);
  padding: 8px 24px 20px;
}
.mobile-menu a {
  color: rgba(255,255,255,0.88);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-weight: 500;
}
.mobile-menu .btn { margin-top: 14px; }

/* ===== Floating quick-contact buttons ===== */
.floating-actions {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 200;
}
.fab {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px -8px rgba(11, 18, 64, 0.55);
  transition: transform .18s ease, box-shadow .18s ease;
}
.fab:hover { transform: translateY(-3px) scale(1.05); }
.fab svg { width: 24px; height: 24px; fill: #fff; }
.fab-call { background: var(--blue-600); }
.fab-whatsapp { background: #25D366; }

/* ===== Hero ===== */
.hero {
  position: relative;
  background:
    radial-gradient(120% 140% at 15% 0%, #1a2a8c 0%, var(--navy-900) 55%, #080c33 100%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 34px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 34px);
  overflow: hidden;
  padding: 56px 0 64px;
  max-width: min(1280px, calc(100% - 32px));
  margin: 20px auto 0;
  border-radius: 28px;
}
.hero-bg-shape {
  position: absolute;
  right: -180px;
  top: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,180,0,0.22), transparent 70%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
}
.hero-copy { max-width: 620px; }
.eyebrow-pill {
  display: inline-block;
  background: #fff;
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4.2vw, 3.1rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--gold); }
.hero-lead {
  color: rgba(255,255,255,0.78);
  font-size: 1.05rem;
  max-width: 540px;
  margin-bottom: 30px;
}
.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.hero-badges {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}
.hero-badge { display: flex; flex-direction: column; }
.hero-badge strong { color: var(--gold); font-family: 'Poppins', sans-serif; font-size: 1.5rem; }
.hero-badge span { color: rgba(255,255,255,0.7); font-size: 0.82rem; }

.hero-visual { display: flex; justify-content: center; }
.hero-card {
  position: relative;
  max-width: 560px;
  width: 100%;
}
.hero-visual-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,0.45));
}
.hero-visual-ring {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 78%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1.5px dashed rgba(244,180,0,0.35);
  border-radius: 50%;
}
.hero-visual-ring::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,180,0,0.18), transparent 72%);
}
.hero-visual-dots {
  position: absolute;
  z-index: 0;
  left: -6px;
  top: -6px;
  width: 64px;
  height: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.hero-visual-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
}
.hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.97);
  border-radius: 14px;
  padding: 10px 16px 10px 12px;
  box-shadow: 0 14px 30px -10px rgba(11,18,64,0.5);
}
.hero-float strong { display: block; font-family: 'Poppins', sans-serif; font-size: 0.86rem; color: var(--navy-900); }
.hero-float span { font-size: 0.72rem; color: var(--muted); }
.hero-float-rating { top: 4%; right: -4%; }
.hero-float-available { bottom: 8%; left: -6%; }
.hero-float-star {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.hero-float-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(37,211,102,0.15);
  flex-shrink: 0;
  position: relative;
}
.hero-float-dot::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 3px rgba(37,211,102,0.25);
}

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section-alt { background: #eef0fb; }

.section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
}
.tag {
  display: inline-block;
  color: var(--navy-700);
  background: rgba(22, 32, 158, 0.08);
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 10px; }
.section-head p { color: var(--muted); font-size: 1.02rem; }

.grid { display: grid; gap: 24px; }

/* Services */
.services-grid { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy-700), var(--blue-600));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.service-icon svg { width: 26px; height: 26px; fill: var(--gold); }
.service-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: 0.92rem; }

/* Why us */
.why-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: center;
}
.why-visual { display: flex; justify-content: center; }
.why-card {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
  max-width: 420px;
  width: 100%;
}
.why-visual-img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  display: block;
  border-radius: calc(var(--radius-lg) - 8px);
  margin: 0 auto;
}

.check-list { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 1.02rem;
  color: var(--ink);
}
.check {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
}

/* About band */
.about-band {
  background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  padding: 70px 0;
}
.about-inner {
  max-width: 780px;
  text-align: center;
}
.about-quote {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 18px;
}
.about-sign { color: var(--gold); font-weight: 600; letter-spacing: 0.03em; }

/* Areas */
.areas-grid { grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin: 0 auto; }
.area-card { text-align: center; }
.area-icon { width: 34px; height: 34px; fill: var(--navy-700); margin-bottom: 14px; }
.area-card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.area-card p { color: var(--muted); font-size: 0.92rem; }

/* Testimonials */
.testimonials-grid { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin: 0 auto; }
.testimonial-card { display: flex; flex-direction: column; }
.testimonial-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-quote { color: var(--ink); font-size: 1.02rem; line-height: 1.6; margin-bottom: 22px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--blue-600));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.testimonial-author div { display: flex; flex-direction: column; }
.testimonial-author strong { font-size: 0.95rem; color: var(--navy-900); }
.testimonial-author span { font-size: 0.8rem; color: var(--muted); }

/* Stats band */
.stats-band {
  background: var(--gold);
}
.stats-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 24px;
  gap: 24px;
}
.stat { text-align: center; }
.stat strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  color: var(--navy-900);
}
.stat span { color: rgba(11,18,64,0.75); font-weight: 600; font-size: 0.88rem; }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}
.contact-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.contact-row { display: flex; gap: 14px; align-items: flex-start; }
.icon-md { width: 24px; height: 24px; fill: var(--navy-700); flex-shrink: 0; margin-top: 3px; }
.contact-row h4 { font-size: 0.95rem; margin-bottom: 6px; }
.contact-row a, .contact-row p { color: var(--muted); font-size: 0.92rem; }
.contact-row a:hover { color: var(--navy-700); }

.contact-cta {
  background: linear-gradient(160deg, var(--navy-800), var(--navy-900));
  border-radius: var(--radius-lg);
  padding: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-cta h3 { color: #fff; font-size: 1.3rem; margin-bottom: 10px; }
.contact-cta p { color: rgba(255,255,255,0.75); font-size: 0.92rem; margin-bottom: 8px; }

/* Footer */
.site-footer { background: #fff; color: var(--muted); padding-top: 56px; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.footer-brand .brand-title { color: var(--navy-900); font-size: 1.15rem; }
.footer-brand p { margin-top: 8px; font-size: 0.9rem; color: var(--muted); }
.footer-col h4 { color: var(--navy-900); font-size: 0.92rem; margin-bottom: 14px; letter-spacing: 0.03em; text-transform: uppercase; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 0.9rem; color: var(--muted); }
.footer-col a:hover { color: var(--navy-700); }
.footer-bottom { padding: 18px 0; font-size: 0.82rem; color: var(--muted); border-top: 1px solid var(--border); }
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-credit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  transition: opacity .15s ease;
}
.footer-credit:hover { opacity: .7; }
.footer-credit-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--navy-900);
  font-weight: 600;
  padding: 4px 12px 4px 6px;
  border-radius: 999px;
}
.footer-credit-badge img { width: 18px; height: 18px; object-fit: contain; display: block; }

/* ===== Responsive ===== */
@media (max-width: 940px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; }
  .why-visual { order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 380px; margin: 0 auto; }
}

@media (max-width: 760px) {
  .topbar-inner { flex-wrap: wrap; gap: 6px 18px; }
  .main-nav { display: none; }
  .nav-burger { display: flex; }
  .nav-actions .btn-primary { display: none; }
  .nav-toggle:checked ~ .site-header .mobile-menu { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero { padding: 50px 0 60px; border-radius: 20px; }
  .section { padding: 60px 0; }
  .hero-copy { max-width: 100%; }
  .hero-float { padding: 7px 12px 7px 8px; gap: 7px; }
  .hero-float strong { font-size: 0.76rem; }
  .hero-float span { font-size: 0.65rem; }
  .hero-float-star, .hero-float-dot { width: 26px; height: 26px; font-size: 0.85rem; }
  .hero-float-dot::before { inset: 7px; }
  .hero-float-rating { top: 2%; right: 0; }
  .hero-float-available { bottom: 4%; left: 0; }
  .hero-visual-dots { left: 4px; top: 4px; }
  .floating-actions { right: 14px; gap: 10px; }
  .fab { width: 44px; height: 44px; }
  .fab svg { width: 20px; height: 20px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
