/* ===== Base ===== */
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.font-display {
  letter-spacing: 0.02em;
}

/* ===== Hero background ===== */
.hero-bg-img {
  transform: scale(1.08);
  will-change: transform;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.35) 100%);
}

/* ===== Fixed Navbar ===== */
.hero-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1050 !important;
  background: #051F20 !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-sizing: border-box;
  border-bottom: 1px solid rgba(142, 182, 155, 0.15);
}

.hero-header.scrolled {
  background: rgba(5, 31, 32, 0.97) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ===== Header ===== */
.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: #8EB69B;
  transition: width 0.25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
}

/* ===== Hero title ===== */
.hero-title-line {
  overflow: hidden;
}

/* ===== Play button ===== */
.play-btn {
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 0 0 rgba(142, 182, 155, 0.55);
}

.play-btn:hover {
  transform: scale(1.08);
}

.play-btn:focus-visible,
.cta-btn:focus-visible,
.arrow-btn:focus-visible,
.icon-btn:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid #8EB69B;
  outline-offset: 3px;
}

/* pulsing ring to draw the eye, subtle */
@keyframes playPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(142, 182, 155, 0.45);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(142, 182, 155, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(142, 182, 155, 0);
  }
}

.play-btn {
  animation: playPulse 2.6s ease-out infinite;
}

/* ===== Carousel ===== */
.carousel-wrap {
  padding-top: 10px;
  overflow: visible;
}

.carousel-track {
  cursor: grab;
  min-height: 200px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 10px;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-item {
  width: 22%;
  min-width: 140px;
  aspect-ratio: 3 / 4;
  background: #0B2B26;
  box-shadow: 0 18px 30px -12px rgba(0, 0, 0, 0.55);
  transition: transform 0.4s ease, opacity 0.4s ease, border-color 0.4s ease;
  border: 2px solid transparent;
  opacity: 0.5;
  flex-shrink: 0;
}

.carousel-item.active {
  opacity: 1;
  border-color: #8EB69B;
  transform: translateY(-6px);
}

.carousel-item:hover {
  transform: translateY(-6px);
  opacity: 0.8;
}

.carousel-item.active:hover {
  opacity: 1;
}

.carousel-item img {
  transition: transform 0.6s ease;
}

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

.carousel-item-fade {
  -webkit-mask-image: linear-gradient(90deg, #000 40%, transparent 95%);
  mask-image: linear-gradient(90deg, #000 40%, transparent 95%);
}

.arrow-btn {
  cursor: pointer;
  background: transparent;
}


@media (hover: none) {
  .arrow-btn:hover,
  .arrow-btn:focus {
    background: transparent;
    color: white;
  }

  .arrow-btn:active {
    background: rgba(255, 255, 255, 0.15);
    color: white;
  }
}

/* ===== Responsive tweaks ===== */
@media (max-width: 1023px) {
  .carousel-item {
    width: 24%;
  }
}

@media (max-width: 639px) {
  .hero-title {
    font-size: 2.75rem;
  }

  .carousel-wrap {
    margin-top: 2rem;
  }

  .carousel-item {
    width: 26%;
  }
}

/* ===== Mobile hero size reduction ===== */
@media (max-width: 639px) {
  .hero {
    min-height: 75vh;
    overflow-x: hidden;
  }

  .hero .absolute.inset-0 {
    height: 75vh;
  }

  .hero-title {
    font-size: 1.85rem !important;
  }

  .carousel-wrap {
    overflow-x: hidden;
  }
}

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .play-btn {
    animation: none;
  }

  .hero-bg-img {
    transform: none;
  }

  .carousel-item,
  .carousel-item img {
    transition: none;
  }
}

/* =============================================
   WATERCOLOR TRAVEL SECTION
   ============================================= */

.watercolor-section {
  background-color: #2b7c68;
  overflow: hidden;
}

/* Watercolor background gradient */
/* .watercolor-bg {
  background:
    radial-gradient(ellipse at 20% 50%, rgba(142,182,155,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(218,253,222,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(142,182,155,0.08) 0%, transparent 50%),
    linear-gradient(180deg, #DAFIDE 0%, #f0faf3 50%, #DAFIDE 100%);
} */

/* Paper texture overlay */
.paper-texture::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Fade-up animation */
.wc-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.wc-fade-up.wc-visible {
  opacity: 1;
  transform: translateY(0);
}

.wc-fade-up.wc-delay-1 {
  transition-delay: 0.15s;
}

.wc-fade-up.wc-delay-2 {
  transition-delay: 0.3s;
}

.wc-fade-up.wc-delay-3 {
  transition-delay: 0.45s;
}

/* Hero image hover zoom */
.wc-hero-img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.group:hover .wc-hero-img {
  transform: scale(1.03);
}
.group:hover video.wc-hero-img {
  transform: none;
}

/* Card hover */
.wc-card {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.06);
}

.wc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.08),
    0 8px 16px -8px rgba(0, 0, 0, 0.04);
}

