@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
    *{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    }

    body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight:500;
    color:#675b57;
    background-color:#fff;
}

    h1,h2,h3,h4,h5,h6{
        font-family: "Poppins", sans-serif;
        color:#675b57;
    }

    .title-redcolor{
        color:#f53408;
    }

    .h1-title{
    font-size:35px;
    font-weight:600; 
    line-height: 60px;
    }

    .titleTop p{
        margin-bottom:0px;
    }

    .viewmore a {
    color: #f53408;
    font-weight:600;
    text-decoration:none;
    position: relative;
    }
    
 .viewmore a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 57px;
    /* height: 1px; */
    background-color: red;
    border-bottom:1px solid red;
}

    .viewmore {
        text-align: end;
        margin-bottom: 15px;
    }
   

    /* .title-color{
        color:#675b57;
    } */

/* ------------------ */

.ratingbox {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dedede;
    border-radius:0px 0px 5px 5px;
    justify-content: space-around;
    padding:12px 10px;
    /* background-color: #fbf1e8; */
    max-width: 1130px;
    margin-bottom: 0px;
    margin: auto;
}

.ratingbox li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size:16px;
}
.ratingbox li::before{
    content:'';
    background-image: url(../images/icon-m-h.png);
    background-repeat:no-repeat;
    height:23px;
    width:23px;
    position:absolute;
    left:0;
}

.tiurpkgbtn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linethrough{
      text-decoration: line-through;
      font-weight:600;
}

.wraperperperson{
    list-style:2px;
}

.priceShow {
    font-size:24px;
}

.priceShowwrap {
    line-height: 15px;
}



div#price-box a {
    background:#eb253f;
    margin-left: 10px;
    margin-top: 0px;
}
/* ---------- */



/* .old-price{
  text-decoration:line-through;
  color:#999;
  font-size:14px;
  margin-right:8px;
}

.new-price{
  color:#ff6a00;
  font-size:28px;
  font-weight:600;
}

.per-person{
  font-size:13px;
  color:#666;
}

.book-btn{
  background:#ff6a00;
  color:#fff;
  padding:12px 22px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
} */

/* ------------- category-card start---------------------*/

.wraper-card-category {
    background: #fefefe;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform .35s ease, box-shadow .35s ease;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.wraper-card-category:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,0,0,0.12);
}

/* IMAGE */
.img-box-category{
  position:relative;
  overflow:hidden;
  border-radius:8px;
}

.img-box-category img{
  width:100%;
  height:200px;
  object-fit:cover;
  transition:transform .6s ease;
  
}

.wraper-card-category:hover img{
  transform:scale(1.08); /* 🔥 smooth zoom */
  border-radius:8px;
}

/* PRICE BADGE */


.price-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius:3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    z-index: 2;
     color: #3b3533;
}

.price-badge a {
    color: #3b3533;
    text-decoration: none;
  }

/* CONTENT */


/* .tour-body h5{
  font-size:18px;
  font-weight:600;
 
} */

.tour-body p{
  font-size:14px;
  color:#666;
  margin:0;
}

.tour-body-category p {
    color: #675b57;
    margin: 0px;
}
.tour-body-category {
    padding: 16px;
    text-align: center;
}

/* MOBILE */
@media(max-width:767px){
  .img-box-category img{
    height:180px;
  }
}



/* -------------------- category-card end--------------*/






/* ================= HERO SLIDER ================= */

.herowrapper {
    padding: 15px 15px;
}
.wraper-mainheading{
    padding:50px;
}
.container-hero {
    max-width: 1350px;
    margin: auto;
    /* background-color:#f5f4f4; */
    border-radius:20px 20px 0px 0px;
}


/* .hero-slider{
  min-height:420px;
} */

.hero-slide{
  position:relative;
  height:100%;
  border-radius:16px;
  overflow:hidden;
}
.hero-img{
  width:100%;
  /* height:100%;
  object-fit:cover; */
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to right,
    rgba(0,0,0,.65) 25%,
    rgba(0,0,0,.35) 55%,
    rgba(0,0,0,.1) 75%
  );
  z-index:1;
}
.hero-content{
  position:absolute;
  top:50%;
  left:40px;
  transform:translateY(-50%);
  color:#fff;
  max-width:520px;
  z-index:2;
}
.hero-content h6{
  letter-spacing:4px;
  font-size:14px;
}
.hero-content h1{
  font-size:clamp(28px,5vw,56px);
  font-weight:800;
  line-height:1.1;
}
.hero-content h1 span{font-weight:400}
.hero-content .adventure{
  font-family:cursive;
  font-size:clamp(22px,3vw,36px);
  display:block;
  margin:12px 0 20px;
}
.hero-btn{
  background:#ff3c00;
  color:#fff;
  padding:12px 32px;
  border-radius:4px;
  font-weight:700;
  text-decoration:none;
}

