body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px; /* Offset top by 50px */
  }

*{
  padding: 0;
  margin: 0;
}

header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, 
                              rgba(255, 255, 255, 1) 50%, 
                              rgba(255, 255, 255, 1) 100%);
  opacity: 0.95;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11111;
  height: 75px;
  transition: all 0.4s ease-in-out;
}
.nav-sticky .nav-item .nav-link:hover {
    color: #ffffff;
}
/* When scrolled */
header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* subtle shadow */
}


@media screen  and (max-width:768px){
 #mobile-carousel .owl-nav .owl-prev{
    display: none!important;
  }
  #mobile-carousel .owl-nav .owl-next{
    display: none!important;
  }

  #Mobileinter-carousel .owl-nav .owl-prev{
    display: none!important;
  }
  #Mobileinter-carousel .owl-nav .owl-next{
    display: none!important;
  }

  #speritual-carousel .owl-nav .owl-prev{
    display: none!important;
  }
  #speritual-carousel .owl-nav .owl-next{
    display: none!important;
  }
  #speritual-carousel .owl-dots{
    margin-top: 20px!important;
  }


  .owl-nav{
    top: 25%!important;
  }
  .owl-nav button.owl-prev, .owl-nav button.owl-next{
    width: 35px!important;
    height: 35px!important;
  }
  .owl-nav button span {
    font-size: 40px!important;
    display: flex;
    position: absolute;
    top: -17px!important;
    padding-left: 11px!important;
    justify-content: center;
    align-items: center;
}

}

.top-nav{
  background-color: #313040;
  padding: 5px;
}
.top-nav .container{
  display: flex;
  justify-content: space-between;
}
.call-mail{
  display: flex;
  gap: 20px;
}

.social-icons p{
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}

.social-icons p a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.call a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;

}

.call a span{
  color: #f6a41b;
  margin-right: 5px;
}

.mail a{
  color: #fff;
  text-decoration: none;
  font-size: 13px;

}

.mail a span{
  color: #f6a41b;
  margin-right: 5px;
}

.navbar .container{
  justify-content: space-between;
}

.nav-item .nav-link{
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: sans-serif;
}

.dropdown-toggle::after{
  display: none;
}
ul.navbar-nav{
  gap: 15px;
}

.nav-call a{
  display: flex;
  gap: 10px;
  color: #000;
  text-decoration: none;
  align-items: center;
}

.call-nav-text p{
  font-weight: 500;
  font-family: sans-serif;
}

.call-nav-text p small{
  font-weight: 500;
  font-family: sans-serif;
  color: #424242;
}


.nav-item .nav-link:hover{
  color: #f6a41b;
}

.active .nav-link{
  color: #f6a41b;
}



.dome-head h6{
  font-size: 16px;
  text-transform: uppercase;
  color: #f6a41b;
  font-weight: 500!important;
  letter-spacing: 2px;
}

.dome-head h2 {
  font-size: 55px;
  font-family: auto;
  font-weight: 800;
  color: #fff;
}