.wc-card:hover .wc-card-img {
  transform: scale(1.06);
}

.wc-card-img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Ornament line */
.wc-ornament {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8EB69B, transparent);
}

/* =============================================
   REGIONS CAROUSEL
   ============================================= */
.regions-track {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* =============================================
   HOTEL CAROUSEL SECTION
   ============================================= */
.hotel-carousel-section {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.hc-header {
  text-align: center;
  padding: 4.5rem 1.5rem 2.5rem;
}

.hc-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 0.6rem;
  line-height: 1.15;
}

.hc-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: #4a5a7a;
  margin: 0 0 1.5rem;
  font-style: italic;
  font-weight: 400;
}

.hc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8B7D3C;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.3s ease, gap 0.3s ease;
}

.hc-cta:hover {
  color: #6B5D1C;
  gap: 0.75rem;
}

.hc-viewport {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.hc-track {
  display: flex;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.hc-card {
  flex: 0 0 33.3333%;
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  cursor: pointer;
}

.hc-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hc-card:hover .hc-card-img {
  transform: scale(1.08);
}

.hc-card-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.3) 45%, transparent 100%);
  pointer-events: none;
  transition: background 0.4s ease;
}

.hc-card:hover .hc-card-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.hc-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 2;
  pointer-events: none;
}

.hc-hotel-name {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.4rem;
  line-height: 1.15;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.hc-hotel-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.hc-hotel-location svg {
  flex-shrink: 0;
  opacity: 0.85;
}

/* Nav arrows */
.hc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  z-index: 10;
  color: #1a1a2e;
}

.hc-nav:hover {
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) scale(1.05);
}

.hc-nav:active {
  transform: translateY(-50%) scale(0.97);
}

.hc-nav-prev {
  left: 1.25rem;
}

.hc-nav-next {
  right: 1.25rem;
}

/* Dots */
.hc-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 2.5rem 0 0.5rem;
}

.hc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

.hc-dot:hover {
  background: #b0b5be;
}

.hc-dot.active {
  background: #8B7D3C;
  width: 30px;
  border-radius: 5px;
}

/* Responsive — Tablet */
@media (max-width: 1023px) {
  .hc-header {
    padding: 3.5rem 1.5rem 2rem;
  }

  .hc-card {
    flex: 0 0 50%;
  }

  .hc-card-info {
    padding: 1.25rem;
  }

  .hc-nav {
    width: 42px;
    height: 42px;
  }

  .hc-nav-prev {
    left: 1rem;
  }

  .hc-nav-next {
    right: 1rem;
  }
}

/* Responsive — Mobile */
@media (max-width: 639px) {
  .hc-header {
    padding: 3rem 1rem 1.5rem;
  }

  .hc-card {
    flex: 0 0 100%;
    flex-shrink: 0;
  }

  .hc-card-info {
    padding: 1rem;
  }

  .hc-nav {
    width: 36px;
    height: 36px;
  }

  .hc-nav-prev {
    left: 0.6rem;
  }

  .hc-nav-next {
    right: 0.6rem;
  }

  .hc-dots {
    padding: 1.5rem 0 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-track {
    transition: none;
  }

  .hc-card-img {
    transition: none;
  }

  .hc-card:hover .hc-card-img {
    transform: none;
  }
}

/* =============================================
   DESTINATION DETAILS PAGE
   ============================================= */

/* Banner overlay */
.dest-banner-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(5, 31, 32, 0.85) 100%);
}

