/* ===== FONTS ===== */
@font-face {
  font-family: "Migate";
  src: url("fnt/migate_0gRZdteIX6.otf") format("opentype");
}

/* ===== BASE ===== */
body {
  margin: 0;
  background: #181215;
  color: #848484;
  font-family: "Mingzat", serif;
}

.itinerary {
  background: rgba(255, 255, 255, 0.85);
  /* soft glass effect */
  backdrop-filter: blur(6px);
  max-width: 1200px;
  margin: 0px;
  padding: 5px 0px;
}

/* ===== HEADER ===== */
.itinerary-header {
  text-align: center;
  margin-bottom: 4rem;
}

.itinerary-header h1 {
  font-family: "Migate", serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.itinerary-header p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0.85;
}


/*Cards*/

/* ===== BASE ===== */
.itinerary {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  color: #d1beb3;
  letter-spacing: 1px;
}

.itinerary-title {
  font-family: "Migate", serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}

/* ===== DAY CARD ===== */
.day-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 2.5rem;
  margin-bottom: 10px;
  backdrop-filter: blur(12px);
  text-align: center;
}

.day-label {
  font-family: "Migate", serif;
  margin-bottom: 2rem;
}

/* ===== DESKTOP TABLE ===== */
.day-table {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1.5px;
  background: rgba(255, 255, 255, 0);
}

.row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  column-gap: 3rem;
  width: 100%;
}

.day-table .row.header .row {
  display: grid;
  column-gap: 1.5px;
  background: rgba(255, 255, 255, 0);

}

.row span {
  padding: 1rem;
  background: #1F181C;
  font-size: 0.85rem;
}

.row.header span {
  font-family: "Migate", serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ===== MOBILE SLIDER ===== */
.day-slider {
  display: none;
}

/* ===== SLIDE CARDS ===== */
.pace-card {
  min-width: 63%;
  scroll-snap-align: start;
  background: #181215;
  padding: 2rem;
  margin-right: 1rem;
}

.pace-card h3 {
  font-family: "Migate", serif;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  color: #f79041;
  font-size: 16px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .day-table {
    display: none;
  }

  .day-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }

  .day-slider::-webkit-scrollbar {
    display: none;
  }
}

/* CARD ENTRANCE ANIMATION */
.day-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.day-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* SWIPE HINT */
.swipe-hint {
  display: none;
  font-family: "Migate", serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 1rem;
  animation: hintFade 2.5s ease-in-out infinite;
}

/* MOBILE ONLY */
@media (max-width: 900px) {
  .swipe-hint {
    display: block;
  }
}

/* SOFT PULSE */
@keyframes hintFade {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }
}

.swipe-hint {
  display: none;
  font-family: "Migate", serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f79041;
  /* ← UPDATED COLOR */
  opacity: 0.85;
  margin-bottom: 1rem;
  animation: hintFade 2.5s ease-in-out infinite;
}

.day-label {
  font-family: "Migate", serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #f79041;
  /* ← UPDATED COLOR */
  margin-bottom: 2rem;
  letter-spacing: 1px;
}


/* ===== DAY PHOTOS ===== */
.day-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 2rem 0 3rem;
}

.day-photos img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.05);
}

/* ===== MOBILE: SWIPE PHOTOS ===== */
@media (max-width: 900px) {
  .day-photos {
    display: flex;
    overflow-x: auto;
    gap: 1px;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .day-photos img {
    min-width: 75%;
    height: 200px;
    scroll-snap-align: start;

  }

  .day-photos::-webkit-scrollbar {
    display: none;
  }
}

.itinerary-header {
  text-align: center;
}

.itinerary-title {
  color: #C35F12;
  font-family: "Migate", serif;
}

.itinerary-intro {
  max-width: 720px;
  /* keeps it elegant */
  margin: 1.5rem auto 0;
  opacity: 0.85;
}


@media print {


  body {
    background: #0f1112;
    color: #ffffff;
  }

  /* Remove elements you don't want in PDF */
  .nav,
  .download-btn,
  .video-bg {
    display: none !important;
  }

  /* Force full-width content */
  .itinerary,
  .page-wrapper {
    max-width: 100%;
    padding: 0;
  }

  /* Avoid page breaks inside cards */
  .day-card {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* Better text rendering */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}


/* ================= CTA3 ================= */



.cta3 {
  display: block;
  width: fit-content;
  padding: 0.9rem 2.6rem;
  background: #3b2039;
  color: #ffcca5;
  text-decoration: none;
  font-family: "Mingzat", serif;
  font-size: 10px;
  letter-spacing: 1px;
  position: relative;
  grid-column: 1 / -1;
  display: block;
  margin: 30px auto;
  border: 0px;
}

/* ===== DESKTOP ===== */

.day-photos .photo-item {
  position: relative;
  width: 100%;
}

.day-photos .photo-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* ===== LABEL ===== */

.photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.50);
  color: #d7a0be;
  font-size: 10px;
  padding: 6px 8px;
  box-sizing: border-box;
  z-index: 2;

}