/* -------------- */

.perperson{
    font-size:13px;
    color:#675b57;
    font-weight:600;
}

/* Hero dots */
.hero-slider .swiper-pagination-bullet{
  background:#fff;
  opacity:.6;
}
.hero-slider .swiper-pagination-bullet-active{
  opacity:1;
  background:#dd0808;
}



/* ================= TOUR SLIDER ================= */
/* .wraper-card{
  background:#611414;
  border-radius:10px;
  overflow:hidden;            
  border:1px solid #e5e5e5;
  height:100%;
  transition:.3s;
  cursor:pointer;
} */

/* .wraper-card:hover{
  transform:translateY(1px);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
 border:1px solid #e5e5e5;

 
} */

/* image container */
.img-box{
  overflow:hidden;              /* real clipping */
  border-radius:10px 10px 0 0;
  position:relative;
}

/* image */
.tour-img{
  width:100%;
  /* height:220px; */
  object-fit:cover;
  transition:transform .6s ease;
}

/* hover zoom */
.wraper-card:hover .tour-img{
  transform:scale(1.12);
}

/* dark overlay */
.img-box::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.25), rgba(0,0,0,0));
  opacity:0;
  transition:.3s;
}
.wraper-card:hover .img-box::after{
  opacity:1;
}

/* content */
.tour-body {
    padding: 15px 15px 0px 15px;
}

.tour-body h5 {
    font-size:18px;
    font-weight: 600;
    color: #3b3533;
     /* margin-bottom:6px; */
}


.rating{
  color:#f4b400;
  font-size:14px;
}
.rating span{
  color:#777;
}


.tour-body p {
    font-size: 17px;
    margin-bottom: 4px;
    color: #675b57;
    font-weight:600;
}




.tour-body strong {
    color: #675b57;
    font-weight: 600;
}

.book-btn{
  background:#ff6a21;
  color:#fff;
  padding:8px 24px;
  font-size:14px;
  border-radius:3px;
  display:inline-block;
  margin-top:10px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}
.wraper-card:hover .book-btn{
  background:#f58046;
  transform:translateY(-2px);
}

/* Tour dots */
.tour-slider{
  padding-bottom:40px;
}
.tour-slider .swiper-pagination{
  position:relative;
  margin-top:20px;
}
.tour-slider .swiper-pagination-bullet{
  background:#ccc;
}
.tour-slider .swiper-pagination-bullet-active{
  background:#45b649;
}

/* ================= TOUR SLIDER ================= */
.wraper-card{
      background: #fefefe;
     border-radius:10px;
  border:1px solid #e5e5e5;
  height:100%;
  transition:.3s;
  cursor:pointer;
  padding:15px;          /* UI spacing */
}

/* image container */
.img-box{
  overflow:hidden;      
  border-radius:8px;
}


.linkwraper a{
  display:block;
   text-decoration: none;
}

.wraper-card-category p {
    font-size: 15px;
}


/* ---------- why choose us  */
.why-chooseIcon{
  text-align: center;
}

.why-chooseIcon span {
    background:#fafafa;
    border: 1px solid #dbdbdb;
    padding: 10px 10px;
    border-radius:3px;
    position: relative;
}



.why-chooseItem {
    text-align: center;
    padding: 30px 5px;
    position: relative;
    /* margin-bottom: 20px; */
}


.why-chooseItem h3 {
    font-size:18px;
    font-weight: 600;
    color: #3b3533;
}
.why-chooseItem p {
    font-size: 14px;
}

.why-chooseItem:after {
    content: '';
    height: 60%;
    border-right: 1px solid #c3c3c3;
    right: -12px;
    position: absolute;
    top: 35px;
}

.line-horizontal{
  position: relative;
}

.line-horizontal::after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    position: absolute;
    top: 12px;
    max-width: 955px;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: -2;
}

/* .why-chooseIcon span::after {
    content: '';
    width: 85px;
    height: 85px;
    background: #ffffff;
    position: absolute;
    left: -21px;
    right: 0px;
    top: -23px;
    z-index: -1;
} */

.why-chooseIcon span::after {
    content: '';
    width: 85px;
    height: 85px;
    background: #ffffff;
    position: absolute;
    left: -21px;
    right: 0px;
    top: -23px;
    z-index: -1;
}