/* Banner title entrance */
.dest-banner-title {
  opacity: 0;
  transform: translateY(30px);
  animation: destTitleIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.dest-banner-pill {
  opacity: 0;
  transform: translateY(20px);
  animation: destTitleIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

@keyframes destTitleIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Description paragraphs */
.dest-description-text p {
  margin-bottom: 1.25rem;
}

.dest-description-text p:last-child {
  margin-bottom: 0;
}

/* Fade-up animation (destination page) */
.dest-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.dest-fade-up.dest-visible {
  opacity: 1;
  transform: translateY(0);
}

.dest-fade-up.dest-delay-1 {
  transition-delay: 0.15s;
}

.dest-fade-up.dest-delay-2 {
  transition-delay: 0.3s;
}

.dest-fade-up.dest-delay-3 {
  transition-delay: 0.45s;
}

/* Nearby cards */
.dest-nearby-card {
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.06);
}

.dest-nearby-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12),
    0 8px 16px -8px rgba(0, 0, 0, 0.06);
}

.dest-nearby-card:hover .dest-nearby-card-img {
  transform: scale(1.06);
}

.dest-nearby-card-img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Destination page banner mobile */
@media (max-width: 639px) {
  .dest-banner {
    height: 50vh;
  }

  .dest-banner-title {
    font-size: 2.25rem !important;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dest-banner-title,
  .dest-banner-pill {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .dest-fade-up {
    transition: none;
    opacity: 1;
    transform: none;
  }

  .dest-nearby-card {
    transition: none;
  }

  .dest-nearby-card:hover {
    transform: none;
  }

  .dest-nearby-card:hover .dest-nearby-card-img {
    transform: none;
  }
}

/* =============================================
   ABOUT PAGE
   ============================================= */

/* Hero */
.about-hero {
  margin-top: 72px;
}

.about-hero-bg {
  transform: scale(1.06);
  will-change: transform;
}

.about-hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 31, 32, 0.45) 0%, rgba(5, 31, 32, 0.7) 50%, rgba(5, 31, 32, 0.92) 100%);
}

.about-hero-title {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

/* Story */
.about-story-img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-img:hover {
  transform: scale(1.04);
}

/* Team cards */
.about-team-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.3);
}

/* Values */
.about-values-ornament {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #051F20, transparent);
}

.about-value-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px -12px rgba(5, 31, 32, 0.12);
}

/* Why Us cards */
.about-why-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.3);
}

/* CTA */
.about-cta-overlay {
  background:
    linear-gradient(180deg, rgba(5, 31, 32, 0.5) 0%, rgba(5, 31, 32, 0.75) 50%, rgba(5, 31, 32, 0.9) 100%);
}

.about-cta-btn {
  box-shadow: 0 4px 20px rgba(142, 182, 155, 0.3);
}

.about-cta-btn:hover {
  transform: translateY(-2px);
}

.about-cta-btn-secondary:hover {
  transform: translateY(-2px);
}

/* Label pill */
.wc-label-pill {
  letter-spacing: 0.2em;
}

/* About page reduced motion */
@media (prefers-reduced-motion: reduce) {
  .about-hero-bg {
    transform: none;
  }

  .about-story-img {
    transition: none;
  }

  .about-story-img:hover {
    transform: none;
  }

  .about-team-card,
  .about-value-card,
  .about-why-card {
    transition: none;
  }

  .about-team-card:hover,
  .about-value-card:hover,
  .about-why-card:hover {
    transform: none;
  }

  .about-cta-btn,
  .about-cta-btn-secondary {
    transition: none;
  }

  .about-cta-btn:hover,
  .about-cta-btn-secondary:hover {
    transform: none;
  }
}

/* About page mobile */
@media (max-width: 639px) {
  .about-hero {
    min-height: 55vh;
  }

  .about-hero-title {
    font-size: 2rem;
  }
}