@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --wat-navy: #0B2545;
  --wat-navy-dark: #07192E;
  --wat-teal: #00A896;
  --wat-teal-hover: #028090;
  --wat-cyan: #02C39A;
  --wat-gold: #F4A261;
  --wat-coral: #E76F51;
  --wat-bg-light: #F8FAFC;
  --wat-surface: #FFFFFF;
  --wat-text: #1E293B;
  --wat-text-muted: #64748B;
  --wat-border: #E2E8F0;
  --wat-shadow-sm: 0 4px 12px rgba(11, 37, 69, 0.05);
  --wat-shadow-md: 0 10px 25px rgba(11, 37, 69, 0.08);
  --wat-shadow-lg: 0 20px 40px rgba(11, 37, 69, 0.12);
  --wat-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --wat-font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Global Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  font-family: var(--wat-font) !important;
  color: var(--wat-text) !important;
  background-color: var(--wat-bg-light) !important;
  line-height: 1.6 !important;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: var(--wat-font-heading) !important;
  color: var(--wat-navy) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin-top: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}

.wat-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* 1. Full-Width Responsive Topbar */
.wat-topbar {
  width: 100% !important;
  background: var(--wat-navy) !important;
  color: #ffffff !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wat-topbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wat-topbar-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.wat-topbar-link {
  color: rgba(255, 255, 255, 0.92) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.wat-topbar-link:hover {
  color: var(--wat-cyan) !important;
}

.wat-topbar-sep {
  color: rgba(255, 255, 255, 0.4);
}

.wat-topbar-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.wat-wa-btn {
  background: #25D366 !important;
  color: #ffffff !important;
  padding: 5px 14px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s;
  white-space: nowrap !important;
}

.wat-wa-btn:hover {
  transform: translateY(-2px);
}

/* 2. Full-Width Main Header & Responsive Navigation */
.wat-header {
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: var(--wat-shadow-sm) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.wat-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  position: relative;
}

.wat-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.wat-logo-img {
  height: 52px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
}

.wat-nav-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
}

.wat-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wat-nav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.wat-nav a {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: var(--wat-navy) !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.wat-nav a:hover, .wat-nav a.active {
  color: var(--wat-teal) !important;
  background: rgba(0, 168, 150, 0.08) !important;
}

.wat-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Mobile Toggle Hamburger Button */
.wat-mobile-toggle {
  display: none;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 1001;
  box-shadow: none !important;
}

.wat-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--wat-navy) !important;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Toggle Active State */
.wat-mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.wat-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.wat-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Premium Luxury "Plan My Trip" Pill Button */
.wat-header-cta {
  background: linear-gradient(135deg, #00A896 0%, #028090 100%) !important;
  color: #ffffff !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 168, 150, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.wat-header-cta:hover {
  background: linear-gradient(135deg, #028090 0%, #00A896 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(0, 168, 150, 0.4) !important;
}

/* 3. Hero Section with Background Slider */
.wat-hero-slider-wrap {
  position: relative;
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wat-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  z-index: 1;
}

.wat-hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.wat-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 37, 69, 0.82) 0%, rgba(7, 25, 46, 0.68) 100%);
  z-index: 3;
}

.wat-hero-content {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 50px 0 90px;
  text-align: center;
  color: #ffffff;
}

.wat-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.wat-hero-content h1 {
  font-size: clamp(1.8rem, 4.5vw, 3.4rem) !important;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.18;
  max-width: 920px;
  margin: 0 auto 20px;
  font-family: var(--wat-font-heading);
}

.wat-hero-content p {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 760px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.wat-hero-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.wat-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.6);
}

.wat-dot.active {
  background: var(--wat-cyan);
  width: 32px;
  border-radius: 20px;
}

/* 4. Page Title Banner (Inner Pages) */
.wat-page-banner {
  width: 100% !important;
  background: linear-gradient(135deg, rgba(11, 37, 69, 0.92) 0%, rgba(7, 25, 46, 0.96) 100%), url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat !important;
  padding: 50px 0 !important;
  color: #ffffff !important;
  text-align: center !important;
}

