:root{
      --blue-600:#2563EB; --blue-700:#1D4ED8;
      --green-500:#22C55E; --green-600:#16A34A;
      --orange-600:#EA580C;
      --purple-600:#9333EA;
      --text:#111827; --muted:#6B7280; --soft:#F3F4F6;
      --border:#E5E7EB; --white:#fff;
      --shadow:0 10px 20px rgba(0,0,0,.08);
      --radius:12px;
      --container:1200px;


    --pp-bg:#F8FAFC; --pp-white:#fff; --pp-text:#0F172A; --pp-muted:#64748B;
    --pp-blue:#2563EB; --pp-green:#22C55E; --pp-border:#E5E7EB;
    --pp-shadow:0 12px 28px rgba(2,6,23,.10); --pp-radius:18px; --pp-container:1200px;

    --pd-dark:#0F172A; --pd-muted:#64748B; --pd-white:#fff;
    --pd-orange:#F97316; --pd-orange-700:#EA580C;
    --pd-border:#E5E7EB; --pd-shadow:0 10px 24px rgba(2,6,23,.10);
    --pd-radius:22px; --pd-container:1200px;


        --au-dark:#0F172A; --au-muted:#475569; --au-white:#fff;
    --au-border:#E5E7EB; --au-shadow:0 16px 40px rgba(2,6,23,.12);
    --au-radius:22px; --au-container:1200px;

        --cs-text:#0F172A; --cs-muted:#6B7280; --cs-white:#fff; --cs-border:#E5E7EB;
    --cs-blue:#2563EB; --cs-blue-50:#EFF6FF;
    --cs-green:#22C55E; --cs-green-50:#ECFDF5;
    --cs-orange:#F97316; --cs-orange-50:#FFF7ED;
    --cs-purple:#8B5CF6; --cs-purple-50:#F5F3FF;
    --cs-shadow:0 10px 24px rgba(2,6,23,.08); --cs-radius:18px; --cs-container:1200px;

    --wc-bg:#F7FAFC; --wc-white:#fff; --wc-text:#0F172A; --wc-muted:#64748B;
    --wc-border:#E5E7EB; --wc-shadow:0 10px 26px rgba(2,6,23,.08);
    --wc-container:1200px; --wc-radius:20px;
    --blue:#3B82F6; --blue-50:#EEF2FF;
    --green:#22C55E; --green-50:#ECFDF5;
    --orange:#F97316; --orange-50:#FFF7ED;
    --purple:#8B5CF6; --purple-50:#F5F3FF;

     --vn-bg:#F7FAFC; --vn-white:#fff; --vn-text:#0F172A; --vn-muted:#6B7280;
    --vn-blue:#3B82F6; --vn-blue-50:#EFF6FF; --vn-border:#E5E7EB;
    --vn-shadow:0 14px 32px rgba(2,6,23,.10); --vn-radius:18px; --vn-container:1200px;

    --sj-grad-1:#3B82F6; --sj-grad-2:#2563EB;
    --sj-white:#fff; --sj-text:#0F172A; --sj-muted:#6B7280;
    --sj-border:#E5E7EB; --sj-shadow:0 16px 40px rgba(2,6,23,.18);
    --sj-container:1180px; --sj-radius:18px;
    --sj-blue:#60A5FA; --sj-cyan:#67E8F9; --sj-indigo:#A5B4FC;

    --tw-bg:#F7FAFC; --tw-white:#fff; --tw-text:#0F172A; --tw-muted:#6B7280;
    --tw-border:#E5E7EB; --tw-shadow:0 12px 28px rgba(2,6,23,.10);
    --tw-container:1200px; --tw-radius:20px; --tw-star:#F59E0B;

     --vt-bg:#0F1622; --vt-card:#121A27; --vt-text:#E5E7EB; --vt-muted:#94A3B8;
    --vt-link:#C7D2FE; --vt-border:#1F2937; --vt-brand:#8DB4FF;
    --vt-container:1200px;

    --hf-white:#fff; --hf-text:#0F172A; --hf-muted:#6B7280; --hf-blue:#22C55E; --hf-primary:#16A34A;
    --hf-border:#E5E7EB; --hf-shadow:0 14px 28px rgba(2,6,23,.08); --hf-container:1200px; --hf-radius:18px;
    --hf-star:#F59E0B;



    }

    /* Base */
    *{box-sizing:border-box}
    html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    button{font:inherit}
    /* Layout: Flex + Col (no CSS Grid) */
    .container{max-width:var(--container);margin:auto;padding:0 24px}
    .row{display:flex;flex-wrap:wrap;margin:0 -12px}
    .col{padding:12px;flex:1 0 100%}
    @media(min-width:640px){.col-sm-6{flex:0 0 50%}.col-sm-12{flex:0 0 100%}}
    @media(min-width:768px){.col-md-3{flex:0 0 25%}.col-md-4{flex:0 0 33.333%}.col-md-6{flex:0 0 50%}.col-md-8{flex:0 0 66.666%}.col-md-12{flex:0 0 100%}}
    @media(min-width:1024px){.col-lg-3{flex:0 0 25%}.col-lg-4{flex:0 0 33.333%}.col-lg-6{flex:0 0 50%}}


