/*
Theme Name: Wakeup Holidays
Theme URI: https://www.wakeupholidays.in
Author: Wakeup Holidays
Author URI: https://www.wakeupholidays.in
Description: Premium travel agency theme for Wakeup Holidays — Asia & Middle East specialists based in Palakkad, Kerala.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: wakeup-holidays
Tags: travel, tourism, full-width-template, custom-menu, responsive-layout
*/

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

:root {
  --teal:       #0f7b8a;
  --teal-light: #1aa0b3;
  --teal-pale:  #e0f5f8;
  --navy:       #0e1e2f;
  --gold:       #c9a84c;
  --gold-light: #e8c97a;
  --cream:      #faf8f4;
  --white:      #ffffff;
  --gray:       #6b7280;
  --ease:       cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--navy);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* === BUTTONS === */
.btn-primary {
  background: var(--gold); color: var(--navy);
  padding: .9rem 2.2rem; border-radius: 3rem;
  font-weight: 500; font-size: .95rem;
  letter-spacing: .02em; display: inline-block;
  box-shadow: 0 0 30px rgba(201,168,76,.3);
  transition: all .25s var(--ease);
}
.btn-primary:hover {
  background: var(--gold-light); transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(201,168,76,.45); color: var(--navy);
}
.btn-outline {
  border: 1px solid rgba(255,255,255,.35); color: #fff;
  padding: .9rem 2.2rem; border-radius: 3rem;
  font-size: .95rem; letter-spacing: .02em; display: inline-block;
  transition: all .25s var(--ease);
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* === SHARED SECTIONS === */
section { padding: 7rem 4rem; }
.section-tag {
  display: inline-block; color: var(--teal);
  font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 500; margin-bottom: .75rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,4vw,3rem); line-height: 1.12;
  letter-spacing: -.02em; max-width: 520px;
}
.section-title em { color: var(--teal); font-style: italic; }

/* === NAVIGATION === */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 200;
  padding: 1.2rem 4rem;
  display: flex; justify-content: space-between; align-items: center;
  transition: all .4s ease;
}
.site-nav.scrolled {
  background: rgba(14,30,47,.96);
  backdrop-filter: blur(14px);
  padding: .85rem 4rem;
  box-shadow: 0 4px 30px rgba(0,0,0,.22);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; color: #fff; letter-spacing: -.02em;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,.85); font-size: .875rem; font-weight: 400;
  letter-spacing: .05em; text-transform: uppercase; transition: color .2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold) !important; color: var(--navy) !important;
  padding: .6rem 1.4rem; border-radius: 2rem; font-weight: 500 !important;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* === HERO SLIDER === */
.hero-slider {
  position: relative; min-height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; z-index: 1;
  transform: scale(1.07);
  transition: opacity 1.3s ease, transform 1.6s var(--ease);
}
.hero-slide.active  { opacity: 1; transform: scale(1); z-index: 2; }
.hero-slide.leaving { opacity: 0; transform: scale(.97); z-index: 1; }