/* ===== MOBILE FIX ===== */

@media (max-width: 900px) {

  .day-photos .photo-item {
    min-width: 75%;
    /* ← THIS restores swipe layout */
    height: 200px;
    scroll-snap-align: start;
  }

  .day-photos .photo-item img {
    height: 200px;
  }

}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #3b2a1f;
  color: #fff;
}

/* ================= BLOG ================= */

/* ================= BLOG FIXED ================= */

/* WRAPPER */
.blog-wrapper {
  position: relative;
  min-height: 500px;
}

/* BLOG CARD */
.blog-card {
  display: none;
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.5s ease;
}

.blog-card.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

/* TITLE */
.blog-title {
  font-family: "Migate", serif;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

/* IMAGE */
.blog-hero img {
  width: 100%;
  display: block;
}

/* TEXT */
.blog-body {
  margin-top: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  color: #cfcfcf;
}

/* ===== PAGINATION ===== */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 3rem 0;
}

/* ===== CIRCLE BUTTONS ===== */
.blog-nav {
  all: unset;

  width: 70px;
  height: 70px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);
  color: #ddd;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.blog-nav:hover {
  background: #f79041;
  color: #000;
  transform: scale(1.1);
}

.blog-nav:active {
  transform: scale(0.95);
}

/* ===== NUMBER PAGINATION ===== */

.blog-page {
  .blog-page {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ccc;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Migate", serif;
    font-size: 14px;

    cursor: pointer;
    transition: all 0.3s ease;
  }

  /* ACTIVE */
  .blog-page.active {
    background: #ffffff;
    color: #000;
  }

  /* HOVER */
  .blog-page:hover {
    background: #f79041;
    color: #000;
  }
}

.blog-page:hover {
  background: #f79041;
  color: #000;
}

.blog-page.active {
  background: #ffffff;
  color: #000;
}

/* FORCE HORIZONTAL PAGINATION */

/* ===== BLOG PAGINATION FIX ===== */

/* ===== PAGINATION CLEAN ===== */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin: 3rem auto;
}

/* ===== ARROWS ===== */
.blog-nav {
  all: unset;
  /* 🔥 resets ALL default button styles */

  width: 70px;
  height: 70px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);
  color: #ddd;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  cursor: pointer;

  transition: all 0.4s ease;
}

/* HOVER */
.blog-nav:hover {
  background: #f79041;
  color: #000;
  transform: scale(1.1);
}

/* SUBTLE GLOW */
.blog-nav:active {
  transform: scale(0.95);
}

/* ===== BLOG ANIMATION ===== */
.blog-card {
  display: none;
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.6s ease;
}

.blog-card.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

/* ===== BLOG ANIMATION ===== */

.blog-card {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
}

.blog-card.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

/* WRAPPER (IMPORTANT for stacking) */
.blog-wrapper {
  position: relative;
  min-height: 500px;
  /* adjust if needed */
}


.blog-card {
  display: none;
}

.blog-card.active {
  display: block;
}


@media (max-width: 900px) {

  .blog-page,
  .blog-nav {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .blog-pagination {
    gap: 8px;
  }
}


#omma-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* puts it behind everything */
  overflow: hidden;
}

#omma-bg iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* prevents it from blocking clicks */
}