/* Base widths (mobile-first) */
.col-1  { flex: 0 0 8.3333%;  max-width: 8.3333%;  }
.col-2  { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3  { flex: 0 0 25%;      max-width: 25%;      }
.col-4  { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5  { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6  { flex: 0 0 50%;      max-width: 50%;      }
.col-7  { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8  { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9  { flex: 0 0 75%;      max-width: 75%;      }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%;     max-width: 100%;     }

/* Offsets (push content to the right by N columns) */
.offset-1  { margin-left: 8.3333%;  }
.offset-2  { margin-left: 16.6667%; }
.offset-3  { margin-left: 25%;      }
.offset-4  { margin-left: 33.3333%; }
.offset-5  { margin-left: 41.6667%; }
.offset-6  { margin-left: 50%;      }
.offset-7  { margin-left: 58.3333%; }
.offset-8  { margin-left: 66.6667%; }
.offset-9  { margin-left: 75%;      }
.offset-10 { margin-left: 83.3333%; }
.offset-11 { margin-left: 91.6667%; }

/* Ordering */
.order-first { order: -999; }
.order-last  { order:  999; }
.order-1  { order: 1; } .order-2  { order: 2; } .order-3  { order: 3; }
.order-4  { order: 4; } .order-5  { order: 5; } .order-6  { order: 6; }
.order-7  { order: 7; } .order-8  { order: 8; } .order-9  { order: 9; }
.order-10 { order:10; } .order-11 { order:11; } .order-12 { order:12; }

/* Utilities for alignment on a row */
.row.justify-start  { justify-content: flex-start; }
.row.justify-center { justify-content: center; }
.row.justify-end    { justify-content: flex-end; }
.row.justify-between{ justify-content: space-between; }
.row.align-start    { align-items: flex-start; }
.row.align-center   { align-items: center; }
.row.align-end      { align-items: flex-end; }

/* ===== Responsive breakpoints ===== */
@media (min-width: 576px) {
  .col-sm-1  { flex:0 0 8.3333%;  max-width:8.3333%;  }
  .col-sm-2  { flex:0 0 16.6667%; max-width:16.6667%; }
  .col-sm-3  { flex:0 0 25%;      max-width:25%;      }
  .col-sm-4  { flex:0 0 33.3333%; max-width:33.3333%; }
  .col-sm-5  { flex:0 0 41.6667%; max-width:41.6667%; }
  .col-sm-6  { flex:0 0 50%;      max-width:50%;      }
  .col-sm-7  { flex:0 0 58.3333%; max-width:58.3333%; }
  .col-sm-8  { flex:0 0 66.6667%; max-width:66.6667%; }
  .col-sm-9  { flex:0 0 75%;      max-width:75%;      }
  .col-sm-10 { flex:0 0 83.3333%; max-width:83.3333%; }
  .col-sm-11 { flex:0 0 91.6667%; max-width:91.6667%; }
  .col-sm-12 { flex:0 0 100%;     max-width:100%;     }

  .offset-sm-1  { margin-left: 8.3333%;  }
  .offset-sm-2  { margin-left:16.6667%; }
  .offset-sm-3  { margin-left:25%;      }
  .offset-sm-4  { margin-left:33.3333%; }
  .offset-sm-5  { margin-left:41.6667%; }
  .offset-sm-6  { margin-left:50%;      }
  .offset-sm-7  { margin-left:58.3333%; }
  .offset-sm-8  { margin-left:66.6667%; }
  .offset-sm-9  { margin-left:75%;      }
  .offset-sm-10 { margin-left:83.3333%; }
  .offset-sm-11 { margin-left:91.6667%; }

  .order-sm-first{ order:-999; } .order-sm-last{ order:999; }
  .order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}
  .order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}
  .order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}
  .order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}
}

@media (min-width: 768px) {
  .col-md-1{flex:0 0 8.3333%;max-width:8.3333%}
  .col-md-2{flex:0 0 16.6667%;max-width:16.6667%}
  .col-md-3{flex:0 0 25%;max-width:25%}
  .col-md-4{flex:0 0 33.3333%;max-width:33.3333%}
  .col-md-5{flex:0 0 41.6667%;max-width:41.6667%}
  .col-md-6{flex:0 0 50%;max-width:50%}
  .col-md-7{flex:0 0 58.3333%;max-width:58.3333%}
  .col-md-8{flex:0 0 66.6667%;max-width:66.6667%}
  .col-md-9{flex:0 0 75%;max-width:75%}
  .col-md-10{flex:0 0 83.3333%;max-width:83.3333%}
  .col-md-11{flex:0 0 91.6667%;max-width:91.6667%}
  .col-md-12{flex:0 0 100%;max-width:100%}

  .offset-md-1{margin-left:8.3333%}.offset-md-2{margin-left:16.6667%}
  .offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}
  .offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}
  .offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}
  .offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}
  .offset-md-11{margin-left:91.6667%}

  .order-md-first{order:-999}.order-md-last{order:999}
  .order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}
  .order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}
  .order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}
  .order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}
}

@media (min-width: 1024px) {
  .col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}
  .col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}
  .col-lg-3{flex:0 0 25%;max-width:25%}
  .col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}
  .col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}
  .col-lg-6{flex:0 0 50%;max-width:50%}
  .col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}
  .col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}
  .col-lg-9{flex:0 0 75%;max-width:75%}
  .col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}
  .col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}
  .col-lg-12{flex:0 0 100%;max-width:100%}

  .offset-lg-1{margin-left:8.3333%}.offset-lg-2{margin-left:16.6667%}
  .offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}
  .offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}
  .offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}
  .offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}
  .offset-lg-11{margin-left:91.6667%}

  .order-lg-first{order:-999}.order-lg-last{order:999}
  .order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}
  .order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}
  .order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}
  .order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}
}

