/* ── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --navy:    #0a1628;
  --ocean:   #0d3b6e;
  --gold:    #eb293b;
  --gold-lt: #eb293b;
  --cream:   #fdf8f0;
  --white:   #ffffff;
  --text:    #1a1a2e;
  --muted:   #6b7280;
  --radius:  8px; 
}

/* ── BASE ─────────────────────────────────────────────────── */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; }
a { text-decoration: none; }
img { max-width: 100%; }

/* ── NAVBAR ─────────────────────────────────────────────────── */
.main-navbar {
  background: #ffffff !important;
  position: sticky;
  top: 0;
  z-index: 1040; 
}
.navbar-brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.12rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: .01em;
}
.navbar-brand img { height: 42px; }
.main-navbar .nav-link {
    color: rgb(10 22 40) !important;
    font-weight: 500;
    font-size: 16px;
    padding: 1.05rem .85rem !important;
    transition: color .2s;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--gold-lt) !important; }
.main-navbar .dropdown-menu {
  background: var(--ocean);
  border: none;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,.3);
  min-width: 230px;
}
.main-navbar .dropdown-item {
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  padding: .62rem 1.1rem;
  transition: background .15s;
}
.main-navbar .dropdown-item:hover {
  background: rgba(201,153,63,.15);
  color: var(--gold-lt);
}
.navbar-toggler { border: 1px solid rgba(255,255,255,.28); padding: .35rem .65rem; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.82%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── OFFCANVAS MOBILE NAV ───────────────────────────────────── */
.offcanvas { background: var(--navy); max-width: 290px; }
.offcanvas-header { border-bottom: 1px solid rgba(255,255,255,.1); padding: 1.1rem 1.25rem; }
.offcanvas-title { font-family: 'Playfair Display', serif; color: #fff; font-size: 1rem; }
.offcanvas .nav-link {
  color: rgba(255,255,255,.82);
  padding: .82rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: .92rem;
  transition: color .15s, background .15s;
}
.offcanvas .nav-link:hover { color: var(--gold-lt); background: rgba(201,153,63,.07); }
.offcanvas .sub-link {
  color: rgba(255,255,255,.58);
  padding: .55rem 1.25rem .55rem 2.3rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-size: .86rem;
  display: block;
}
.offcanvas .sub-link:hover { color: var(--gold-lt); }

/* ── HERO SLIDER (Homepage) ─────────────────────────────────── */
.hero-slider { position: relative; overflow: hidden; }
.hero-slider .carousel-item img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  filter: brightness(.72);
}
.hero-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(10,22,40,.88) 0%, transparent 100%);
  padding: 2.5rem 2rem 2rem;
}
.hero-caption h2 { font-size: 2rem; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.4); }

