:root{
  --forest:#173626;
  --forest-2:#1F4531;
  --mountain:#4C7A5C;
  --mountain-soft:#7FA88C;
  --beige:#F4EEE2;
  --white:#FFFDF9;
  --charcoal:#211E1A;
  --gold:#C98A3E;
  --gold-light:#E4B573;
  --line: rgba(23,54,38,0.14);
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 20px 50px -20px rgba(23,54,38,0.35);
  --shadow-sm: 0 10px 30px -14px rgba(23,54,38,0.28);
}

html{scroll-behavior:smooth;}

img{max-width:100%; display:block; object-fit:cover;}
a{color:inherit; text-decoration:none;}
button{font-family:inherit; cursor:pointer; border:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 24px;}

.form-group{
    margin-bottom: 10px;
}

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--gold);
}
.eyebrow::before{content:""; width:22px; height:1.5px; background:var(--gold);}
.sec-head{max-width:700px; margin-bottom:48px;}
.sec-head h2{font-size:clamp(28px,4vw,42px);  margin:14px 0 14px;}
.sec-head p{font-size:16.5px; color:#5c5850; line-height:1.6;}
.center{text-align:center; margin-left:auto; margin-right:auto;}
.reveal{opacity:0; transform:translateY(26px); transition:opacity .8s ease, transform .8s ease;}
.reveal.in{opacity:1; transform:translateY(0);}
::selection{background:var(--gold-light); color:var(--forest);}

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:15px 28px; border-radius:100px; font-weight:700; font-size:14.5px;
  letter-spacing:0.01em; white-space:nowrap; transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:#241605; box-shadow:0 12px 26px -10px rgba(201,138,62,0.6);}
.btn-gold:hover{transform:translateY(-2px); box-shadow:0 16px 32px -10px rgba(201,138,62,0.75);}
.btn-outline{border:1.5px solid rgba(255,255,255,0.55); color:#fff; backdrop-filter:blur(6px); background:rgba(255,255,255,0.06);}
.btn-outline:hover{background:rgba(255,255,255,0.16); transform:translateY(-2px); color:#fff;}
.btn-forest{background: #233965; color:#fff;}
.btn-forest:hover{border:1px solid #233965; color:#233965; transform:translateY(-2px);}
.btn-ghost{border: 1.5px solid #17362624;
    color: #233965;
    background: transparent;}
.btn-ghost:hover{
    border-color: #233965;
    background: #233965;
    color: #fff;
}
.btn-wa{background:#1F4531; color:#fff;}
.btn-wa:hover{background:var(--forest); color:#fff;}
.btn-sm{padding:11px 20px; font-size:13px;}

/* ===== HEADER ===== */
header{
  position:fixed; top:0; left:0; right:0; z-index:80;
  padding:22px 0; transition:all .35s ease;
}
header .wrap{display:flex; align-items:center; justify-content:space-between;}
nav.desktop-nav{display:flex; gap:34px; align-items:center;}
nav.desktop-nav a{color:rgba(255,255,255,0.88); font-size:14px; font-weight:600;}
nav.desktop-nav a:hover{color:var(--gold-light);}
.header-cta{display:flex; align-items:center; gap:14px;}
header.scrolled{background: rgb(255 255 255); padding: 6px 0;}
.burger{display:none; flex-direction:column; gap:5px; background:none; padding:6px;}
.burger span{width:22px; height:2px; background:#fff; border-radius:2px;}

/* ===== HERO ===== */
.hero{
  position:relative; min-height:100vh; display:flex; align-items:center;
  padding:150px 0 120px;
  background: linear-gradient(180deg, rgba(15,30,22,0.55) 0%, rgba(15,30,22,0.35) 35%, rgba(12,22,16,0.78) 100%),
              url('../images/uttarakhand-tour-package.jpg') center/cover no-repeat;
}
.hero-grid{display:grid; gap:50px; align-items:start; position:relative; z-index:2;}
.hero-copy .eyebrow{color:var(--gold-light);}
.hero-copy .eyebrow::before{background:var(--gold-light);}
.hero-copy h1{color:#fff; font-size:clamp(38px,5.4vw,64px); margin:18px 0 20px; max-width:620px;}
.hero-copy p.sub{color:rgba(255,255,255,0.86); font-size:18px; line-height:1.6; max-width:520px; margin-bottom:34px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:30px;}
.trust-line{display:flex; gap:20px; flex-wrap:wrap; font-size:13.5px; color:rgba(255,255,255,0.8); font-weight:600;}
.trust-line span{display:inline-flex; align-items:center; gap:6px;}
.trust-line svg{width:14px; height:14px; color:var(--gold-light);}

/* Floating inquiry form */
.inquiry-card{
  background:rgba(255,253,249,0.94); backdrop-filter:blur(16px);
  border-radius:24px; padding:32px 30px; box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,0.5);
  position: absolute;
    right: 70px;
    width: 30%;
    z-index:9;
    top: 120px;
}
.inquiry-card h3{color: #243b65; font-size:23px; margin-bottom:6px;}
.inquiry-card p{color:#6b6558; font-size:13.5px; margin-bottom:20px; line-height:1.5;}
.form-row{display:grid;}
.field{margin-bottom:12px;}
.field label{display:block; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--forest); margin-bottom:6px;}
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border-radius:10px; border:1.4px solid var(--line);
  background:#fff; font-family:inherit; font-size:14px; color:var(--charcoal); transition:border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{outline:none; border-color:var(--mountain); box-shadow:0 0 0 4px rgba(76,122,92,0.12);}
.field textarea{resize:vertical; min-height:68px;}
.inquiry-card .btn{width:100%; margin-top:6px; padding:15px;}
.form-note{font-size:11.5px; color:#8a8578; text-align:center; margin-top:12px;}
.form-success{display:none; text-align:center; padding:30px 6px;}
.form-success.show{display:block;}
.form-success svg{width:44px; height:44px; color:var(--mountain); margin-bottom:12px;}
.form-success h4{color:var(--forest); font-size:19px; margin-bottom:6px;}
.form-success p{font-size:13.5px; color:#6b6558;}

/* ===== DESTINATION STRIP ===== */
.dest-strip{padding:70px 0 20px; background:var(--white);}
.strip-head{display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:26px; gap:20px;}
.strip-head h3{font-size:22px; color:var(--forest);}
.strip-head p{font-size:14px; color:#8a8578;}
.strip-scroll{display:flex; gap:16px; overflow-x:auto; padding:6px 0 22px; scroll-snap-type:x mandatory;}
.strip-scroll::-webkit-scrollbar{height:5px;}
.strip-scroll::-webkit-scrollbar-thumb{background:var(--line); border-radius:10px;}
.dest-chip{
  flex: 0 0 184px; scroll-snap-align:start; border-radius:16px; overflow:hidden; position:relative;
  height:200px; box-shadow:var(--shadow-sm); transition:transform .3s ease;
}
.dest-chip:hover{transform:translateY(-6px);}
.dest-chip img{width:100%; height:100%; transition:transform .5s ease;}
.dest-chip:hover img{transform:scale(1.08);}
.dest-chip::after{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(15,25,18,0.82), rgba(15,25,18,0) 55%);}
.dest-chip .chip-text{position:absolute; bottom:14px; left:14px; right:14px; z-index:2; color:#fff;}
.dest-chip .chip-text b{display:block; font-family:'Fraunces',serif; font-size:16.5px; font-weight:600;}
.dest-chip .chip-text small{font-size:11px; color:rgba(255,255,255,0.82); letter-spacing:0.02em;}

/* ===== WHY US ===== */
.why{padding:110px 0 90px; background:var(--beige);}
.why-grid{display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;}
.why-card{background:#fff; border-radius:var(--radius); padding:32px 26px; box-shadow:var(--shadow-sm); transition:transform .3s ease, box-shadow .3s ease;}
.why-card:hover{transform:translateY(-8px); box-shadow:var(--shadow);}
.why-icon{width:48px; height:48px; border-radius:14px; background-color: #1e3465; display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.why-icon svg{width:22px; height:22px; color:#fff;}
.why-card h4{font-size:18px; margin-bottom:8px; font-weight:600;}
.why-card p{font-size:14px; color:#6b6558; line-height:1.55;}

/* ===== PACKAGES ===== */
.packages{padding:110px 0; background:var(--white);}
.pkg-grid{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;}
.pkg-card{
  border-radius:var(--radius); overflow:hidden; background:#fff; box-shadow:var(--shadow-sm);
  border:1px solid var(--line); transition:transform .35s ease, box-shadow .35s ease; display:flex; flex-direction:column;
}
.pkg-card:hover{transform:translateY(-8px); box-shadow:var(--shadow);}
.pkg-img{position:relative; height:210px; overflow:hidden;}
.pkg-img img{width:100%; height:100%; transition:transform .6s ease;}
.pkg-card:hover .pkg-img img{transform:scale(1.09);}
.pkg-badge{position:absolute; top:14px; left:14px;     background: #E91E63; backdrop-filter:blur(4px); color:#fff; font-size:11.5px; font-weight:700; padding:6px 12px; border-radius:100px; z-index: 99;}
.pkg-wish{z-index:9; position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,0.9); display:flex; align-items:center; justify-content:center;}
.pkg-wish svg{width:16px; height:16px; color:var(--forest);}
.pkg-body{padding:22px 22px 24px; display:flex; flex-direction:column; flex:1;}
.pkg-body h4{font-size:19px; margin-bottom:10px; font-weight:600; line-height:1.3;}
.pkg-price{font-size:13px; color:#8a8578; margin-bottom:14px;}
.pkg-price b{color:var(--gold); font-size:19px; font-family:'Fraunces',serif; font-weight:600;}
.pkg-tags{display:flex; flex-wrap:wrap; gap:7px; margin-bottom:22px;}
.pkg-tags span{
    font-size: 11px;
    background: #f4eee2;
    color: #173626;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 600;
}
.pkg-actions{display:flex; gap:10px; margin-top:auto;}
.pkg-actions .btn{flex:1; padding:11px 14px; font-size:13px;}
.view-all-wrap{text-align:center; margin-top:46px;}

/* ===== EXPERIENCE ===== */
.experience{padding:110px 0; background: #2e4068; color:#fff; position:relative; overflow:hidden;}
.experience .sec-head p{color:rgba(255,255,255,0.72);}
.experience .sec-head h2{color:#fff;}
.experience .eyebrow{color:var(--gold-light);}
.exp-grid{display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    gap: 18px;
    height: 460px;}
.exp-card{position:relative; border-radius:18px; overflow:hidden;}
.exp-card img{width:100%; height:100%; transition:transform .6s ease;}
.exp-card:hover img{transform:scale(1.08);}
.exp-card::after{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(10,18,13,0.86), rgba(10,18,13,0.05) 60%);}
.exp-label{position:absolute; bottom:20px; left:18px; right:18px; z-index:2;}
.exp-label .ico{font-size:22px; margin-bottom:6px;}
.exp-label b{display:block; font-family:'Fraunces',serif; font-weight:600; font-size:18px;}
.exp-card.tall{grid-row:span 1;}

/* ===== DESTINATIONS GRID ===== */
.destinations{padding:110px 0; background:var(--beige);}
.masonry{display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 130px;
    gap: 18px;}
.mas-card{position:relative; border-radius:18px; overflow:hidden; grid-row:span 2; box-shadow:var(--shadow-sm);}
.mas-card.big{grid-row:span 3;}
.mas-card img{width:100%; height:100%; transition:transform .6s ease;}
.mas-card:hover img{transform:scale(1.1);}
.mas-card::after{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(15,25,18,0.85), rgba(15,25,18,0) 50%);}
.mas-info{position:absolute; bottom:16px; left:16px; right:16px; z-index:2; color:#fff;}
.mas-info b{font-family:'Fraunces',serif; font-size:18px; font-weight:600; display:block;}
.mas-info small{font-size:12px; color:rgba(255,255,255,0.8); display:block; margin:3px 0 10px;}
.mas-info a{font-size:11.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:var(--gold-light); display:inline-flex; align-items:center; gap:5px;}

/* ===== CONFIDENCE ===== */
.confidence{padding:110px 0; background:#2e4068; color:#fff;}
.confidence .sec-head h2{color:#fff;}
.confidence .sec-head p{color:rgba(255,255,255,0.62);}
.stat-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.stat-card{border:1px solid rgba(255,255,255,0.12); border-radius:var(--radius); padding:30px 24px; transition:border-color .3s ease, background .3s ease;}
.stat-card:hover{border-color:var(--gold); background:rgba(201,138,62,0.06);}
.stat-num{font-size:24px; color:var(--gold-light); font-weight:600;}
.stat-label{font-size:14px; color:rgba(255,255,255,0.75); margin-top:6px; font-weight:600;}
.trait-row{display:flex; flex-wrap:wrap; gap:14px; margin-top:36px;}
.trait{display:flex; align-items:center; gap:9px; border:1px solid rgba(255,255,255,0.14); padding:12px 18px; border-radius:100px; font-size:13.5px; font-weight:600; color:rgba(255,255,255,0.9);}
.trait svg{width:15px; height:15px; color:var(--gold-light);}

/* ===== HOW IT WORKS ===== */
.how{padding:110px 0; background:var(--white);}
.how-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
    margin-top: 20px;
}
.how-line{position:absolute; top:29px; left:8%; right:8%; height:1.5px; background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px); z-index:0;}
.how-step{position:relative; z-index:1;}
.how-num{width:58px; height:58px; border-radius:50%; background:#fff; border: 1.5px solid #1d3b62;  color: #1d3b62; font-family:'Fraunces',serif; font-size:20px; font-weight:600; display:flex; align-items:center; justify-content:center; margin-bottom:18px; transition:all .3s ease;}
.how-step:hover .how-num{background: #1d3b62; color:#fff;}
.how-step h4{font-size:16.5px; color:#1d3b62; margin-bottom:6px; font-weight:600;}
.how-step p{font-size:13.5px; color:#6b6558;}

/* ===== TESTIMONIALS ===== */
.reviews{padding:110px 0; background:var(--beige);}
.review-track{display:flex; gap:20px; overflow-x:auto; padding:8px 0 20px; scroll-snap-type:x mandatory;}
.review-track::-webkit-scrollbar{height:5px;}
.review-track::-webkit-scrollbar-thumb{background:var(--line); border-radius:10px;}
.review-card{flex: 0 0 276px;  background:#fff; border-radius:var(--radius); padding:28px 26px; box-shadow:var(--shadow-sm);}
.review-top{display:flex; align-items:center; gap:13px; margin-bottom:16px;}
.review-top img{width:48px; height:48px; border-radius:50%; object-fit:cover;}
.review-name b{display:block; font-size:14.5px; color:var(--forest);}
.review-name span{font-size:12px; color:#8a8578;}
.stars{color:var(--gold); font-size:13px; margin-bottom:10px; letter-spacing:2px;}
.review-card p{font-size:14px; color:#4a463e; line-height:1.62;}
.verified{display:inline-flex; align-items:center; gap:5px; margin-top:16px; font-size:11px; font-weight:700; color:var(--mountain);}
.verified svg{width:13px; height:13px;}

/* ===== URGENCY CTA ===== */
.urgency{
  position:relative; padding:130px 0; text-align:center; color:#fff;
  background: linear-gradient(180deg, rgba(20,14,10,0.5), rgba(20,10,8,0.82)),
              url('../images/Enjoy-a-Great-Travel-with-Us.jpg') center/cover no-repeat;
}
.urgency h2{color:#fff; font-size:clamp(30px,4.4vw,46px); margin-bottom:16px;}
.urgency p{color:rgba(255,255,255,0.85); font-size:17px; max-width:560px; margin:0 auto 30px; line-height:1.6;}
.urgency-ctas{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:20px;}
.urgency .tag{display:inline-block; font-size:12.5px; font-weight:700; letter-spacing:0.04em; color:var(--gold-light); border:1px solid rgba(255,255,255,0.3); padding:8px 18px; border-radius:100px;}

/* ===== FINAL FORM ===== */
.final-form{padding:110px 0;}

.final-form-card{background:#fff; border-radius:28px; padding:44px; box-shadow:var(--shadow); display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;}
.final-form-card .form-row3{display:grid; gap:16px;}
.final-form-card .form-row2{display:grid; gap:16px;}
.final-actions{display:flex; gap:14px; margin-top:8px; flex-wrap:wrap;}
.final-actions .btn{flex:1; min-width:220px; padding:16px;}

/* ===== FAQ ===== */
.faq{background:#fff; margin-bottom:40px;}
.faq-list{max-width:780px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{display:flex; justify-content:space-between; align-items:center; padding:22px 4px; cursor:pointer; gap:20px;}
.faq-q h4{font-size:16px; font-weight:600;}
.faq-q .plus{width:26px; height:26px; flex:0 0 26px; border-radius:50%; border:1.4px solid #293e66; position:relative; transition:transform .3s ease, background .3s ease;}
.faq-q .plus::before, .faq-q .plus::after{content:""; position:absolute; background:#293e66; top:50%; left:50%; transform:translate(-50%,-50%);}
.faq-q .plus::before{width:10px; height:1.5px;}
.faq-q .plus::after{width:1.5px; height:10px; transition:opacity .25s ease;}
.faq-item.open .plus{background:var(--forest); border-color:var(--forest);}
.faq-item.open .plus::before, .faq-item.open .plus::after{background:#fff;}
.faq-item.open .plus::after{opacity:0;}
.faq-a{max-height:0; overflow:hidden; transition:max-height .35s ease;}
.faq-a p{padding:0 4px 22px; font-size:14.5px; color:#6b6558; line-height:1.65; max-width:640px;}

/* ===== FOOTER ===== */
footer{background:var(--charcoal); color:rgba(255,255,255,0.72); padding:80px 0 26px;}
.foot-grid {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-brand .logo{margin-bottom:16px;}

.foot-col h5{font-family:'Fraunces',serif; font-size:15px; color:#fff; margin-bottom:18px; font-weight:600;}

.foot-social{display:flex; gap:10px; margin-top:18px;}
.foot-social a{width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,0.16); display:flex; align-items:center; justify-content:center; margin-bottom:0;}
.foot-social svg{width:15px; height:15px;}
.foot-bottom{display:flex; justify-content:space-between; padding-top:26px; font-size:12.5px; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:10px;}

/* ===== FLOATING ELEMENTS ===== */
.fab-wa{
  position:fixed; bottom:26px; right:24px; z-index:70;
  width:58px; height:58px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -10px rgba(37,211,102,0.7); animation:pulse 2.4s infinite;
}
.fab-wa svg{width:28px; height:28px; color:#fff;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,0.45);}70%{box-shadow:0 0 0 16px rgba(37,211,102,0);}100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}}
.mobile-sticky-cta{display:none;}

/* ===== SCROLL PROGRESS RIDGE ===== */
.ridge-progress{position:fixed; top:0; left:0; height:3px; background:linear-gradient(90deg,var(--gold),var(--gold-light)); z-index:100; width:0%;}

.logo-brand-color{display:none;}
.scrolled .logo-brand-white{display:none;}
.scrolled .logo-brand-color{display:block;}
#siteHeader .logo img{width: 200px;}

.scrolled nav.desktop-nav a {
    color: rgb(14 14 14 / 88%);
}
.header-cta .btn-sm:first-child{
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.scrolled .header-cta .btn-sm:first-child {
    border-color: #1e3465;
    color: #1e3465;
}
.header-banner-sec{
    position:relative;
}
.scrolled .header-cta .btn-sm:first-child:hover{
    color:#fff;
}
.final-form-card .form-control{
    height: 44px;
}
.final-form-card textarea.form-control{
    height:auto;
}
footer p{
    font-size: 14px;
    color: #d1d1d1;
    line-height: 25px;
}
footer a{
    font-size: 14px;
    color: #d1d1d1;
    line-height: 25px;
}
/* ================================
   Package Inclusions
================================ */

.package-inclusions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 0px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.inclusion-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5fa;
    color: #294b7a;

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

    font-size: 15px;
    cursor: pointer;
    position: relative;

    transition: all 0.3s ease;
}

.inclusion-icon:hover {
    background: #294b7a;
    color: #ffffff;
    transform: translateY(-3px);
}


/* Tooltip */

.inclusion-icon::after {
    content: attr(data-tooltip);

    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;

    transform: translateX(-50%) translateY(5px);

    background: #1f2937;
    color: #ffffff;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;

    padding: 7px 10px;
    border-radius: 5px;

    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transition: all 0.25s ease;
    z-index: 20;
}

.inclusion-icon::before {
    content: "";

    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;

    transform: translateX(-50%);

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1f2937;

    opacity: 0;
    visibility: hidden;

    transition: all 0.25s ease;
}

.inclusion-icon:hover::after,
.inclusion-icon:hover::before {
    opacity: 1;
    visibility: visible;
}

.inclusion-icon:hover::after {
    transform: translateX(-50%) translateY(0);
}
.header-banner-sec .hero-copy h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.header-banner-sec .hero-copy h6{
    color: #262626;
    font-size: 30px;
    display: inline-block;
    background: #fff;
    padding: 6px 30px;
    border-radius: 30px;
    margin-top: 30px;
}
.header-banner-sec .hero-copy h6 strong{
    color: #d32f2f;
}
.header-banner-sec .hero-copy h6 .small{
    font-size: 18px;
    font-weight: 600;
}
.package_Inclusions .list-unstyled li{
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 10px;
}
.package_Inclusions .list-unstyled li img{
    width: 12px;
}
.pack-img {
    height: 300px;
}
span.bookingtag {
    position: absolute;
    font-family: Poppins, Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 0 10px rgba(0, 0, 0, .3);
    fill: #fff;
    color: #fff;
    background-color: red;
    border-radius: 6px;
    top: 34px;
    left: -64px;
    padding: 5px 60px;
    rotate: 315deg;
    box-shadow: 0 0 6px 0 #ddd;
}
.package-content {
    padding: 10px 0px;
}
.package-content h3 {
    color: #c1272d;
    font-size: 20px;
    font-weight: 700;
}
.right_duration {
    float: right;
    display: inline-block;
    color: #f44336;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0px;
}
.included-d {
    background: #eee;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.included-d h4 {
    padding: 4px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.inclusion-div ul li {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 5px;
    font-weight: 400;
    align-items: baseline;
    letter-spacing: .5px;
    line-height: 22px;
}
.inclusion-div li img {
    width: 12px;
}
.included-list {
    margin-top: 10px;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.included-list ul li {
    display: inline-block;
    margin-left: 12px;
    text-align: center;
}
.included-list ul li i {
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 16px;
    color: #c1272d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.single-package {
    border-left: 1px solid #eee;
    padding: 20px 0px;
}
.main-box {
    margin-right: 10px;
}
.saletag {
    background: linear-gradient(90deg, #ff2a2a, #b30000);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    width: fit-content;
    padding: 2px 13px 2px 21px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.offertag {
    white-space: nowrap;
    font-size: 10px;
}
p.startingform {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: red;
    font-weight: 500;
}
.main-box h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.main-box del {
    color: red;
    font-size: 18px;
}
.action-btn a {
    width: 85%;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.btn-warning {
    background: #f9a825;
    border: none;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes trin {
    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg)
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg)
    }
}

.landingpage_package{
    margin-top:60px;
     margin-bottom:60px;
}

/* ===== RESPONSIVE ===== */
@media (max-width:1080px){
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .pkg-grid{grid-template-columns:repeat(2,1fr);}
  .exp-grid{grid-template-columns:repeat(2,1fr); height:auto;}
  .exp-card{height:220px;}
  .masonry{grid-template-columns:repeat(2,1fr);}
  .stat-grid{grid-template-columns:repeat(2,1fr);}
  .how-row{grid-template-columns:repeat(2,1fr); row-gap:40px;}
  .how-line{display:none;}
  .foot-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr;}
  nav.desktop-nav, .header-cta .btn-ghost{display:none;}
  .burger{display:none;}
  .why-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .wrap{padding:0 18px;}
  .hero{padding: 120px 0 60px;}
  .why-grid{grid-template-columns:1fr;}
  .pkg-grid{grid-template-columns:1fr;}
  .exp-grid{grid-template-columns:1fr;}
  .masonry{grid-template-columns:1fr 1fr;}
  .mas-card, .mas-card.big{grid-row:span 2;}
  .stat-grid{grid-template-columns:1fr 1fr;}
  .how-row{grid-template-columns:1fr;}
  .form-row, .final-form-card .form-row3, .final-form-card .form-row2{grid-template-columns:1fr;}
  .final-form-card{padding:28px 22px;}
  .foot-grid{grid-template-columns:1fr;}
  .mobile-sticky-cta{
    display:flex; position:fixed; bottom:0; left:0; right:0; z-index:65;
    background:rgba(255,253,249,0.97); backdrop-filter:blur(10px);
    padding:12px 16px; box-shadow:0 -8px 24px -10px rgba(0,0,0,0.25); gap:10px; border-top:1px solid var(--line);
  }
  .mobile-sticky-cta .btn{flex:1; padding:13px;}
  .fab-wa{width:50px; height:50px; bottom:86px; right:16px;}
  body{padding-bottom:0;}
  .inquiry-card{width:100%; position: relative; right: 0px; top: 0;}
  .final-form-card{display:block; right: 0px;}
  #siteHeader .logo img {width: 179px;}
  .btn-sm {padding: 9px 12px; font-size: 12px;}
  .hero-copy p.sub{font-size: 15px;  max-width: 100%;}
  .btn{padding: 12px 13px; font-size: 13px;}
  .why {padding: 50px 0 50px;}
  .packages, .experience, .destinations, .confidence, .how, .reviews, .final-form{padding: 49px 0;}
  .urgency{padding: 51px 0;}
  #finalForm{margin-top:30px;}
  .foot-col {margin-bottom: 26px;}
  .foot-social{margin-bottom: 20px;}
  .package-content {padding: 10px 15px;}
  .right_duration{margin-top: 15px; margin-bottom: 6px;}
  .stat-grid{display: block;}
  .stat-card{margin-bottom: 20px;}
  .header-banner-sec .hero-copy h6{padding: 6px 15px; font-size: 18px; margin-top: 5px;}
  .hero{min-height: 53vh;}
  
}