.s-thailand  { background-image: linear-gradient(to bottom,rgba(6,14,24,.55) 0%,rgba(6,14,24,.2) 45%,rgba(6,14,24,.82) 100%), url('https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=1800&q=85'); }
.s-maldives  { background-image: linear-gradient(to bottom,rgba(4,18,32,.5) 0%,rgba(4,18,32,.15) 45%,rgba(4,18,32,.85) 100%), url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?w=1800&q=85'); }
.s-dubai     { background-image: linear-gradient(to bottom,rgba(10,14,22,.55) 0%,rgba(10,14,22,.2) 45%,rgba(10,14,22,.85) 100%), url('https://images.unsplash.com/photo-1518684079-3c830dcef090?w=1800&q=85'); }
.s-bali      { background-image: linear-gradient(to bottom,rgba(6,18,14,.5) 0%,rgba(6,18,14,.15) 45%,rgba(6,18,14,.8) 100%), url('https://images.unsplash.com/photo-1537996194471-e657df975ab4?w=1800&q=85'); }
.s-singapore { background-image: linear-gradient(to bottom,rgba(6,14,28,.5) 0%,rgba(6,14,28,.15) 45%,rgba(6,14,28,.82) 100%), url('https://images.unsplash.com/photo-1525625293386-3f8f99389edd?w=1800&q=85'); }
.s-vietnam   { background-image: linear-gradient(to bottom,rgba(8,16,10,.5) 0%,rgba(8,16,10,.15) 45%,rgba(8,16,10,.82) 100%), url('https://images.unsplash.com/photo-1528360983277-13d401cdc186?w=1800&q=85'); }

.hero-pattern {
  position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: .045;
  background-image: radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);
  background-size: 38px 38px;
}
.hero-content-wrap {
  position: relative; z-index: 10; text-align: center;
  max-width: 860px; padding: 2rem;
  display: flex; flex-direction: column; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(201,168,76,.16); border: 1px solid rgba(201,168,76,.35);
  color: var(--gold); padding: .45rem 1.3rem; border-radius: 2rem;
  font-size: .78rem; letter-spacing: .13em; text-transform: uppercase;
  margin-bottom: 1.8rem;
  transition: opacity .5s ease, transform .5s ease;
}
.hero-badge.fade-out { opacity: 0; transform: translateY(-8px); }
.hero-badge.fade-in  { opacity: 1; transform: translateY(0); }
.hero-badge .live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  animation: livePulse 2s infinite;
}
.hero-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem,7vw,5.8rem);
  color: #fff; line-height: 1.07; letter-spacing: -.025em;
  margin-bottom: 1.6rem;
  transition: opacity .6s ease, transform .6s ease;
}
.hero-heading.fade-out { opacity: 0; transform: translateY(16px); }
.hero-heading.fade-in  { opacity: 1; transform: translateY(0); }
.hero-heading em { color: var(--gold); font-style: italic; }
.hero-sub {
  color: rgba(255,255,255,.68); font-size: 1.13rem; line-height: 1.75;
  max-width: 540px; margin: 0 auto 2.8rem;
  transition: opacity .6s ease .08s, transform .6s ease .08s;
}
.hero-sub.fade-out { opacity: 0; transform: translateY(12px); }
.hero-sub.fade-in  { opacity: 1; transform: translateY(0); }
.hero-cta-row {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: heroFadeUp .9s .5s ease both;
}
.hero-dest-strip {
  position: absolute; bottom: 7rem; right: 3rem; z-index: 10;
  display: flex; flex-direction: column; gap: .5rem; align-items: flex-end;
}
.hero-dest-item {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.3); cursor: pointer;
  transition: color .3s, letter-spacing .3s;
}
.hero-dest-item.active { color: var(--gold); letter-spacing: .22em; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 10; width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.07); backdrop-filter: blur(8px);
  color: #fff; font-size: 1.15rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s; outline: none;
}
.hero-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.hero-arrow.prev { left: 2rem; }
.hero-arrow.next { right: 2rem; }
.hero-dots {
  position: absolute; bottom: 3.5rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: .6rem; z-index: 10;
}
.hero-dot {
  width: 8px; height: 8px; border-radius: 4px; border: none;
  background: rgba(255,255,255,.3); cursor: pointer;
  transition: all .35s var(--ease); padding: 0;
}
.hero-dot.active { width: 30px; background: var(--gold); }
.hero-progress-bar {
  position: absolute; bottom: 0; left: 0; height: 3px;
  background: var(--gold); z-index: 11; width: 0;
}
.hero-scroll-cue {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.38); font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero-scroll-cue::after {
  content: ''; width: 1px; height: 48px;
  background: linear-gradient(to bottom,rgba(255,255,255,.38),transparent);
  animation: scrollLine 1.6s ease infinite;
}

/* === STATS BAND === */
.stats-band {
  background: var(--navy); padding: 3rem 4rem;
  display: flex; justify-content: center; flex-wrap: wrap;
}
.stat-item {
  text-align: center; flex: 1; min-width: 140px; max-width: 200px;
  padding: 1rem 2rem; border-right: 1px solid rgba(255,255,255,.08);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; color: var(--gold); font-weight: 700; display: block;
}
.stat-label {
  color: rgba(255,255,255,.5); font-size: .8rem;
  letter-spacing: .1em; text-transform: uppercase; margin-top: .3rem;
}

