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

html { scroll-behavior: smooth; }

body { font-family: 'Poppins', sans-serif; color: #222; }

a { text-decoration: none; color: inherit; }

.logo-img { height: 52px; width: auto; display: block; object-fit: contain; }
.footer-logo { height: 54px; filter: drop-shadow(0 0 6px rgba(255,255,255,0.15)); }

/* ── NAVBAR ── */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
  padding: 12px 20px;
}
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-size: 1.6rem; font-weight: 800; color: #00b4d8; }
.logo-sub { font-size: .55rem; font-weight: 600; letter-spacing: 2px; color: #f4a300; }
.logo.white .logo-main { color: #fff; }
.logo.white .logo-sub { color: #f4a300; }

.nav-links { display: flex; gap: 20px; flex: 1; justify-content: center; }
.nav-links a { font-size: .82rem; font-weight: 500; color: #333; transition: color .2s; }
.nav-links a:hover { color: #00b4d8; }

.nav-contact { display: flex; align-items: center; gap: 8px; color: #00b4d8; white-space: nowrap; }
.nav-contact i { font-size: 1.4rem; }
.nav-contact strong { display: block; font-size: .9rem; color: #222; }
.nav-contact span { font-size: .72rem; color: #666; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 520px;
  background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1400&h=600&fit=crop') center/cover no-repeat;
  display: flex; align-items: center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.65) 40%, transparent); }
.hero-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.hero-badge {
  display: inline-block; background: #00b4d8; color: #fff;
  font-size: .7rem; font-weight: 600; letter-spacing: 1px;
  padding: 4px 12px; border-radius: 4px; margin-bottom: 16px;
}
.hero-content h1 { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.hero-content p { color: rgba(255,255,255,.88); font-size: .92rem; line-height: 1.7; margin-bottom: 28px; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 6px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: #222; }
.btn-white { background: #fff; color: #222; }
.btn-white:hover { background: #f0f0f0; }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5d; }

/* ── SECTIONS ── */
.section { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.section-header h2 { font-size: 1.4rem; font-weight: 700; }
.view-all { font-size: .82rem; color: #00b4d8; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.view-all:hover { text-decoration: underline; }

/* ── DESTINATIONS ── */
.destinations { padding-bottom: 50px; }
.dest-slider-wrap { position: relative; display: flex; align-items: center; gap: 10px; }
.dest-slider { display: flex; gap: 14px; overflow: hidden; flex: 1; }
.dest-card { min-width: 160px; border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; flex-shrink: 0; }
.dest-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.dest-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff; padding: 30px 10px 10px;
  font-size: .82rem; font-weight: 600;
}
.dest-info small { font-weight: 400; font-size: .75rem; }
.slider-btn {
  background: #fff; border: 1px solid #ddd; border-radius: 50%;
  width: 36px; height: 36px; cursor: pointer; font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.1); flex-shrink: 0;
}
.slider-btn:hover { background: #00b4d8; color: #fff; border-color: #00b4d8; }

/* ── WHY GLEESIRE ── */
.why-gleesire { background: #f5fafd; max-width: 100%; padding: 60px 20px; text-align: center; }
.why-gleesire h2, .travel-style h2, .how-it-works h2, .testimonials h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; }
.why-divider { width: 50px; height: 3px; background: #00b4d8; margin: 8px auto 32px; border-radius: 2px; }
.why-divider.teal { background: #f4a300; }
.why-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.why-item { flex: 1; min-width: 160px; max-width: 200px; text-align: center; }
.why-item i { font-size: 2rem; color: #00b4d8; margin-bottom: 10px; }
.why-item strong { display: block; font-size: .88rem; margin-bottom: 6px; }
.why-item p { font-size: .78rem; color: #666; line-height: 1.5; }

/* ── PACKAGES ── */
.packages h2 { font-size: 1.4rem; font-weight: 700; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pkg-card { border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.pkg-img-wrap { position: relative; }
.pkg-img-wrap img { width: 100%; height: 200px; object-fit: cover; display: block; }
.pkg-badge {
  position: absolute; top: 12px; left: 12px;
  background: #00b4d8; color: #fff;
  font-size: .68rem; font-weight: 700; padding: 4px 10px; border-radius: 4px;
}
.pkg-badge.yellow { background: #f4a300; }
.pkg-body { padding: 16px; }
.pkg-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.pkg-meta { display: flex; gap: 12px; font-size: .75rem; color: #555; margin-bottom: 10px; }
.pkg-meta span { display: flex; align-items: center; gap: 4px; }
.inclusions-label { font-size: .75rem; font-weight: 600; color: #444; margin-bottom: 6px; }
.inclusions-icons { display: flex; gap: 12px; font-size: 1rem; color: #888; margin-bottom: 14px; }
.pkg-footer { display: flex; justify-content: space-between; align-items: center; }
.pkg-price { font-size: 1rem; font-weight: 700; color: #00b4d8; }
.btn-enquire {
  background: #00b4d8; color: #fff;
  padding: 8px 16px; border-radius: 6px;
  font-size: .78rem; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.btn-enquire:hover { background: #0096b7; }

/* ── TRAVEL STYLE ── */
.travel-style { text-align: center; background: #f9f9f9; max-width: 100%; padding: 60px 20px; }
.style-grid { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.style-item {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  min-width: 110px; padding: 20px 14px;
  border: 1px solid #e0e0e0; border-radius: 10px; background: #fff;
  font-size: .78rem; font-weight: 600; text-align: center; cursor: pointer;
  transition: all .2s;
}
.style-item:hover { border-color: #00b4d8; color: #00b4d8; }
.style-item i { font-size: 1.6rem; color: #00b4d8; }

/* ── HOW IT WORKS ── */
.how-it-works { text-align: center; }
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.step { text-align: center; max-width: 180px; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: #00b4d8; color: #fff; font-weight: 700; font-size: .9rem;
  margin-bottom: 10px;
}
.step i { font-size: 1.8rem; color: #00b4d8; display: block; margin-bottom: 8px; }
.step strong { font-size: .88rem; display: block; margin-bottom: 6px; }
.step p { font-size: .76rem; color: #666; line-height: 1.5; }
.step-arrow { font-size: 1.2rem; color: #ccc; margin-top: 40px; }

/* ── TESTIMONIALS ── */
.testimonials { text-align: center; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 10px; }
.testi-card { border: 1px solid #e8e8e8; border-radius: 12px; padding: 20px; text-align: left; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.stars { color: #f4a300; font-size: 1rem; margin-bottom: 10px; }
.testi-card p { font-size: .82rem; color: #444; line-height: 1.6; margin-bottom: 14px; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testi-author strong { font-size: .82rem; }
.dest-tag { font-size: .75rem; color: #00b4d8; font-weight: 600; }
.testi-dots { margin-top: 20px; display: flex; justify-content: center; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; }
.dot.active { background: #00b4d8; }

/* ── CONTACT ── */
.contact-section { background: linear-gradient(135deg, #0077a8, #00b4d8); padding: 60px 20px; }
.contact-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 40px; align-items: center; }
.contact-left { display: flex; align-items: center; gap: 20px; flex: 1; }
.contact-img { width: 140px; height: 180px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.contact-text h2 { font-size: 1.8rem; font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 10px; }
.contact-text p { color: rgba(255,255,255,.85); font-size: .85rem; line-height: 1.6; }
.contact-form { flex: 1.4; display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form select {
  padding: 11px 14px; border: none; border-radius: 6px;
  font-size: .84rem; font-family: inherit; outline: none; width: 100%;
}
.contact-form select { color: #888; }
.btn-plan {
  background: #f4a300; color: #fff; border: none;
  padding: 13px 28px; border-radius: 6px;
  font-size: .9rem; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
  align-self: flex-start; transition: background .2s;
}
.btn-plan:hover { background: #d48f00; }

/* ── FOOTER ── */
.footer { background: #0d1b2a; color: #ccc; }
.footer-top { max-width: 1200px; margin: 0 auto; padding: 50px 20px 30px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 30px; }
.footer-brand p { font-size: .8rem; line-height: 1.7; margin: 12px 0; color: #aaa; }
.footer-col h4 { color: #fff; font-size: .88rem; margin-bottom: 14px; }
.footer-col a, .footer-col p { display: block; font-size: .8rem; color: #aaa; margin-bottom: 7px; }
.footer-col a:hover { color: #00b4d8; }
.footer-col i { margin-right: 6px; color: #00b4d8; }
.social-icons { display: flex; gap: 10px; margin-top: 10px; }
.social-icons a {
  width: 32px; height: 32px; border-radius: 50%;
  background: #1e2d3d; color: #ccc;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; transition: background .2s;
}
.social-icons a:hover { background: #00b4d8; color: #fff; }
.payment-icons { display: flex; gap: 8px; margin-bottom: 12px; }
.pay-badge { padding: 4px 10px; border-radius: 4px; font-size: .72rem; font-weight: 700; }
.pay-badge.visa { background: #1a1f71; color: #fff; }
.pay-badge.mc { background: #eb001b; color: #fff; }
.pay-badge.rupay { background: #007dc5; color: #fff; }
.secure-badge { font-size: .78rem; color: #aaa; display: flex; align-items: center; gap: 8px; }
.secure-badge i { color: #00b4d8; font-size: 1.2rem; }
.footer-bottom { border-top: 1px solid #1e2d3d; text-align: center; padding: 16px 20px; font-size: .78rem; color: #666; }

/* ── SCROLL ANIMATIONS ── */
[data-anim] {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-anim="fade-up"]    { transform: translateY(50px); }
[data-anim="fade-down"]  { transform: translateY(-40px); }
[data-anim="fade-left"]  { transform: translateX(-60px); }
[data-anim="fade-right"] { transform: translateX(60px); }
[data-anim="zoom-in"]    { transform: scale(0.85); }
[data-anim="flip"]       { transform: rotateY(60deg); }
[data-anim].visible {
  opacity: 1;
  transform: none;
}

/* stagger delay helpers */
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }
[data-delay="7"] { transition-delay: 0.7s; }
[data-delay="8"] { transition-delay: 0.8s; }

/* hero text animation on load */
.hero-badge  { animation: heroFadeUp 0.7s ease 0.2s both; }
.hero-content h1 { animation: heroFadeUp 0.7s ease 0.4s both; }
.hero-content p  { animation: heroFadeUp 0.7s ease 0.6s both; }
.hero-btns       { animation: heroFadeUp 0.7s ease 0.8s both; }
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* navbar scroll shrink */
.navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.15); }
.navbar { transition: box-shadow 0.3s; }

/* card hover lift */
.dest-card  { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.dest-card:hover  { transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.pkg-card   { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.pkg-card:hover   { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(0,0,0,.12); }
.testi-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.why-item   { transition: transform 0.3s ease; }
.why-item:hover   { transform: translateY(-6px); }

/* counter number pulse */
.step-num { transition: transform 0.3s; }
.step:hover .step-num { transform: scale(1.15); }

/* ── FLYER CARDS (Featured Packages) ── */
.flyer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.flyer-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
}
.flyer-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.flyer-card:hover img { transform: scale(1.06); }

.flyer-hover {
  position: absolute; inset: 0;
  background: rgba(0,20,50,0.88);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 16px;
  backdrop-filter: blur(3px);
}
.flyer-card:hover .flyer-hover { opacity: 1; }

.flyer-hover-inner { text-align: center; color: #fff; width: 100%; }
.flyer-hover-inner h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: #fff; }
.flyer-nights { font-size: .78rem; color: #a0d8ef; margin-bottom: 10px; }

.flyer-prices { margin-bottom: 10px; }
.fp-row {
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,.1); border-radius: 6px;
  padding: 4px 10px; margin-bottom: 4px;
}
.fp-row span { font-size: .72rem; color: #cce; }
.fp-row strong { font-size: .88rem; color: #f4a300; }

.flyer-tags {
  display: flex; flex-wrap: wrap; gap: 5px;
  justify-content: center; margin-bottom: 4px;
}
.flyer-tags span {
  background: rgba(0,180,216,.25); border: 1px solid rgba(0,180,216,.4);
  color: #a0e8ff; font-size: .68rem; padding: 3px 8px; border-radius: 20px;
  display: flex; align-items: center; gap: 4px;
}
.btn-enquire.mt { margin-top: 10px; display: inline-flex; }

@media (max-width: 1100px) { .flyer-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .flyer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .flyer-grid { grid-template-columns: 1fr; } }

/* ── KERALA BANNER ── */
.kerala-banner {
  position: relative; min-height: 480px;
  background: url('https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?w=1400&h=600&fit=crop') center/cover no-repeat;
  display: flex; align-items: center;
}
.kerala-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,60,20,.75) 45%, rgba(0,0,0,.2)); }
.kerala-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.kerala-content h2 { font-size: 2.6rem; font-weight: 800; color: #fff; line-height: 1.2; margin: 14px 0 16px; }
.kerala-content p { color: rgba(255,255,255,.88); font-size: .92rem; line-height: 1.7; margin-bottom: 28px; }

/* ── KERALA DESTINATIONS GRID ── */
.kerala-dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.kdest-card {
  position: relative; border-radius: 14px; overflow: hidden;
  cursor: pointer; aspect-ratio: 4/3;
}
.kdest-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.kdest-card:hover img { transform: scale(1.08); }
.kdest-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,.72));
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 18px; transition: background 0.3s;
}
.kdest-card:hover .kdest-overlay { background: linear-gradient(transparent 20%, rgba(0,80,30,.75)); }
.kdest-overlay h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.kdest-overlay p { color: rgba(255,255,255,.85); font-size: .76rem; }

/* ── KERALA PRICE COLOR ── */
.kerala-price { color: #2e7d32 !important; }

/* ── KERALA EXPERIENCES ── */
.kerala-exp-section { background: #f0f7f0; padding-bottom: 60px; }
.kerala-exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.kerala-exp-card {
  position: relative; overflow: hidden; cursor: pointer;
  border-radius: 0;
}
.kerala-exp-card:first-child { border-radius: 12px 0 0 12px; }
.kerala-exp-card:last-child  { border-radius: 0 12px 12px 0; }
.kerala-exp-card img { width: 100%; height: 280px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.kerala-exp-card:hover img { transform: scale(1.07); }
.exp-icon {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(0,0,0,.45); color: #fff;
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; backdrop-filter: blur(4px);
}
.exp-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
  padding: 40px 14px 16px; transition: padding 0.3s;
}
.kerala-exp-card:hover .exp-info { padding-bottom: 22px; }
.exp-info h4 { color: #fff; font-size: .92rem; font-weight: 700; margin-bottom: 5px; }
.exp-info p  { color: rgba(255,255,255,.82); font-size: .74rem; line-height: 1.5; }

/* ── KERALA STATS ── */
.kerala-stats {
  background: linear-gradient(135deg, #1b5e20, #2e7d32, #388e3c);
  padding: 50px 20px;
}
.stats-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
.stat-item { color: #fff; }
.stat-num { font-size: 2.6rem; font-weight: 800; color: #fff; }
.stat-plus { font-size: 1.8rem; font-weight: 700; color: #a5d6a7; }
.stat-item p { font-size: .82rem; color: rgba(255,255,255,.8); margin-top: 6px; }

/* ── RESPONSIVE KERALA ── */
@media (max-width: 900px) {
  .kerala-dest-grid { grid-template-columns: repeat(2, 1fr); }
  .kerala-exp-grid  { grid-template-columns: repeat(2, 1fr); }
  .kerala-exp-card:first-child { border-radius: 12px 0 0 0; }
  .kerala-exp-card:last-child  { border-radius: 0 0 12px 0; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .kerala-banner { min-height: 360px; }
  .kerala-content h2 { font-size: 1.8rem; }
  .kerala-dest-grid { grid-template-columns: 1fr 1fr; }
  .kerala-exp-grid  { grid-template-columns: 1fr; }
  .kerala-exp-card:first-child, .kerala-exp-card:last-child { border-radius: 12px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .pkg-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-inner { flex-direction: column; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .hero-content h1 { font-size: 2rem; }
  .pkg-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); margin: 0; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