.read-more{
  color: #f6a41b;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.domestic-tour {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.tour-number span{
  background-color: #f6a41b;
  padding: 1px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.tour-number{
  position: absolute;
  top: 10px;
  right: 10px;
}

.dest-name h5{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.dest-name{
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.domestic-tour img{
 filter: brightness(1);
 transition: all ease 0.3s;
}

.domestic-tour:hover img{
  filter: brightness(1);
  transform: scale(1.2);

}

.home-tour-packages{
  background-color: #fcf6f6;
}

.home-tour-packages .heading p{
  text-align: center;
  font-size: 40px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0px;
}

.home-tour-packages .heading h2{
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}

.tour-img{
 border-radius: 15px;
 overflow: hidden;
 position: relative;
}

.tour-text{
  background-color: #f6a41b;
  padding: 10px ;
  border-radius: 20px;
  position: absolute;
  right: 10px;
  border: 2px solid #fff;
  left: 10px;
  bottom: -50px;
  transition: all ease 0.3s;
}

.tours-box{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.tours-box:hover .tour-text{
  bottom: -30px;
}

.tour-head h5{
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  
}

.tour-head p {
  color: #000000;
  margin-bottom: 0px;
  
  font-weight: 700;
  background: #f6a41b;
}
.price{
  margin-top: 5px;
}



.price h4{
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

.price p {
  text-align: center;
  background: none;
  color: #fff;
}

.tours-box a{
  text-decoration: none;
}
.tours-box:hover img{
  transform: scale(1.1);

}

.tours-box img{
  transition: all ease 0.3s;
}
.discount span{
  background-color: #f6a41b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  line-height: 15px;
  
}

.discount{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 111;
}

.price h4{
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}

.explore-btn .btn{
  background-color: #f6a41b;
  padding: 10px ;
  border-color: #f6a41b;
  border-radius: 50px;
  gap: 10px;
  display: flex ;
   max-width: 169px;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
}

.explore-btn {
  display: flex
;
  width: 100%;
  justify-content: end;
}

.explore-btn .btn span {
  display: flex;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #f6a41b;
}

.intern-box{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:768px) {
  .dest-name-inter span{
    font-size: 10px;
  }
}

.dest-name-inter{
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.dest-name-inter span{
  padding: 2px 20px;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 500;
  color: #000;
}

.intern-box:hover img{
  transform: scale(1.1);
}

.intern-box img{
  transition: all ease 0.3s;
}

.wcs{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.wcs-img{
  width: 40%;
  height: 100%;
  padding: 0px;
}

.wcs-img img {
  height: 100%;
  object-fit: cover;
}
.wcs-text .heading p{
  text-align: justify;
  font-size: 30px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0px;

}

.wcs-text{
  width: 60%;
  background-color: #313040;
  padding: 20px 80px;
  position: relative;
 
}

.wcs-text .heading h2{
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  font-family: sans-serif;

}

.wcs-text .main-text{
  padding-top: 40px;
}

.wcs-text .main-text p{
  color: #e1e1e1;
  font-size: 16px;
  font-family: 400;
  font-family: sans-serif;
}

.why-list-text h5{
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.why-list-text p{
  color: #e1e1e1;
  margin-bottom: 0px;
}

.why-list{
  display: flex;
  gap: 20px;
}

.wcs-text::after{
 content: "" ;
 width: 12px;
 height: 90%;
 background-color: #f6a41b;
 position: absolute;
 top: 22px;
 border-radius: 0px 20px 20px 0px;
 bottom: 0;
 left: 0;
}

.count-down{
  background-color: #f5f5f5;
}

.count-icon i{
  font-size: 35px;
  color: #f6a41b;
}

.count-text h2{
 font-size: 35px;
 color: #313040;
 font-weight: 700;
 margin-bottom: 0px;
}

.count-box{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.testimonial-head p{
  text-align: center;
  font-size: 35px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 10px;
  
}

.testimonial{
  padding: 0px 0px;
  position: relative;
  z-index: 99;
}

.testimonial-head h2{
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  font-family: math;
}

.testimonial{
  /* background-color: #fdf8f8; */
}

footer{
  /* background-color: #171717; */
  background-image: url(../img/footer-image.jpg);
  background-size: cover;
  /* background-position: center; */
}
@media screen and (max-width:991px) {
  footer{
  background-color: #171717;
  background-image: none;
}
}


footer .row{
  border-bottom: 2px dotted #fff;
  padding-top: 50px;
}

.footer-text p{
 
  font-family: sans-serif;
  font-weight: 500;
  color: #f5f5f5;
}

.footer-links ul{
  list-style: none;
  padding-left: 0;
}

.footer-links ul li{
  padding-bottom: 5px;
}

.footer-head{
  padding-left: 10px;
}

.footer-head h5{
  font-weight: 700;
}

.footer-links{
  padding-left: 10px; 
}

.footer-links ul li a{
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links ul li a span{
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000000;
  color: #f6a41b;
  padding: 5px;
}

.footer-links ul li a:hover{
  color: #f6a41b;
}

.footer-links ul li{
  display: flex;
  gap: 5px;
}


.footer-copy-right p a{
  text-decoration: none;
  color: #f5f5f5;
  font-family: sans-serif;
}

.footer-copy-right p a:hover{
  color: #f6a41b;
}

.footer-head h5{
  color: #fff;
}

.footer-copy-right p{
  color: #fff;
}

.footer-copy-right{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width:768px) {
  .footer-copy-right{
    justify-content: center;
  }
  .count-box{
    background-color: #fff;
  }
  .dome-head h2 {
    font-size: 30px;
    font-family: auto;
    font-weight: 800;
}
.explore-btn{
  justify-content: start;
}
.dome-head {
  margin-bottom: 0px!important;
}
.dome-head h2 {
  font-size: 30px !important;
  font-family: auto;
  font-weight: 800;
}
.wcs-text .heading h2{
  font-size: 30px;
}
}

@media screen and (max-width:991px) {
  .banner-img img {
    object-fit: cover;
    height: 350px;
}
}

.intern-box:hover .dest-name-inter span{

  background-color: #f6a41b;
  color: #fff;

}

.dest-name-inter span{
  transition: all ease 0.3s;
}

.banner-content {
  position: absolute;
  bottom: 29px;
  left: 50px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}

.banner-content h1{
 
  font-size: 32px;
  color: #fff;
  font-family: math;
  font-weight: 700;
}

.banner-content h1 span{
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  border-bottom: 2px solid #f6a41b;
  padding-bottom: 5px;
}

.banner-list{
  position: relative;
 
}
.banner-img{
 margin-top: 0px;
}



.banner-img img{

    object-fit: cover;
    min-height: 370px;
}

.banner-list p{
  text-align: justify;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.banner-list p a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;

}

.banner-list p a.active{
  color: #f6a41b;
}

.package-start{
  background-color: #f2f2f2;
}

.main-content .package-listing-box{
  background-color: #fff;
}

.package-listing-box{
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}

.enquiry-content{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}

.enquiry-head{
  padding: 10px;
  background-color: #fff;
}


  .shape-2 {
    background-image: url(../img/icons/discount-box.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 15px;
    position: absolute;
    left: 0;
    top: 20px;
    color: #fff;
    font-weight: 500;
}

.package-listing-img{
  position: relative;
}

.package-info {
  padding: 10px;
}

.name-of-tour h4{
  font-family: math;
  font-weight: 800;
}

.tour-days{
  position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.tour-days span{
  font-size: 15px;
  background-color: rgb(0, 0, 0, 0.7);
  padding: 5px 10px;
  font-weight: 600;
  display: block;
  color: #f6a41b;
  text-align: center;
}

.package-name{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.tour-dest p {
  font-family: sans-serif;
  color: #5b5b5b;
  font-weight: 500;
  font-size: 14px;
}

.itenary-box img{
  display: block;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50%;
}

.itenary-box p{
  text-align: center;
  font-size: 13px;
  margin-bottom: 0px;
  font-family: sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 2px;
}

.tenary-icons{
  display: flex;
  gap: 15px;
}

hr{
  opacity: .07;
}

.name-of-tour h4{
  font-size: 21px;
  color: #000000;
}

.price-tour h5 del{
  color: #7e7e7e;
  font-size: 15px;
}

.price-tour h5{
  color: #f6a41b;
  font-weight: 700;
  font-size: 19px;
}

.package-listing-img{
 height: 100%;
}

.package-listing-img img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.price-tour h5 span{
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 500;
}

.btn-book .btn-booking{
  background-color: #2c2e30;
  padding: 5px 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.btn-book .btn-booking:hover{
  background-color: transparent;
  border: 1px solid #f6a41b;
  color: #f6a41b;

}

.btn-book .btn-more{
  background-color: #f6a41b;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 20px;
}

.btn-book .btn-more:hover{
  background-color: #000;
  color: #f6a41b;
}

.price-tour{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;

}

.package-listing-box{
  margin-bottom: 20px;
}

.package-listing-img{
  overflow: hidden;
}

.package-listing-img img{
  transition: all ease 0.3s;
  transform: scale(1.1);
}

.package-listing-box:hover .package-listing-img  img{
  transform: scale(1.2);
}

.form-head {
  background-color: #f6a41b;
  color: #fff;
  
  padding: 10px;
  text-align: center;
}

.form-head h5{
  font-size: 18px;
}

.sticky-form{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;

}

.listing-form{
  height: 100%;
}

.sticky-form form{
  padding: 20px;
}

.sticky-form form .btn{
  display: block;
  width: 200px;
  background-color: #f6a41b;
  border-color: #f6a41b;
  color: #000;
  font-weight: 500;
  border-radius: 20px;
  margin: auto;
}

.sticky-form form .form-control{
 border-radius: 0px;
 
}

.sticky-form form input{
  height: 40px;
}

.sticky-form form .form-control::placeholder{
  font-size: 14px;
  font-weight: 500;
  color: #a3a3a3;
}

.sticky-content{
  position: sticky;
  top: 80px;

}

.enquiry-content{
  background-image: url(../img/listing-banner.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.enquiry-text{
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.3);
  
}

.vertual-img img{
  display: block;
  margin: auto;
}

.vertual-number h5 a{
  color: #f6a41b;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-size: 28px;
}

.details-heading{
  background-color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-pages-list p a{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  font-family: sans-serif;
  text-decoration: none;

}

.top-pages-list p .active{
  color: #f6a41b;
}

.top-pages-list p {
  display: flex;
  gap: 10px;
}

.details-img{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}



.details-package-name h4{
  font-size: 25px;
  color: #272727;
  font-weight: 700;
  
  


}

.tour-dest-date{
  background-color: #f6a41b;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tour-details-dest{
  display: flex;
  gap: 10px;
}

.dest-list p{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
}

.icon-dest i{
  color: #fff;
  font-size: 20px;

}

.tour-duration-details p{
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: capitalize;
}

.tour-info p{
  font-size: 16px;
  font-family: sans-serif;
  text-align: justify;
  text-transform: capitalize;
}

.tour-days-plans .heading h3{
  font-family: math;
  font-size: 30px;
  font-weight: 800;
}

.accordion-item{
  margin-bottom: 10px;
 
}

.accordion-button{
  border: 1px solid #f6a41b;
  font-weight: 600;

}

.accordion-button span{
  margin-right: 10px;
  color: #f6a41b;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #f6a41b;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) span{
  color: #fff;
}

.days-icons span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #f6a41b;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  border: 2px solid #f6a41b;
}

.days-head h5{
  font-weight: 700;
  font-size: 17px;
}

.days-head h5 span{
  color: #f6a41b;
}

.days-box{
  display: flex;
  gap: 20px;
}

.days-box{
  position: relative;

}

.days-box::after{
  content: "";
  position: absolute;
  width: 1px;
  background-color: #bebebe;
  left: 20px;
  height: 100%;
  top: 0;
  z-index: -1;
}

.price-details-box{
  background-color: #ffffff;
  display: inline-block;
  bottom: 20px;
  padding: 10px 10px;
  border-radius: 10px;
  border: 1px solid #f6a41b;
  margin-bottom: 0px;
}

.price-details-box p{
  font-weight: 600;
  margin-bottom: 0px;
  color: #000000;
}


.price-details-box h2{
  font-size: 30px;
  color: #f6a41b;
  font-weight: 700;
  margin-top: 5px;
}

.price-details-box h2 span{
  font-size: 18px;
}

.package-inclusions{
  padding: 20px;
  background-color: #f8fff1;
  box-shadow: rgba(14, 14, 14, 0.06) 0px 2px 30px 0px;
  border-radius: 10px;
  margin-top: 20px;

}

.btn-price .btn{
  background-color: #f6a41b;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  font-size: 17px;
  border-radius: 20px;
}

.package-inclusions h4{
 
  font-weight: 700;
}

.package-inclusions ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.package-inclusions ul li{
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.inclusion-exclusion{
  margin-bottom: 40px;
}

.package-inclusions ul li::before {
  content: "\2713";
  color: #34b20b;
  margin-right: 8px;
  font-weight: 800;
}


.package-exclusion{
  padding: 20px;
  background-color: #fff1f1;
  box-shadow: rgba(14, 14, 14, 0.06) 0px 2px 30px 0px;
  border-radius: 10px;
  margin-top: 20px;
}

.package-exclusion h4{
  
  font-weight: 700;
}

.package-exclusion ul{
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}

.package-exclusion ul li{
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.package-exclusion ul li::before {
  content: "\2715";
  color: #b20b0b;
  margin-right: 8px;
  font-weight: 800;
}

.inclusion-exclusion{
  display: block;

}

 

.state-box a{
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.state-box a h5{
  font-size: 18px;
  margin-bottom: 5px;
}
.state-img img{
  border-radius: 5px;
}

.other-state{
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 10px;
  background-color: #f9f9f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.other-state .heading h4{
  font-family: math;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-head p{
 
  font-size: 30px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0px;
}

.about-head h1{
  font-size: 42px;
  font-weight: 900;
  font-family: math;
}

.about-img{
  position: relative;
  
}

.about-img img{
  border-radius: 20px;
}

.experience-box{
  padding: 20px;
  background-color: #f6a41b;
  border-radius: 20px;
  position: absolute;
  bottom: 10%;
  right: 10px;
}

.experience-box h2{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.experience-box h5{
  color: #f5f5f5;
}

.sub-heading p {
  font-size: 30px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0px;
}

.water-mark h2{
  font-size: 80px;
  font-weight: 900;
  color: #f6f6f6;
  text-transform: uppercase;
}

.water-mark{
  position: absolute;
  top: 0px;
  z-index: -10;
}

.abt-mission-content{
  position: relative;
}

.section-title{
  font-family :'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}

.list-container ul li{
  margin-bottom: 6px;
  font-size: 16px;
  font-family: sans-serif;
}

.abt-mission-img img{
  border-radius: 20px;
}

.contact-us-page .heading p{
  font-size: 30px;
  color: #f6a41b;
  font-family: "Dancing Script", cursive;
  margin-bottom: 0px;
  text-align: center;
}

.contact-us-page .heading h1{
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}






.get-quote{
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px;
}

.get-quote h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.get-quote-content{
	margin-bottom: 30px;
}

.get-quote-form form .row .col-md-12,
.get-quote-form form .row{
	padding: 0;
	margin: 0;
}

.get-quote-form .form-control{
	background-color: transparent;
	color: var(--text-color);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #E2E2E2  ;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px 15px 0;
}

.contact-us{
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}



.contact-us-info .footer-info-box {
  margin-top: 20px;
  display: flex
;
  gap: 15px;
}

.footer-info-box a{
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.contact-us-info{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
}

.contact-us-info p{
	font-size: 18px;
	font-weight: 600;

  margin-bottom: 0px;
}

.contact-us-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-social-links.contact-details{
	background-color: transparent;
	padding: 0;
}

.container-fluid,
.google-map .row .col-md-12,
.google-map .row{
	padding: 0;
	margin: 0;
}

.google-map-iframe{
	height: 600px;
}

.google-map-iframe iframe{
	width: 100%;
	height: 600px;
}

.btn-default{
  background-color: #f6a41b;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
}

.text-anime-style-3{
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}

.topbar-social-links ul{
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.topbar-social-links ul li a{
  display: flex;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #f6a41b;
  border-radius: 50%;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.contact-us-page{
  background-image: url(../img/contact-banner.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 80px;
}

.dropdown-menu  li{
  border-bottom: 1px solid #dfdfdf;
 
}

#fixedWhatsAppIcon {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background-color: #54b460;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 9999;
}
#fixedWhatsAppIcon:hover {
  background-color: #339933;
}

#fixedcallIcon{
  display: block;
  position: fixed;
  left: 20px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background-color: #02ba1a;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 9999;
}

.top-dest{
  border-radius: 10px;
  overflow: hidden;
}

.top-dest-title{
  position: absolute;
  top: 20px;
}
.top-dest{
  position: relative;
  
}

.top-dest-title{
  padding-left: 40px;
}

.top-dest-title h2{
  font-weight: 700;
  font-size: 40px;
 
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.top-dest-title p{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.btn-explore{
  background-color: #f6a41b;
  padding: 5px 25px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 20px;
}

.area{
  position: relative;
}

.dest-boxes{
  position: absolute;
  bottom: -160px;
  left: 40px;
  right: 40px;
  
}

.domestic-tour{
  border: 3px solid #ffffff;
 
   
}

.intern-box{
  border: 3px solid #ffffff;
}

.new-dest{
  padding-bottom: 180px;
}

@media screen and (max-width :1200px) {
  .new-dest{
  padding-bottom: 135px;
}
}

.dest-name{
  right: 0;
  left: 0;
  text-align: center;
}



#dest-boxes{
  bottom: -160px;
}

.top-dest img{
  height: 320px;
  object-fit: cover;
}

.internimg{
  object-fit: cover;
}

.absolute-dest{
  position: absolute;
  top: 30px;
  z-index: 111;
  left: 40px;
  right: 40px;
}

#mobile-dest{
  display: none;
}

#mobile-intern{
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f6a41b!important;
}

#banner-mobile{
  display: none;
}

.home-pack-text{
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;

bottom: 0;
}

.home-pack-text h5{
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.home-pack-text p span {
  color: #f6a41b;
  margin-right: 5px;

}

.home-pack-text p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}

.home-pack-text h5 span{
  color: #000000;
  
  padding: 2px 10px;
  background-color: #f6a41b;

  border-radius: 20px;
  border:2px solid #fff;
  font-weight: 600;

}


.banner-content .btn-book{
 background-color: #00BCD4!important;
 color: #ffffff!important;
 border-radius: 20px;
 font-weight: 700;
 padding-left: 20px;
 padding-right: 20px;
}

.banner-content .btn-call{
  background-color: #f6a41b!important;
  color: #fff!important;
  border-radius: 20px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
 }




 /* why we*/

 .wanderon-container {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px 20px;
  background-color: #fff;
}

.wanderon-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.wanderon-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.wanderon-card {
  width: 250px;
  height: 17rem;
  background-color: #f9f9f9;
  background-image: url('../img/features-bg/1.svg');
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border:  1px solid black;
  padding: 20px;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease;
   background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}
#img-2{
  background-image: url('../img/features-bg/2.svg');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;

}
#img-3{
  background-image: url('../img/features-bg/3.svg');
   background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
#img-4{
  background-image: url('../img/features-bg/4.svg');
   background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.wanderon-card:hover {
  transform: translateY(-5px);
}

.wanderon-title {
  color: #00a9cc;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.wanderon-text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
 


/* .domestic-tour{
  height: 18rem;
  margin-bottom: 3rem;
  
} */


/*  slider */
.custom-slider-section {
  padding: 40px 20px;
  background-color: #f5f5f5;
  font-family: sans-serif;
}

.custom-slider-wrapper {
  position: relative;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}

.custom-slider-track-container {
  overflow: hidden;
  width: 100%;
}

.custom-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.custom-slider-item {
  flex: 0 0 25%;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.4s, height 0.4s;
}

.custom-slider-item img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  object-fit: cover;
  height: 200px;
  transition: height 0.4s ease;
}

/* Apply taller center images dynamically using JS */
.custom-slider-item.active img {
  height: 400px;
}

.custom-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 24px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.custom-slider-arrow.left {
  left: 10px;
}

.custom-slider-arrow.right {
  right: 10px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .custom-slider-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .custom-slider-item {
    flex: 0 0 100%;
  }
}



/* FAQ*/

.qna-block {
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.qna-block-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  
}

.qna-block-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.qna-block-toggle {
  display: none;
}

.qna-block-question {
  display: block;
  background-color: #f7f7f7;
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.qna-block-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #f6a41b;
}

.qna-block-toggle:checked + .qna-block-question::after {
  content: "-";
  color: #f6a41b;
}

.qna-block-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  transition: all 0.3s ease;
}

.qna-block-toggle:checked + .qna-block-question + .qna-block-answer {
  max-height: 1000vh;
  padding: 15px 20px 20px;
  text-transform: capitalize;
}

.dest-boxes .slider .owl-nav{
  display: block!important;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex!important;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* optional: prevent extra spacing issues */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #141414!important; /* blue circle */
  border: none;
  border-radius: 50%!important;
  width: 40px;
  height: 40px;
  color: white!important;
  font-size: 30px!important;
  line-height: 40px;
  text-align: center;
  pointer-events: all;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #0095bb;
}

.owl-nav button span {
  font-size: 50px;
    display: flex;

    position: absolute;
    top: -23px;
    padding-left: 12px;
    justify-content: center;
    align-items: center;
}
.owl-prev{
  position: absolute;
  left: -20px;
}
.owl-next{
  position: absolute;
  right: -20px;
}

/* gallery carousel css  */



.custom-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  perspective: 1000px;
  transform: rotateY(2deg);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.custom-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-carousel .item .location-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0,0,0,0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
}

.custom-carousel .item .location-tag i {
  margin-right: 5px;
}

/* Navigation Buttons */


.gallery-carousel{
  padding-top: 80px;
  position: relative;
}

.top-curve{
  position: absolute;
    display: flex;
    width: 100%;
    height: 100px;
    background: #ffffff;
    top: 40px;
    border-radius: 0% 0% 50% 50%;
    z-index: 11;
}

.bottom-curve{
  position: absolute;
    display: flex;
    width: 100%;
    height: 100px;
    background: #ffffff;
    bottom: -60px;
    border-radius: 50% 50% 0% 0%;
    z-index: 11;
}

.heading-gallery{
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 111;

}

.heading-gallery p{
  font-size: 22px;
    margin-bottom: 9px;
    font-weight: 600;
}

.heading-gallery h2{
  font-weight: 700;
}

#speritual-sec{
  background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(223, 246, 255, 0.8) 19.27%, rgba(223, 246, 255, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);
}
#desk-intern{
  background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(255, 249, 223, 0.8) 19.27%, rgba(255, 249, 223, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);
}
#desk-view{
  background: linear-gradient(rgba(223, 246, 255, 0) 0%, rgba(226, 249, 225, 0.8) 19.27%, rgba(226, 249, 225, 0.8) 88.54%, rgba(223, 246, 255, 0) 100%);
}
.dome-head h2{
  text-shadow: 1px 1px 1px #333;
}

.mobile-show{
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .mobile-show{
    display: none;
  }
  #speritual-carousel .owl-dots{
   display: none;
  }
   #Tour-carousel .owl-dots{
   display: none;
  }
  
}

#logo-carousel .owl-nav{
  display: none!important;
}

#logo-carousel .owl-dots{
  margin-top: 20px!important;
}

.boking-text{
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/booking.jpg);
  background-position: right;
  background-size: cover;
  border-radius: 10px;

}

.text-booking{
  padding-left: 40px;
}

.text-booking h2{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
 

}
.text-booking h5{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
 
  margin-top: 15px;
  
}

.btn-booking .btn{
  background-color: #f6a41b!important;
  padding: 5px 20px;
  
  margin-top: 10px;
  font-weight: 700;
}

.nav-sticky {
    margin-top: 40px;
    background: #f6a41b;
    padding: 10px;
    width: 100%;
    overflow: auto;
    position: sticky;
    top: 80px;
    z-index: 111;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px 0px;
}

.box-main{
  padding: 20px 20px;
   box-shadow: rgba(14, 14, 14, 0.06) 0px 2px 30px 0px;
   border-radius: 10px;
   margin-top: 20px;
}

.nav-underline::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.nav-underline .nav-item .nav-link{
  background-color: transparent;
  font-weight: 700;
}

.nav-underline{
  gap: 25px;
  min-width: 500px;
  overflow-x: scroll;
}

.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 700;
    color: #f6a41b;
    border-bottom-color: currentcolor;
}

main{
  background-color: #fefefe;
}
.qna-block-question span{
  background-color:#fff0e5;
  padding: 10px;
  margin-right: 10px;
}


.table-bordered tr th{
  color: #f6a41b;
}

.table-bordered tr td{
  background-color: #fffafa;
}

.table-bordered tr td strong{
  color: #086d9c;
}

.tour-costing{
  width: 100%;
  overflow-x: scroll;
}

.tour-costing::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.tour-costing table{
  min-width: 600px;
  
}

#Costing h4{
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width:991px) {
  .fixed-contact{
  background-color: #1e1e1e;
  padding: 8px 10px;
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  padding-bottom: 10px!important;
}
.fixed-con a p {
    color: #fff;
    margin-top: 0px!important;
    margin-bottom: 0px;
}
.social-icons-fixed-left {
    
    display: none!important;
    
}
.social-icons-fixed-left a i{
  font-size: 12px;
  
}
.social-icons-fixed-left a{
  width:30px!important;
  height: 30px!important;
}




}

.fixed-contact{
  background-color: #1e1e1e;
  padding: 15px 10px;
  border-radius: 10px 10px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
}

.call-icon-contact a{
  color: #fff!important;
  text-decoration: none!important;
}

.call-icon-contact a p{
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 12px;
}

.call-icon-contact a i{
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.fixed-con{
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width:768px) {
  footer{
    padding-bottom: 100px;
  }
  #Tour-carousel{
    width: 98%;
    margin: auto;
  }
  #Gallery-carousel{
  width: 98%;
    margin: auto;
  }
  #fixedcallIcon{
    display: none;
  }
  #fixedWhatsAppIcon{
    display: none;
  }
}

@media screen and (min-width:768px) {
  
  .fixed-contact{
   display: none;
  }
}

.tour-name{
  margin-top: 10px;

}

.tour-name h1{
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}

 .nav.navbar-nav li.dropdown > a {
    background: url(img/dropdown_bg.png) no-repeat scroll 100% 50%;
}

.pri-text{
      display: flex;
    align-items: center;
    gap: 15px;
}

.modal-header button.btn-close{
    position: absolute;
    right: 0;
    z-index: 1;
    background-color: #f6a41b;
    opacity: 1;
}



.details-heading{
  margin-top: 100px ;
}

.fixed-con a i{
  color: #fff;
  display: block;
  text-align: center;
}

.fixed-con a p{
  color: #fff;
  margin-top: 5px;
}

.modal{
  z-index: 99999;
}


.social-icons-fixed-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px;
  
}

.social-icons-fixed-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons-fixed-left a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.social-icons-fixed-left .facebook { background: #3b5998; }
.social-icons-fixed-left .instagram { background: #e4405f; }
.social-icons-fixed-left .youtube { background: #FF0000; }
.social-icons-fixed-left .linkedin { background: #0077b5; }

.social-icons-footer {

 


  
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 5px;
  
}

.social-icons-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons-footer a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.social-icons-footer .facebook { background: #3b5998; }
.social-icons-footer .instagram { background: #e4405f; }
.social-icons-footer .youtube { background: #FF0000; }
.social-icons-footer .linkedin { background: #0077b5; }