/* === DESTINATIONS === */
.destinations { background: var(--cream); }
.dest-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 3.5rem; flex-wrap: wrap; gap: 1.5rem;
}
.dest-header p { color: var(--gray); max-width: 360px; line-height: 1.65; font-size: .95rem; }
.dest-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 280px 260px;
  gap: 1rem;
}
.dest-card {
  position: relative; overflow: hidden; border-radius: 18px;
  cursor: pointer; transition: transform .4s ease;
}
.dest-card:hover { transform: scale(1.016); }
.dest-card:first-child { grid-row: 1/3; }
.dest-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .55s ease;
}
.dest-card:hover .dest-bg { transform: scale(1.07); }
.dest-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,rgba(8,18,32,.88) 0%,rgba(8,18,32,.08) 62%);
}
.dest-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }
.dest-tag-pill {
  background: rgba(201,168,76,.2); color: var(--gold);
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .25rem .75rem; border-radius: 2rem; display: inline-block;
  border: 1px solid rgba(201,168,76,.3); margin-bottom: .5rem;
}
.dest-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem; color: #fff; display: block; line-height: 1.2;
}
.dest-card:first-child .dest-name { font-size: 2.3rem; }
.dest-desc { color: rgba(255,255,255,.62); font-size: .82rem; margin-top: .3rem; line-height: 1.5; }
.dest-arrow-btn {
  position: absolute; top: 1.2rem; right: 1.2rem;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: .95rem; opacity: 0; transform: translateY(5px);
  transition: all .3s;
}
.dest-card:hover .dest-arrow-btn { opacity: 1; transform: translateY(0); }
.bg-th { background-image: url('https://images.unsplash.com/photo-1552465011-b4e21bf6e79a?w=900&q=82'); }
.bg-mv { background-image: url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?w=650&q=82'); }
.bg-bl { background-image: url('https://images.unsplash.com/photo-1537996194471-e657df975ab4?w=650&q=82'); }
.bg-my { background-image: url('https://images.unsplash.com/photo-1596422846543-75c6fc197f07?w=650&q=82'); }

/* === MORE DESTINATIONS === */
.more-dest { background: var(--navy); color: #fff; padding: 5rem 4rem; }
.more-dest .section-title { color: #fff; max-width: 100%; }
.more-dest .section-title em { color: var(--gold); }
.more-dest-hdr {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem;
}
.more-dest-hdr p { color: rgba(255,255,255,.48); font-size: .9rem; max-width: 360px; line-height: 1.6; }
.more-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.more-card {
  position: relative; border-radius: 16px; overflow: hidden;
  height: 230px; cursor: pointer; transition: transform .35s var(--ease);
}
.more-card:hover { transform: translateY(-5px); }
.more-card .dest-bg { transition: transform .55s; }
.more-card:hover .dest-bg { transform: scale(1.09); }
.more-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top,rgba(8,18,32,.92) 0%,rgba(8,18,32,.18) 58%);
}
.more-card-label {
  position: absolute; bottom: 1rem; left: 1rem;
  font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #fff;
}
.bg-vn { background-image: url('https://images.unsplash.com/photo-1528360983277-13d401cdc186?w=650&q=82'); }
.bg-sg { background-image: url('https://images.unsplash.com/photo-1525625293386-3f8f99389edd?w=650&q=82'); }
.bg-la { background-image: url('https://images.unsplash.com/photo-1705917950934-7efe2b6866cc?q=650&q=82'); }
.bg-db { background-image: url('https://images.unsplash.com/photo-1518684079-3c830dcef090?w=650&q=82'); }

/* === SERVICES === */
.services { background: #fff; }
.services-inner { max-width: 1120px; margin: 0 auto; }
.services-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: center; }
.services-img-wrap {
  position: relative; border-radius: 22px; overflow: hidden; height: 490px;
  box-shadow: 0 32px 90px rgba(0,0,0,.17);
}
.services-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.services-badge {
  position: absolute; bottom: 2rem; left: 2rem;
  background: var(--gold); color: var(--navy);
  padding: 1rem 1.5rem; border-radius: 14px;
  font-family: 'Playfair Display', serif;
}
.services-badge .big   { font-size: 1.8rem; font-weight: 700; display: block; }
.services-badge .small { font-size: .75rem; opacity: .75; }
.services-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: .7rem; }
.service-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem 1.4rem; border-radius: 13px;
  border: 1px solid #efefef; transition: all .25s; cursor: default;
}
.service-item:hover { border-color: var(--teal-pale); background: #f9fefd; transform: translateX(5px); }
.service-icon {
  width: 44px; height: 44px; border-radius: 11px; flex-shrink: 0;
  background: var(--teal-pale); display: flex; align-items: center;
  justify-content: center; font-size: 1.15rem;
}
.service-item h4 { font-weight: 500; font-size: .95rem; color: var(--navy); }
.service-item p  { font-size: .82rem; color: var(--gray); line-height: 1.5; margin-top: .2rem; }

/* === WHY US === */
.why { background: var(--cream); }
.why-inner { max-width: 1120px; margin: 0 auto; }
.why-header { text-align: center; margin-bottom: 4rem; }
.why-header .section-title { margin: 0 auto; }
.why-header > p { color: var(--gray); font-size: .95rem; margin-top: 1rem; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.why-card {
  background: #fff; border-radius: 20px; padding: 2.6rem;
  border: 1px solid #ede9e0; transition: all .3s;
  position: relative; overflow: hidden;
}
.why-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg,var(--teal),var(--teal-light));
  transform: scaleX(0); transform-origin: left; transition: transform .32s;
}
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover { box-shadow: 0 22px 64px rgba(0,0,0,.08); transform: translateY(-5px); }
.why-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem; color: var(--teal-pale); font-weight: 700;
  margin-bottom: 1rem; line-height: 1;
}
.why-card h3 { font-weight: 500; font-size: 1.1rem; margin-bottom: .75rem; }
.why-card p  { color: var(--gray); font-size: .875rem; line-height: 1.72; }