@media (min-width: 1280px) {
  .col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}
  .col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}
  .col-xl-3{flex:0 0 25%;max-width:25%}
  .col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}
  .col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}
  .col-xl-6{flex:0 0 50%;max-width:50%}
  .col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}
  .col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}
  .col-xl-9{flex:0 0 75%;max-width:75%}
  .col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}
  .col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}
  .col-xl-12{flex:0 0 100%;max-width:100%}

  .offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}
  .offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}
  .offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}
  .offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}
  .offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}
  .offset-xl-11{margin-left:91.6667%}

  .order-xl-first{order:-999}.order-xl-last{order:999}
  .order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}
  .order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}
  .order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}
  .order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}
}
















    /* Navbar */
    .nav{position:relative;z-index:20;background:#fff;border-bottom:1px solid var(--border)}
    .nav__inner{display:flex;align-items:center;justify-content:space-between;height:64px}
    .brand{font-weight:700;color:var(--blue-600);font-size:20px}
    .nav__links{display:flex;gap:24px;align-items:center}
    .nav__links a{font-weight:600;color:#374151;font-size:14px}
    .nav__cta{display:flex;gap:12px;align-items:center}
    .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;font-weight:600;transition:.2s}
    .btn--primary{background:var(--blue-600);color:#fff}
    .btn--primary:hover{background:var(--blue-700)}
    .btn--ghost{color:#374151}
    .hamburger{display:none;border:1px solid var(--border);border-radius:10px;padding:8px;background:#fff}
    .hamburger i{font-size:18px}
    @media(max-width:991px){
      .nav__links{display:none}
      .hamburger{display:inline-flex}
    }
    
      :root{
      --heroBanner-h:768px; --heroBanner-h-m:560px;
      --text:#0F172A; --muted:#475569; --white:#fff;
      --primary:#2563EB; --success:#22C55E;
    }
    .heroBanner{position:relative;width:100%;overflow:hidden}
    .heroBanner .swiper, .heroBanner-slide{width:100%;height:min(var(--heroBanner-h),100vh)}
    @media(max-width:640px){.heroBanner .swiper, .heroBanner-slide{height:var(--heroBanner-h-m)}}

    .heroBanner-slide{
      position:relative;display:flex;align-items:center;
      background-size:cover;background-position:center right;background-image:var(--bg);
    }
    .heroBanner-slide::before{
      content:"";position:absolute;inset:0;
      background:linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.75) 28%,
                                 rgba(255,255,255,.15) 55%, rgba(255,255,255,0) 72%);
    }

      .heroBanner-inner{position:relative;z-index:1;max-width:720px;margin-left:7%;display:flex;flex-direction:column;gap:18px;color:var(--text)}
      .heroBanner-title{margin:0;font-size:48px;line-height:1.15;font-weight:900}
      .heroBanner-title span{color:#2F6CF6}
      .heroBanner-sub{max-width:620px;color:var(--muted);font-size:18px;line-height:1.7}
      .heroBanner-cta{display:flex;gap:16px;flex-wrap:wrap}

      .btn{display:inline-block;border-radius:12px;padding:12px 20px;font-weight:800;font-size:15px;color:#fff;text-decoration:none}
      .btn-primary{background:var(--primary)} .btn-success{background:var(--success)}
      .btn:hover{filter:brightness(.95)} .btn:active{transform:translateY(1px)}

      .heroBanner-dots .swiper-pagination-bullet{background:#CBD5E1;opacity:1}
      .heroBanner-dots .swiper-pagination-bullet-active{background:#3B82F6}
      .heroBanner-nav{color:#ffffff;--swiper-navigation-size:26px;text-shadow:0 8px 24px rgba(0,0,0,.35)}
        .heroBannerImage {
    position: absolute;
    width: 100%;
    height: 100%;
}
  .heroBannerImage img{
        object-fit: cover;
    width: 100%;
    height: 100%;
  }


      /* Mobile drawer */
      .drawer{position:fixed;inset:0 0 auto 0;background:rgba(0,0,0,.4);display:none}
      .drawer.is-open{display:block}
      .drawer__panel{background:#fff;width:100%;max-width:360px;height:100vh;box-shadow:var(--shadow);padding:24px}
      .drawer__list{display:flex;flex-direction:column;gap:16px;margin-top:8px}
      .drawer__list a{font-weight:600;color:#374151}

      /* Hero Slick */
      .hero{position:relative}
      .hero .slide{position:relative;height:768px;width:100vw;overflow:hidden}
      .hero .bg{position:absolute;inset:0;background-size:cover;background-position:center}
      .hero .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.15))}
      .hero .content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 24px}
      .hero h1{font-size:40px;line-height:1.2;margin:0 0 12px}
      .hero p{max-width:720px;margin:0 auto 20px;color:#E5E7EB}
      .hero .btn{margin:0 6px}
      @media(max-width:640px){.hero h1{font-size:28px}}

      .slick-dots li button:before{color:#fff;opacity:.6}
      .slick-dots li.slick-active button:before{opacity:1}
      .slick-prev:before,.slick-next:before{font-size:28px}

      /* Sections */
      .section{padding:72px 0}
      .section h2{font-size:22px;font-weight:700;margin:0 0 8px;text-align:center}
      .section p.lead{color:var(--muted);font-size:14px;text-align:center;margin:0 auto 28px;max-width:720px}

      /* Cards */
      .card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);height:auto;display:flex;flex-direction:column}
      .thumb{border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
      .card__icon{width:36px;height:36px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}
      .card h3{font-size:16px;margin:0 0 6px}
      .card p{color:var(--muted);font-size:14px;margin:0 0 12px;flex-grow:1}
      .chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:600;font-size:12px}
      .chip--green{background:#34D399;color:#fff}
      .chip--blue{background:var(--blue-600);color:#fff}
      .chip--orange{background:var(--orange-600);color:#fff}
      .chip--purple{background:var(--purple-600);color:#fff}
      .price{color:var(--blue-600);font-weight:700}

      /* Tabs */
      .tabs{display:flex;gap:8px;justify-content:center;margin-bottom:18px}
      .tab-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;font-weight:600;font-size:14px;color:#374151;cursor:pointer}
      .tab-btn.is-active{background:var(--blue-600);border-color:var(--blue-600);color:#fff}

      /* CTA band */
      .cta-box{background: #efefef;}
      .cta-center{text-align:center}
      .cta-center .btn{margin:0 6px}


      /* Gradient form band */
      .band{background:linear-gradient(135deg,#1D4ED8,#3B82F6);border-radius:16px;color:#fff;padding:48px}
      .band h3{text-align:center;margin:0 0 24px}
      .band .left-item{display:flex;gap:12px}
      .band .left-icon{background:rgba(255,255,255,.15);border-radius:999px;width:44px;height:44px;display:flex;align-items:center;justify-content:center}
      .form{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:24px}
      .input{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:14px}
      .input:focus{outline:2px solid #93C5FD}

      /*POPULAR DESTINATIONS*/
      .pd-container{max-width:var(--pd-container);margin:0 auto;padding:0 24px}
      .pd-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .pd-col{padding:12px;flex:1 0 100%}
      @media(min-width:640px){.pd-sm-6{flex:0 0 50%}}
      @media(min-width:992px){.pd-md-3{flex:0 0 25%}}

      /* Section header */
      .pd-section{padding:56px 0 40px;background:#fff}
      .pd-title{margin:0 0 8px;text-align:center;font-size:34px;line-height:1.2;color:#111827;font-weight:800}
      .pd-subtitle{text-align:center;margin:0 auto 28px;color:var(--pd-muted);font-size:16px;max-width:720px}

      /* Card */
      .pd-card{display:flex;flex-direction:column;gap:14px}
      .pd-image{position:relative;border-radius:var(--pd-radius);overflow:hidden;box-shadow:var(--pd-shadow)}
      .pd-image img{width:100%;height:210px;object-fit:cover;transform:scale(1);transition:transform .6s cubic-bezier(.2,.6,.2,1)}
      .pd-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0) 45%,rgba(2,6,23,.55) 100%);pointer-events:none;transition:opacity .35s}
      .pd-text{position:absolute;left:20px;bottom:16px;color:var(--pd-white)}
      .pd-text h3{margin:0 0 6px;font-size:18px;font-weight:700;letter-spacing:.2px}
      .pd-text span{font-size:14px;opacity:.9}

      /* Button */
      .pd-btn{width:100%;border:none;border-radius:12px;background:var(--pd-orange);color:#fff;
      font-weight:600;font-size:16px;padding:12px 16px;cursor:pointer;box-shadow:var(--pd-shadow);
      transition:transform .15s ease, background .2s ease}
      .pd-btn:hover{background:var(--pd-orange-700)}
      .pd-btn:active{transform:translateY(1px)}

      /* Hover motion */
      .pd-card:hover .pd-image img{transform:scale(1.06)}
      .pd-card:hover .pd-overlay{opacity:.9}

      /* Entrance motion */
      .reveal{opacity:0;transform:translateY(18px);will-change:transform,opacity}
      .reveal.in-view{opacity:1;transform:translateY(0);transition:opacity .45s ease, transform .45s ease}

      @media (prefers-reduced-motion: reduce){
      .pd-image img,.pd-btn,.reveal{transition:none}
      }



      /* Container + Flex/Col (no CSS Grid) */
      .pp-container{max-width:var(--pp-container);margin:0 auto;padding:0 24px}
      .pp-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .pp-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.pp-md-4{flex:0 0 33.333%}}

      /* Section */
      .pp-section{background:var(--pp-bg);padding:56px 0}
      .pp-title{margin:0 0 8px;text-align:center;font-size:34px;line-height:1.2;color:#111827;font-weight:800}
      .pp-subtitle{text-align:center;margin:0 auto 28px;color:var(--pp-muted);font-size:16px;max-width:720px}

      /* Card */
      .pp-card{background:var(--pp-white);border:1px solid var(--pp-border);border-radius:20px;box-shadow:var(--pp-shadow);overflow:hidden;display:flex;flex-direction:column}
      .pp-media{height:232px;overflow:hidden;position:relative}
      .pp-media img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .6s cubic-bezier(.2,.6,.2,1)}
      .pp-body{padding:22px}
      .pp-body h3{margin:0 0 10px;font-size:20px;color:var(--pp-text)}
      .pp-meta{color:var(--pp-muted);font-size:14px;margin-bottom:12px}
      .pp-body p{color:var(--pp-muted);font-size:15px;line-height:1.6;margin:0 0 16px}
      .pp-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}
      .pp-price{display:flex;align-items:baseline;gap:8px}
      .pp-now{color:var(--pp-blue);font-weight:800;font-size:22px}
      .pp-was{color:#94A3B8;text-decoration:line-through;font-size:14px}
      .pp-btn{border:none;background:var(--pp-green);color:#fff;font-weight:700;font-size:14px;
      padding:10px 16px;border-radius:10px;cursor:pointer;transition:transform .15s ease, filter .2s ease}
      .pp-btn:hover{filter:brightness(.95)}
      .pp-btn:active{transform:translateY(1px)}

      /* Motion */
      .pp-card:hover .pp-media img{transform:scale(1.06)}
     

      @media (prefers-reduced-motion: reduce){.pp-media img,.pp-btn,.reveal{transition:none}}



      /* Container + Flex/Col */
      .au-container{max-width:var(--au-container);margin:0 auto;padding:0 24px}
      .au-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .au-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.au-md-6{flex:0 0 50%}}
      .au-align{align-items:center}

      /* Section */
      .au-section{padding:56px 0;background:#fff}
      .au-title{margin:0 0 18px;font-size:34px;line-height:1.2;font-weight:800;color:var(--au-dark)}
      .au-text{color:var(--au-muted);font-size:16px;line-height:1.8;margin:0 0 14px;max-width:640px}

      /* Stats */
      .au-stats{display:flex;flex-wrap:wrap;gap:16px;margin-top:18px}
      .au-stat{
      flex:1 0 240px;background:var(--bg);border:1px solid var(--au-border);
      border-radius:18px;padding:22px;text-align:center;box-shadow:0 6px 18px rgba(2,6,23,.06);
      }
      .au-number{font-size:32px;font-weight:800;color:var(--fg);margin-bottom:6px}
      .au-label{font-size:14px;color:#64748B}

      /* Photo */
      .au-photo{border-radius:26px;overflow:hidden;box-shadow:var(--au-shadow);margin:8px 0 0}
      .au-photo img{width:100%;height:370px;object-fit:cover;transform:scale(1);transition:transform .6s cubic-bezier(.2,.6,.2,1)}
      .au-photo:hover img{transform:scale(1.03)}

      /* Motion */
      

      @media (prefers-reduced-motion:reduce){.reveal,.au-photo img{transition:none}}



      /* Container + Flex/Col (no CSS Grid) */
      .cs-container{max-width:var(--cs-container);margin:0 auto;padding:0 24px}
      .cs-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .cs-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.cs-md-3{flex:0 0 25%}}

      /* Section header */
      .cs-section{padding:56px 0;background:#fff}
      .cs-title{margin:0 0 8px;text-align:center;font-size:34px;line-height:1.2;color:#111827;font-weight:800}
      .cs-subtitle{text-align:center;margin:0 auto 28px;color:#4B5563;font-size:16px;max-width:720px}

      /* Segmented tabs */
      .cs-tabs{display:flex;justify-content:center;margin-bottom:18px}
      .cs-pill{display:flex;gap:6px;background:#F1F5F9;border:1px solid var(--cs-border);padding:6px;border-radius:999px}
      .cs-tab{
      border:0;background:transparent;border-radius:999px;padding:10px 20px;font-weight:700;
      color:#334155;cursor:pointer;transition:background .2s ease,color .2s ease, transform .15s ease;font-size:14px;
      }
      .cs-tab.is-active{background:var(--cs-blue);color:#fff;box-shadow:var(--cs-shadow)}
      .cs-tab:active{transform:translateY(1px)}

      /* Cards */
      .cs-card{
      background:var(--cs-white);border:1px solid var(--cs-border);border-radius:20px;box-shadow:var(--cs-shadow);
      padding:22px;display:flex;flex-direction:column;height:100%;
      }
      .cs-icon{
      width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;
      background:#fff;box-shadow:inset 0 0 0 1px var(--cs-border);margin-bottom:14px;font-weight:700
      }
      .cs-card-title{margin:0 0 8px;font-size:16px;color:var(--cs-text);font-weight:800}
      .cs-card-text{color:#64748B;font-size:14px;margin:0 0 14px;flex-grow:1}

      /* Tint backgrounds */
      .cs-bg-green{background:var(--cs-green-50);border-color:#D1FAE5}
      .cs-bg-blue{background:var(--cs-blue-50);border-color:#DBEAFE}
      .cs-bg-orange{background:var(--cs-orange-50);border-color:#FED7AA}
      .cs-bg-purple{background:var(--cs-purple-50);border-color:#E9D5FF}
      .cs-ink-green{color:#16A34A}.cs-ink-blue{color:#2563EB}.cs-ink-orange{color:#EA580C}.cs-ink-purple{color:#7C3AED}

      /* Buttons */
      .cs-btn{border:0;border-radius:10px;padding:10px 14px;font-weight:800;font-size:13px;color:#fff;cursor:pointer;transition:filter .2s ease, transform .15s ease}
      .cs-btn-green{background:var(--cs-green)} .cs-btn-blue{background:var(--cs-blue)}
      .cs-btn-orange{background:var(--cs-orange)} .cs-btn-purple{background:var(--cs-purple)}
      .cs-btn:hover{filter:brightness(.95)} .cs-btn:active{transform:translateY(1px)}

      /* Motion */
      

      .cs-card:hover .cs-icon{transform:translateY(-1px)}
      @media (prefers-reduced-motion:reduce){
        .reveal,.cs-tab,.cs-btn,.cs-icon{transition:none}}



      .wc-container{max-width:var(--wc-container);margin:0 auto;padding:0 24px}
      .wc-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .wc-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.wc-md-3{flex:0 0 25%}}

      .wc-section{background:var(--wc-bg);padding:56px 0}
      .wc-title{margin:0 0 8px;text-align:center;font-size:32px;line-height:1.2;font-weight:800;color:#111827}
      .wc-subtitle{text-align:center;margin:0 auto 28px;color:var(--wc-muted);font-size:16px;max-width:720px}

      .wc-card{
      background:var(--wc-white);border:1px solid var(--wc-border);border-radius:var(--wc-radius);
      box-shadow:var(--wc-shadow);padding:24px;height:100%;display:flex;flex-direction:column
      }
      .wc-icon{
      width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;
      margin-bottom:14px;background:#fff;box-shadow:inset 0 0 0 1px var(--wc-border)
      }
      .wc-i-blue{color:var(--blue);background:rgba(59,130,246,.12)}
      .wc-i-green{color:var(--green);background:rgba(34,197,94,.12)}
      .wc-i-orange{color:var(--orange);background:rgba(249,115,22,.12)}
      .wc-i-purple{color:var(--purple);background:rgba(139,92,246,.12)}

      .wc-card-title{margin:0 0 8px;font-size:18px;font-weight:800;color:var(--wc-text)}
      .wc-card-text{margin:0;color:var(--wc-muted);font-size:14px;line-height:1.7}

      /* Motion */
      

      .wc-card:hover .wc-icon{transform:translateY(-1px);transition:transform .2s ease}
      @media(prefers-reduced-motion:reduce){.reveal,.wc-icon{transition:none}}



      /* Container + Flex/Col */
      .vn-container{max-width:var(--vn-container);margin:0 auto;padding:0 24px}
      .vn-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .vn-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.vn-md-3{flex:0 0 25%}}

      /* Section head */
      .vn-section{background:var(--vn-bg);padding:56px 0}
      .vn-title{text-align:center;margin:0 0 8px;font-size:30px;letter-spacing:.06em;font-weight:900;color:#111827}
      .vn-subtitle{text-align:center;margin:0 auto 28px;color:var(--vn-muted);font-size:16px;max-width:760px}

      /* Card */
      .vn-card{
      background:var(--vn-white);border:1px solid var(--vn-border);border-radius:22px;
      padding:22px;box-shadow:var(--vn-shadow);display:flex;flex-direction:column;height:100%;
      }
      /* Flag area */
      .vn-flagwrap{
      height:140px;border-radius:18px;background:#0B3B91; /* deep blue for flags */
      display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden;
      position:relative;box-shadow:inset 0 6px 18px rgba(0,0,0,.15);
      }
      .vn-flag{height:70%;width:auto;filter:drop-shadow(0 10px 14px rgba(0,0,0,.25))}
      .vn-soft{background:linear-gradient(180deg,#F1F5F9,#E2E8F0)}
      .vn-tint{background:#DFF1F8}
      .vn-badge{height:76px;width:76px;border-radius:50%;box-shadow:0 8px 18px rgba(2,6,23,.18);object-fit:cover}
      .vn-watermark{position:absolute;right:18px;bottom:16px;color:#94A3B8;font-weight:900;letter-spacing:.1em}

      .vn-name{margin:0 0 6px;font-size:15px;font-weight:800;color:var(--vn-text)}
      .vn-meta{margin:0 0 10px;color:#94A3B8;font-size:13px}
      .vn-start{color:var(--vn-blue);font-weight:800;text-decoration:none;margin-bottom:14px}
      .vn-btn{
      margin-top:auto;border:0;background:var(--vn-blue);color:#fff;font-weight:800;font-size:14px;
      border-radius:10px;padding:12px 14px;cursor:pointer;transition:filter .2s ease, transform .15s ease
      }
      .vn-btn:hover{filter:brightness(.95)} .vn-btn:active{transform:translateY(1px)}

      /* Motion */

      @media(prefers-reduced-motion:reduce){.reveal,.vn-btn{transition:none}}

      /* Section background */
      .sj-section{
      background:linear-gradient(135deg,var(--sj-grad-2),var(--sj-grad-1));
      position:relative; padding:64px 0;
      }
      .sj-section::before{
      content:""; position:absolute; inset:0;
      background:radial-gradient(1200px 400px at -10% -10%,rgba(255,255,255,.08),transparent 60%),
      radial-gradient(1200px 400px at 110% 110%,rgba(255,255,255,.08),transparent 60%);
      pointer-events:none;
      }

      /* Container + Flex/Col */
      .sj-container{max-width:var(--sj-container);margin:0 auto;padding:0 24px;position:relative;z-index:1}
      .sj-row{display:flex;flex-wrap:wrap;margin:0 -12px}
      .sj-col{padding:12px;flex:1 0 100%}
      @media(min-width:992px){.sj-md-5{flex:0 0 42%}.sj-md-7{flex:0 0 58%}}
      @media(min-width:620px){.sj-sm-6{flex:0 0 50%}.sj-sm-12{flex:0 0 100%}}
      .sj-g-10{row-gap:10px}

      /* Headings */
      .sj-title{color:#fff;text-align:center;font-size:32px;font-weight:800;margin:0 0 8px}
      .sj-subtitle{color:rgba(255,255,255,.9);text-align:center;margin:0 0 24px}

      /* Left pane */
      .sj-pane{
      background:rgba(255,255,255,.08); backdrop-filter:saturate(120%) blur(6px);
      border:1px solid rgba(255,255,255,.18); border-radius:22px; padding:24px 20px; color:#EAF2FF;
      }
      .sj-item{display:flex;gap:14px;align-items:flex-start;padding:14px 8px}
      .sj-item h3{color:#fff;margin:0 0 6px;font-size:18px}
      .sj-item p{color:#E2E8F0;margin:0;font-size:14px;line-height:1.7}
      .sj-icon{
      width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;
      color:#0B1020;background:rgba(255,255,255,.15)
      }
      .sj-i-blue{color:var(--sj-blue)} .sj-i-cyan{color:var(--sj-cyan)} .sj-i-indigo{color:var(--sj-indigo)}

      /* Form */
      .sj-form{
      background:var(--sj-white); border:1px solid var(--sj-border); border-radius:22px;
      padding:22px; box-shadow:var(--sj-shadow)
      }
      .sj-form label{display:block;font-size:12px;color:#64748B;margin:0 0 6px}
      .sj-form input,.sj-form select,.sj-form textarea{
      width:100%; border:1px solid var(--sj-border); border-radius:10px; padding:12px 12px;
      font-size:14px; outline:none; background:#fff; color:var(--sj-text);
      transition:box-shadow .2s ease, border-color .2s ease;
      }
      .sj-form input:focus,.sj-form select:focus,.sj-form textarea:focus{
      border-color:#93C5FD; box-shadow:0 0 0 3px rgba(59,130,246,.25)
      }
      .sj-count{font-size:12px;color:#94A3B8;text-align:right;margin-top:6px}

      .sj-btn{
      margin-top:12px; width:180px; border:0; border-radius:12px; padding:12px 16px;
      background:#3B82F6; color:#fff; font-weight:800; cursor:pointer;
      transition:filter .2s ease, transform .15s ease
      }
      .sj-btn:hover{filter:brightness(.95)} .sj-btn:active{transform:translateY(1px)}


      .tw-container{max-width:var(--tw-container);margin:0 auto;padding:0 24px}
      .tw-section{background:var(--tw-bg);padding:56px 0}
      .tw-title{text-align:center;font-size:30px;font-weight:900;color:#0f172a;margin:0 0 8px;letter-spacing:.02em}
      .tw-subtitle{text-align:center;color:var(--tw-muted);margin:0 0 24px}

      .tw-card{
      background:var(--tw-white);border:1px solid var(--tw-border);border-radius:var(--tw-radius);
      padding:22px;box-shadow:var(--tw-shadow);height:100%
      }
      .tw-stars{display:flex;gap:4px;color:var(--tw-star);margin-bottom:12px}
      .tw-quote{color:#475569;line-height:1.8;margin:0 0 18px}
      .tw-user{display:flex;align-items:center;gap:12px}
      .tw-avatar{
      width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;
      color:#fff;font-weight:800;background:var(--bg, #3B82F6)
      }
      .tw-name{font-weight:800;color:var(--tw-text)}
      .tw-role{font-size:13px;color:#94A3B8}

      /* Swiper pagination styling */
      .swiper-pagination-bullet{background:#CBD5E1;opacity:1}
      .swiper-pagination-bullet-active{background:#3B82F6}


      .vt-footer{background:var(--vt-bg);color:var(--vt-text);padding:36px 0 22px}
      .vt-wrap{max-width:var(--vt-container);margin:0 auto;padding:0 24px;display:flex;flex-wrap:wrap;gap:28px}
      .vt-col{flex:1 0 220px}
      .vt-brand{flex:1 0 300px}
      .vt-logo{margin:0 0 10px;color:var(--vt-brand);font-weight:800;font-size:26px}
      .vt-brand p{color:var(--vt-muted);max-width:360px;margin:0 0 12px;line-height:1.7}

      .vt-social{display:flex;gap:10px}
      .vt-soc{width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;
      color:#cbd5e1;background:var(--vt-card)}
      .vt-soc:hover{color:#fff}

      h4{margin:0 0 10px;font-weight:700}
      .vt-links{list-style:none;padding:0;margin:0;display:grid;gap:8px}
      .vt-links a{color:var(--vt-link);text-decoration:none}
      .vt-links a:hover{text-decoration:underline}

      .vt-contact{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:var(--vt-muted)}
      .vt-ico{display:inline-flex;width:20px}

      .vt-bottom{border-top:1px solid var(--vt-border);margin-top:18px;padding-top:12px;align-items:center;justify-content:space-between}
      .vt-bottom p{margin:0;color:#9CA3AF;font-size:14px}
      .vt-pay{display:flex;align-items:center;gap:10px}
      .vt-pill{padding:4px 8px;border-radius:6px;background:var(--vt-card);font-size:12px;color:#cbd5e1}
      .vt-dot{width:6px;height:6px;border-radius:50%;background:#475569;display:inline-block}

      @media (max-width:800px){
      .vt-bottom{flex-direction:column;gap:10px;align-items:flex-start}
      }

      /* Utilities */
      .text-center{text-align:center}.muted{color:var(--muted)}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}
      .sr-only{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}


/* Hotels*/

  .hf-container{max-width:var(--hf-container);margin:0 auto;padding:0 24px}
  .hf-section{padding:56px 0}
  .hf-title{text-align:center;font-weight:900;font-size:34px;margin:0 0 8px;color:#111827}
  .hf-subtitle{text-align:center;color:#64748B;margin:0 0 24px}

  /* Flex/Col layout (no grid) */
  .hf-row{display:flex;flex-wrap:wrap;margin:0 -12px}
  .hf-col{padding:12px;flex:1 0 100%}
  @media(min-width:992px){.hf-md-4{flex:0 0 33.333%}}

  .hf-card{background:var(--hf-white);border:1px solid var(--hf-border);border-radius:22px;box-shadow:var(--hf-shadow);overflow:hidden;height:100%;display:flex;flex-direction:column}
  .hf-media img{width:100%;height:220px;object-fit:cover;display:block}
  .hf-body{padding:18px}
  .hf-name{margin:0 0 8px;font-size:18px;font-weight:800;color:var(--hf-text)}
  .hf-desc{margin:0 0 12px;color:var(--hf-muted);font-size:14px;line-height:1.6}

  .hf-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px}
  .hf-stars{display:flex;gap:3px;color:var(--hf-star)}
  .hf-stars .s{width:16px;height:16px;fill:currentColor}
  .hf-rate{font-size:13px;color:#94A3B8}

  .hf-foot{display:flex;align-items:center;justify-content:space-between}
  .hf-price span{color:#2563EB;font-weight:900}
  .hf-price em{color:#94A3B8;font-style:normal;margin-left:4px}
  .hf-btn{display:inline-block;background:#22C55E;color:#fff;text-decoration:none;font-weight:800;font-size:14px;padding:10px 14px;border-radius:10px}
  .hf-btn:hover{filter:brightness(.95)}



/*Visa Details page */

  /* ===== Hero */
  .countryHero{
    position:relative;width:100%;height:360px;background-image:var(--img);
    background-size:cover;background-position:center;overflow:hidden;border-radius:0 0 var(--radius-lg) var(--radius-lg)
  }
  @media (max-width:768px){ .countryHero{height:280px} }
  .countryHero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),rgba(0,0,0,.45))}
  .countryHero__content{position:absolute;left:7%;right:7%;bottom:26px;color:#fff;z-index:1}
  .countryHero__title{margin:0 0 6px;font-size:40px;line-height:1.1;font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.35)}
  .countryHero__sub{margin:0;font-size:18px;opacity:.95;text-shadow:0 2px 6px rgba(0,0,0,.35)}

  /* ===== Plans inside card */
  .planWrap{padding:20px}
  .planHead{padding:4px 6px 14px}
  .planHead h2{margin:0;font-size:22px;font-weight:900}

  /* viewport wrapper prevents overflow leak */
  .planViewport{overflow:hidden;border-radius:18px}
  .planSlider{width:100%}
  .swiper-slide{height:auto}

  .planCard{
    background:linear-gradient(180deg,#F8FAFC,#F1F5F9);
    border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow-2)
  }
  .planCard.is-featured{background:linear-gradient(180deg,#ECFDF5,#E0F7EC);border-color:#A7F3D0}
  .planCard.is-selected{outline:3px solid #3B82F6}
  .planTop{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
  .planTop h3{margin:0;font-size:16px;font-weight:800}
  .planDot{width:20px;height:20px;border-radius:50%;border:2px solid #9CA3AF;display:inline-block;position:relative}
  .planCard.is-featured .planDot{border-color:#10B981}
  .planCard.is-selected .planDot::after,.planCard.is-featured .planDot::after{content:"";position:absolute;inset:4px;border-radius:50%;background:#10B981}
  .planPrice{margin:6px 0 4px;font-size:28px;font-weight:900;color:#0ea5e9}
  .planCard.is-featured .planPrice{color:#16a34a}
  .planEta{margin:0 0 8px;color:#0f766e;font-weight:600;font-size:13px}
  .planList{margin:8px 0 12px;padding:0;list-style:none;color:#64748B;display:grid;gap:6px;font-size:14px}
  .planList li{position:relative;padding-left:18px}
  .planList li::before{content:"";position:absolute;left:0;top:.45em;width:10px;height:10px;border-radius:50%;background:#10B981}
  .planBtn{width:100%;border:0;border-radius:10px;padding:12px 14px;font-weight:800;cursor:pointer;background:#E5E7EB;color:#111827}
  .planBtn--primary{background:#22C55E;color:#fff}
  .planBtn:hover{filter:brightness(.95)}
  .planDots .swiper-pagination-bullet{background:#CBD5E1;opacity:1}
  .planDots .swiper-pagination-bullet-active{background:#3B82F6}
  .planNav{color:#475569;--swiper-navigation-size:22px}

  /* ===== Booking summary */
  .bs-wrap{padding:22px}
  .bs-title{margin:0 0 14px;font-size:20px;font-weight:700}
  .bs-list{margin:0;padding:0;list-style:none;border-bottom:1px solid var(--border)}
  .bs-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px}
  .bs-key{color:var(--muted)}
  .bs-val{font-weight:600}
  .bs-total{display:flex;justify-content:space-between;align-items:center;padding:14px 0 6px}
  .bs-amount{color:var(--blue);font-weight:700}
  .btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 16px;font-weight:600;font-size:15px;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:transform .06s ease,background .15s ease}
  .btn:active{transform:translateY(1px)}
  .btn-primary{background:var(--teal);color:#fff}
  .btn-primary:hover{background:var(--teal-700)}
  .btn-secondary{background:var(--blue);color:#fff}
  .help{margin-top:16px;background:#f1f5f9;border:1px solid var(--border);border-radius:14px;padding:14px;display:flex;gap:12px}

  /* ===== About + FAQ */
  .wrap{padding:22px}
  .wrap h2{margin:0 0 14px;font-size:20px}
  .facts{display:flex;flex-wrap:wrap;gap:18px 32px;margin-bottom:12px}
  .fact{display:flex;gap:12px;align-items:flex-start;flex:0 0 calc(50% - 16px)}
  @media (max-width:640px){ .fact{flex:0 0 100%} }
  .badge{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#fff}
  .b1{background:#3b82f6}.b2{background:#f59e0b}.b3{background:#10b981}.b4{background:#8b5cf6}
  .muted{color:var(--muted);font-size:14px}
  .acc{display:grid;gap:12px}
  .acc-item{border:1px solid var(--border);border-radius:14px;background:#f8fafc;overflow:hidden}
  .acc-btn{all:unset;display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;padding:16px 18px;font-weight:600}
  .chev{width:18px;height:18px;transition:transform .15s}
  .acc-item[aria-expanded="true"] .chev{transform:rotate(180deg)}
  .acc-panel{max-height:0;overflow:hidden;transition:max-height .2s ease;background:#fff;border-top:1px dashed #cbd5e1}
  .acc-inner{padding:12px 18px 16px 18px}
  .acc-inner ul{margin:8px 0 0;padding-left:18px}
  .acc-inner li{margin:6px 0;font-size:14px}
  .faq .q{font-weight:600;margin:10px 0 4px}
  .faq .a{color:var(--muted);font-size:14px}

  /* ===== Why choose us */
  .wcMini{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:16px 18px}
  .wcMini h3{margin:0 0 8px;font-size:18px;font-weight:800}
  .wcMini-row{display:flex;gap:10px;align-items:flex-start;padding:10px 0}
  .wcMini-ico{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#F1F5F9;color:#64748B}
  .wcMini-ico--green{background:#ECFDF5;color:#16A34A}
  .wcMini-ico--blue{background:#EFF6FF;color:#2563EB}
  .wcMini-ico--orange{background:#FFF7ED;color:#F97316}
  .wcMini-title{font-weight:800;font-size:15px}
  .wcMini-sub{color:#6B7280;font-size:13px}

  /* ===== Other Popular Destinations */
  .opd-sec .opd-wrap{padding:18px}
  .opd-h{margin:0 0 10px;font-size:20px;font-weight:900}
  .opd-row{display:flex;flex-wrap:wrap;margin:0 -8px}
  .opd-col{flex:0 0 50%;max-width:50%;padding:8px;text-decoration:none}
  @media (max-width:860px){ .opd-col{flex:0 0 100%;max-width:100%} }
  .opd-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px;box-shadow:var(--shadow-1)}
  .opd-icon{width:44px;height:44px;border-radius:12px;background:#EEF2FF;display:inline-flex;align-items:center;justify-content:center}
  .opd-text{flex:1 1 auto}
  .opd-name{font-weight:800}
  .opd-sub{color:#6B7280;font-size:14px;margin-top:4px}
  .opd-arrow{color:#94A3B8;font-weight:800}