.wat-page-banner h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
  font-family: var(--wat-font-heading) !important;
}

.wat-breadcrumb {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.wat-breadcrumb a {
  color: var(--wat-cyan) !important;
}

/* 5. Section Headings */
.wat-section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 46px;
}

.wat-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--wat-teal);
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.wat-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--wat-navy);
  margin-bottom: 12px;
  font-family: var(--wat-font-heading);
}

.wat-section-head p {
  font-size: 15px;
  color: var(--wat-text-muted);
}

/* 6. Trust Badges Grid */
.wat-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.wat-trust-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--wat-border);
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--wat-shadow-sm);
}

.wat-trust-icon {
  width: 46px;
  height: 46px;
  background: rgba(0, 168, 150, 0.1);
  color: var(--wat-teal);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.wat-trust-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--wat-navy);
  margin-bottom: 2px;
}

.wat-trust-text p {
  font-size: 12px;
  color: var(--wat-text-muted);
  margin: 0;
}

/* 7. Packages Cards Grid */
.wat-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  margin-bottom: 60px;
}

.wat-pkg-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--wat-border);
  box-shadow: var(--wat-shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.wat-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--wat-shadow-lg);
  border-color: rgba(0, 168, 150, 0.3);
}

.wat-pkg-media {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.wat-pkg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.wat-pkg-card:hover .wat-pkg-media img {
  transform: scale(1.06);
}

.wat-pkg-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--wat-teal);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.wat-pkg-duration {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(11, 37, 69, 0.85);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.wat-pkg-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.wat-pkg-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--wat-navy) !important;
  margin-bottom: 8px;
  line-height: 1.35;
  display: block;
  font-family: var(--wat-font-heading);
}

.wat-pkg-loc {
  font-size: 13px;
  color: var(--wat-text-muted);
  margin-bottom: 16px;
}

.wat-pkg-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.wat-pkg-feat {
  background: #F1F5F9;
  color: var(--wat-navy);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

.wat-pkg-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--wat-border);
}

.wat-pkg-price strong {
  font-size: 1.4rem;
  color: var(--wat-teal);
  font-family: var(--wat-font-heading);
}

.wat-pkg-btn {
  background: var(--wat-navy);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s;
}

.wat-pkg-btn:hover {
  background: var(--wat-teal);
}

/* 8. Gallery Grid */
.wat-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
}

.wat-gallery-item {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--wat-shadow-sm);
  cursor: pointer;
}

.wat-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.wat-gallery-item:hover img {
  transform: scale(1.08);
}

.wat-gallery-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(11,37,69,0.85) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

/* 9. Full-Width Enquiry Form Section */
.wat-enquiry-section {
  width: 100% !important;
  background: linear-gradient(135deg, var(--wat-navy) 0%, var(--wat-navy-dark) 100%) !important;
  padding: 70px 0 !important;
  margin: 60px 0 0 0 !important;
  color: #ffffff !important;
}

.wat-enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.wat-enquiry-form {
  background: #ffffff;
  padding: 32px;
  border-radius: 18px;
  color: var(--wat-text);
  box-shadow: var(--wat-shadow-lg);
}

.wat-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.wat-form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--wat-navy);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.wat-form-group input, .wat-form-group select, .wat-form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--wat-border);
  border-radius: 8px;
  font-family: var(--wat-font);
  font-size: 14px;
}

.wat-form-submit {
  background: var(--wat-teal);
  color: #fff;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 10px;
}

.wat-form-submit:hover {
  background: var(--wat-teal-hover);
}

/* 10. Full-Width High-Contrast Footer */
.wat-footer, footer.wat-footer, div.wat-footer {
  width: 100% !important;
  background-color: #07192E !important;
  color: #CBD5E1 !important;
  padding: 60px 0 24px !important;
  font-size: 14px !important;
}