/* === CTA / CONTACT === */
.cta-section {
  background: linear-gradient(135deg,#0e1e2f 0%,#0f4a5c 100%);
  text-align: center; padding: 8rem 4rem; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0; opacity: .04; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);
  background-size: 40px 40px;
}
.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem,5vw,4rem); color: #fff;
  letter-spacing: -.02em; margin-bottom: 1rem; position: relative;
}
.cta-section h2 em { color: var(--gold); font-style: italic; }
.cta-section > p {
  color: rgba(255,255,255,.58); font-size: 1rem;
  margin-bottom: 2.5rem; position: relative;
}
.cta-contacts {
  display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap;
  margin-top: 3rem; position: relative;
}
.cta-contact-item {
  display: flex; align-items: center; gap: .75rem;
  color: rgba(255,255,255,.68); font-size: .9rem; transition: color .2s;
}
.cta-contact-item:hover { color: var(--gold); }
.cta-icon {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
  flex-shrink: 0;
}

/* === FOOTER === */
.site-footer {
  background: #070f18; color: rgba(255,255,255,.42);
  padding: 2.2rem 4rem; display: flex;
  justify-content: space-between; align-items: center;
  font-size: .82rem; flex-wrap: wrap; gap: 1rem;
}
.site-footer a { color: rgba(255,255,255,.42); transition: color .2s; }
.site-footer a:hover { color: var(--gold); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #fff; }
.footer-logo span { color: var(--gold); }

/* === ANIMATIONS === */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes livePulse {
  0%,100% { transform: scale(1);   opacity: 1;   }
  50%      { transform: scale(.75); opacity: .55; }
}
@keyframes scrollLine {
  0%,100% { opacity: .38; }
  50%      { opacity: 1;   }
}
.reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .services-layout { grid-template-columns: 1fr; }
  .services-img-wrap { height: 340px; order: -1; }
}
@media (max-width: 900px) {
  .site-nav { padding: 1rem 1.5rem; }
  .site-nav.scrolled { padding: .8rem 1.5rem; }
  .nav-links { display: none; }
  section { padding: 5rem 1.5rem; }
  .dest-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .dest-card:first-child { grid-row: 1; grid-column: 1/3; height: 290px; }
  .more-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .stats-band { padding: 2rem 1.5rem; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-footer { flex-direction: column; text-align: center; padding: 1.5rem; }
  .hero-arrow { display: none; }
  .hero-dest-strip { display: none; }
  .cta-section { padding: 5rem 1.5rem; }
}
@media (max-width: 600px) {
  .dest-grid { grid-template-columns: 1fr; }
  .dest-card:first-child { grid-column: 1; height: 280px; }
  .more-grid { grid-template-columns: 1fr 1fr; }
}