/* ----------landing page ----------- */

.ratingTop{
  display:flex;
  justify-content:space-between;

}
.yellowstar {
    color: #f9b500;
}
.redrating {
    color: #eb253f;
}



.ratingheading {
    border-bottom: 1px solid #e4e4e4;
    margin: 4px 0px 10px 0px;
    padding: 3px 0px;
}

.price-badge{
  display:none;
}


.ratingbox li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    padding-right:20px;
}
/* .ratingbox li::after {
    content: '';
    height: 45px;
    position: absolute;
    border-right: 1px solid #dedede;
    right: 0px;
    top: -10px;
    transform: rotate(26deg);
} */

.ratingbox li:not(:last-child)::after {
    content: '';
    height: 45px;
    position: absolute;
    border-right: 1px solid #dedede;
    right: 0px;
    top: -10px;
    transform: rotate(26deg);
}


/* faq start */
  .faq-list {
  padding: 15px;
}

.faq-list a {
  display: block;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  background: #fff;
}

/* Two items in one row (Evening / Morning) */
.faq-row {
  display: flex;
  gap: 10px;
}

.faq-row a {
  flex: 1;
  text-align: center;
}

/* Hover (optional) */
.faq-list a:hover {
  background: #f7f7f7;
}

/* faq end */

.headertop{
  background-color: #f6f6f6;
}

/* ---- */

.faqContainer {
    max-width:900px;
    margin: auto;
}


a.whatsapp-btn {
    display: inline-block;
    border: 1px solid #3cc14e;
    border-radius: 10px;
    text-decoration: none;
    color: #43bf56;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 17px;
}
span.munbertopp {
    padding: 0px 5px;
}

.wraptpContainer {
    margin-top:20px;
}

.hide {
    display: none;
}

/* ---------------- */

.asdhdash a {
    display: block;
}

.asdhdash {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.starttopd {
    margin-bottom: 20px;
}
/* .secheros {
    margin-top: 20px;
} */


header.headertop .navbar {
    padding:16px 0px;
}



/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .hero-content{
    left:20px;
    right:20px;
    text-align:center;
  }
  /* .tour-img{height:200px;} */
  .ratingbox li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 10px;
    padding-right: 20px;
}
.ratingbox {
   max-width: 600px;
    }

    .newsletter-card {
  margin-top: 10px;
  margin: auto;
}

}


@media(max-width:576px){
  /* .hero-slider{height:60vh;} */
  /* .tour-img{height:180px;} */
   
  .ratingbox li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 10px;
    padding-right: 20px;
}


.testimonial-section {
    padding: 0px 25px!important;
    text-align: center;
}

.footer-section {
  margin-top: 30px;
}
.bhurabg {
    text-align: center;
}
.hehd img{
    max-width: 190px;
}
.tour-slider {
    padding-bottom: 0px;
}
.titleTop p{
    margin-bottom: 20px !important;
}

.testimonial-card {
    max-width: 255px!important;
   }

   .secheros {
    margin-top: 0px;
}


}


@media(max-width:500px){
.ratingbox li {
        list-style: none;
        position: relative;
        padding-left: 30px;
        font-size: 13px;
        padding-right: 20px;
        width: 100%;
        /* text-align: center; */
        background: #ebebeb;
        padding: 10px 10px 10px 36px;
    }


    .ratingbox {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #dedede;
    border-radius: 5px 5px 5px 5px;
    justify-content: space-around;
    padding: 12px 10px;
    /* background-color: #fbf1e8; */
    max-width: 1130px;
    margin-bottom: 0px;
    margin: auto;
    flex-wrap: wrap;
    margin-top: 12px;
}

.ratingbox li::before {
    content: '';
    background-image: url(../images/icon-m-h.png);
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    position: absolute;
    left: 5px;
    /* display: inline-block; */
}

.ratingbox li:not(:last-child)::after {
    content: '';
    height: 45px;
    position: absolute;
    border-right: 1px solid #775d5d00;
    right: 0px;
    top: -10px;
    transform: rotate(26deg);
}
.faq-list a {
    display: block;
    padding: 7px 7px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

    a.navbar-brand img {
        max-width: 100px;
    }

a.whatsapp-btn {
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
}
span.munbertopp {
    padding-right: 5px;
}

.ratingbox{
  display:none;
}



.wraptpContainer {
    margin-top: 0px;
}

.starttopd {
    margin-bottom: 10px;
    margin-top: 10px;
}

}