/* ── PAGE HERO (Inner Pages) ────────────────────────────────── */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(10,22,40,.72), rgba(10,22,40,.65)), url('/upload/blog/blog-banner.webp') center/cover no-repeat;
  padding: 4.5rem 0 3.5rem;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(201,153,63,.1) 0%, transparent 70%);
}
.page-hero h1 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  color: #fff;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0,0,0,.3);
}
.hero-desc { color: #fff; font-size: 1rem; line-height: 1.72; margin-top: .85rem; max-width: 580px; }
.hero-badge {
    display: inline-block;
    background: rgb(255 255 255 / 71%);
    border: 1px solid rgb(255 255 255 / 35%);
    color: var(--gold-lt);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .28rem .8rem;
    border-radius: 50px;
    margin-bottom: .85rem;
}

/* ── BREADCRUMB ─────────────────────────────────────────────── */
.breadcrumb-wrap { margin-bottom: 1rem; }
.breadcrumb-link { color: var(--gold-lt); font-size: .82rem; }
.breadcrumb-link:hover { color: #fff; }
.breadcrumb-sep { color: rgba(255,255,255,.35); margin: 0 .4rem; font-size: .82rem; }
.breadcrumb-current { color: rgba(255,255,255,.5); font-size: .82rem; }

/* ── SECTION HELPERS ────────────────────────────────────────── */
.section-label {
  font-size: .75rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .5rem;
}
.section-title { font-size: 2rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.section-title.light { color: #fff; }
.section-subtitle { color: var(--muted); font-size: 1.02rem; margin-top: .5rem; }
.gold-bar {
  display: block; width: 50px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  border-radius: 2px; margin-top: .65rem;
}
.gold-bar.center { margin-left: auto; margin-right: auto; }

/* ── CONTENT SECTIONS ───────────────────────────────────────── */
.section-white  { background: var(--white); padding: 2rem 0; }
.section-cream  { background: var(--cream); padding: 2rem 0; }
.section-navy   { background: var(--navy);  padding: 2rem 0; }

/* ── RICH CONTENT BOX ───────────────────────────────────────── */
.rich-content {
  background: var(--white);
  border-radius: var(--radius); 
  line-height: 1.85;
  color: #374151;
}
.rich-content h2, .rich-content h3 { color: var(--navy); margin-top: 1.5rem; margin-bottom: .75rem; }
.rich-content p  { margin-bottom: 1rem; }
.rich-content ul { padding-left: 1.25rem; margin-bottom: 1rem; }
.rich-content ul li { margin-bottom: .5rem; line-height: 1.65; }
.rich-content img { border-radius: 10px; margin: 1.25rem 0; }
.rich-content a  { color: var(--ocean); }
.rich-content strong { color: var(--navy); }

/* ── CONTENT CARDS (two-col) ────────────────────────────────── */
.content-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow); height: 100%;
}
.content-card h3 {
  font-size: 1.15rem; color: var(--navy);
  margin-bottom: 1rem; padding-bottom: .6rem;
  border-bottom: 2px solid var(--gold);
}
.content-card p, .content-card ul { font-size: .92rem; color: #374151; line-height: 1.75; }
.content-card ul { padding-left: 1.1rem; }
.content-card ul li { margin-bottom: .45rem; }

/* ── PACKAGE CARDS ──────────────────────────────────────────── */
.package-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .32s cubic-bezier(.22,.68,0,1.2), box-shadow .32s;
  height: 100%; display: flex; flex-direction: column;
}
.package-card:hover { transform: translateY(-7px); box-shadow: 0 22px 52px rgba(10,22,40,.18); }
.card-img-wrap { position: relative; overflow: hidden; }
.card-img-wrap img { width: 100%; height: 225px; object-fit: cover; transition: transform .5s; display: block; }
.package-card:hover .card-img-wrap img { transform: scale(1.04); }
.badge-duration {
  position: absolute; top: 13px; left: 13px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: #fff; font-size: .73rem; font-weight: 700;
  padding: .3rem .75rem; border-radius: 50px; letter-spacing: .04em;
  box-shadow: 0 2px 10px rgba(201,153,63,.35);
}
.badge-cruise {
  position: absolute; top: 13px; right: 13px;
  background: rgba(10,22,40,.82); color: rgba(255,255,255,.9);
  font-size: .72rem; padding: .25rem .65rem; border-radius: 50px;
}
.card-body-inner { padding: 1.35rem; flex: 1; display: flex; flex-direction: column; gap: .55rem; }
.pkg-title { font-size: .97rem; font-weight: 600; color: var(--navy); line-height: 1.42; }
.sailing-row { display: flex; align-items: flex-start; gap: .4rem; font-size: .79rem; color: var(--muted); line-height: 1.5; }
.sailing-row i { color: var(--gold); flex-shrink: 0; margin-top: .12rem; }
.chips { display: flex; flex-wrap: wrap; gap: .3rem; }
.chip { background: rgba(13,59,110,.07); color: var(--ocean); font-size: .7rem; padding: .2rem .55rem; border-radius: 50px; font-weight: 500; }
.rating-row { display: flex; align-items: center; gap: .45rem; font-size: .8rem; color: var(--muted); }
.stars { color: var(--gold); }
.btn-book {
    display: block;
    text-align: center;
    background: #eb293b;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    padding: .68rem 1.5rem;
    font-size: .9rem;
    margin-top: auto;
    transition: all .22s;
    /* box-shadow: 0 4px 14px rgba(201, 153, 63, .28); */
}
.btn-book:hover { color: #fff; transform: scale(1.02); box-shadow: 0 6px 20px rgba(201,153,63,.42); }

/* ── BLOG CARDS ──────────────────────────────────────────────── */
.blog-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
  transition: transform .3s; height: 100%;
}
.blog-card:hover { transform: translateY(-5px); }
.blog-card img { height: 200px; object-fit: cover; width: 100%; display: block; }
.blog-card .blog-body { padding: 1.2rem; }
.blog-cat { font-size: .72rem; font-weight: 700; letter-spacing: .1em; color: var(--gold); margin-bottom: .5rem; }
.blog-card h3 { font-size: .96rem; font-weight: 600; color: var(--navy); line-height: 1.45; margin-bottom: .5rem; font-family: 'DM Sans', sans-serif; }
.blog-card p  { font-size: .84rem; color: var(--muted); line-height: 1.56; }
.blog-card a  { color: inherit; }
.blog-card a:hover h3 { color: var(--gold); }
.read-more { font-size: .83rem; font-weight: 600; color: var(--ocean); }
.read-more:hover { color: var(--gold); }

/* ── TESTIMONIAL CARDS ──────────────────────────────────────── */
.testimonial-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.75rem 1.5rem; height: 100%;
}
.testimonial-stars { color: var(--gold); font-size: 1rem; margin-bottom: .7rem; }
.testimonial-card p { font-size: .9rem; color: #374151; line-height: 1.65; font-style: italic; }
.testimonial-author { margin-top: 1rem; display: flex; align-items: center; gap: .75rem; }
.t-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ocean), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.t-avatar img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.t-name  { font-size: .9rem; font-weight: 600; color: var(--navy); display: block; }
.t-cruise{ font-size: .78rem; color: var(--muted); }

/* ── INTRO / FEATURE SECTION ────────────────────────────────── */
.feature-box {
  text-align: center; padding: 1.25rem;
  background: rgba(13,59,110,.06);
  border-radius: var(--radius);
}
.feature-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(13,59,110,.1), rgba(201,153,63,.1));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--ocean); margin: 0 auto .85rem;
}

