
:root {
  --primary: #0879b9;
  --primary-dark: #05639a;
  --secondary: #0b466d;
  --secondary-dark: #062b45;
  --accent: #178e69;
  --gold: #ffd34e;
  --gold-deep: #f2b91f;
  --coral: #f26a3d;
  --ink: #123149;
  --muted: #607586;
  --light: #f3f9fc;
  --warm: #fff9eb;
  --white: #ffffff;
  --border: #dce9f0;
  --shadow: 0 22px 55px rgba(8, 54, 84, .11);
  --shadow-soft: 0 12px 34px rgba(8, 54, 84, .08);
  --radius: 24px;
  --radius-sm: 16px;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI Variable", "Aptos", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { color: #fff; background: var(--primary); }
.container { max-width: 1200px; }
.section { padding: 92px 0; }
.section-sm { padding: 68px 0; }
.bg-light { background: var(--light) !important; }
.text-primary-custom { color: var(--primary); }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 12px; color: var(--primary); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.section-title { margin: 0; color: var(--secondary-dark); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 850; letter-spacing: -.04em; line-height: 1.08; }
.section-copy { max-width: 650px; margin-top: 18px; color: var(--muted); font-size: 1.04rem; }
.btn-brand, .btn-outline-brand { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 12px 24px; border: 2px solid var(--primary); border-radius: 999px; font-weight: 800; transition: .25s ease; }
.btn-brand { color: #fff; background: var(--primary); box-shadow: 0 12px 28px rgba(255,107,53,.28); }
.btn-brand:hover { color: #fff; border-color: var(--primary-dark); background: var(--primary-dark); transform: translateY(-2px); }
.btn-outline-brand { color: var(--secondary); background: transparent; }
.btn-outline-brand:hover { color: #fff; background: var(--secondary); border-color: var(--secondary); transform: translateY(-2px); }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 12px; padding: 10px 16px; color: #fff; background: #000; }
.skip-link:focus { top: 12px; }
.topbar { color: #dceaf4; background: var(--secondary-dark); font-size: .88rem; }
.topbar .container { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar a:hover { color: #fff; }
.topbar-group { display: flex; align-items: center; gap: 22px; }
.site-header { position: relative; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(227,234,240,.85); }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; box-shadow: 0 12px 35px rgba(16,55,84,.12); animation: slideDown .35s ease; }
@keyframes slideDown { from{transform:translateY(-100%)} to{transform:none} }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--secondary-dark); }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--primary),#ff9b47); border-radius: 15px; box-shadow: 0 12px 24px rgba(255,107,53,.25); transform: rotate(-6deg); }
.brand-mark i { font-size: 1.25rem; transform: rotate(6deg); }
.brand-name { font-size: 1.3rem; font-weight: 900; letter-spacing: -.04em; }
.brand-name span { color: var(--primary); }
.nav-menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-menu a { display: block; padding: 28px 13px; color: var(--secondary-dark); font-weight: 750; }
.nav-menu a:hover, .nav-menu a.active { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { width: 46px; height: 46px; display: none; place-items: center; border: 0; border-radius: 12px; color: var(--secondary); background: var(--light); font-size: 1.4rem; }
.hero { position: relative; overflow: hidden; color: #fff; }
.hero-slide { min-height: 680px; position: relative; display: flex; align-items: center; background-position: center; background-size: cover; }
.hero-slide::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(5,34,55,.88) 0%,rgba(5,34,55,.6) 48%,rgba(5,34,55,.14) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 105px 0 155px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #ffd0b9; font-size: .9rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-title { margin: 0; max-width: 750px; font-size: clamp(3rem, 7vw, 6.3rem); font-weight: 900; letter-spacing: -.06em; line-height: .94; text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 24px 0 32px; color: rgba(255,255,255,.87); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .swiper-pagination { bottom: 110px !important; }
.hero .swiper-pagination-bullet { width: 26px; height: 5px; border-radius: 99px; background: #fff; }
.booking-panel { position: relative; z-index: 20; margin-top: -72px; }
.booking-form { padding: 24px; background: #fff; border: 1px solid rgba(227,234,240,.8); border-radius: 24px; box-shadow: var(--shadow); }
.booking-form label { margin-bottom: 7px; color: var(--secondary-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.form-control, .form-select { min-height: 50px; border-color: var(--border); border-radius: 12px; background-color: #f9fbfc; }
.form-control:focus, .form-select:focus { border-color: rgba(255,107,53,.7); box-shadow: 0 0 0 .2rem rgba(255,107,53,.14); }
.icon-box { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); background: #fff1ea; border-radius: 16px; font-size: 1.5rem; }
.feature-strip { padding: 42px 0 0; }
.feature-item { display: flex; align-items: center; gap: 15px; padding: 18px; }
.feature-item h3 { margin: 0 0 3px; font-size: 1.05rem; font-weight: 850; }
.feature-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.destination-card { min-height: 390px; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.destination-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease; }
.destination-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 35%,rgba(4,31,50,.86)); }
.destination-card:hover img { transform: scale(1.08); }
.destination-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 26px; color: #fff; }
.destination-content h3 { margin: 0 0 5px; font-size: 1.55rem; font-weight: 850; }
.destination-content p { margin: 0; color: rgba(255,255,255,.78); }
.tour-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: .3s ease; }
.tour-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.tour-media { height: 250px; position: relative; overflow: hidden; }
.tour-media img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.tour-card:hover .tour-media img { transform: scale(1.06); }
.tour-badge { position: absolute; top: 16px; left: 16px; padding: 7px 12px; color: #fff; background: var(--primary); border-radius: 99px; font-size: .75rem; font-weight: 850; }
.tour-favourite { width: 42px; height: 42px; position: absolute; top: 14px; right: 14px; display: grid; place-items: center; border: 0; color: var(--secondary); background: rgba(255,255,255,.94); border-radius: 50%; }
.tour-favourite.is-active { color: #fff; background: var(--primary); }
.tour-body { padding: 22px; }
.rating { display: flex; gap: 2px; color: #ffae35; font-size: .84rem; }
.tour-title { margin: 10px 0 9px; color: var(--secondary-dark); font-size: 1.28rem; font-weight: 850; line-height: 1.3; }
.tour-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .86rem; }
.tour-footer { margin-top: 18px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); }
.price { color: var(--secondary-dark); font-size: 1.3rem; font-weight: 900; }
.price small { color: var(--muted); font-size: .76rem; font-weight: 600; }
.about-media { position: relative; padding: 0 40px 40px 0; }
.about-media .main { width: 100%; min-height: 520px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.about-media .small { width: 190px; height: 190px; position: absolute; right: 0; bottom: 0; object-fit: cover; border: 8px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.about-chip { position: absolute; top: 38px; left: -28px; padding: 17px 20px; color: #fff; background: var(--secondary); border-radius: 16px; box-shadow: var(--shadow); }
.about-chip strong { display: block; font-size: 1.6rem; }
.check-list { margin: 25px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: #455969; }
.check-list li::before { width: 20px; height: 20px; position: absolute; top: 3px; left: 0; display: grid; place-items: center; content: "✓"; color: #fff; background: var(--accent); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.stats-band { color: #fff; background: linear-gradient(120deg,var(--secondary-dark),var(--secondary)); }
.stat { padding: 30px; text-align: center; }
.stat-number { display: block; font-size: clamp(2.3rem,5vw,4rem); font-weight: 900; letter-spacing: -.05em; }
.stat-label { color: rgba(255,255,255,.7); font-weight: 650; }
.step-card { height: 100%; padding: 35px 28px; text-align: center; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.step-number { width: 56px; height: 56px; margin: 0 auto 20px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 18px; font-size: 1.25rem; font-weight: 900; transform: rotate(-6deg); }
.step-card h3 { color: var(--secondary-dark); font-size: 1.25rem; font-weight: 850; }
.step-card p { margin: 0; color: var(--muted); }
.testimonial-card { height: 100%; padding: 32px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.quote-icon { color: var(--primary); font-size: 2rem; }
.testimonial-card p { color: #516575; font-size: 1.05rem; }
.client { margin-top: 23px; display: flex; align-items: center; gap: 13px; }
.client img { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; }
.client strong { display: block; color: var(--secondary-dark); }
.client span { color: var(--muted); font-size: .85rem; }
.cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,var(--primary),#ff934d); border-radius: 30px; }
.cta::after { width: 360px; height: 360px; position: absolute; right: -120px; bottom: -210px; content: ""; border: 55px solid rgba(255,255,255,.13); border-radius: 50%; }
.cta-inner { position: relative; z-index: 2; padding: 55px; }
.cta h2 { margin: 0; font-size: clamp(2rem,4vw,3.5rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
.blog-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.blog-card img { width: 100%; height: 235px; object-fit: cover; }
.blog-body { padding: 24px; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: .82rem; }
.blog-card h3 { margin: 13px 0 10px; color: var(--secondary-dark); font-size: 1.25rem; font-weight: 850; line-height: 1.34; }
.page-hero { padding: 112px 0 96px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(110deg,rgba(5,34,55,.94),rgba(17,63,103,.78)), url('../images/theme/contact-bg.webp') center/cover; }
.page-hero::after { width: 380px; height: 380px; position: absolute; right: -140px; bottom: -230px; content: ""; border: 60px solid rgba(255,255,255,.08); border-radius: 50%; }
.page-hero h1 { margin: 0; font-size: clamp(2.7rem,6vw,5rem); font-weight: 900; letter-spacing: -.05em; }
.breadcrumb-custom { margin: 15px 0 0; display: flex; gap: 8px; color: rgba(255,255,255,.75); }
.breadcrumb-custom a { color: #fff; }
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.filter-btn { padding: 10px 18px; border: 1px solid var(--border); color: var(--secondary); background: #fff; border-radius: 99px; font-weight: 750; }
.filter-btn:hover, .filter-btn.active { color: #fff; border-color: var(--primary); background: var(--primary); }
.tour-grid-item.is-hidden { display: none; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; border: 0; border-radius: var(--radius); background: #000; }
.gallery-item img { width: 100%; height: 300px; object-fit: cover; transition: .45s ease; }
.gallery-item::after { position: absolute; inset: 0; display: grid; place-items: center; content: "+"; color: #fff; background: rgba(8,45,77,.55); opacity: 0; font-size: 3rem; transition: .3s ease; }
.gallery-item:hover img { transform: scale(1.07); opacity: .8; }
.gallery-item:hover::after { opacity: 1; }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: none; padding: 35px; align-items: center; justify-content: center; background: rgba(2,20,32,.92); }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px,92vw); max-height: 86vh; border-radius: 16px; }
.lightbox-close { width: 46px; height: 46px; position: absolute; top: 20px; right: 22px; border: 0; color: #fff; background: rgba(255,255,255,.15); border-radius: 50%; font-size: 1.3rem; }
.contact-card { height: 100%; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-card i { color: var(--primary); font-size: 1.8rem; }
.contact-card h3 { margin: 15px 0 7px; font-size: 1.15rem; font-weight: 850; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-form { padding: 35px; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.map-placeholder { min-height: 510px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(rgba(8,45,77,.75),rgba(8,45,77,.75)), url('../images/dest-bangkok.jpg') center/cover; border-radius: 24px; }
.accordion-clean details { margin-bottom: 12px; padding: 20px 22px; background: #fff; border: 1px solid var(--border); border-radius: 14px; }
.accordion-clean summary { cursor: pointer; color: var(--secondary-dark); font-weight: 850; }
.accordion-clean p { margin: 13px 0 0; color: var(--muted); }
.tour-detail-hero { min-height: 560px; display: flex; align-items: end; color: #fff; background: linear-gradient(0deg,rgba(5,34,55,.88),rgba(5,34,55,.12)),url('../images/dest-maldives.jpg') center/cover; }
.tour-detail-content { padding: 80px 0 45px; }
.tour-detail-content h1 { max-width: 800px; font-size: clamp(2.5rem,5vw,4.8rem); font-weight: 900; letter-spacing: -.05em; }
.detail-box { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.detail-box.sticky { position: sticky; top: 110px; box-shadow: var(--shadow); }
.inclusion-list { padding: 0; list-style: none; }
.inclusion-list li { margin: 10px 0; display: flex; gap: 10px; color: #506473; }
.inclusion-list i { color: var(--accent); }
.timeline { position: relative; margin: 0; padding: 0 0 0 34px; list-style: none; }
.timeline::before { width: 2px; position: absolute; top: 8px; bottom: 8px; left: 10px; content: ""; background: var(--border); }
.timeline li { position: relative; margin-bottom: 28px; }
.timeline li::before { width: 20px; height: 20px; position: absolute; top: 2px; left: -34px; content: ""; border: 5px solid #ffe2d4; background: var(--primary); border-radius: 50%; }
.timeline h3 { color: var(--secondary-dark); font-size: 1.12rem; font-weight: 850; }
.footer { color: #c8d5df; background: #071f32; }
.footer-main { padding: 75px 0 45px; }
.footer h3 { margin-bottom: 18px; color: #fff; font-size: 1.05rem; font-weight: 850; }
.footer p { color: #aebfcc; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.08); border-radius: 50%; }
.social-links a:hover { background: var(--primary); }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.09); }
.newsletter { display: flex; }
.newsletter input { min-width: 0; flex: 1; min-height: 48px; padding: 0 15px; border: 0; border-radius: 10px 0 0 10px; }
.newsletter button { min-width: 52px; border: 0; color: #fff; background: var(--primary); border-radius: 0 10px 10px 0; }
.back-to-top { width: 46px; height: 46px; position: fixed; z-index: 1100; right: 22px; bottom: 22px; display: grid; place-items: center; border: 0; color: #fff; background: var(--primary); border-radius: 50%; box-shadow: 0 10px 25px rgba(255,107,53,.32); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.toast-message { position: fixed; z-index: 3000; right: 20px; bottom: 80px; max-width: 340px; padding: 15px 18px; color: #fff; background: var(--secondary-dark); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translateY(10px); pointer-events: none; transition: .3s ease; }
.toast-message.show { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 991.98px) {
  .topbar { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .btn-brand { display: none; }
  .nav-menu { max-height: 0; position: absolute; top: 82px; right: 15px; left: 15px; overflow: hidden; display: block; background: #fff; border-radius: 0 0 16px 16px; box-shadow: var(--shadow); transition: max-height .35s ease; }
  .nav-menu.open { max-height: 520px; border-top: 1px solid var(--border); }
  .nav-menu a { padding: 14px 20px; border-bottom: 1px solid var(--border); }
  .hero-slide { min-height: 620px; }
  .hero-content { padding: 85px 0 145px; }
  .about-media { margin-bottom: 55px; }
}
@media (max-width: 767.98px) {
  .section { padding: 70px 0; }
  .hero-slide { min-height: 590px; }
  .hero-title { font-size: 3.2rem; }
  .hero .swiper-pagination { bottom: 95px !important; }
  .booking-panel { margin-top: -55px; }
  .booking-form { padding: 18px; }
  .destination-card { min-height: 350px; }
  .about-media { padding: 0 20px 30px 0; }
  .about-media .main { min-height: 390px; }
  .about-media .small { width: 145px; height: 145px; }
  .about-chip { top: 25px; left: -5px; }
  .cta-inner { padding: 38px 26px; }
  .page-hero { padding: 90px 0 75px; }
  .tour-detail-hero { min-height: 480px; }
  .contact-form { padding: 24px 18px; }
}
/*Slide Left Animation*/
.slide-left {
  -webkit-animation: slide-left 0.5s linear infinite alternate-reverse both;
  animation: slide-left 0.5s linear infinite alternate-reverse both;
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
/* =========================================================
   ITD HOLIDAY — TRAVELLA INSPIRED STATIC THEME UPDATE
   ========================================================= */
body { overflow-x: hidden; }
.home-page { background: #fff; }
.brand-logo { width: 172px; height: auto; object-fit: contain; }
.brand-logo-light { filter: none; }
.footer-brand .brand-logo-light { width: 185px; }
.header-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--secondary-dark); background: #f1f5fa; transition: .25s ease; }
.header-icon:hover { color: #fff; background: var(--primary); }
.btn-sm-brand { min-height: 46px; padding: 10px 20px; }
.btn-outline-light-custom { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; color: #fff; border: 2px solid rgba(255,255,255,.76); border-radius: 999px; font-weight: 800; transition: .25s ease; }
.btn-outline-light-custom:hover { color: var(--secondary-dark); background: #fff; border-color: #fff; transform: translateY(-2px); }
.title-accent { color: var(--primary); }
.bg-soft-blue { background: #f2f7fc !important; }
.bg-navy { background: var(--secondary-dark); }
.overflow-hidden { overflow: hidden; }
.section-head { max-width: 790px; margin-right: auto; margin-left: auto; }
.eyebrow.centered { justify-content: center; }
.eyebrow.centered::after { width: 28px; height: 2px; content: ""; background: currentColor; }
.eyebrow-light { color: #ffb89f; }
.slider-arrows { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }
.slider-arrows button { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--secondary-dark); background: #fff; transition: .25s ease; }
.slider-arrows button:hover { color: #fff; background: var(--primary); border-color: var(--primary); transform: translateY(-2px); }

/* Hero */
.hero-v2 { overflow: visible; background: var(--secondary-dark); }
.hero-v2-slide { min-height: 760px; isolation: isolate; background-position: center; }
.hero-v2-slide::before { z-index: -1; background: linear-gradient(90deg,rgba(5,27,52,.92) 0%,rgba(5,27,52,.72) 44%,rgba(5,27,52,.16) 78%,rgba(5,27,52,.08) 100%); }
.hero-v2-slide::after { position: absolute; z-index: -1; inset: auto 0 0; height: 125px; content: ""; background: linear-gradient(180deg,transparent,#fff); opacity: .17; }
.min-vh-row { min-height: 760px; }
.hero-v2-content { padding: 95px 0 165px; }
.hero-v2 .hero-title { max-width: 900px; font-size: clamp(3.7rem,7.3vw,7.1rem); line-height: .92; }
.hero-v2 .hero-title span { color: #ff9c76; }
.hero-v2 .hero-copy { max-width: 675px; font-size: 1.15rem; }
.hero-v2 .hero-kicker { color: #ffc0aa; }
.hero-video-btn { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-weight: 800; }
.hero-video-btn span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--primary); background: #fff; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.14); transition: .25s ease; }
.hero-video-btn:hover { color: #fff; }
.hero-video-btn:hover span { transform: scale(1.08); }
.hero-plane { width: min(540px,42vw); position: absolute; right: 3vw; bottom: 40px; z-index: 1; opacity: .82; pointer-events: none; }
.hero-clouds { position: absolute; z-index: 1; right: 0; bottom: -5px; left: 0; height: 165px; background: url('../images/theme/cloud-bg.webp') center bottom/cover no-repeat; opacity: .56; pointer-events: none; }
.hero-controls { width: 170px; position: absolute; z-index: 5; bottom: 126px; left: max(calc((100% - 1170px)/2),24px); display: flex; align-items: center; gap: 12px; }
.hero-controls > button { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-controls > button:hover { background: var(--primary); border-color: var(--primary); }
.hero-controls .swiper-pagination { width: auto !important; position: static !important; display: flex; align-items: center; gap: 6px; }
.hero-v2 .swiper-pagination-bullet { width: 7px; height: 7px; margin: 0 !important; background: rgba(255,255,255,.8); }
.hero-v2 .swiper-pagination-bullet-active { width: 28px; background: var(--primary); }

/* Trip search */
.trip-search-wrap { position: relative; z-index: 30; margin-top: -72px; }
.trip-search-card { display: grid; grid-template-columns: 1.05fr 1fr 1fr .9fr auto; align-items: center; padding: 18px; background: #fff; border: 1px solid rgba(221,231,241,.9); border-radius: 22px; box-shadow: 0 28px 75px rgba(15,50,86,.17); }
.trip-search-heading { display: flex; align-items: center; gap: 13px; padding: 5px 18px 5px 5px; }
.trip-search-heading .search-icon { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 17px; font-size: 1.25rem; }
.trip-search-heading small,.trip-search-heading strong { display: block; }
.trip-search-heading small { color: var(--muted); font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.trip-search-heading strong { color: var(--secondary-dark); font-size: 1.06rem; }
.trip-field { padding: 2px 18px; border-left: 1px solid var(--border); }
.trip-field label { display: block; margin-bottom: 4px; color: #8592a0; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.trip-control { display: flex; align-items: center; gap: 8px; }
.trip-control i { color: var(--primary); }
.trip-control select,.trip-control input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: var(--secondary-dark); background: transparent; font-weight: 750; }
.trip-search-btn { min-height: 66px; display: inline-flex; align-items: center; gap: 16px; padding: 0 23px; border: 0; color: #fff; background: var(--primary); border-radius: 17px; font-weight: 850; box-shadow: 0 15px 28px rgba(241,90,41,.24); }
.trip-search-btn i { width: 32px; height: 32px; display: grid; place-items: center; color: var(--primary); background: #fff; border-radius: 50%; }
.trip-search-btn:hover { background: var(--primary-dark); }

/* Destinations */
.destination-showcase { position: relative; padding-top: 125px; }
.floating-balloon { position: absolute; z-index: 0; pointer-events: none; opacity: .78; }
.balloon-left { width: 130px; top: 115px; left: 1.5%; }
.balloon-right { width: 78px; top: 190px; right: 2.5%; }
.destination-swiper { padding: 20px 10px 18px; }
.destination-circle-card { display: block; text-align: center; }
.destination-circle-img { aspect-ratio: 1/1.14; position: relative; overflow: hidden; border-radius: 48% 48% 18px 18px; box-shadow: 0 18px 40px rgba(16,48,81,.14); }
.destination-circle-img::after { position: absolute; inset: 0; content: ""; border: 7px solid #fff; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(16,48,81,.05); }
.destination-circle-img img { width: 100%; height: 100%; object-fit: cover; transition: .55s ease; }
.destination-circle-card:hover .destination-circle-img img { transform: scale(1.08); }
.destination-circle-card .tour-count { display: inline-flex; margin-top: -18px; position: relative; z-index: 2; padding: 7px 14px; color: #fff; background: var(--primary); border: 4px solid #fff; border-radius: 999px; font-size: .76rem; font-weight: 850; }
.destination-circle-card h3 { margin: 13px 0 3px; color: var(--secondary-dark); font-size: 1.35rem; font-weight: 900; }
.destination-circle-card p { margin: 0; color: var(--muted); font-size: .88rem; }

/* Recommendation */
.recommend-section { position: relative; }
.recommend-section::before { width: 420px; height: 420px; position: absolute; top: -130px; right: -180px; content: ""; border: 70px solid rgba(241,90,41,.05); border-radius: 50%; }
.recommend-visual { min-height: 610px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.recommend-shape { width: 78%; height: 78%; position: absolute; bottom: 20px; left: 8%; background: linear-gradient(145deg,#f4774e,#ffb482); border-radius: 48% 48% 44% 22%; transform: rotate(-4deg); }
.recommend-shape::before { position: absolute; inset: 18px; content: ""; border: 1px dashed rgba(255,255,255,.72); border-radius: inherit; }
.recommend-person { max-height: 565px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 25px 28px rgba(16,48,81,.19)); }
.recommend-float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 14px 17px; background: rgba(255,255,255,.96); border-radius: 15px; box-shadow: 0 18px 45px rgba(16,48,81,.16); }
.recommend-float-card i { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--secondary); border-radius: 13px; font-size: 1.15rem; }
.recommend-float-card span { color: var(--muted); font-size: .82rem; line-height: 1.3; }
.recommend-float-card strong { display: block; color: var(--secondary-dark); font-size: 1rem; }
.recommend-float-card.card-top { top: 110px; right: 0; }
.recommend-float-card.card-bottom { bottom: 18px; left: 0; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 37px; height: 37px; margin-left: -9px; object-fit: cover; border: 3px solid #fff; border-radius: 50%; }
.avatar-stack img:first-child { margin-left: 0; }
.value-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; margin-top: 26px; }
.value-item { display: flex; gap: 13px; }
.value-item > span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); background: #fff; border: 1px solid #e7edf3; border-radius: 14px; font-size: 1.25rem; box-shadow: 0 10px 22px rgba(16,48,81,.07); }
.value-item h3 { margin: 1px 0 4px; color: var(--secondary-dark); font-size: 1rem; font-weight: 850; }
.value-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.check-list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; }

/* Experience stats */
.experience-strip { position: relative; z-index: 3; margin: -22px 0 0; }
.experience-card { display: grid; grid-template-columns: 1.25fr 3fr; overflow: hidden; color: #fff; background: var(--secondary-dark); border-radius: 24px; box-shadow: 0 24px 60px rgba(8,31,56,.21); }
.experience-main { padding: 34px; background: var(--primary); }
.experience-main small { display: block; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .82; }
.experience-main strong { display: block; margin: 3px 0; font-size: 2.1rem; }
.experience-main p { margin: 0; color: rgba(255,255,255,.8); font-size: .9rem; }
.experience-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: center; }
.experience-stats > div { min-height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-left: 1px solid rgba(255,255,255,.1); text-align: center; }
.experience-stats img { width: 45px; height: 45px; margin-bottom: 7px; object-fit: contain; }
.experience-stats strong { font-size: 1.45rem; }
.experience-stats span { color: rgba(255,255,255,.64); font-size: .78rem; }

/* Services */
.services-v2 { padding-top: 115px; }
.service-step-card { min-height: 340px; position: relative; overflow: hidden; padding: 34px; background: #fff; border: 1px solid var(--border); border-radius: 23px; transition: .3s ease; }
.service-step-card::after { width: 120px; height: 120px; position: absolute; right: -42px; bottom: -42px; content: ""; background: rgba(241,90,41,.06); border-radius: 50%; }
.service-step-card:hover { transform: translateY(-9px); box-shadow: 0 22px 55px rgba(16,48,81,.13); }
.service-step-card.featured { color: #fff; background: var(--secondary-dark); border-color: var(--secondary-dark); transform: translateY(-18px); }
.service-step-card.featured:hover { transform: translateY(-24px); }
.service-step { position: absolute; top: 22px; right: 24px; color: #e7edf4; font-size: 3.2rem; font-weight: 950; line-height: 1; }
.service-step-card.featured .service-step { color: rgba(255,255,255,.09); }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; color: var(--primary); background: #fff1eb; border-radius: 20px; font-size: 1.8rem; }
.service-step-card.featured .service-icon { color: #fff; background: var(--primary); }
.service-step-card h3 { margin: 24px 0 11px; color: var(--secondary-dark); font-size: 1.35rem; font-weight: 900; }
.service-step-card.featured h3 { color: #fff; }
.service-step-card p { color: var(--muted); }
.service-step-card.featured p { color: rgba(255,255,255,.67); }
.service-step-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 850; }

/* Video */
.video-adventure { min-height: 560px; position: relative; display: flex; align-items: center; color: #fff; background-position: center; background-size: cover; }
.video-adventure::before { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,rgba(5,27,52,.28),rgba(5,27,52,.78)); }
.video-adventure .container { z-index: 2; }
.play-button { width: 82px; height: 82px; margin-bottom: 23px; border: 0; color: var(--primary); background: #fff; border-radius: 50%; font-size: 2rem; box-shadow: 0 0 0 14px rgba(255,255,255,.17); }
.video-adventure span { display: block; color: #ffc0a9; font-family: Georgia,serif; font-size: 1.6rem; font-style: italic; }
.video-adventure h2 { margin: 0; font-size: clamp(3.2rem,7vw,6.8rem); font-weight: 950; letter-spacing: -.06em; text-transform: uppercase; }
.video-adventure p { margin: 5px 0 26px; color: rgba(255,255,255,.79); font-size: 1.05rem; }

/* Tours */
.tour-swiper { padding: 12px 4px 18px; }
.premium-tour-card { border: 0; box-shadow: 0 13px 35px rgba(16,48,81,.1); }
.premium-tour-card .tour-media { height: 285px; }
.tour-duration { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; color: var(--secondary-dark); background: rgba(255,255,255,.94); border-radius: 999px; font-size: .76rem; font-weight: 800; backdrop-filter: blur(8px); }
.tour-location { color: var(--primary); font-size: .8rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.tour-location i { margin-right: 4px; }
.premium-tour-card .tour-footer > div > small { color: var(--muted); font-size: .72rem; }
.circle-link { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--secondary-dark); border-radius: 50%; transition: .25s ease; }
.circle-link:hover { color: #fff; background: var(--primary); transform: rotate(7deg); }

/* Easy steps */
.offer-visual { min-height: 600px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.offer-visual::before { width: 430px; height: 430px; position: absolute; bottom: 30px; content: ""; background: #f5f8fc; border: 1px dashed #c9d7e6; border-radius: 50%; }
.offer-visual img {max-height: 580px;position: relative;z-index: 2;filter: drop-shadow(0 25px 28px rgba(16,48,81,.16));animation: slide-left 3s linear infinite alternate-reverse both;}
.offer-ring { width: 150px; height: 150px; position: absolute; z-index: 3; top: 60px; right: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--primary); border: 10px solid #fff; border-radius: 50%; box-shadow: 0 18px 40px rgba(16,48,81,.14); transform: rotate(8deg); }
.offer-ring span,.offer-ring small { font-size: .72rem; }
.offer-ring strong { font-size: 1.15rem; }
.booking-steps { margin-top: 35px; }
.booking-steps article { display: grid; grid-template-columns: 60px 105px 1fr; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.step-index { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--secondary-dark); border-radius: 50%; font-weight: 900; }
.step-img { height: 76px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f5f8fc; border-radius: 15px; }
.step-img img { max-width: 110px; max-height: 85px; object-fit: contain; }
.step-img.icon-step img { max-width: 56px; }
.booking-steps h3 { margin: 0 0 5px; color: var(--secondary-dark); font-size: 1.12rem; font-weight: 900; }
.booking-steps p { margin: 0; color: var(--muted); font-size: .9rem; }

/* Why choose */
.why-choose-v2 { position: relative; }
.why-choose-v2::before { position: absolute; inset: 0; content: ""; background: url('../images/theme/holiday-bg.webp') right bottom/auto 80% no-repeat; opacity: .07; }
.why-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.why-list div { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 750; }
.why-list i { width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; }
.why-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.call-mini { display: flex; align-items: center; gap: 11px; }
.call-mini > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border-radius: 50%; }
.call-mini small,.call-mini a { display: block; }
.call-mini small { color: rgba(255,255,255,.55); }
.call-mini a { color: #fff; font-weight: 850; }
.why-visual { min-height: 590px; position: relative; }
.why-photo { width: 88%; height: 420px; position: absolute; top: 45px; right: 0; overflow: hidden; border: 10px solid rgba(255,255,255,.1); border-radius: 50% 50% 24px 24px; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.why-person {max-height: 550px;position: absolute;z-index: 2;right: 15px;bottom: 0;object-fit: contain;filter: drop-shadow(0 25px 30px rgba(0,0,0,.25));animation: slide-left 3s linear infinite alternate-reverse both;}
.why-badge { width: 135px; height: 135px; position: absolute; z-index: 3; bottom: 35px; left: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--secondary-dark); background: #fff; border-radius: 50%; box-shadow: 0 20px 45px rgba(0,0,0,.22); text-align: center; }
.why-badge strong { color: var(--primary); font-size: 1.65rem; }
.why-badge span { max-width: 90px; font-size: .76rem; font-weight: 800; }

/* Testimonials */
.testimonial-swiper { padding: 20px 6px 25px; }
.testimonial-v2-card { height: 100%; position: relative; padding: 32px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 14px 38px rgba(16,48,81,.08); }
.testimonial-v2-card .quote-mark { width: 58px; height: 58px; position: absolute; top: -18px; right: 25px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 18px; font-size: 1.8rem; transform: rotate(7deg); }
.testimonial-v2-card > p { min-height: 120px; margin: 20px 0 24px; color: #506473; font-size: .98rem; }
.client-row { display: flex; align-items: center; gap: 13px; }
.client-row img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; }
.client-row h3 { margin: 0; color: var(--secondary-dark); font-size: 1rem; font-weight: 900; }
.client-row span { color: var(--muted); font-size: .8rem; }

/* Adventure CTA */
.adventure-cta { padding: 0 0 95px; }
.adventure-cta-inner { min-height: 390px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 55px 58px; color: #fff; background: linear-gradient(110deg,#f15a29,#ff8157); border-radius: 30px; }
.adventure-cta-inner::after { width: 500px; height: 500px; position: absolute; right: -120px; bottom: -270px; content: ""; border: 70px solid rgba(255,255,255,.1); border-radius: 50%; }
.adventure-cta-inner > div { max-width: 610px; position: relative; z-index: 2; }
.adventure-cta-inner h2 { margin: 4px 0 12px; font-size: clamp(2.4rem,5vw,4.5rem); font-weight: 950; letter-spacing: -.05em; line-height: 1; }
.adventure-cta-inner p { color: rgba(255,255,255,.8); }
.adventure-cta-inner .btn-brand { color: var(--secondary-dark); background: #fff; border-color: #fff; box-shadow: none; }
.adventure-cta-inner > img { max-height: 460px; position: absolute; z-index: 1; right: 10px; bottom: -75px; opacity: .9; }

/* Blog */
.blog-feature-card { height: 100%; overflow: hidden; background: #fff; border-radius: 22px; box-shadow: 0 14px 38px rgba(16,48,81,.09); }
.blog-feature-card > img { width: 100%; height: 310px; object-fit: cover; }
.blog-feature-body { padding: 28px; }
.blog-date { color: var(--primary); font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.blog-feature-body h3 { margin: 10px 0; color: var(--secondary-dark); font-size: 1.55rem; font-weight: 900; line-height: 1.25; }
.blog-feature-body p { color: var(--muted); }
.blog-feature-body > a,.blog-list-v2 article > div > a { color: var(--primary); font-weight: 850; }
.blog-list-v2 { display: grid; gap: 20px; }
.blog-list-v2 article { display: grid; grid-template-columns: 190px 1fr; gap: 22px; align-items: center; padding: 14px; background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(16,48,81,.07); }
.blog-list-v2 article img { width: 190px; height: 145px; object-fit: cover; border-radius: 14px; }
.blog-list-v2 article span { color: var(--muted); font-size: .78rem; }
.blog-list-v2 article h3 { margin: 8px 0 13px; color: var(--secondary-dark); font-size: 1.15rem; font-weight: 900; line-height: 1.3; }

/* Newsletter + footer */
.newsletter-v2 { position: relative; z-index: 3; margin-bottom: -72px; }
.newsletter-v2-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; padding: 36px 42px; color: #fff; background: var(--primary); border-radius: 24px; box-shadow: 0 22px 55px rgba(241,90,41,.25); }
.newsletter-v2-inner span { color: rgba(255,255,255,.77); font-size: .8rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.newsletter-v2-inner h2 { margin: 4px 0 0; font-size: 1.75rem; font-weight: 900; }
.newsletter-v2-form { min-height: 62px; display: flex; align-items: center; gap: 10px; padding: 7px 7px 7px 20px; background: #fff; border-radius: 999px; }
.newsletter-v2-form > i { color: var(--primary); }
.newsletter-v2-form input { min-width: 0; flex: 1; border: 0; outline: 0; }
.newsletter-v2-form button { min-height: 48px; padding: 0 20px; border: 0; color: #fff; background: var(--secondary-dark); border-radius: 999px; font-weight: 850; }
.footer-v2 { padding-top: 72px; background: #071f32 url('../images/theme/footer-bg.webp') center bottom/cover no-repeat; }
.footer-contact { margin: 0; padding: 0; list-style: none; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 17px; }
.footer-contact > li > i { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.08); border-radius: 12px; }
.footer-contact small,.footer-contact a { display: block; }
.footer-contact small { color: #8ea5b6; font-size: .72rem; text-transform: uppercase; }
.footer-contact a { color: #fff; font-weight: 750; }
.whatsapp-float { position: fixed; z-index: 1095; right: 22px; bottom: 79px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; color: #fff; background: #18a558; border-radius: 999px; box-shadow: 0 13px 30px rgba(0,0,0,.2); font-weight: 800; }
.whatsapp-float:hover { color: #fff; transform: translateY(-2px); }

/* Global subpage polish */
.page-hero { position: relative; overflow: hidden; padding: 118px 0 98px; background: var(--secondary-dark) url('../images/theme/contact-bg.webp') center/cover no-repeat; }
.page-hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(6,31,58,.93),rgba(6,31,58,.65)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero::after { height: 80px; position: absolute; right: 0; bottom: -2px; left: 0; content: ""; background: url('../images/theme/cloud-bg.webp') center bottom/cover no-repeat; opacity: .35; }
.page-hero h1 { font-size: clamp(2.8rem,6vw,5rem); }
.footer:not(.footer-v2) { background: #071f32 url('../images/theme/footer-bg.webp') center bottom/cover no-repeat; }

@media (max-width: 1199.98px) {
  .trip-search-card { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .trip-search-heading { display: none; }
  .trip-search-btn { min-height: 62px; }
  .hero-plane { opacity: .45; }
  .recommend-float-card.card-top { right: 12px; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-main { text-align: center; }
  .adventure-cta-inner > img { right: -75px; opacity: .62; }
}

@media (max-width: 991.98px) {
  .brand-logo { width: 150px; }
  .header-icon { display: none; }
  .hero-v2-slide,.min-vh-row { min-height: 680px; }
  .hero-v2-content { padding: 85px 0 150px; }
  .hero-v2 .hero-title { font-size: clamp(3.3rem,9vw,5.6rem); }
  .hero-controls { bottom: 115px; left: 22px; }
  .hero-plane { display: none; }
  .trip-search-card { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .trip-field { padding: 12px 15px; border: 1px solid var(--border); border-radius: 14px; }
  .trip-search-btn { justify-content: center; }
  .recommend-visual { min-height: 560px; }
  .service-step-card.featured { transform: none; }
  .service-step-card.featured:hover { transform: translateY(-9px); }
  .experience-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .experience-stats > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); }
  .experience-stats > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .offer-visual { min-height: 480px; }
  .why-visual { min-height: 540px; }
  .adventure-cta-inner { padding-right: 45%; }
  .newsletter-v2-inner { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .btn-sm-brand { display: none; }
  .hero-v2-slide,.min-vh-row { min-height: 620px; }
  .hero-v2-content { padding: 75px 0 135px; }
  .hero-v2 .hero-title { font-size: clamp(3rem,14vw,4.25rem); }
  .hero-v2 .hero-copy { font-size: 1rem; }
  .hero-clouds { height: 100px; }
  .hero-controls { bottom: 92px; }
  .trip-search-wrap { margin-top: -45px; }
  .trip-search-card { grid-template-columns: 1fr; padding: 14px; border-radius: 18px; }
  .trip-field { border-left: 1px solid var(--border); }
  .destination-showcase { padding-top: 100px; }
  .floating-balloon { display: none; }
  .recommend-visual { min-height: 440px; }
  .recommend-shape { width: 90%; height: 72%; left: 5%; }
  .recommend-person { max-height: 430px; }
  .recommend-float-card { transform: scale(.85); }
  .recommend-float-card.card-top { top: 60px; right: -15px; }
  .recommend-float-card.card-bottom { bottom: 0; left: -12px; }
  .value-grid,.check-list-grid,.why-list { grid-template-columns: 1fr; }
  .experience-stats { grid-template-columns: 1fr 1fr; }
  .experience-stats > div { min-height: 120px; padding: 12px; }
  .video-adventure { min-height: 470px; }
  .video-adventure h2 { font-size: 3.25rem; }
  .offer-visual { min-height: 440px; }
  .offer-visual::before { width: 330px; height: 330px; }
  .offer-visual img { max-height: 430px; }
  .offer-ring { width: 125px; height: 125px; top: 25px; right: 5px; }
  .booking-steps article { grid-template-columns: 52px 82px 1fr; gap: 12px; }
  .step-img { height: 68px; }
  .why-visual { min-height: 460px; }
  .why-photo { width: 100%; height: 330px; }
  .why-person { max-height: 430px; right: -20px; }
  .why-badge { width: 112px; height: 112px; left: 0; }
  .adventure-cta { padding-bottom: 75px; }
  .adventure-cta-inner { min-height: 440px; padding: 40px 28px 190px; }
  .adventure-cta-inner > img { max-height: 300px; right: 50%; bottom: -105px; transform: translateX(50%); opacity: .72; }
  .blog-list-v2 article { grid-template-columns: 115px 1fr; gap: 14px; }
  .blog-list-v2 article img { width: 115px; height: 115px; }
  .newsletter-v2-inner { padding: 30px 22px; }
  .newsletter-v2-form { display: grid; grid-template-columns: auto 1fr; border-radius: 18px; }
  .newsletter-v2-form button { grid-column: 1/-1; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 50px; height: 50px; justify-content: center; padding: 0; }
}

@media (max-width: 575.98px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-v2 .hero-title { font-size: 2.85rem; }
  .hero-video-btn span { width: 48px; height: 48px; }
  .experience-stats { grid-template-columns: 1fr; }
  .experience-stats > div { border-top: 1px solid rgba(255,255,255,.1); }
  .experience-stats > div:first-child { border-top: 0; }
  .booking-steps article { grid-template-columns: 52px 1fr; }
  .booking-steps .step-img { display: none; }
  .why-actions { align-items: flex-start; flex-direction: column; }
  .blog-list-v2 article { grid-template-columns: 1fr; }
  .blog-list-v2 article img { width: 100%; height: 190px; }
  .newsletter-v2 { margin-bottom: -55px; }
  .footer-v2 { padding-top: 55px; }
}


/* ITD Holiday official brand update */
.brand { flex: 0 0 auto; }
.brand-logo { width: 278px; max-width: 100%; max-height: 94px; object-fit: contain; }
.nav-wrap { min-height: 108px; }
.footer-brand { width: fit-content; padding: 10px 14px; background: #fff; border-radius: 14px; }
.footer-brand .brand-logo-light { width: 310px; max-height: 110px; }
.brand-slogan { margin: 14px 0 0; color: #f9ad32 !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 1199.98px) {
  .brand-logo { width: 225px; max-height: 82px; }
  .nav-wrap { min-height: 96px; gap: 18px; }
  .nav-menu a { padding-right: 9px; padding-left: 9px; }
}
@media (max-width: 991.98px) {
  .brand-logo { width: 225px; max-height: 80px; }
  .nav-wrap { min-height: 94px; }
}
@media (max-width: 575.98px) {
  .brand-logo { width: 188px; max-height: 70px; }
  .nav-wrap { min-height: 82px; gap: 10px; }
  .footer-brand .brand-logo-light { width: 245px; }
}

/* =========================================================
   ITD HOLIDAY — MOTION, IMAGE CLIPS & TRAVEL SYMBOLS
   ========================================================= */
:root {
  --animate-duration: .82s;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  --brand-gradient: linear-gradient(100deg, #ff9b23 0%, #ffd200 30%, #14a9e5 72%, #4568ee 100%);
}

/* Animate.css reveal integration */
.reveal { opacity: 1; transform: none; transition: none; }
html.motion-ready [data-animate]:not(.motion-visible) { opacity: 0; }
[data-animate].motion-visible,
[data-animate-load].motion-visible { --animate-duration: .82s; animation-delay: var(--motion-delay, 0ms); animation-timing-function: var(--motion-ease); }
[data-animate-load] { animation-delay: var(--motion-delay, 0ms); }
.hero-swiper [data-hero-animate] { opacity: 0; }
.hero-swiper .swiper-slide-active [data-hero-animate].motion-visible { opacity: 1; animation-delay: var(--motion-delay, 0ms); }

/* Image/background clipped lettering */
.texture-text {
  display: inline-block;
  color: var(--primary);
  background-image: var(--brand-gradient), url('../images/theme/hero-beach.webp');
  background-position: center;
  background-size: 100% 100%, cover;
  background-blend-mode: screen;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: saturate(1.12);
}
.hero-v2 .hero-title .texture-text {
  background-image: linear-gradient(100deg, #ffe25a 0%, #ff9d28 34%, #66d9ff 82%);
  text-shadow: none;
}
.page-hero h1::after,
.tour-detail-hero h1::after {
  width: 92px;
  height: 5px;
  display: block;
  margin-top: 20px;
  content: "";
  background: var(--brand-gradient);
  border-radius: 999px;
}

/* Decorative heading symbols */
.eyebrow-symbolic { position: relative; }
.eyebrow-symbolic::after {
  content: "✦";
  margin-left: 3px;
  color: #f7aa21;
  font-size: .85rem;
  line-height: 1;
  animation: symbolTwinkle 2.2s ease-in-out infinite;
}
.eyebrow-symbolic.centered::after { width: auto; height: auto; background: none; }
.section-title { position: relative; }
.section-head .section-title::before {
  position: absolute;
  top: -20px;
  right: -22px;
  content: "✧";
  color: rgba(241, 90, 41, .22);
  font-size: 2.1rem;
  animation: symbolTwinkle 2.8s ease-in-out infinite .4s;
}
@keyframes symbolTwinkle { 0%,100%{opacity:.45;transform:scale(.86) rotate(0)} 50%{opacity:1;transform:scale(1.16) rotate(18deg)} }

/* Hero and page floating travel symbols */
.hero,
.page-hero,
.tour-detail-hero { isolation: isolate; }
.travel-symbol-layer { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.travel-symbol {
  position: absolute;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.27);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  animation: travelFloat 7s ease-in-out infinite;
  will-change: transform;
}
.travel-symbol i { font-size: 1em; }
.symbol-star { top: 15%; left: 5%; width: 42px; height: 42px; font-size: 1.2rem; animation-duration: 5.7s; }
.symbol-plane { top: 18%; right: 9%; width: 68px; height: 68px; font-size: 1.65rem; animation-delay: -.8s; transform: rotate(-18deg); }
.symbol-compass { right: 23%; bottom: 16%; width: 54px; height: 54px; font-size: 1.25rem; animation-delay: -2.1s; }
.symbol-pin { bottom: 20%; left: 7%; width: 58px; height: 58px; font-size: 1.3rem; animation-delay: -3.6s; }
.symbol-spark { top: 42%; right: 42%; width: 36px; height: 36px; font-size: 1rem; animation-delay: -1.4s; }
@keyframes travelFloat {
  0%,100% { transform: translate3d(0,0,0) rotate(-5deg); }
  50% { transform: translate3d(0,-18px,0) rotate(8deg); }
}
.hero-v2 .travel-symbol-layer { z-index: 3; }
.hero-v2 .swiper { position: relative; z-index: 2; }
.page-hero .travel-symbol-layer,
.tour-detail-hero .travel-symbol-layer { z-index: 1; }
.page-hero .container,
.tour-detail-hero .container { position: relative; z-index: 3; }

/* New inspiration image ribbon */
.travel-image-ribbon { position: relative; z-index: 8; padding: 58px 0 74px; overflow: hidden; background: #fff; }
.travel-image-ribbon::before {
  position: absolute;
  top: 12px;
  left: 4%;
  content: "✈";
  color: rgba(24,56,102,.07);
  font-size: 8rem;
  transform: rotate(-18deg);
}
.ribbon-heading { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 30px; }
.ribbon-heading p { margin: 0; color: var(--secondary-dark); font-weight: 850; letter-spacing: .04em; text-align: center; }
.mini-symbol { color: var(--primary); animation: symbolTwinkle 2s ease-in-out infinite; }
.travel-ribbon-track { display: grid; grid-template-columns: repeat(6, minmax(150px, 1fr)); gap: 18px; max-width: 1540px; margin: 0 auto; }
.ribbon-image { height: 245px; position: relative; display: block; overflow: hidden; background: var(--secondary-dark); box-shadow: 0 16px 38px rgba(13,45,78,.13); }
.ribbon-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--motion-ease), filter .5s ease; }
.ribbon-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 48%,rgba(4,29,50,.82)); }
.ribbon-image span { position: absolute; z-index: 2; right: 15px; bottom: 14px; left: 15px; color: #fff; font-weight: 900; letter-spacing: .02em; }
.ribbon-image:hover img { transform: scale(1.11); filter: saturate(1.12); }
.ribbon-image:hover { color: #fff; }
.ribbon-shape-one { clip-path: polygon(8% 0,100% 0,92% 100%,0 100%); border-radius: 28px 10px 28px 10px; }
.ribbon-shape-two { clip-path: inset(0 round 80px 20px 80px 20px); }
.ribbon-shape-three { clip-path: polygon(0 10%,90% 0,100% 90%,10% 100%); border-radius: 18px; }
.ribbon-shape-four { clip-path: inset(0 round 20px 80px 20px 80px); }
.ribbon-shape-five { clip-path: polygon(10% 0,100% 8%,90% 100%,0 92%); border-radius: 18px; }
.ribbon-shape-six { clip-path: polygon(0 0,92% 0,100% 100%,8% 100%); border-radius: 10px 28px 10px 28px; }

/* Image masking and premium hover */
.clip-image-enhanced { transition: transform .65s var(--motion-ease), filter .45s ease, clip-path .55s ease; animation: slide-left 3s linear infinite alternate-reverse both; }
.about-media .main.clip-image-enhanced { clip-path: polygon(0 0,92% 0,100% 12%,100% 100%,8% 100%,0 88%); }
.about-media:hover .main.clip-image-enhanced { clip-path: polygon(5% 0,100% 4%,96% 100%,0 96%); transform: scale(1.015); }
.recommend-person.clip-image-enhanced { filter: drop-shadow(0 24px 28px rgba(18,55,83,.2)); }
.why-photo { clip-path: polygon(0 8%,92% 0,100% 90%,10% 100%); }
.blog-feature-card > img.clip-image-enhanced { clip-path: polygon(0 0,100% 0,100% 90%,88% 100%,0 100%); }
.blog-feature-card:hover > img.clip-image-enhanced { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item { isolation: isolate; }
.gallery-item::after { transition: opacity .35s ease, transform .35s ease; }
.gallery-item:hover img.clip-image-enhanced { transform: scale(1.08) rotate(.4deg); filter: saturate(1.12); }
.destination-circle-img,
.tour-media,
.blog-list-v2 article img { position: relative; }
.destination-circle-img::after,
.tour-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(125deg,transparent 35%,rgba(255,255,255,.34) 48%,transparent 61%);
  transform: translateX(-130%);
  transition: transform .75s ease;
  pointer-events: none;
}
.destination-circle-card:hover .destination-circle-img::after,
.tour-card:hover .tour-media::after { transform: translateX(130%); }

/* Animated symbol badges and hover details */
[data-attention="pulse"] { animation: softPulse 2.3s ease-in-out infinite; }
@keyframes softPulse { 0%,100%{box-shadow:0 0 0 0 rgba(241,90,41,.16)} 50%{box-shadow:0 0 0 14px rgba(241,90,41,0)} }
.service-icon i,
.icon-box i,
.step-img img { transition: transform .4s var(--motion-ease); }
.service-step-card:hover .service-icon i,
.feature-item:hover .icon-box i { transform: rotate(-8deg) scale(1.15); }
.booking-steps article:hover .step-img img { transform: translateY(-5px) rotate(4deg); }
.btn-brand i,
.btn-outline-brand i,
.circle-link i { transition: transform .3s ease; }
.btn-brand:hover i,
.btn-outline-brand:hover i { transform: translateX(4px); }
.circle-link:hover i { transform: rotate(45deg); }

/* Responsive refinements */
@media (max-width: 1199.98px) {
  .travel-ribbon-track { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .ribbon-image { height: 225px; }
}
@media (max-width: 767.98px) {
  .travel-symbol { opacity: .62; transform: scale(.8); }
  .symbol-compass,.symbol-spark { display: none; }
  .travel-image-ribbon { padding: 48px 0 60px; }
  .travel-ribbon-track { display: flex; gap: 14px; overflow-x: auto; padding: 5px 18px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .travel-ribbon-track::-webkit-scrollbar { display: none; }
  .ribbon-image { min-width: 230px; height: 275px; flex: 0 0 230px; scroll-snap-align: center; }
  .section-head .section-title::before { right: 0; }
}
@media (max-width: 575.98px) {
  .symbol-plane { top: 12%; right: 3%; width: 48px; height: 48px; }
  .symbol-pin { bottom: 16%; left: 2%; width: 44px; height: 44px; }
  .ribbon-heading { padding: 0 18px; }
  .ribbon-heading p { font-size: .88rem; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.motion-ready [data-animate]:not(.motion-visible),
  .hero-swiper [data-hero-animate] { opacity: 1; }
}

/* =========================================================
   ITD HOLIDAY — SUNRISE-TO-SEA DESIGN & MOTION REFRESH
   ========================================================= */

html { color-scheme: light; }
html:not(.motion-ready) .hero-controls { display: none; }
body {
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
[id] { scroll-margin-top: 104px; }
button,
a,
input,
select,
textarea { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--primary-dark);
}
:where(.form-control, .form-select):focus-visible {
  border-color: var(--primary);
  box-shadow: 0 0 0 5px var(--primary-dark);
}
.container { max-width: 1220px; }
.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.bg-soft-blue,
.bg-light { background: var(--light) !important; }
.bg-navy { background: var(--secondary-dark); }
.section-title {
  color: var(--secondary-dark);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
}
.section-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.eyebrow {
  gap: 9px;
  padding: 7px 11px;
  color: var(--primary);
  background: rgba(8, 121, 185, .08);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.eyebrow::before {
  width: 7px;
  height: 7px;
  background: var(--gold-deep);
  border-radius: 50%;
}
.eyebrow.centered::after { display: none; }
.eyebrow-symbolic::after {
  margin-left: 0;
  color: var(--gold-deep);
  animation: none;
}
.eyebrow-light {
  color: #d9f3ff;
  background: rgba(255, 255, 255, .1);
}
.section-head .section-title::before { display: none; }
.texture-text,
.title-accent {
  color: var(--primary);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  filter: none;
}
.btn-brand,
.btn-outline-brand,
.btn-outline-light-custom {
  min-height: 52px;
  gap: 10px;
  padding: 12px 23px;
  border-radius: 14px;
  font-weight: 750;
  transition:
    transform .28s var(--motion-ease),
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .28s var(--motion-ease);
}
.btn-brand {
  border-color: var(--primary);
  background: var(--primary);
  box-shadow: 0 13px 28px rgba(8, 121, 185, .22);
}
.btn-brand:hover {
  border-color: var(--primary-dark);
  background: var(--primary-dark);
  box-shadow: 0 17px 34px rgba(8, 84, 128, .25);
  transform: translateY(-3px);
}
.btn-outline-brand {
  color: var(--secondary-dark);
  border-color: #b9ceda;
  background: rgba(255, 255, 255, .78);
}
.btn-outline-brand:hover {
  color: #fff;
  border-color: var(--secondary-dark);
  background: var(--secondary-dark);
}
.btn-outline-light-custom {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(10px);
}

/* Header */
.topbar {
  color: #d6ecf7;
  background: linear-gradient(90deg, #05263e, #0b466d);
}
.topbar .container { min-height: 38px; }
.topbar i { color: var(--gold); }
.site-header {
  position: sticky;
  top: 0;
  border-bottom-color: rgba(203, 221, 231, .75);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header.is-sticky {
  position: sticky;
  right: auto;
  left: auto;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 40px rgba(5, 43, 69, .1);
  animation: headerSettle .45s var(--motion-ease);
}
@keyframes headerSettle {
  from { opacity: 0; transform: translateY(-16px); }
  to { opacity: 1; transform: none; }
}
.nav-wrap {
  position: relative;
  min-height: 88px;
  gap: 24px;
}
.brand-logo {
  width: 220px;
  max-height: 72px;
}
.nav-menu { gap: 2px; }
.nav-menu a {
  position: relative;
  padding: 31px 11px;
  color: #25485f;
  font-size: .92rem;
  font-weight: 700;
}
.nav-menu a::after {
  height: 3px;
  position: absolute;
  right: 11px;
  bottom: 21px;
  left: 11px;
  content: "";
  background: linear-gradient(90deg, var(--primary), #16a7dd);
  border-radius: 99px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--motion-ease);
}
.nav-menu a:hover,
.nav-menu a.active { color: var(--primary-dark); }
.nav-menu a:hover::after,
.nav-menu a.active::after { transform: scaleX(1); }
.header-icon,
.menu-toggle {
  color: var(--secondary-dark);
  background: var(--light);
  border: 1px solid var(--border);
}
.header-icon:hover,
.menu-toggle:hover {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}
.nav-actions .btn-brand {
  color: var(--secondary-dark);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 10px 24px rgba(242, 185, 31, .22);
}
.nav-actions .btn-brand:hover {
  border-color: var(--gold-deep);
  background: var(--gold-deep);
}

/* Hero */
.hero-v2 {
  overflow: hidden;
  background: var(--secondary-dark);
}
.hero-v2-slide,
.min-vh-row { min-height: 700px; }
.hero-v2-slide {
  overflow: hidden;
  background-image: none !important;
  background-color: var(--secondary-dark);
}
.hero-v2-slide::before { display: none; }
.hero-scene {
  position: absolute;
  z-index: 0;
  inset: -4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.03);
}
.hero-scene::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 28, 46, .94) 0%, rgba(4, 38, 61, .78) 44%, rgba(4, 38, 61, .24) 74%, rgba(4, 38, 61, .08) 100%);
}
.hero-v2-slide.swiper-slide-active .hero-scene {
  animation: heroScene 8s linear both;
  will-change: transform;
}
.hero-v2.is-out-of-view .hero-scene { animation-play-state: paused; }
@keyframes heroScene {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1%, -.5%, 0); }
}
.hero-v2-slide::after {
  z-index: 1;
  height: 150px;
  background: linear-gradient(180deg, transparent, rgba(4, 35, 56, .38));
  opacity: 1;
}
.hero-v2-content { padding: 72px 0 132px; }
.hero-v2 .hero-title {
  max-width: 820px;
  font-size: clamp(3.55rem, 6.45vw, 6rem);
  font-weight: 800;
  letter-spacing: -.058em;
  line-height: .96;
  text-shadow: 0 6px 25px rgba(0, 0, 0, .18);
}
.hero-v2 .hero-title .texture-text,
.hero-v2 .hero-title span {
  color: var(--gold);
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero-v2 .hero-copy {
  max-width: 650px;
  margin: 22px 0 28px;
  color: rgba(238, 248, 253, .84);
  font-size: 1.08rem;
}
.hero-v2 .hero-kicker {
  margin-bottom: 20px;
  padding: 8px 12px;
  color: #e9f8ff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  backdrop-filter: blur(9px);
  font-size: .77rem;
}
.hero-v2 .hero-kicker i { color: var(--gold); }
.hero .btn-brand {
  color: var(--secondary-dark);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 14px 32px rgba(242, 185, 31, .2);
}
.hero .btn-brand:hover {
  border-color: var(--gold-deep);
  background: var(--gold-deep);
}
.hero-video-btn {
  min-height: 52px;
  padding-right: 8px;
}
.hero-video-btn span {
  width: 48px;
  height: 48px;
  color: var(--secondary-dark);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .1);
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 27px;
  color: rgba(238, 248, 253, .78);
  font-size: .82rem;
  font-weight: 650;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-trust i { color: var(--gold); }
.hero-clouds {
  z-index: 2;
  height: 125px;
  opacity: .26;
}
.hero-plane {
  z-index: 2;
  right: 2vw;
  bottom: 26px;
  opacity: .62;
}
.swiper-slide-active .hero-plane {
  animation: routeSettle 1.45s .35s var(--motion-ease) both;
}
@keyframes routeSettle {
  from { opacity: 0; transform: translate3d(70px, 28px, 0) rotate(3deg); }
  to { opacity: .62; transform: none; }
}
.hero-controls {
  width: auto;
  bottom: 103px;
  gap: 9px;
}
.hero-controls > button {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(3, 32, 52, .32);
  transition:
    transform .25s var(--motion-ease),
    background-color .2s ease,
    border-color .2s ease;
}
.hero-controls > button:hover {
  border-color: var(--gold);
  color: var(--secondary-dark);
  background: var(--gold);
  transform: translateY(-2px);
}
.hero-controls .hero-toggle {
  margin-left: 4px;
  border-style: dashed;
}
.hero-v2 .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  position: relative;
  display: grid;
  place-items: center;
  background: transparent;
  opacity: 1;
}
.hero-v2 .swiper-pagination-bullet::after {
  width: 7px;
  height: 7px;
  content: "";
  background: rgba(255, 255, 255, .82);
  border-radius: 99px;
  transition: width .35s var(--motion-ease), background-color .2s ease;
}
.hero-v2 .swiper-pagination-bullet-active {
  width: 34px;
  background: transparent;
}
.hero-v2 .swiper-pagination-bullet-active::after {
  width: 25px;
  background: var(--gold);
}
.travel-symbol {
  color: rgba(255, 255, 255, .48);
  border-color: rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .07);
  opacity: .7;
  animation: symbolArrive .9s var(--motion-ease) both;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform .22s ease-out;
  will-change: transform;
}
.symbol-star { animation-delay: .15s; }
.symbol-plane { animation-delay: .28s; }
.symbol-compass { animation-delay: .38s; }
.symbol-pin { animation-delay: .48s; }
.symbol-spark { animation-delay: .58s; }
@keyframes symbolArrive {
  from { opacity: 0; }
  to { opacity: .7; }
}

/* Search and inspiration */
.trip-search-wrap { margin-top: -42px; }
.trip-search-card {
  padding: 14px;
  border-color: rgba(207, 224, 234, .92);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(5, 53, 84, .16);
}
.trip-search-heading .search-icon {
  color: var(--secondary-dark);
  background: var(--gold);
  border-radius: 15px;
}
.trip-field {
  border-left-color: var(--border);
  border-radius: 12px;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.trip-field:focus-within {
  background: var(--light);
  box-shadow: inset 0 0 0 1px rgba(8, 121, 185, .15);
}
.trip-field:focus-within label { color: var(--primary); }
.trip-control i { color: var(--primary); }
.trip-search-btn {
  min-height: 64px;
  color: var(--secondary-dark);
  background: var(--gold);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(242, 185, 31, .2);
  transition: transform .25s var(--motion-ease), background-color .2s ease;
}
.trip-search-btn i {
  color: #fff;
  background: var(--secondary-dark);
}
.trip-search-btn:hover {
  color: var(--secondary-dark);
  background: var(--gold-deep);
  transform: translateY(-2px);
}
.travel-image-ribbon {
  padding: 68px 0 82px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 211, 78, .16), transparent 25%),
    var(--warm);
}
.travel-image-ribbon::before {
  color: rgba(8, 121, 185, .06);
  animation: none;
}
.ribbon-heading { margin-bottom: 25px; }
.ribbon-heading p { color: var(--secondary-dark); }
.mini-symbol {
  color: var(--gold-deep);
  animation: none;
}
.travel-ribbon-track { gap: 14px; }
.ribbon-image,
.ribbon-shape-one,
.ribbon-shape-two,
.ribbon-shape-three,
.ribbon-shape-four,
.ribbon-shape-five,
.ribbon-shape-six {
  height: 190px;
  clip-path: none;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
.ribbon-image:nth-child(even) { margin-top: 15px; }
.ribbon-image::after {
  background: linear-gradient(180deg, transparent 35%, rgba(4, 35, 56, .8));
}
.ribbon-image span {
  font-size: .9rem;
  font-weight: 800;
}

/* Homepage sections and cards */
.destination-showcase {
  padding-top: 106px;
  background:
    radial-gradient(circle at 50% 0, rgba(8, 121, 185, .055), transparent 36%),
    #fff;
}
.floating-balloon { opacity: .58; }
.destination-circle-img {
  border-radius: 999px 999px 26px 26px;
  box-shadow: 0 18px 42px rgba(5, 53, 84, .12);
}
.destination-circle-img::after {
  border-width: 6px;
  background: linear-gradient(130deg, transparent 45%, rgba(255, 255, 255, .28));
}
.destination-circle-card .tour-count {
  color: var(--secondary-dark);
  background: var(--gold);
}
.destination-circle-card h3 {
  font-weight: 800;
  letter-spacing: -.02em;
}
.recommend-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 211, 78, .16), transparent 27%),
    var(--light) !important;
}
.recommend-section::before {
  border-color: rgba(8, 121, 185, .05);
}
.recommend-shape {
  background: linear-gradient(145deg, #0795cf, #74d1ec);
  border-radius: 48% 48% 44% 22%;
}
.recommend-shape::before { border-color: rgba(255, 255, 255, .7); }
.recommend-float-card {
  border: 1px solid rgba(220, 233, 240, .85);
  box-shadow: var(--shadow-soft);
}
.recommend-float-card i { background: var(--primary); }
.value-item > span {
  color: var(--primary);
  border-color: var(--border);
  background: #fff;
}
.experience-card {
  background: linear-gradient(120deg, var(--secondary-dark), #0b466d);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 26px;
}
.experience-main {
  position: relative;
  background: var(--primary);
}
.experience-main::after {
  width: 44px;
  height: 4px;
  display: block;
  margin-top: 16px;
  content: "";
  background: var(--gold);
  border-radius: 99px;
}
.experience-stats img { filter: saturate(.9) brightness(1.08); }
.services-v2 {
  padding-top: 112px;
  background:
    radial-gradient(circle at 5% 15%, rgba(8, 121, 185, .055), transparent 22%),
    #fff;
}
.service-step-card {
  min-height: 330px;
  border-color: var(--border);
  border-radius: 24px;
  box-shadow: 0 8px 25px rgba(5, 53, 84, .045);
  transition: transform .35s var(--motion-ease), box-shadow .35s var(--motion-ease), border-color .25s ease;
}
.service-step-card::after { background: rgba(255, 211, 78, .12); }
.service-step-card.featured {
  background: linear-gradient(145deg, var(--secondary-dark), #0b557f);
  border-color: transparent;
  transform: none;
}
.service-step { color: #dceaf1; }
.service-icon {
  color: var(--primary);
  background: rgba(8, 121, 185, .09);
  border-radius: 18px;
}
.service-step-card.featured .service-icon {
  color: var(--secondary-dark);
  background: var(--gold);
}
.service-step-card a { color: var(--primary); }
.service-step-card.featured a { color: var(--gold); }
.video-adventure { min-height: 540px; }
.video-adventure::before {
  background: linear-gradient(180deg, rgba(3, 30, 49, .28), rgba(3, 30, 49, .84));
}
.play-button {
  position: relative;
  color: var(--secondary-dark);
  background: var(--gold);
  box-shadow: none;
  animation: none;
}
.play-button::after {
  position: absolute;
  inset: -1px;
  content: "";
  border: 2px solid rgba(255, 211, 78, .65);
  border-radius: inherit;
  animation: none;
}
.video-adventure.is-in-view .play-button::after { animation: playRing 2.8s ease-out infinite; }
@keyframes playRing {
  0%, 35% { opacity: .75; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.45); }
}
.video-adventure span { color: var(--gold); }
.video-adventure h2 {
  font-size: clamp(3.1rem, 7vw, 6.4rem);
  font-weight: 850;
}
.tour-showcase {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 211, 78, .15), transparent 25%),
    var(--light) !important;
}
.premium-tour-card {
  border: 1px solid rgba(220, 233, 240, .82);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}
.premium-tour-card .tour-media { height: 275px; }
.tour-badge {
  color: var(--secondary-dark);
  background: var(--gold);
}
.tour-location { color: var(--primary); }
.circle-link { background: var(--secondary-dark); }
.tour-favourite { transition: transform .25s var(--motion-ease), color .2s ease, background-color .2s ease; }
.tour-favourite.is-active { background: var(--primary); }
.offer-visual img,
.why-person,
.clip-image-enhanced { animation: none; }
.offer-visual::before {
  background: var(--light);
  border-color: #bdd6e3;
}
.offer-ring {
  color: var(--secondary-dark);
  background: var(--gold);
  box-shadow: var(--shadow);
}
.booking-steps article {
  border-color: var(--border);
  transition: transform .3s var(--motion-ease), background-color .2s ease;
}
.step-index {
  color: var(--secondary-dark);
  background: var(--gold);
}
.step-img { background: var(--light); }
.why-choose-v2 {
  background:
    linear-gradient(120deg, rgba(3, 31, 50, .98), rgba(6, 62, 95, .96)),
    var(--secondary-dark);
}
.why-list i {
  color: var(--secondary-dark);
  background: var(--gold);
}
.why-photo {
  clip-path: none;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 200px 200px 28px 28px;
}
.why-badge {
  color: var(--secondary-dark);
  border: 6px solid rgba(255, 255, 255, .72);
}
.why-badge strong { color: var(--primary); }
.why-choose-v2 .texture-text,
.why-choose-v2 .title-accent { color: var(--gold); }
.testimonial-v2-card {
  border-color: var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  transition: transform .35s var(--motion-ease), box-shadow .35s var(--motion-ease);
}
.testimonial-v2-card .quote-mark {
  color: var(--secondary-dark);
  background: var(--gold);
  border-radius: 16px;
}
.adventure-cta-inner {
  background:
    radial-gradient(circle at 84% 24%, rgba(255, 211, 78, .2), transparent 24%),
    linear-gradient(115deg, var(--secondary-dark), #0879b9);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 28px;
}
.adventure-cta-inner::after { border-color: rgba(255, 211, 78, .1); }
.adventure-cta-inner .btn-brand {
  color: var(--secondary-dark);
  border-color: var(--gold);
  background: var(--gold);
}
.blog-v2 {
  background:
    radial-gradient(circle at 4% 12%, rgba(8, 121, 185, .06), transparent 24%),
    var(--light) !important;
}
.blog-feature-card,
.blog-list-v2 article {
  border: 1px solid rgba(220, 233, 240, .85);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
.blog-feature-card > img.clip-image-enhanced {
  clip-path: none;
}
.blog-feature-body > a,
.blog-list-v2 article > div > a,
.blog-date { color: var(--primary); }
.newsletter-v2-inner {
  color: var(--secondary-dark);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .18), transparent 45%),
    var(--gold);
  box-shadow: 0 22px 52px rgba(157, 116, 5, .2);
}
.newsletter-v2-inner span { color: rgba(6, 43, 69, .68); }
.newsletter-v2-form > i { color: var(--primary); }
.newsletter-v2-form button { background: var(--secondary-dark); }
.footer,
.footer-v2 {
  background-color: #041f33;
}
.footer-brand {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
}
.footer-brand .brand-logo-light {
  width: 270px;
  max-height: 92px;
}
.brand-slogan { color: var(--gold) !important; }
.social-links a,
.footer-contact > li > i {
  border: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .06);
}
.social-links a:hover { background: var(--primary); }
.whatsapp-float,
.back-to-top {
  transition: transform .28s var(--motion-ease), opacity .25s ease, visibility .25s ease, background-color .2s ease;
}
.whatsapp-float { animation: none; }
.back-to-top { background: var(--primary); }

/* Global subpage polish */
.page-hero {
  padding: 108px 0 92px;
  background-color: var(--secondary-dark);
}
.page-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 30, 49, .95), rgba(4, 64, 98, .7)),
    linear-gradient(180deg, transparent 70%, rgba(3, 30, 49, .28));
}
.page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
  font-weight: 800;
  text-wrap: balance;
}
.page-hero h1::after,
.tour-detail-hero h1::after {
  background: linear-gradient(90deg, var(--gold), #fff1a6);
}
.breadcrumb-custom { font-weight: 650; }
.tour-card,
.blog-card,
.contact-card,
.contact-form,
.detail-box,
.accordion-clean details {
  border-color: var(--border);
  border-radius: var(--radius);
}
.contact-card,
.detail-box,
.accordion-clean details { box-shadow: 0 8px 24px rgba(5, 53, 84, .045); }
.contact-card i { color: var(--primary); }
.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
}
.gallery-item { border-radius: var(--radius); }

/* A single coordinated motion language */
:root {
  --animate-duration: .68s;
  --brand-gradient: linear-gradient(100deg, var(--gold) 0%, #fff0a0 30%, #20b4e8 72%, var(--primary) 100%);
}
.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
html.motion-ready [data-animate],
html.motion-ready [data-animate-load] {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity .68s var(--motion-ease),
    transform .68s var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
}
html.motion-ready [data-animate="fadeInLeft"],
html.motion-ready [data-animate-load="fadeInLeft"] {
  transform: translate3d(-24px, 0, 0);
}
html.motion-ready [data-animate="fadeInRight"],
html.motion-ready [data-animate-load="fadeInRight"] {
  transform: translate3d(24px, 0, 0);
}
html.motion-ready [data-animate="fadeInDown"],
html.motion-ready [data-animate-load="fadeInDown"] {
  transform: translate3d(0, -16px, 0);
}
html.motion-ready [data-animate="zoomIn"],
html.motion-ready [data-animate-load="zoomIn"] {
  transform: translate3d(0, 14px, 0) scale(.975);
}
html.motion-ready [data-animate].motion-visible,
html.motion-ready [data-animate-load].motion-visible {
  opacity: 1;
  filter: none;
  transform: none;
}
.hero-swiper [data-hero-animate] {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}
html.motion-ready .hero-swiper [data-hero-animate] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity .68s var(--motion-ease),
    transform .68s var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
}
html.motion-ready .hero-swiper .swiper-slide-active [data-hero-animate].motion-visible {
  opacity: 1;
  filter: none;
  transform: none;
}
[data-attention="pulse"],
.offer-visual img,
.why-person,
.clip-image-enhanced,
.eyebrow-symbolic::after,
.mini-symbol { animation: none; }

@media (hover: hover) and (pointer: fine) {
  .destination-circle-card:hover .destination-circle-img img,
  .ribbon-image:hover img { transform: scale(1.045); }
  .tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(5, 53, 84, .13);
  }
  .service-step-card:hover,
  .service-step-card.featured:hover,
  .testimonial-v2-card:hover {
    border-color: rgba(8, 121, 185, .2);
    box-shadow: 0 22px 50px rgba(5, 53, 84, .12);
    transform: translateY(-6px);
  }
  .blog-list-v2 article:hover,
  .booking-steps article:hover { transform: translateX(5px); }
  .blog-feature-card:hover > img.clip-image-enhanced { transform: scale(1.035); }
  .whatsapp-float:hover,
  .back-to-top:hover { transform: translateY(-3px); }
}

@media (max-width: 1199.98px) {
  .brand-logo { width: 195px; max-height: 66px; }
  .nav-wrap { min-height: 84px; gap: 16px; }
  .nav-menu a { padding-right: 8px; padding-left: 8px; font-size: .88rem; }
  .hero-v2 .hero-title { font-size: clamp(3.45rem, 7.2vw, 5.5rem); }
  .travel-ribbon-track { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .ribbon-image { height: 205px; }
}

@media (max-width: 991.98px) {
  .row { --bs-gutter-x: 1.5rem; }
  .detail-box.sticky { position: static; }
  .nav-menu { max-height: 520px; }
  html.nav-ready .nav-menu { max-height: 0; }
  html.nav-ready .nav-menu.open { max-height: 520px; }
  html:not(.nav-ready) .menu-toggle { display: none; }
  html.motion-ready [data-animate="fadeInLeft"],
  html.motion-ready [data-animate="fadeInRight"],
  html.motion-ready [data-animate-load="fadeInLeft"],
  html.motion-ready [data-animate-load="fadeInRight"] {
    transform: translate3d(0, 16px, 0);
  }
  html.motion-ready .nav-wrap > nav[data-animate-load] { transform: none; }
  .nav-wrap { min-height: 82px; }
  .brand-logo { width: 190px; max-height: 65px; }
  .nav-menu {
    top: 82px;
    right: 12px;
    left: 12px;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    box-shadow: var(--shadow);
  }
  .nav-menu.open { padding-top: 8px; padding-bottom: 10px; }
  .nav-menu a {
    padding: 13px 10px;
    border-bottom-color: var(--border);
  }
  .nav-menu a::after { display: none; }
  .hero-v2-slide,
  .min-vh-row { min-height: 660px; }
  .hero-v2-content { padding: 68px 0 138px; }
  .hero-controls { bottom: 104px; }
  .trip-search-card { gap: 10px; }
  .service-step-card.featured,
  .service-step-card.featured:hover { transform: none; }
}

@media (max-width: 767.98px) {
  .section { padding: 74px 0; }
  .section-sm { padding: 58px 0; }
  .section-title { font-size: clamp(2.05rem, 9.5vw, 3rem); }
  .hero-v2-slide,
  .min-vh-row { min-height: 620px; }
  .hero-v2-content { padding: 65px 0 128px; }
  .hero-v2 .hero-title { font-size: clamp(3rem, 13vw, 4.15rem); }
  .hero-v2 .hero-copy { font-size: .98rem; }
  .hero-trust { gap: 10px 16px; margin-top: 22px; }
  .hero-clouds { height: 85px; }
  .hero-controls { bottom: 82px; left: 18px; }
  .trip-search-wrap { margin-top: -25px; }
  .trip-search-card { padding: 12px; }
  .trip-field { border: 1px solid var(--border); }
  .travel-image-ribbon { padding: 54px 0 62px; }
  .travel-ribbon-track { padding-right: 18px; padding-left: 18px; }
  .ribbon-image,
  .ribbon-image:nth-child(even) {
    min-width: 220px;
    height: 260px;
    margin-top: 0;
  }
  .destination-showcase { padding-top: 78px; }
  .video-adventure { min-height: 470px; }
  .newsletter-v2-inner { border-radius: 22px; }
  .page-hero { padding: 88px 0 76px; }
  .whatsapp-float {
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
  }
  .back-to-top {
    right: 74px;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 2px));
  }
}

@media (max-width: 575.98px) {
  .nav-wrap { min-height: 76px; }
  .brand-logo { width: 170px; max-height: 60px; }
  .nav-menu { top: 76px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero-v2-slide,
  .min-vh-row { min-height: 640px; }
  .hero-v2-content { padding: 58px 0 125px; }
  .hero-v2 .hero-title { font-size: clamp(2.8rem, 13.6vw, 3.45rem); }
  .hero-v2 .hero-kicker { font-size: .68rem; letter-spacing: .09em; }
  .hero-actions { gap: 15px; }
  .hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    font-size: .76rem;
  }
  .hero-controls { bottom: 34px; }
  .hero-controls > button {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .symbol-star,
  .symbol-compass,
  .symbol-pin,
  .symbol-spark { display: none; }
  .symbol-plane { opacity: .38; }
  .trip-search-btn { width: 100%; justify-content: space-between; }
  .experience-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-stats > div:first-child,
  .experience-stats > div:nth-child(2) { border-top: 0; }
  .blog-list-v2 article {
    grid-template-columns: 104px 1fr;
    gap: 12px;
    padding: 10px;
  }
  .blog-list-v2 article img {
    width: 104px;
    height: 104px;
  }
  .blog-list-v2 article h3 {
    margin: 5px 0 8px;
    font-size: .98rem;
  }
  .footer-brand .brand-logo-light { width: 225px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.motion-ready [data-animate],
  html.motion-ready [data-animate-load],
  .hero-swiper [data-hero-animate],
  .hero-swiper .swiper-slide-active [data-hero-animate].motion-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .hero-v2-slide.swiper-slide-active .hero-scene,
  .swiper-slide-active .hero-plane,
  .travel-symbol,
  .play-button::after,
  .site-header.is-sticky {
    animation: none;
  }
}