.wat-footer h1, .wat-footer h2, .wat-footer h3, .wat-footer h4, .wat-footer h5, .wat-footer h6 {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  margin-bottom: 18px !important;
  font-family: var(--wat-font-heading) !important;
  opacity: 1 !important;
}

.wat-footer p, .wat-footer span, .wat-footer div, .wat-footer li {
  color: #CBD5E1 !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
}

.wat-footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wat-footer ul li {
  margin-bottom: 10px !important;
  color: #CBD5E1 !important;
}

.wat-footer a {
  color: #94A3B8 !important;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
}

.wat-footer a:hover {
  color: #02C39A !important;
  text-decoration: underline !important;
}

.wat-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 50px;
}

.wat-footer-bottom, .wat-footer-bottom p, .wat-footer-bottom span {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding-top: 24px !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #94A3B8 !important;
  opacity: 1 !important;
}

.wat-footer-bottom a {
  color: #02C39A !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.wat-footer-bottom a:hover {
  color: #ffffff !important;
}

/* Hide broken Elementor / ElementsKit default headers & footers */
.site-header, header#site-header, .elementskit-header {
  display: none !important;
}
.site-footer, footer#site-footer, .elementskit-footer {
  display: none !important;
}
.wat-header, .wat-topbar, .wat-footer {
  display: block !important;
}

/* ==========================================================================
   ROBUST RESPONSIVE BREAKPOINTS (Tablets & Mobile Devices)
   ========================================================================== */

/* Mobile Topbar & Header Rules (max-width: 991px) */
@media (max-width: 991px) {
  .wat-header-flex {
    height: 64px !important;
    min-height: 64px !important;
  }

  .wat-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 16px;
    border-top: 1px solid var(--wat-border);
    z-index: 999;
  }

  .wat-nav-wrap.active {
    display: block !important;
  }

  .wat-nav {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
  }

  .wat-nav a {
    display: block !important;
    padding: 10px 14px !important;
    width: 100% !important;
  }

  .wat-mobile-toggle {
    display: flex !important;
  }

  .wat-enquiry-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  .wat-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .wat-topbar {
    font-size: 11px !important;
    padding: 6px 0 !important;
  }

  .wat-topbar-flex {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 6px !important;
  }

  .wat-topbar-contact {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .wat-topbar-link {
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .wat-topbar-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .wat-wa-btn {
    padding: 3px 12px !important;
    font-size: 11px !important;
  }

  .wat-header-flex {
    height: 58px !important;
    min-height: 58px !important;
  }

  .wat-logo-img {
    height: 38px !important;
    max-width: 160px !important;
  }

  .wat-header-cta {
    padding: 7px 14px !important;
    font-size: 12px !important;
    border-radius: 20px !important;
  }

  .wat-hero-slider-wrap {
    min-height: 440px !important;
  }

  .wat-hero-content {
    padding: 36px 0 70px !important;
  }

  .wat-search-card {
    margin: -30px auto 40px !important;
    padding: 18px !important;
  }

  .wat-search-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .wat-packages-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .wat-trust-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .wat-gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .wat-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .wat-form-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Small Mobile Screens (max-width: 480px) */
@media (max-width: 480px) {
  .wat-container {
    padding: 0 12px !important;
  }

  .wat-logo-img {
    height: 34px !important;
    max-width: 140px !important;
  }

  .wat-header-cta {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }

  .wat-hero-badge {
    font-size: 11px !important;
    padding: 4px 12px !important;
  }

  .wat-hero-content h1 {
    font-size: 1.6rem !important;
  }

  .wat-hero-content p {
    font-size: 12px !important;
  }

  .wat-pkg-card {
    border-radius: 12px !important;
  }

  .wat-pkg-media {
    height: 190px !important;
  }

  .wat-enquiry-form {
    padding: 18px !important;
    border-radius: 14px !important;
  }
}