/* ── FAQ SECTION ─────────────────────────────────────────────── */
.faq-section { background: var(--navy); padding: 4rem 0; }
.faq-section .section-title { color: #fff; }
.faq-section .section-label { color: var(--gold-lt); }
.accordion-item {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 10px !important;
  margin-bottom: .7rem; overflow: hidden;
}
.accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600; font-size: .93rem;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) { color: var(--gold-lt) !important; }
.accordion-button::after { filter: brightness(0) invert(1) !important; }
.accordion-body { color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.72; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.site-footer { background: var(--navy); padding: 3.5rem 0 0; color: rgba(255,255,255,.65); }
.site-footer .footer-brand { font-family: 'Playfair Display', serif; color: var(--gold-lt); font-size: 1.05rem; margin-bottom: 1rem; }
.site-footer h6 { color: var(--gold-lt); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: rgba(255,255,255,.6); font-size: .86rem; display: block; margin-bottom: .4rem; }
.site-footer a:hover { color: var(--gold-lt); }
.footer-desc { font-size: .86rem; line-height: 1.75; color: rgba(255,255,255,.52); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  margin-top: 2.5rem; padding: 1.2rem 0;
  text-align: center; font-size: .8rem;
}

/* ── INLINE PACKAGE BOX (Blog) ──────────────────────────────── */
.inline-packages {
    background: linear-gradient(135deg, rgba(13, 59, 110, .05), rgba(201, 153, 63, .07));
    border: 1px solid rgba(201, 153, 63, .25);
    border-radius: var(--radius);
    padding: 15px;
    margin: 0.5rem 0px 24px;
}
.temple-meta {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
    font-style: italic;
}
.inline-packages h4 { color: var(--navy); font-size: 1.1rem; margin-bottom: 1.25rem; font-family: 'DM Sans', sans-serif; }
.inline-pkg-item {
  display: flex; align-items: center; gap: 1rem;
  background: var(--white); border-radius: 12px;
  padding: 1rem; margin-bottom: .75rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.inline-pkg-item img { width: 80px; height: 65px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.inline-pkg-item .info { flex: 1; }
.inline-pkg-item .info strong { font-size: .9rem; color: var(--navy); display: block; line-height: 1.3; }
.inline-pkg-item .info small { color: var(--muted); font-size: .78rem; }
.btn-book-sm {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: #fff; font-weight: 700; border: none; border-radius: 50px;
  padding: .45rem 1.1rem; font-size: .82rem; white-space: nowrap; flex-shrink: 0;
}
.btn-book-sm:hover { color: #fff; opacity: .9; }

/* ── KLOK WIDGET BOX ────────────────────────────────────────── */
.klok-widget-box {
  border: 2px dashed rgba(201,153,63,.4);
  border-radius: var(--radius); padding: 1.5rem; margin: 2.5rem 0;
  background: rgba(201,153,63,.03);
}
.klok-widget-box .widget-label {
  font-size: .75rem; font-weight: 700; color: var(--gold);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem;
}

/* ── BLOG SIDEBAR ────────────────────────────────────────────── */
.sidebar-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; margin-bottom: 1.5rem; }
.sidebar-card h5 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 1.1rem; padding-bottom: .6rem; border-bottom: 2px solid var(--gold); font-family: 'DM Sans', sans-serif; }
.recent-blog-item { display: flex; gap: .75rem; margin-bottom: .9rem; padding-bottom: .9rem; border-bottom: 1px solid #f0f0f0; }
.recent-blog-item:last-child { border: none; margin: 0; padding: 0; }
.recent-blog-item img { width: 64px; height: 52px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.recent-blog-item a { color: var(--navy); font-size: .85rem; font-weight: 500; line-height: 1.3; }
.recent-blog-item a:hover { color: var(--gold); }
.sidebar-pkg-card {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: .75rem;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .08); */
}
.sidebar-pkg-card img { width: 100%; height: 100px; object-fit: cover; display: block; }
.sidebar-pkg-card .spkg-body { padding: .75rem; background: #fff; }
.sidebar-pkg-card .spkg-body strong { font-size: .82rem; color: var(--navy); display: block; line-height: 1.3; margin-bottom: .4rem; }

/* ── UTILITY CLASSES ─────────────────────────────────────────── */
.text-gold   { color: var(--gold); }
.text-navy   { color: var(--navy); }
.text-ocean  { color: var(--ocean); }
.bg-navy     { background: var(--navy); }
.bg-cream    { background: var(--cream); }

/* ── ANIMATIONS ──────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .55s ease both; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 991px) {
  .main-navbar .nav-link { padding: .75rem .65rem !important; }
}
@media (max-width: 768px) {
  .hero-slider .carousel-item img { height: 260px; }
  .page-hero { padding: 3rem 0 2.5rem; }
  .section-title { font-size: 1.6rem; }
  .rich-content { padding: 1.5rem; }
  .content-card  { padding: 1.5rem; }
  .hero-caption h2 { font-size: 1.3rem; }
  .inline-pkg-item { flex-wrap: wrap; }
  .section-white, .section-cream, .section-navy { padding: 2.5rem 0; }
}

/* ============================================================
   DYNAMIC SECTIONS — Amenities, Experiences, Destinations, Cabins
   ============================================================ */

/* ── AMENITIES ─────────────────────────────────────────────── */
.amenity-cat-card {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
  height: 100%;
}
.amenity-cat-header {
  background: linear-gradient(135deg, var(--navy), var(--ocean));
  color: #fff;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  font-weight: 600;
  font-size: .88rem;
}
.amenity-cat-header i { font-size: 1rem; color: var(--gold-lt); flex-shrink: 0; }
.amenity-list {
  list-style: none;
  padding: .75rem 1rem;
  margin: 0;
}
.amenity-list li {
  font-size: .84rem;
  color: #374151;
  padding: .32rem 0;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.amenity-list li::before {
  content: '›';
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.amenity-list li:last-child { border: none; }

/* ── EXPERIENCES ────────────────────────────────────────────── */
.experience-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .3s;
  height: 100%;
}
.experience-card:hover { transform: translateY(-5px); }
.experience-img-wrap { position: relative; overflow: hidden; }
.experience-img-wrap img {
  width: 100%; height: 200px; object-fit: cover;
  transition: transform .5s; display: block;
}
.experience-card:hover .experience-img-wrap img { transform: scale(1.06); }
.experience-body { padding: 1rem 1.1rem; }
.experience-body strong { font-size: .94rem; color: var(--navy); display: block; margin-bottom: .4rem; }
.experience-body p { font-size: .82rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── DESTINATIONS ───────────────────────────────────────────── */
.destination-card {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s;
  text-decoration: none;
}
.destination-card:hover { transform: translateY(-5px); }
.destination-img-wrap { position: relative; overflow: hidden; }
.destination-img-wrap img {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform .5s; display: block;
}
.destination-card:hover .destination-img-wrap img { transform: scale(1.06); }
.destination-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(10,22,40,.88) 0%, transparent 100%);
  padding: 1.25rem 1rem .9rem;
  color: #fff;
}
.destination-overlay span {
  display: block;
  font-size: .96rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.destination-overlay small {
  font-size: .78rem;
  color: var(--gold-lt);
  margin-top: .2rem;
  display: block;
}

/* ── CABINS ─────────────────────────────────────────────────── */
.cabin-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .3s;
  height: 100%;
}
.cabin-card:hover { transform: translateY(-6px); }
.cabin-img-wrap { position: relative; overflow: hidden; }
.cabin-img-wrap img {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform .5s; display: block;
}
.cabin-card:hover .cabin-img-wrap img { transform: scale(1.04); }
.cabin-price-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: #fff;
  font-size: .78rem; font-weight: 700;
  padding: .32rem .8rem; border-radius: 50px;
  box-shadow: 0 2px 10px rgba(201,153,63,.35);
}
.cabin-body { padding: 1.35rem; }
.cabin-body h3 {
  font-size: 1rem; font-weight: 700; color: var(--navy);
  margin-bottom: .6rem; font-family: 'DM Sans', sans-serif;
  line-height: 1.35;
}
.cabin-body p { font-size: .83rem; color: var(--muted); line-height: 1.6; margin-bottom: .8rem; }
.cabin-meta {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin-bottom: .85rem;
  font-size: .8rem; color: var(--ocean); font-weight: 500;
}
.cabin-meta span { display: flex; align-items: center; gap: .3rem; }
.cabin-meta i { color: var(--gold); }
.cabin-features {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid #f0f0f0; padding-top: .75rem;
}
.cabin-features li {
  font-size: .82rem; color: #374151;
  padding: .28rem 0;
  display: flex; align-items: center; gap: .45rem;
}
.cabin-features li i { color: var(--gold); font-size: .78rem; flex-shrink: 0; }

/* ── ADMIN SECTIONS FORM (admin panel) ──────────────────────── */
.section-type-badge {
  display: inline-block;
  padding: .2rem .65rem; border-radius: 50px;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em;
}
.type-amenities    { background: #e0f2fe; color: #0369a1; }
.type-experiences  { background: #fef3c7; color: #92400e; }
.type-destinations { background: #dcfce7; color: #166534; }
.type-cabins       { background: #f3e8ff; color: #6b21a8; }
.type-custom       { background: #f1f5f9; color: #475569; }

@media(max-width:768px) {
  .destination-img-wrap img { height: 180px; }
  .cabin-img-wrap img { height: 180px; }
  .experience-img-wrap img { height: 170px; }
}

/* ── CUSTOM SECTIONS (image + text layouts) ─────────────────── */
.custom-img-wrap img {
  width: 100%; border-radius: var(--radius);
  box-shadow: var(--shadow); display: block;
  max-height: 380px; object-fit: cover;
}
.custom-text-wrap { padding: 1rem 0; }
.custom-section-title {
  font-size: 1.4rem; color: var(--navy);
  margin-bottom: .75rem; line-height: 1.3;
}
.custom-section-sub {
  color: var(--gold); font-size: .88rem;
  font-weight: 600; letter-spacing: .04em;
  margin-bottom: .75rem;
}
.custom-section-body {
  color: #374151; line-height: 1.8; font-size: .95rem;
}
.custom-section-body p { margin-bottom: .85rem; }
.custom-section-body ul { padding-left: 1.2rem; margin-bottom: .85rem; }
.custom-section-body ul li { margin-bottom: .4rem; line-height: 1.6; }

.custom-full-block {
  border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--ocean));
  color: #fff; position: relative;
}
.custom-full-block img {
  width: 100%; max-height: 400px; object-fit: cover;
  opacity: .5; display: block;
}
.custom-full-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: center; padding: 3rem;
}
.custom-full-content h3 { color: #fff; font-size: 1.8rem; margin-bottom: 1rem; }
.custom-full-content div { color: rgba(255,255,255,.8); max-width: 600px; line-height: 1.75; }

/* ── STATIC PAGES SPECIFIC ──────────────────────────────────── */
.contact-info-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.contact-info-item:last-child { border: none; }
.contact-info-item i { font-size: 1.2rem; color: var(--gold-lt); flex-shrink: 0; margin-top: .15rem; }

@media(max-width:768px) {
  .custom-full-content { position: relative; padding: 2rem 1.5rem; }
  .custom-full-block img { max-height: 200px; }
  .custom-full-content h3 { font-size: 1.3rem; }
}

/* ============================================================
   BLOG DETAIL PAGE — New Layout
   ============================================================ */

/* ── Blog Title Section (dark, no image) ───────────────────── */
.blog-title-section {
  background: linear-gradient(rgba(10,22,40,.78), rgba(10,22,40,.70)),
              url('/cruise/upload/blog/blog-banner.webp') center/cover no-repeat;
  padding: 3rem 0 2.5rem;
  position: relative;
}
.blog-title-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--gold));
}
.blog-cat-badge {
  display: inline-block;
  background: rgba(201,153,63,.2);
  border: 1px solid rgba(201,153,63,.4);
  color: var(--gold-lt);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .28rem .85rem; border-radius: 50px;
  margin-bottom: 1rem;
}
.blog-main-title {
  font-size: 25px;
  color: #fff;
  line-height: 1.28;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.blog-meta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  color: rgba(255,255,255,.6);
  font-size: .83rem;
}
.blog-meta-row i {
  color: var(--gold-lt);
  margin-right: .3rem;
}

/* Breadcrumb inside blog title section */
.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
}
.blog-breadcrumb a {
  color: var(--gold-lt);
  font-size: .8rem;
  opacity: .85;
}
.blog-breadcrumb a:hover { opacity: 1; }
.blog-breadcrumb i {
  color: rgba(255,255,255,.3);
  font-size: .65rem;
}
.blog-breadcrumb span {
  color: rgba(255,255,255,.45);
  font-size: .8rem;
}

/* ── Featured Image (full width, below header) ──────────────── */
.blog-featured-image-wrap {
  background: var(--navy);
  padding: 0;
}
.blog-featured-image-wrap .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.blog-featured-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

/* ── Main Content Area ──────────────────────────────────────── */
.blog-main-wrap {
  background: var(--cream);
  padding: 2.5rem 0 3rem;
}

/* Blog article content */
.blog-content {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px;
}
.blog-content h2 
 {
    color: var(--navy);
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: .85rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid rgba(201, 153, 63, .2);
}
.blog-content h3 {
  color: var(--navy);
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: .7rem;
}
.blog-content p {
  line-height: 1.88;
  color: #374151;
  margin-bottom: 1.1rem;
  font-size: .97rem;
}
.blog-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
    /* box-shadow: var(--shadow); */
}
.blog-content ul, .blog-content ol {
  padding-left: 1.35rem;
  margin-bottom: 1.1rem;
}
.blog-content ul li, .blog-content ol li {
  line-height: 1.75;
  margin-bottom: .45rem;
  color: #374151;
  font-size: .97rem;
}
.blog-content a { color: var(--ocean); }
.blog-content strong { color: var(--navy); }
.blog-content blockquote {
  border-left: 4px solid var(--gold);
  padding: 1rem 1.5rem;
  background: rgba(201,153,63,.06);
  border-radius: 0 8px 8px 0;
  margin: 1.5rem 0;
  font-style: italic;
  color: #4b5563;
}

/* ── Share Bar ──────────────────────────────────────────────── */
.blog-share-bar {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  padding: 1.1rem 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.share-label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  margin-right: .25rem;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem 1rem;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.share-btn:hover { color: #fff; opacity: .88; transform: scale(1.04); }
.share-btn.facebook  { background: #1877f2; }
.share-btn.twitter   { background: #1da1f2; }
.share-btn.whatsapp  { background: #25d366; }

@media (max-width: 768px) {
  .blog-title-section { padding: 2rem 0 1.75rem; }
  .blog-main-title { font-size: 1.5rem; }
  .blog-featured-image { max-height: 260px; }
  .blog-content { padding: 1.5rem; }
  .blog-share-bar { padding: .85rem 1rem; }
  .blog-meta-row { gap: .85rem; }
}

/* ============================================================
   PERFORMANCE — CLS Prevention & Core Web Vitals
   ============================================================ */

.hero-slider .carousel-item { aspect-ratio: 16/5; overflow: hidden; }
.hero-slider .carousel-item img { width: 100%; height: 100%; object-fit: cover; }
.card-img-wrap { aspect-ratio: 600/225; overflow: hidden; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.blog-card img { aspect-ratio: 600/200; width: 100%; object-fit: cover; }
.blog-featured-image { aspect-ratio: 16/5; width: 100%; object-fit: cover; }
.experience-img-wrap { aspect-ratio: 4/3; overflow: hidden; }
.experience-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.destination-img-wrap { aspect-ratio: 4/3; overflow: hidden; }
.destination-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.cabin-img-wrap { aspect-ratio: 500/280; overflow: hidden; }
.cabin-img-wrap img { width: 100%; height: 100%; object-fit: cover; } 
img.loaded { background: none; }
.bi { display: inline-block; min-width: 1em; }
.package-card, .blog-card, .cabin-card, .experience-card { will-change: transform; contain: layout style; }
@media (prefers-reduced-motion: reduce) {
  .fade-up, .package-card, .blog-card { animation: none; transition: none; }
}
