/* =========================================================
   ZANSKAR TRAILS - CUSTOM STYLE
   Theme: Himalayan navy + warm gold + glacier teal
   ========================================================= */

:root{
  --navy:#0b2138;
  --navy-2:#102f4c;
  --blue:#0b5ed7;
  --gold:#c9932f;
  --gold-light:#f2cf82;
  --orange:#f07b31;
  --teal:#169c9c;
  --ice:#eef6f7;
  --cream:#fffaf1;
  --text:#243647;
  --muted: #000000;
  --white:#fff;
  --shadow:0 18px 50px rgba(11,33,56,.12);
  --radius: 10px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background: #ffffff;
  font-family:"DM Sans",sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none}
img{object-position: top;max-width:100%;display:block}

.top-strip{
  background: var(--navy);
  color: #ffffff;
  font-size: 15px;
  padding: 6px 60px 6px 12px;
  margin-left: 200px;
}
.top-strip a{color:#fff;font-size: 15px;}
.top-strip i{color:var(--gold-light);margin-right:5px}

.main-nav{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  box-shadow:0 5px 25px rgba(11,33,56,.07);
  z-index:1030;
}
.brand-logo{max-width: 118px;position: absolute;top: -30px;}
.nav-link{
  color:var(--navy)!important;
  font-size: 17px;
  font-weight:700;
  padding: 24px 20px!important;
}
.nav-link:hover,.nav-link.active{color:var(--orange)!important}

.btn-trail{
  background: linear-gradient(
217deg, var(--gold), #e6ae4d);
  color: #ffffff;
  border:0;
  font-weight: 600;
  border-radius:999px;
  padding: 7px 22px;
  box-shadow:0 8px 20px rgba(201,147,47,.22);
}
.btn-trail:hover{
  background:var(--navy);
  color:#fff;
  transform:translateY(-2px);
}
.btn-whatsapp{background:#20bd62;color:#fff;border:0;border-radius:999px;font-weight:800;font-size: 17px;line-height: 28px;}
.btn-dark{border-radius:999px;font-weight:800;font-size: 17px;line-height: 28px;}

.hero{position:relative}
.carousel-item{
  /* height:min(760px,calc(100vh - 80px)); */
  /* min-height:620px; */
  background-size:cover;
  background-position:center;
  position:relative;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,22,38,.84) 0%,rgba(7,31,50,.52) 45%,rgba(5,15,25,.1) 100%);
}
.hero-content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  justify-content:center;
  flex-direction:column;
  color:#fff;
  padding-bottom:100px;
}
.eyebrow,.section-kicker{
  text-transform:uppercase;
  letter-spacing:2.5px;
  font-size:12px;
  font-weight:800;
  color: #ffa600;
  margin-bottom:14px;
}
.eyebrow{
  color:var(--gold-light);
  display:flex;
  gap:8px;
  align-items:center;
}
.hero h1{
  font-family:"Playfair Display",serif;
  font-size:clamp(48px,6.2vw,88px);
  line-height:.98;
  max-width:850px;
  margin:0 0 24px;
}
.hero h1 span{color:var(--gold-light)}
.hero p{
  max-width:650px;
  color:#e9f1f5;
  font-size:18px;
  line-height:1.7;
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.hero-actions .btn{padding:13px 24px;border-radius:999px;font-weight:800}
.hero-control{
  width:50px;height:50px;border-radius:50%;
  border:1px solid rgba(255,255,255,.4);
  display:grid;place-items:center;
  background:rgba(0,0,0,.15);
}
.carousel-control-prev,.carousel-control-next{width:8%}
.carousel-indicators [data-bs-target]{width:35px;height:3px;border:0;border-radius:3px}

.hero-enquiry-wrap{margin: 30px 0px;}
.hero-enquiry{
  background: #01223f;
  box-shadow: 0 18px 45px rgb(0 0 0 / 6%);
  border-radius: 10px;
  padding: 30px 20px;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr auto;
  align-items:center;
  gap:12px;
}
.enquiry-title span{display:block;font-weight:900;color: #ffffff;font-size: 25px;}
.enquiry-title small,.enquiry-field small{color: #ffffff;font-size: 16px;}
.enquiry-field{
  border-left:1px solid #e2e7eb;
  display:flex;
  gap:10px;
  align-items:center;
  padding-left: 10px;
}
.enquiry-field i{font-size:22px;color:var(--orange)}
.enquiry-field strong{display:block;font-size: 14px;color: #ffffffe0;}
.enquiry-btn{white-space:nowrap}

.section-pad{padding: 45px 0;}
.intro-section{background:var(--cream)}
.section-title{
  font-family:"Playfair Display",serif;
  color:var(--navy);
  font-size: clamp(36px,4vw,50px);
  line-height: 1.1;
  margin:0 0 20px;
}
.section-title span{color:var(--orange)}
.lead-text{font-size:18px;line-height:1.75;color:#465a6a}
.intro-section p:not(.lead-text){line-height:1.75;color:#687989}
.mini-points{display:flex;gap:18px;flex-wrap:wrap;margin:24px 0}
.mini-points span{font-weight:700;font-size: 18px;}
.mini-points i{color:var(--teal);margin-right:5px}
.text-link{color:var(--navy);font-weight:800;border-bottom:2px solid var(--gold);padding-bottom:4px}

.intro-collage{height:520px;position:relative}
.collage-main{position:absolute;right:0;top:0;width:78%;height:88%;overflow:hidden;border-radius:28px}
.collage-main img{width:100%;height:100%;object-fit:cover}
.collage-small{position:absolute;left:0;bottom:0;width:42%;height:48%;padding:9px;background:#fff;border-radius:24px;box-shadow:var(--shadow)}
.collage-small img{width:100%;height:100%;object-fit:cover;border-radius:17px}
.experience-badge{
  position:absolute;right:7%;bottom:7%;
  width:125px;height:125px;border-radius:50%;
  background:var(--gold);color:var(--navy);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:0 15px 35px rgba(201,147,47,.35);
}
.experience-badge strong{font-size:30px;font-family:"Playfair Display",serif}
.experience-badge span{text-align:center;font-size:11px;font-weight:800}

.section-heading{max-width:750px;margin: 0px auto 40px;}
.section-heading p{color:var(--muted);line-height:1.7}
.packages-section{background:#fff}
.package-card{
  background:#fff;border-radius:var(--radius);overflow:hidden;
  box-shadow:0 10px 35px rgba(11,33,56,.09);
  border:1px solid #edf0f2;height:100%;
  transition:.35s;
}
.package-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.package-image{height:265px;position:relative;/* overflow:hidden; */}
.package-image img{width:100%;height:100%;object-fit:cover;transition:.5s}
.package-card:hover .package-image img{transform:scale(1.06)}
.package-tag{
  position:absolute;top:16px;left:16px;background:var(--gold);
  color:var(--navy);font-weight:800;font-size:11px;padding:7px 12px;border-radius:999px
}
.package-duration{
  position:absolute;
  bottom: -10px;
  right:14px;
  background: rgb(31 52 70);
  color:#fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 13px;
  z-index: 111111111111111;
  letter-spacing: 1px;
}
.package-body{padding: 20px 10px 6px;}
.package-location{color: #002f74;font-size: 14px;font-weight: 500;text-transform: capitalize;letter-spacing: 0px;text-spacing-trim: normal;word-spacing: -1px;}
.package-body h3{color:var(--navy);/* font-family:"Playfair Display",serif; */font-size: 18px;font-weight: 600;line-height: 27px;margin:9px 0}
.package-body p{color:var(--muted);font-size: 14px;line-height: 22px;5}
.package-bottom{border-top:1px solid #edf0f2;margin-top: 10px;padding-top: 10px;display:flex;justify-content: center;align-items:center}
.package-bottom strong{font-size: 14px;color: #001028;background: #002a4608;width: 100%;text-align: center;padding: 5px 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
.package-bottom a{font-size: 15px;color: #ff6900;font-weight: 500;background: #f07b3114;width: 100%;text-align: center;padding: 4.1px 8px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;}

.services-section{
  background:
    radial-gradient(circle at 15% 20%,rgba(201,147,47,.18),transparent 30%),
    linear-gradient(135deg,#0a2137,#123d5c);
  color:#fff;
}
.light{color:var(--gold-light)}
.light-title{color: #fff !IMPORTANT;}
.light-copy{color:#bcd0dc;line-height:1.8}
.service-tile{
  height:100%;
  padding: 22px 20px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  border-radius:20px;
  transition:.3s
}
.service-tile:hover{transform:translateY(-6px);background:rgba(255,255,255,.1)}
.service-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-size:25px;margin-bottom:20px}
.icon-gold{background:#f0c45e;color:var(--navy)}
.icon-blue{background:#6eb8ff;color:#0b3152}
.icon-orange{background:#ff9a5c;color:#60270b}
.icon-teal{background:#67ddd1;color:#063e3d}
.service-tile h3{font-family:"Playfair Display",serif;font-size:23px}
.service-tile p{font-size:13px;color:#bcd0dc;line-height:1.65;margin:0}

.experiences-section{background:#f7faf9}
.experience-grid{display:grid;grid-template-columns: 1fr 2fr 1fr;gap:18px}
.experience-card{height:390px;position:relative;border-radius:22px;overflow:hidden;color:#fff}
.experience-card.large{/* height:520px; */grid-row:span 2}
.experience-card img{width:100%;height:100%;object-fit:cover;transition:.6s}
.experience-card:hover img{transform:scale(1.07)}
.experience-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,20,34,.88),transparent 55%)}
.experience-overlay{position:absolute;z-index:2;bottom: 20px;left: 20px;right:20px}
.experience-overlay small{color:var(--gold-light);font-weight:700}
.experience-overlay h3{font-family: sans-serif;font-size: 18px;margin:4px 0;line-height: 28px;font-weight: 600;}
.experience-overlay i{font-size: 15px;}

.why-section{background:#fff;padding-bottom: 45px;}
.why-photo{height:570px;position:relative}
.why-photo>img{width:100%;height:100%;object-fit:cover;border-radius:28px}
.floating-card{
  position:absolute;
  right: -37px;
  bottom: 10px;
  background:#fff;
  border-radius:18px;
  padding: 18px 16px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:40px 1fr;
  column-gap: 0px;
  align-items:center;
}
.floating-card i{grid-row:span 2;font-size:25px;color:#e65745}
.floating-card strong{font-size: 20px;color:var(--navy)}
.floating-card span{font-size:11px;color:var(--muted)}
.reason{display:flex;gap:14px;padding:15px 0}
.reason>i{color:var(--orange);font-size: 32px;}
.reason h4{font-size: 20px;font-weight:800;color:var(--navy);margin:0 0 4px}
.reason p{font-size: 14px;color:var(--muted);margin:0;line-height:1.6}

.cta-section{padding: 20px 0 50px;background:#fff}
.cta-box{
  background: linear-gradient(120deg, #f2d38d54, #f6e5bb);
  border-radius:30px;
  padding: 50px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  position:relative;
  overflow:hidden
}
.cta-box:after{content:"";position:absolute;width:280px;height:280px;border:50px solid rgba(255,255,255,.28);border-radius:50%;right:-100px;top:-120px}
.cta-box h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height: 65px;margin:0}
.cta-box h2 span{color:var(--orange)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap;z-index:1}

.contact-section{background:var(--ice)}
.contact-info{display:grid;gap:12px;margin-top:30px}
.contact-info>a,.contact-info>div{
  background:#fff;border-radius:16px;padding:15px;display:flex;gap:15px;align-items:center;color:var(--navy);
  box-shadow:0 8px 25px rgba(11,33,56,.05)
}
.contact-info i{width:42px;height:42px;border-radius:12px;background:#f9e6b9;color:var(--orange);display:grid;place-items:center;font-size:18px}
.contact-info small{display:block;color:var(--muted);font-size:11px}
.contact-info strong{font-size:14px}
.enquiry-form{background:#fff;padding:32px;border-radius:24px;box-shadow:var(--shadow)}
.enquiry-form label{font-size:12px;font-weight:800;color:var(--navy);margin-bottom:7px}
.form-control,.form-select{border:1px solid #e2e8ec;border-radius:12px;padding:12px 14px;font-size:13px}
.form-control:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,147,47,.12)}

.footer{background:#071a2c;color:#a9bccb;padding: 40px 0 16px;}
.footer-logo{width: 150px;object-fit:contain;filter:none;background:#fff;border-radius:8px;margin-bottom:18px}
.footer p{font-size: 16px;line-height:1.8;max-width: 100%;display: flex;color: white;align-items: center;}
.footer h5{color:#fff;font-size: 19px;margin-bottom: 17px;color: #ffa400;border-bottom: 1px solid #ff99159c;width: fit-content;padding-right: 14px;padding-bottom: 10px;}
.footer a{display:block;color: #f6fbff;font-size: 16px;margin: 10px 0;}
.footer a:hover{color:var(--gold-light)}
.socials{display:flex;gap:9px}
.socials a{width:38px;height:38px;border:1px solid #29445a;border-radius:50%;display:grid;place-items:center;color:#fff;margin:0}
.footer-contact{margin: 0px 0;}
.footer-contact i{color:var(--gold-light);margin-right:7px}
.footer-bottom{border-top:1px solid #20384d;margin-top: 15px;padding-top: 11px;display:flex;justify-content:space-between;font-size: 16px;color: #ffffff;}

.floating-whatsapp{
  position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;
  background:#1fc761;color:#fff;display:grid;place-items:center;font-size:29px;
  z-index:1050;box-shadow:0 12px 30px rgba(31,199,97,.35)
}

@media(max-width:991px){
  .nav-link{padding:10px 0!important}
  .brand-logo{height:62px}
  .hero-enquiry-wrap{position:relative;bottom:auto;background:#fff;padding:14px 0}
  .hero-enquiry{grid-template-columns:1fr 1fr;padding:15px}
  .enquiry-title{grid-column:span 2}
  .carousel-item{height:650px}
  .hero-content{padding-bottom:0}
  .intro-collage{height:450px}
  .experience-grid{grid-template-columns:1fr 1fr}
  .experience-card.large{height:390px;grid-column:span 2}
  .cta-box{padding:40px;flex-direction:column;align-items:flex-start}
}
@media(max-width:575px){
  .top-strip .container{justify-content:center!important}
  .top-strip .container>div{justify-content:center}
  .hero h1{font-size:48px}
  .hero p{font-size:15px}
  .carousel-item{min-height:620px}
  .hero-enquiry{grid-template-columns:1fr}
  .enquiry-title{grid-column:auto}
  .enquiry-field{border-left:0;border-top:1px solid #e2e7eb;padding:12px 0 0}
  .enquiry-btn{width:100%}
  .section-pad{padding: 30px 0;}
  .intro-collage{height:390px}
  .collage-main{width:85%;height:80%}
  .collage-small{width:48%;height:45%}
  .experience-badge{width:100px;height:100px}
  .experience-badge strong{font-size:23px}
  .experience-grid{display: block;}
  .experience-card,.experience-card.large{height:300px;margin-bottom: 24px;display: block;}
  .why-photo{height:430px}
  .floating-card{right:10px;bottom:15px}
  .cta-box{padding:32px 24px}
  .cta-actions{width:100%}
  .cta-actions .btn{width:100%}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin:5px 0}
}
@media(max-width:768px){
    .top-strip {
    background: var(--navy);
    color: #ffffff;
    font-size: 15px;
    padding: 6px 60px 6px 12px;
    display: none;
    margin-left: 0;
}
.brand-logo {
    max-width: 100px;
    position: relative;
    top: 0;
    height: auto ! IMPORTANT;
}
.main-nav {
    padding: 0;
    padding-bottom: 10px;
    }
        .carousel-item {
        min-height: 100% ! IMPORTANT;
        height: 100% ! IMPORTANT;
    }
.hero-enquiry-wrap {
    margin: 0px 0px;
}
.hero-enquiry {
    border-radius: 10px;
}
    .enquiry-field {
        border-left: 0;
        border-top: 1px solid #e2e7eb63 ! IMPORTANT;
        padding: 10px 0 9px ! IMPORTANT;
    }
    .cta-box h2 {
    font-family: "Playfair Display", serif;
    color: var(--navy);
    font-size: clamp(28px, 4vw, 54px);
    line-height: 38px;
    margin: 0;
}
.why-section {
    background: #fff;
    padding-bottom: 11px ! IMPORTANT;
}
.section-title {
    font-family: "Playfair Display", serif;
    color: var(--navy);
    font-size: clamp(36px, 4vw, 50px);
    line-height: 48px;
    margin: 0 0 20px;
}
}
/* =====================================================
   ZANSKAR TRAILS
   SERVICES + DESTINATIONS
===================================================== */

:root {
    --zt-navy: #09243f;
    --zt-blue: #0b4f82;
    --zt-gold: #c99432;
    --zt-orange: #e58b28;
    --zt-light: #f5f8fb;
    --zt-white: #ffffff;
    --zt-text: #526171;
}


/* ================= SECTION HEADING ================= */

.zt-section-heading {
    max-width: 100%;
    margin: 0 0 25px;
    text-align: center;
}

.zt-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--zt-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
}

.zt-section-heading h2 {
    margin: 0;
    color: var(--zt-navy);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.zt-section-heading h2 strong {
    color: var(--zt-orange);
}

.zt-section-heading p {
    margin: 13px auto 0;
    max-width: 100%;
    color: var(--zt-text);
    font-size: 16px;
    line-height: 1.8;
}


/* ================= SERVICES ================= */

.zt-services-section {
    position: relative;
    padding: 24px 0 40px;
    background:
        radial-gradient(circle at 10% 20%, rgba(201,148,50,.08), transparent 25%),
        #f7fafc;
}

.zt-service-card {
    position: relative;
    height: 100%;
    padding: 38px 32px;
    overflow: hidden;
    border: 1px solid rgba(9,36,63,.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(9,36,63,.07);
    transition: .4s ease;
}

.zt-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--zt-navy),
        var(--zt-gold),
        var(--zt-orange)
    );
}

.zt-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(9,36,63,.14);
}

.zt-service-icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        var(--zt-navy),
        var(--zt-blue)
    );
    color: #fff;
    font-size: 27px;
    box-shadow: 0 12px 25px rgba(9,36,63,.18);
}

.zt-service-card h3 {
    margin-bottom: 14px;
    color: var(--zt-navy);
    font-size: 24px;
    font-weight: 800;
}

.zt-service-card p {
    margin-bottom: 22px;
    color: var(--zt-text);
    font-size: 15px;
    line-height: 1.8;
}

.zt-service-card a {
    color: var(--zt-blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.zt-service-card a i {
    margin-left: 6px;
    transition: .3s;
}

.zt-service-card:hover a i {
    margin-left: 12px;
}

.featured-service {
    background: linear-gradient(
        145deg,
        #09243f,
        #0c4f7e
    );
}

.featured-service h3,
.featured-service p {
    color: #fff;
}

.featured-service p {
    opacity: .82;
}

.featured-service a {
    color: #ffd27a;
}

.featured-service .zt-service-icon {
    background: linear-gradient(
        135deg,
        var(--zt-gold),
        var(--zt-orange)
    );
}


/* ================= DESTINATIONS ================= */

.zt-destination-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    /* background:
        radial-gradient(
            circle at 90% 10%,
            rgba(201,148,50,.18),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #061a2d,
            #092f4d 55%,
            #071d32
        ); */
    background: radial-gradient(circle at 5% 10%, rgba(201, 148, 50, .10), transparent 25%), #f6f9fc;
}

.zt-light-heading h2 {
    color: #000000;
}

.zt-light-heading p {
    color: rgb(0 0 0 / 70%);
}

.zt-destination-card {
    position: relative;
    height: 390px;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    /* box-shadow: 0 20px 50px rgba(0,0,0,.25); */
}

.zt-destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.zt-destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(3 18 31 / 55%) 0%, rgb(3 18 31 / 0%) 45%, rgb(3 18 31 / 0%) 80%);
}

.zt-destination-card:hover img {
    transform: scale(1.09);
}

.zt-destination-overlay {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 28px;
    bottom: 27px;
    color: #fff;
}

.zt-destination-overlay > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 20px;
    background: rgba(201,148,50,.95);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.zt-destination-overlay h3 {
    margin: 0 0 7px;
    font-size: 29px;
    font-weight: 800;
}

.zt-destination-overlay p {
    margin: 0 0 17px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

.zt-destination-overlay a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.zt-destination-overlay a i {
    color: #ffd27a;
    transition: .3s;
}

.zt-destination-overlay a:hover i {
    transform: translateX(6px);
}

.zt-wide-card {
    height: 330px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {

    .zt-services-section,
    .zt-destination-section {
        padding: 30px 0;
    }

    .zt-section-heading {
        margin-bottom: 40px;
    }

    .zt-section-heading h2 {
        font-size: 34px;
    }

    .zt-destination-card {
        height: 350px;
    }

    .zt-wide-card {
        height: 350px;
    }
}


@media (max-width: 575px) {

    .zt-section-heading h2 {
        font-size: 29px;
    }

    .zt-section-heading p {
        font-size: 14px;
    }

    .zt-service-card {
        padding: 30px 25px;
    }

    .zt-destination-card,
    .zt-wide-card {
        height: 330px;
        border-radius: 18px;
    }

    .zt-destination-overlay {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .zt-destination-overlay h3 {
        font-size: 24px;
    }
}
/* =====================================================
   ZANSKAR TRAILS - TAXI SERVICES
===================================================== */

.zt-taxi-section {
    padding: 36px 0;
    /* background:
        radial-gradient(
            circle at 5% 10%,
            rgba(201,148,50,.10),
            transparent 25%
        ),
        #f6f9fc; */
}


/* TAXI CARD */

.zt-taxi-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(9,36,63,.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(9,36,63,.08);
    transition: .4s ease;
}

.zt-taxi-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 25px 60px rgba(9,36,63,.15);
}


/* IMAGE */

.zt-taxi-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.zt-taxi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    object-position: bottom;
}

.zt-taxi-card:hover .zt-taxi-image img {
    transform: scale(1.08);
}


/* IMAGE OVERLAY */

.zt-taxi-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(4,25,43,.55),
        transparent 55%
    );
}


/* LOCATION BADGE */

.zt-location-badge {
    position: absolute;
    z-index: 2;
    left: 18px;
    bottom: 17px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 18px;
    border-radius: 30px;
    background: rgb(0 34 56 / 58%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.zt-location-badge i {
    color: #ffffff;
}


/* CONTENT */

.zt-taxi-content {
    position: relative;
    padding: 20px;
}

.zt-taxi-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #09243f,
        #0b5888
    );
    color: #fff;
    font-size: 16px;
    box-shadow: 0 9px 20px rgba(9,36,63,.18);
}

.zt-taxi-content h3 {
    margin: 5px 0 7px;
    color: #09243f;
    font-size: 22px;
    font-weight: 800;
}

.zt-taxi-content p {
    margin-bottom: 10px;
    color: #617080;
    font-size: 14px;
    line-height: 1.8;
}

.zt-taxi-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b4f82;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid #00000014;
}

.zt-taxi-content a i {
    transition: .3s;
}

.zt-taxi-content a:hover i {
    transform: translateX(6px);
}


/* FEATURED CARD */

.featured-taxi {
    border: 2px solid rgba(201,148,50,.35);
}

.featured-taxi .zt-taxi-icon {
    background: linear-gradient(
        135deg,
        #c99432,
        #e58b28
    );
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .zt-taxi-section {
        padding: 75px 0;
    }

    .zt-taxi-image {
        height: 220px;
    }

}

@media (max-width: 575px) {

    .zt-taxi-section {
        padding: 30px 0;
    }

    .zt-taxi-image {
        height: 210px;
    }

    .zt-taxi-content {
        padding: 15px;
    }

    .zt-taxi-content h3 {
        font-size: 20px;
    }

}
/* =========================================================
   ZANSKAR TRAILS - ABOUT PAGE
========================================================= */


/* =========================================================
   BREADCRUMB
========================================================= */

.zt-breadcrumb {
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../images/breadcrumb-bg.jpg")
        center center / cover no-repeat;
}

.zt-breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 25, 43, .96), rgba(5, 36, 60, .78), rgb(5 36 60 / 82%));
}

.zt-breadcrumb-content {
    position: relative;
    z-index: 2;
    padding: 5px 0;
    text-align: center;
}

.zt-breadcrumb-small {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 12px;

    color: #e09a2b;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
}

.zt-breadcrumb-small::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #e09a2b;
}

.zt-breadcrumb h1 {
    margin: 15px 0 6px;
    color: #fff;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
}

.zt-breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 11px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.zt-breadcrumb-list li {
    color: #b9c7d2;

    font-size: 14px;
    font-weight: 600;
}

.zt-breadcrumb-list li a {
    color: #fff;

    text-decoration: none;

    transition: .3s;
}

.zt-breadcrumb-list li a:hover {
    color: #e09a2b;
}

.zt-breadcrumb-list li i {
    color: #ffffff;
    font-size: 10px;
}

.zt-breadcrumb-list li.active {
    color: #ffdca0;
}

.zt-breadcrumb-content::after {
    content: "";
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 5px;
    border-radius: 10px;
    background: #e09a2b;
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.zt-about-section {
    padding: 40px 0;
    background: #e1a9470a;
}

.zt-about-image-wrap {
    position: relative;

    padding: 15px 25px 25px 15px;
}

.zt-about-main-image {
    position: relative;

    overflow: hidden;

    border-radius: 28px;

    box-shadow: 0 25px 60px rgba(5, 31, 52, .18);
}

.zt-about-main-image img {
    width: 100%;
    height: 520px;

    display: block;

    object-fit: cover;

    transition: .6s ease;
}

.zt-about-main-image:hover img {
    transform: scale(1.04);
}

.zt-about-image-wrap::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 150px;
    height: 150px;

    border-left: 4px solid #d99728;
    border-top: 4px solid #d99728;

    border-radius: 20px 0 0 0;

    z-index: 0;
}


/* EXPERIENCE */

.zt-about-experience {
    position: absolute;

    left: -5px;
    bottom: 55px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 17px 24px;

    background: #09243f;

    color: #fff;

    border-radius: 0 18px 18px 0;

    box-shadow: 0 15px 35px rgba(5,31,52,.25);
}

.zt-about-experience strong {
    color: #e19a2b;

    font-size: 38px;
    line-height: 1;
}

.zt-about-experience span {
    font-size: 12px;
    line-height: 1.5;

    font-weight: 600;
}


/* SMALL IMAGE CARD */

.zt-about-small-card {
    position: absolute;

    right: 0;
    top: 45px;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 13px 18px;

    background: #fff;

    border-radius: 15px;

    box-shadow: 0 12px 35px rgba(5,31,52,.16);
}

.zt-about-small-card i {
    width: 43px;
    height: 43px;

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

    border-radius: 12px;

    background: #e29a2c;

    color: #fff;
}

.zt-about-small-card strong,
.zt-about-small-card span {
    display: block;
}

.zt-about-small-card strong {
    color: #09243f;

    font-size: 13px;
}

.zt-about-small-card span {
    margin-top: 3px;

    color: #7a8791;

    font-size: 11px;
}


/* CONTENT */

.zt-about-content {
    padding-left: 20px;
}

.zt-about-label {
    position: relative;

    display: inline-block;

    margin-bottom: 15px;

    color: #df9020;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
}

.zt-about-label::after {
    content: "";

    display: inline-block;

    width: 35px;
    height: 2px;

    margin-left: 10px;

    vertical-align: middle;

    background: #df9020;
}

.zt-about-content h2 {
    margin-bottom: 14px;
    color: #09243f;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.zt-about-content h2 span {
    color: #df9020;
}

.zt-about-content p {
    margin-bottom: 8px;
    color: #000000;
    font-size: 15px;
    line-height: 1.9;
}

.zt-about-content .zt-about-intro {
    color: #263d52;

    font-size: 17px;
    line-height: 1.8;

    font-weight: 600;
}


/* POINTS */

.zt-about-points {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 13px 20px;

    margin: 25px 0;
}

.zt-about-points div {
    display: flex;
    align-items: center;

    gap: 9px;

    color: #294256;

    font-size: 13px;

    font-weight: 700;
}

.zt-about-points i {
    color: #df9020;

    font-size: 16px;
}


/* BUTTON */

.zt-about-btn {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 14px 23px;

    border-radius: 8px;

    background: #09243f;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}

.zt-about-btn:hover {
    background: #df9020;
    color: #fff;

    transform: translateY(-3px);
}

.zt-about-btn i {
    transition: .3s;
}

.zt-about-btn:hover i {
    transform: translateX(5px);
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.zt-why-section {
    position: relative;
    padding: 30px 0 40px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(223,144,32,.12),
            transparent 25%
        ),
        #06243d;
}


/* HEADING */

.zt-why-heading {
    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}

.zt-why-heading > span {
    color: #e09a2b;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
}

.zt-why-heading h2 {
    margin: 13px 0;

    color: #fff;

    font-size: 40px;
    line-height: 1.25;

    font-weight: 800;
}

.zt-why-heading h2 strong {
    color: #e09a2b;
}

.zt-why-heading p {
    margin: 0;

    color: #aebdca;

    font-size: 14px;
    line-height: 1.8;
}


/* CARD */

.zt-why-card {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 32px 27px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    transition: .4s ease;
}

.zt-why-card:hover {
    transform: translateY(-8px);

    border-color: rgba(224,154,43,.55);

    background: rgba(255,255,255,.10);

    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}


/* NUMBER */

.zt-why-number {
    position: absolute;
    right: 20px;
    top: 18px;
    color: rgb(255 255 255 / 4%);
    font-size: 50px;
    font-weight: 900;
}


/* ICON */

.zt-why-icon {
    width: 58px;
    height: 58px;

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

    margin-bottom: 25px;

    border-radius: 16px;

    background: #e09a2b;

    color: #fff;

    font-size: 21px;

    box-shadow: 0 10px 25px rgba(224,154,43,.25);
}

.zt-why-card h3 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 20px;

    font-weight: 800;
}

.zt-why-card p {
    color: #aebdca;

    font-size: 13px;
    line-height: 1.8;
}


/* ARROW */

.zt-why-arrow {
    position: absolute;

    right: 27px;
    bottom: 25px;

    color: #e09a2b;

    transition: .3s;
}

.zt-why-card:hover .zt-why-arrow {
    transform: translateX(7px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .zt-about-section,
    .zt-why-section {
        padding: 75px 0;
    }

    .zt-about-content {
        padding-left: 0;
        margin-top: -30px;
    }

    .zt-about-content h2 {
        font-size: 35px;
    }

    .zt-why-heading h2 {
        font-size: 34px;
    }
}


@media (max-width: 575px) {

    .zt-breadcrumb {
        min-height: 120px;
    }

    .zt-breadcrumb-content {
        padding: 8px 4px;
    }

    .zt-breadcrumb h1 {
        font-size: 28px;
        margin: 20px 10px 18px;
    }

    .zt-breadcrumb-list li {
        font-size: 12px;
    }


    .zt-about-section,
    .zt-why-section {
        padding: 30px 0;
    }

    .zt-about-image-wrap {
        padding: 10px 10px 25px;
    }

    .zt-about-main-image img {
        height: 400px;
    }

    .zt-about-experience {
        left: 0;
        bottom: 40px;
    }

    .zt-about-small-card {
        right: -5px;
        top: 25px;
    }

    .zt-about-content h2 {
        font-size: 30px;
    }

    .zt-about-points {
        grid-template-columns: 1fr;
    }

    .zt-why-heading h2 {
        font-size: 29px;
    }

    .zt-why-card {
        min-height: 100%;
        padding: 30px 20px;
    }
}
/* =====================================================
   EXPERIENCE / HIMALAYAN JOURNEY SECTION
===================================================== */

.zt-experience-section {
    position: relative;
    padding: 40px 0 30px;
    background:
        url("../images/himalayan-road.jpg")
        center center / cover no-repeat;
    overflow: hidden;
}


/* OVERLAY */

.zt-experience-overlay {
    position: absolute;
    inset: 0;
    /* background:
        linear-gradient(
            90deg,
            rgba(3, 25, 43, .96) 0%,
            rgba(4, 35, 57, .86) 55%,
            rgba(4, 35, 57, .55) 100%
        ); */
}


/* CONTENT */

.zt-experience-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 40px;
}


/* TAG */

.zt-experience-tag {
    display: inline-block;

    margin-bottom: 15px;

    color: #e09a2b;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
}


/* HEADING */

.zt-experience-content h2 {
    margin: 0 0 10px;
    color: #09243f;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.zt-experience-content h2 span {
    color: #e09a2b;
}


/* TEXT */

.zt-experience-content p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: #000000;
    font-size: 15px;
    line-height: 1.9;
}


/* BUTTON */

.zt-experience-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #e09a2b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.zt-experience-btn:hover {
    background: #fff;
    color: #09243f;

    transform: translateY(-3px);
}

.zt-experience-btn i {
    transition: .3s;
}

.zt-experience-btn:hover i {
    transform: translateX(5px);
}


/* =====================================================
   STATS
===================================================== */

.zt-experience-stats {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    max-width: 1050px;

    margin: 0 auto;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 18px;

    background: rgba(255,255,255,.08);

    backdrop-filter: blur(10px);

    overflow: hidden;
}


/* STAT */

.zt-stat-box {
    position: relative;
    padding: 28px 15px;
    text-align: center;
    border-right: 1px solid rgb(0 0 0 / 17%);
}

.zt-stat-box:last-child {
    border-right: 0;
}


/* ICON */

.zt-stat-box i {
    display: block;
    margin-bottom: 10px;
    color: #e09a2b;
    font-size: 40px;
}


/* NUMBER */

.zt-stat-box strong {
    display: block;
    color: #09243f;
    font-size: 33px;
    line-height: 1;
    font-weight: 800;
}


/* LABEL */

.zt-stat-box span {
    display: block;
    margin-top: 8px;
    color: #000000;
    font-size: 18px;
}


/* HOVER */

.zt-stat-box {
    transition: .3s ease;
}

.zt-stat-box:hover {
    background: rgba(224,154,43,.10);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .zt-experience-section {
        padding: 80px 0 60px;
    }

    .zt-experience-content h2 {
        font-size: 38px;
    }

    .zt-experience-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .zt-stat-box:nth-child(2) {
        border-right: 0;
    }

    .zt-stat-box:nth-child(1),
    .zt-stat-box:nth-child(2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
}


@media (max-width: 575px) {

    .zt-experience-section {
        padding: 30px 0 10px;
    }

    .zt-experience-content {
        margin-bottom: 15px;
    }

    .zt-experience-content h2 {
        font-size: 30px;
    }

    .zt-experience-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .zt-experience-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .zt-stat-box {
        padding: 17px 10px;
    }

    .zt-stat-box strong {
        font-size: 25px;
    }

    .zt-stat-box span {
        font-size: 10px;
    }
}
@media(min-width:768px){
    .zt-about-content {
    padding-left: 20px;
    margin-left: -30px;
}
}
/* =========================================
   ZANSKAR TRAILS CONTACT SECTION
========================================= */

.zt-contact-section {
    padding: 30px 0;
    background: #f6f9fc;
}


/* HEADING */

.zt-contact-heading {
    max-width: 750px;
    margin: 0 auto 30px;
}

.zt-contact-heading > span {
    display: inline-block;
    margin-bottom: 10px;

    color: #e39a24;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
}

.zt-contact-heading h2 {
    margin: 0 0 8px;
    color: #062b4d;
    font-size: 42px;
    font-weight: 800;
}

.zt-contact-heading h2 strong {
    color: #e39a24;
}

.zt-contact-heading p {
    margin: 0;

    color: #66788a;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   CONTACT INFORMATION
========================================= */

.zt-contact-info-box {
        height: 100%;
        padding: 30px 18px;
        border-radius: 20px;
        background:
        linear-gradient(
            145deg,
            #062b4d,
            #0b405e
        );
        box-shadow: 0 20px 50px rgba(6,43,77,.15);
        }

.zt-contact-info-box h3 {
    margin-bottom: 12px;

    color: #fff;

    font-size: 28px;
    font-weight: 800;
}

.zt-contact-info-box h3 span {
    color: #e39a24;
}

.zt-contact-intro {
    margin-bottom: 28px;

    color: #cbd8e2;

    font-size: 14px;
    line-height: 1.8;
}


/* CONTACT ITEM */

.zt-contact-item {

    display: flex;
    align-items: center;

    gap: 16px;

    margin-bottom: 15px;
    padding: 15px;

    border: 1px solid rgba(255,255,255,.12);

    border-radius: 12px;

    background: rgba(255,255,255,.06);

    text-decoration: none;

    transition: .3s ease;
}

.zt-contact-item:hover {
    background: rgba(227,154,36,.13);

    border-color: rgba(227,154,36,.5);

    transform: translateX(5px);
}


/* ICON */

.zt-contact-item-icon {

    min-width: 48px;
    width: 48px;
    height: 48px;

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

    border-radius: 12px;

    background: #e39a24;

    color: #fff;

    font-size: 18px;
}

.zt-contact-item-icon.whatsapp {
    background: #20c76a;
}


/* TEXT */

.zt-contact-item small {
    display: block;

    margin-bottom: 3px;

    color: #e39a24;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.zt-contact-item h4 {
    margin: 0 0 3px;

    color: #fff;

    font-size: 15px;
    font-weight: 700;
}

.zt-contact-item p {
    margin: 0;

    color: #aebfcb;

    font-size: 11px;
}


/* =========================================
   FORM BOX
========================================= */

.zt-enquiry-box {

    height: 100%;

    padding: 40px;

    border-radius: 20px;

    background: #fff;

    border: 1px solid #e7edf2;

    box-shadow: 0 20px 50px rgba(0,0,0,.07);
}


.zt-form-title {
    margin-bottom: 25px;
}

.zt-form-title span {

    color: #e39a24;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.zt-form-title h3 {

    margin: 7px 0 0;

    color: #062b4d;

    font-size: 27px;
    font-weight: 800;
}

.zt-form-title h3 strong {
    color: #e39a24;
}


/* LABEL */

.zt-enquiry-box label {

    display: block;

    margin-bottom: 7px;

    color: #193b57;

    font-size: 12px;
    font-weight: 700;
}


/* INPUT */

.zt-form-input {

    position: relative;
}

.zt-form-input i {

    position: absolute;

    top: 50%;
    left: 15px;

    transform: translateY(-50%);

    color: #e39a24;

    font-size: 14px;

    z-index: 2;
}

.zt-form-input input,
.zt-form-input select,
.zt-form-input textarea {

    width: 100%;

    border: 1px solid #e0e7ed;

    border-radius: 9px;

    background: #f9fbfd;

    color: #183852;

    font-family: inherit;

    font-size: 13px;

    outline: none;

    transition: .3s;
}

.zt-form-input input,
.zt-form-input select {

    height: 48px;

    padding: 0 15px 0 43px;
}

.zt-form-input textarea {

    padding: 14px 15px 14px 43px;

    resize: vertical;
}

.zt-form-input select {
    cursor: pointer;
}


/* FOCUS */

.zt-form-input input:focus,
.zt-form-input select:focus,
.zt-form-input textarea:focus {

    border-color: #e39a24;

    background: #fff;

    box-shadow: 0 0 0 3px rgba(227,154,36,.08);
}


/* TEXTAREA ICON */

.zt-message i {

    top: 19px;

    transform: none;
}


/* BUTTON */

.zt-enquiry-btn {

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

    gap: 12px;

    width: 100%;

    min-height: 52px;

    border: 0;

    border-radius: 9px;

    background: #e39a24;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    transition: .3s;
}

.zt-enquiry-btn:hover {

    background: #062b4d;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(6,43,77,.2);
}

.zt-enquiry-btn i {
    transition: .3s;
}

.zt-enquiry-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .zt-contact-section {
        padding: 70px 0;
    }

    .zt-contact-heading h2 {
        font-size: 36px;
    }

}


@media (max-width: 575px) {

    .zt-contact-section {
        padding: 20px 0;
    }

    .zt-contact-heading {
        margin-bottom: 35px;
    }

    .zt-contact-heading h2 {
        font-size: 29px;
    }

    .zt-contact-heading p {
        font-size: 13px;
    }

    .zt-contact-info-box,
    .zt-enquiry-box {
        padding: 25px 20px;
    }

    .zt-contact-info-box h3 {
        font-size: 24px;
    }

    .zt-form-title h3 {
        font-size: 23px;
    }

}
.zt-portfolio-section {
    padding: 35px 0;
}

.portfolio-popup {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.portfolio-popup img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: .4s ease;
}

.portfolio-popup:hover img {
    transform: scale(1.06);
}

@media (max-width: 575px) {

    .portfolio-popup img {
        height: 180px;
    }

}
.enquiry-field input{
    font-size: 13px;
    display: block;
    background: transparent;
    border: none;
    color: white;
    border: none;
    outline: none;
}
/* =====================================================
   ZANSKAR TRAILS
   PACKAGE DETAILS PAGE
===================================================== */

.zt-package-details {
    padding: 30px 0 34px;
    background: #f7f9fb;
}


/* =====================================================
   PACKAGE HEADER
===================================================== */

.zt-package-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 18px;
}

.zt-package-title {
    position: relative;
}

.zt-package-badge {
    display: inline-block;

    margin-bottom: 10px;
    padding: 6px 12px;

    border-radius: 5px;

    background: #e29a24;
    color: #fff;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .5px;
}

.zt-package-title h1 {
    margin: 0 0 10px;
    color: #062b4d;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: capitalize;
}

.zt-package-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 25px;
}

.zt-package-meta div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    font-size: 16px;
}

.zt-package-meta i {
    color: #e29a24;
    font-size: 15px;
}

.zt-package-meta strong {
    color: #1b374e;
    font-weight: 500;
}

.zt-package-meta span {
    color: #000000;
}


/* PRICE */

.zt-package-price {
    position: relative;
    min-width: 230px;
    padding: 12px 25px;
    border-radius: 10px;
    background: #062b4d;
    color: #fff;
    overflow: hidden;
}

.zt-package-price::after {
    content: "BEST SELLER";

    position: absolute;

    top: 17px;
    right: -38px;

    width: 135px;

    padding: 5px 0;

    text-align: center;

    background: #e29a24;

    color: #fff;

    font-size: 8px;
    font-weight: 800;

    transform: rotate(45deg);
}

.zt-package-price small {
    display: block;

    margin-bottom: 5px;

    color: #b8c9d5;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 1px;
}

.zt-package-price strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
}

.zt-package-price strong span {
    color: #e29a24;
}

.zt-package-price p {
    margin: 7px 0 0;

    color: #a9bdca;

    font-size: 11px;
}


/* =====================================================
   IMAGE GALLERY
===================================================== */

.zt-package-gallery {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    grid-template-rows: 190px 190px;

    gap: 8px;

    margin-bottom: 35px;
}

.zt-package-image {
    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 8px;

    background: #dfe7ed;
}

.zt-package-image:first-child {
    grid-row: span 2;
}

.zt-package-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: .5s ease;
}

.zt-package-image:hover img {
    transform: scale(1.07);
}

.zt-more-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(3, 30, 49, .45);
}

.zt-more-image span {
    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 2;

    transform: translate(-50%, -50%);

    color: #fff;

    font-size: 16px;
    font-weight: 700;

    white-space: nowrap;
}


/* =====================================================
   CONTENT
===================================================== */

.zt-package-content {
    background: #fff;
    border: 1px solid #e5ebef;
    border-radius: 12px;
    padding: 20px;
}

.zt-package-block {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: none;
}

.zt-block-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.zt-block-title > span {
    width: 22px;
    height: 3px;
    border-radius: 5px;
    background: #ffa200;
}

.zt-block-title h2 {
    margin: 0;
    color: #001f3c;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
}

.zt-block-title h2 small {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
}

.zt-package-block > p {
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 1.9;
}


/* =====================================================
   ITINERARY
===================================================== */

.zt-itinerary {
    border: 1px solid #e1e8ed;

    border-radius: 9px;

    overflow: hidden;
}

.zt-day {
    border-bottom: 1px solid #e3e9ed;
}

.zt-day:last-child {
    border-bottom: 0;
}

.zt-day-button {
    width: 100%;

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

    padding: 16px 18px;

    border: 0;

    background: #fff;

    color: #062b4d;

    text-align: left;

    cursor: pointer;
}

.zt-day-button:hover {
    background: #fbfcfd;
}

.zt-day-button > div {
    display: flex;
    align-items: center;

    gap: 18px;
}

.zt-day-button b {
    min-width: max-content;
    padding: 5px 8px;
    border-radius: 4px;
    background: #fff4df;
    color: #d88c13;
    font-size: 14px;
    text-align: center;
}

.zt-day-button strong {
    font-size: 16px;
    font-weight: 600;
}

.zt-day-button > i {
    color: #e29a24;

    transition: .3s;
}

.zt-day.active .zt-day-button {
    background: #f9fbfc;
}

.zt-day.active .zt-day-button > i {
    transform: rotate(45deg);
}

.zt-day-content {
    display: none;

    padding: 0 20px 18px 91px;

    background: #f9fbfc;
}

.zt-day.active .zt-day-content {
    display: block;
    font-size: 16px;
}

.zt-day-content p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   INCLUDE / EXCLUDE
===================================================== */

.zt-include-box,
.zt-exclude-box {
    height: 100%;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #e4e9ed;
    background: #dc35450a;
}

.zt-include-box {
    border-top: 3px solid #32a56b;
    background: #00800005;
}

.zt-exclude-box {
    border-top: 3px solid #e05555;
}

.zt-small-heading {
    display: flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 15px;
}

.zt-small-heading i {
    font-size: 18px;
}

.zt-include-box .zt-small-heading i {
    color: #2ca36a;
}

.zt-exclude-box .zt-small-heading i {
    color: #df5757;
}

.zt-small-heading h3 {
    margin: 0;
    color: #173850;
    font-size: 22px;
    font-weight: 700;
}

.zt-include-box ul,
.zt-exclude-box ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.zt-include-box li,
.zt-exclude-box li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.zt-include-box li::before,
.zt-exclude-box li::before {
    position: absolute;
    left: -4px;
    top: 1px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.zt-include-box li::before {
    content: "\f00c";
    color: #2ca36a;
}

.zt-exclude-box li::before {
    content: "\f00d";
    color: #df5757;
}


/* =====================================================
   OTHER INFORMATION
===================================================== */

.zt-other-info {
    margin-top: 35px;
    padding: 14px;
    border: 1px solid #eadfc8;
    border-radius: 10px;
    background: #fffbf3;
}

.zt-other-info .zt-block-title {
    margin-bottom: 20px;
}

.zt-other-item {
    height: 100%;
    padding: 6px;
    border-right: 1px solid #eadfc8;
}

.zt-other-item i {
    display: block;

    margin-bottom: 8px;

    color: #e29a24;

    font-size: 18px;
}

.zt-other-item small {
    display: block;
    margin-bottom: 2px;
    color: #000000;
    font-size: 14px;
}

.zt-other-item strong {
    color: #193a52;
    font-size: 17px;
}


/* =====================================================
   BOOKING STICKY
===================================================== */

.zt-booking-sticky {
    position: sticky;

    top: 25px;

    overflow: hidden;

    border-radius: 12px;

    background: #fff;

    border: 1px solid #e1e8ed;

    box-shadow: 0 15px 45px rgba(6,43,77,.10);
}

.zt-booking-header {
    padding: 12px 20px 15px;
    background: #df902021;
    color: #fff;
}

.zt-booking-header > span {
    color: #e29a24;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}

.zt-booking-header h2 {
    margin: 7px 0;
    color: #000000;
    font-size: 25px;
    font-weight: 800;
}

.zt-booking-header h2 strong {
    color: #e29a24;
}

.zt-booking-header p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.zt-booking-form {
    padding: 25px;
}


/* FORM */

.zt-form-group {
    margin-bottom: 15px;
}

.zt-form-group label {
    display: block;
    margin-bottom: 6px;
    color: #173850;
    font-size: 13px;
    font-weight: 700;
}

.zt-form-group label b {
    color: #df5757;
}

.zt-form-control {
    position: relative;
}

.zt-form-control > i {
    position: absolute;
    left: 14px;
    top: 48%;
    z-index: 2;
    transform: translateY(-50%);
    color: #e29a24;
    font-size: 13px;
}

.zt-form-control input,
.zt-form-control select,
.zt-form-control textarea {
    width: 100%;

    border: 1px solid #dfe6eb;

    border-radius: 7px;

    background: #f9fbfc;

    color: #183850;

    font-family: inherit;

    font-size: 12px;

    outline: none;

    transition: .3s;
}

.zt-form-control input,
.zt-form-control select {
    height: 44px;

    padding: 0 12px 0 39px;
}

.zt-form-control textarea {
    min-height: 90px;

    padding: 12px 12px 12px 39px;

    resize: vertical;
}

.zt-form-control input:focus,
.zt-form-control select:focus,
.zt-form-control textarea:focus {
    border-color: #e29a24;

    background: #fff;

    box-shadow: 0 0 0 3px rgba(226,154,36,.08);
}


/* =====================================================
   BOOKING BUTTON
===================================================== */

.zt-booking-btn {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    border: 0;
    border-radius: 7px;
    background: #062b4d;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: .3s;
}

.zt-booking-btn:hover {
    background: #062b4d;

    transform: translateY(-2px);
}

.zt-booking-btn i {
    transition: .3s;
}

.zt-booking-btn:hover i {
    transform: translateX(5px);
}


/* WHATSAPP */

.zt-whatsapp-btn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    border: 1px solid #25c76a;
    border-radius: 7px;
    background: #fff;
    color: #168c4a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.zt-whatsapp-btn:hover {
    background: #25c76a;

    color: #fff;
}


/* TRUST */

.zt-booking-trust {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-top: 22px;

    padding-top: 20px;

    border-top: 1px solid #e5ebef;
}

.zt-booking-trust div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000000;
    font-size: 15px;
}

.zt-booking-trust i {
    color: #062b4d;
    font-size: 18px;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199px) {

    .zt-package-title h1 {
        font-size: 38px;
    }

    .zt-package-price {
        min-width: 200px;
    }

}


@media (max-width: 991px) {

    .zt-package-header {
        align-items: flex-start;

        flex-direction: column;
    }

    .zt-package-price {
        width: fit-content;
        padding: 10px 15px;
    }

    .zt-booking-sticky {
        position: relative;

        top: auto;
    }

}


@media (max-width: 767px) {

    .zt-package-details {
        padding: 20px 0 20px;
    }

    .zt-package-title h1 {
        font-size: 22px;
    }

    .zt-package-meta {
        gap: 10px 8px;
    }

    .zt-package-meta div {
        font-size: 11px;
    }

    .zt-package-gallery {
        grid-template-columns: 1fr 1fr;

        grid-template-rows: 230px 140px 140px;
    }

    .zt-package-image:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .zt-package-content {
        padding: 5px;
        border: none;
        background: transparent;
    }

    .zt-day-button {
        padding: 8px;
    }

    .zt-day-button > div {
        gap: 10px;
        align-items: flex-start;
    }

    .zt-day-button strong {
    }

    .zt-day-content {
        padding: 0 10px 14px 10px;
    }

    .zt-other-item {
        border-right: 0;
    }

}


@media (max-width: 575px) {

    .zt-package-header {
        margin-bottom: 20px;
        gap: 18px;
        align-items: center;
    }

    .zt-package-title h1 {
    }

    .zt-package-price strong {
        font-size: 22px;
    }

    .zt-package-gallery {
        grid-template-rows: 210px 120px 120px;
        gap: 5px;
        margin-bottom: 15px;
    }

    .zt-package-content {
    }

    .zt-block-title h2 {
        font-size: 20px;
    }

    .zt-day-button b {
        min-width: 44px;
        font-size: 10px;
        margin-top: 2px;
    }

    .zt-day-button strong {
        font-size: 14px;
        line-height: 22px;
        padding-right: 8px;
    }

    .zt-include-box,
    .zt-exclude-box {
        padding: 17px;
    }

    .zt-other-info {
        padding: 18px;
    }

    .zt-booking-form {
        padding: 18px;
    }

}
.new_ul::after{
    display:none !important;
}
@media(max-width:768px){
    .zt-package-block {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: none;
}
.zt-day-content p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}
.zt-include-box li, .zt-exclude-box li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #000000;
    font-size: 13px;
    line-height: 23px;
}
.zt-package-block > p {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.9;
}
}
/* =====================================================
   BLOG DETAILS PAGE
   ZANSKAR TRAILS
===================================================== */

.destination-details-section {
    padding: 30px 0 90px;
    background: #f7f9fb;
}


/* =====================================================
   MAIN BLOG AREA
===================================================== */

.destination-details-section .col-lg-8 {
    min-width: 0;
}


/* BLOG IMAGE */

.post-thumbnail-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 16px;
    background: #e9eef2;
    margin-bottom: 20px;
}

.post-thumbnail-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}

.post-thumbnail-image:hover img {
    transform: scale(1.03);
}


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

.blog-meta-area {
    margin-bottom: 6px;
}

.blog-meta {
    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;

    list-style: none;
}

.blog-list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 12px;
    border: 1px solid #e5e9ed7a;
    padding: 5px 15px;
    background: #fff;
}

.blog-list .icon {
    width: 30px;
    height: 30px;

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

    border-radius: 50%;

    background: #fff4df;

    color: #e39a24;

    font-size: 12px;
}

.blog-list a {
    color: #000204;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}


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

.first-paragraph {padding: 9px;border-radius: 14px;color: #000000;font-size: 15px;line-height: 1.9;}


/* HEADINGS INSIDE BLOG CONTENT */

.first-paragraph h1,
.first-paragraph h2,
.first-paragraph h3,
.first-paragraph h4,
.first-paragraph h5,
.first-paragraph h6 {
    margin-top: 25px;
    margin-bottom: 14px;

    color: #062b4d;

    line-height: 1.35;

    font-weight: 800;
}

.first-paragraph h1 {
    font-size: 32px;
}

.first-paragraph h2 {
    font-size: 27px;
}

.first-paragraph h3 {
    font-size: 23px;
}

.first-paragraph h4 {
    font-size: 20px;
}

.first-paragraph p {
    margin-bottom: 18px;
}

.first-paragraph strong {
    color: #173b56;
}

.first-paragraph a {
    color: #e39a24;

    font-weight: 600;

    text-decoration: none;
}

.first-paragraph a:hover {
    color: #062b4d;
}


/* BLOG LIST */

.first-paragraph ul,
.first-paragraph ol {
    margin: 15px 0 20px;

    padding-left: 22px;
}

.first-paragraph li {
    margin-bottom: 8px;
}


/* BLOG IMAGE INSIDE CONTENT */

.first-paragraph img {
    max-width: 100%;
    height: auto;

    border-radius: 10px;

    margin: 15px 0;
}


/* BLOCKQUOTE */

.first-paragraph blockquote {
    margin: 25px 0;

    padding: 18px 22px;

    border-left: 4px solid #e39a24;

    background: #fffbf4;

    color: #536a7c;

    font-style: italic;
}


/* =====================================================
   SIDEBAR
===================================================== */

.single-widget {
    position: sticky;
    top: 16px;
    padding: 15px;
    border: 1px solid #e4e9ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(6,43,77,.07);
}


/* WIDGET TITLE */

.widget-title {
    position: relative;

    margin: 0 0 22px;

    padding-bottom: 13px;

    color: #062b4d;

    font-size: 21px;

    font-weight: 800;
}

.widget-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 45px;
    height: 3px;

    border-radius: 5px;

    background: #e39a24;
}


/* =====================================================
   RECENT POST
===================================================== */

.recent-post-widget {
    display: flex;
    align-items: center;

    gap: 13px;

    padding: 14px 0;

    border-bottom: 1px solid #edf0f2;
}

.recent-post-widget:last-child {
    border-bottom: 0;

    padding-bottom: 0;
}


/* IMAGE */

.recent-post-img {
    flex: 0 0 90px;

    width: 90px;
    height: 75px;

    overflow: hidden;

    border-radius: 8px;

    background: #e9eef2;
}

.recent-post-img a {
    display: block;

    width: 100%;
    height: 100%;
}

.recent-post-img img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: .4s ease;
}

.recent-post-widget:hover .recent-post-img img {
    transform: scale(1.08);
}


/* RECENT POST CONTENT */

.recent-post-content {
    min-width: 0;
}

.recent-post-content > a {
    display: block;

    margin-bottom: 5px;

    color: #e39a24;

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;
}

.recent-post-content h6 {
    margin: 0;

    line-height: 1.4;
}

.recent-post-content h6 a {
    display: -webkit-box;

    overflow: hidden;

    color: #173b56;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    transition: .3s ease;
}

.recent-post-content h6 a:hover {
    color: #e39a24;
}


/* =====================================================
   HOVER SIDEBAR EFFECT
===================================================== */

.recent-post-widget {
    transition: .3s ease;
}

.recent-post-widget:hover {
    transform: translateX(3px);
}


/* =====================================================
   TABLE INSIDE BLOG
===================================================== */

.first-paragraph table {
    width: 100%;

    margin: 20px 0;

    border-collapse: collapse;
}

.first-paragraph table th,
.first-paragraph table td {
    padding: 11px 12px;

    border: 1px solid #e1e7eb;

    text-align: left;

    font-size: 13px;
}

.first-paragraph table th {
    background: #062b4d;

    color: #fff;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .destination-details-section {
        padding: 55px 0 70px;
    }

    .post-thumbnail-image {
        height: 430px;
    }

    .single-widget {
        position: relative;

        top: auto;
    }

}


@media (max-width: 767px) {

    .destination-details-section {
        padding: 22px 0 20px;
    }

    .post-thumbnail-image {
        height: 320px;

        border-radius: 12px;
    }

    .first-paragraph {
        padding: 22px;

        font-size: 14px;

        line-height: 1.8;
    }

    .first-paragraph h1 {
        font-size: 27px;
    }

    .first-paragraph h2 {
        font-size: 23px;
    }

    .first-paragraph h3 {
        font-size: 20px;
    }

    .single-widget {
        padding: 13px;
        border-radius: 12px;
    }

}


@media (max-width: 575px) {

    .post-thumbnail-image {
        height: 240px;
    }

    .blog-list {
        padding: 3px 11px;
    }

    .blog-list a {
        font-size: 11px;
    }

    .first-paragraph {
        padding: 6px;
        font-size: 14px;
    }

    .recent-post-img {
        flex: 0 0 80px;

        width: 80px;
        height: 68px;
    }

    .recent-post-content h6 a {
        font-size: 12px;
    }

}
.taxi_imagebox{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.vehicle-section {
        padding: 30px 0;
        background: #fff;
    }

    .vehicle-card {
        border: 1px solid #d9d9d94a;
        border-radius: 5px;
        padding: 0;
        background: #fff;
        height: 100%;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .vehicle-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.10);
    }

    .vehicle-image {
        width: 100%;
        height: fit-content;
        object-fit: cover;
        border-radius: 14px;
        display: block;
    }

    .vehicle-title {
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        color: #111;
        margin: 10px 5px 12px;
    }

    .vehicle-details {
        margin-bottom: 10px;
        margin: 10px 10px 10px;
    }

    .vehicle-detail {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 14px;
        color: #444;
        line-height: 1.5;
        margin-bottom: 7px;
    }

    .vehicle-detail i {
        width: 14px;
        min-width: 12px;
        color: #111;
        margin-top: 3px;
        font-size: 13px;
        text-align: center;
    }

    .vehicle-divider {
        border-top: 1px solid #dddddd4a;
        margin: 10px 0;
    }

    .vehicle-buttons {
        display: flex;
        gap: 6px;
        padding: 0px 5px 8px;
    }

    .vehicle-btn {
        flex: 1;
        border-radius: 5px;
        padding: 3px 1px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease;
    }

    .enquiry-btn {
        background: #eef2f3;
        color: #111;
        border: 1px solid #d1d8da;
    }

    .enquiry-btn:hover {
        background: #111;
        color: #fff;
    }

    .whatsapp-btn {
        background: #baffae;
        color: #111;
        border: 1px solid #9be590;
    }

    .whatsapp-btn:hover {
        background: #25D366;
        color: #fff;
        border-color: #25D366;
    }

    @media (max-width: 991px) {
        .vehicle-image {
            height: 220px;
        }
    }

    @media (max-width: 767px) {
        .vehicle-card {
            margin-bottom: 0px;
            height: auto !IMPORTANT;
        }

        .vehicle-image {
            height: 240px;
        }
    }

    @media (max-width: 400px) {
        .vehicle-image {
            height: 210px;
        }

        .vehicle-title {
            font-size: 19px;
        }

        .vehicle-detail {
            font-size: 16px;
        }
    }
@media(min-width:1199px){
    .col-new{
        width:20% !important;
    }
}