.social-text h6{
 font-size: 11px;
 font-weight: 500;
 color: #8b8b8b;
 margin-bottom: 0px;
}

.social-text a{
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0px;
}

.social-head-box{
  display: flex;
  gap: 5px;
  align-items: center;
}

.social-head{
  display: flex;
  gap: 20px;
  justify-content: end;
  margin-top: 15px;
}

#navbarNavDropdown{
  justify-content: end;
  gap: 20px;
  align-items: center;
}

.navbar-nav{
  gap: 0px;
}

.nav-item {
 padding: 5px;
 padding-top: 20px;
}

.nav-item:hover{
  background-color: #fa4613;
}

.nav-item:hover .nav-link{
  color: #fff!important;
}

.navbar .container-fluid{
  align-items: flex-start;
}

.navbar{
  padding: 0px;
}

.nav-link{
  font-weight: 500;
  font-size: 14px;
}

.navbar-nav .active{
  background-color: #fa4613!important;
}

.active .nav-link{
  color: #fff;
}

.form-head{
  background-color: #fa4613!important;
  max-width: 80%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-radius: 40px;
  border: 1px solid #000;
  bottom: -160px;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(247,182,3,1);
-moz-box-shadow: 0px 10px 0px 0px rgba(247,182,3,1);
box-shadow: 0px 10px 0px 0px rgba(247,182,3,1);
}

.banner{
  position: relative;
}

.form-head h4{
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.form-head p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.form-control{
  height: 40px;
  border: 1px solid gray;
}

.form-control::placeholder{
  font-size: 14px;
  font-weight: 500;
}

.form-select{
  height: 40px;
  border: 1px solid gray;
  font-size: 14px;
  font-weight: 500;
}


.sub-about p span{
  /* Brushstroke background effect */
/* Use an image of a brushstroke as the background */
background-color: #ff5722;
background-size: contain; /* Make the background cover the whole section */
padding: 10px 20px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
}

.about-head h1{
 font-weight: 700;
 font-size: 40px;
}

.about-head h2{
 font-weight: 700;
 font-size: 40px;
}

.about-para p{

 line-height: 28px;
color: #242424;
}

.features-box {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #202930;
}

.features-icon {
  padding: 10px;
  background-color: #313a43;
}

.features-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.about-us-content{
  margin-top: 40px;
}



.btn-read-more{
 background: url(../img/icons/yellow-btn.png);
 font-weight: 500;
 
}

.btn-read-more:hover{
 background: url(../img/icons/red-btn.png);
 color: #fff;

}

.call-query a{
 display: flex;
 gap: 10px;
 text-decoration: none;
 align-items: center;
}

.make-enquiry p{
 margin-bottom: 0px;
 font-size: 13px;
 font-weight: 600;
 color: #000;
 text-decoration: none;
}
.make-enquiry h6{
 color: #F44336;
}

.btn-call {
 display: flex;
 align-items: center;
 gap: 25px;
 margin-top: 30px;
}

.about-main-img img{
 margin-top: 40px;
}

.about-main-img img{
 border-radius: 20px 20px 0px 0px;
}

.about-mini {
  position: absolute;
  top: 28%;
  right: 0px;
  width: 50%;
  z-index: 11;
}
.about-mini img{
 border-radius: 40px;
 border: 20px solid #fff;
}

.about-img-group{
 position: relative;
}


.countdown-container {
 text-align: center;
 background-color: #ff5722;
 padding: 15px;
 
 width: 250px;
 max-width: 250px;
 border: 12px solid #fff;
 
}

.countdown-container h5{
 color: #ffff;
}
.experence {
  position: absolute;
  top: 2%;
  left: 0;
}



#countdown, #secondCountdown {
 font-size: 2em;
 display: flex;
 align-items: center;
 justify-content: center;

}

#number1, #number2 {
 font-size: 1em;
 color: #ffffff;
 margin-bottom: 0px;
 font-weight: 700;
}

#unit1, #unit2 {
 font-size: 1em;
 color: #ffffff;
 margin-left: 10px;
 font-weight: 700;
 
}


.happy .countdown-container {
 text-align: center;
 background-color: #313a43;
 padding: 15px;
 
 
 max-width: 300px;
 border: 12px solid #fff;
}


.happy {
  position: absolute;
  bottom: -2%;
  right: 0;
}

.about-img-group{
 height: 100%;
}

.about{
  margin-top: 10px;
  margin-bottom: 50px;
}

.form-check {
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.form-check input{
  float: none!important;
  border : 1px solid  #000;
  border-radius: 0px !important;

}

form .btn{
  border: 1px solid #fff;
  padding: 10px 30px;
  background-color: #000;
  font-size: 16px;
  display: block;
  
  margin: auto;
}

.packages{
  background-color: #ededed;
}

.package-head h5{
  color: #F44336;
  text-align: center;
  font-weight: 700;
}

.package-head h2{
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  margin-bottom: 15px;
}

.package-head p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.package-box {
  padding: 7px 10px;
  background-color: #ffffff;
  border-bottom: 3px solid #000;
  border-radius: 20px 20px 0px 0px;
}

.package-box:hover .package-img img{
  transform: scale(1.1);
}
.package-img{
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
.package-img img{
  border-radius: 20px;
  transition: all ease 0.5s;
}

.package-text h6{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.package-text p{
  font-size: 14px;
  text-align: center;
  margin-bottom: 7px;
}

.package-text h5{
  font-weight: 700;
  text-align: center;
}

.package-text h5 del{
  font-size: 16px;
  color: #575757;
}

.package-text h5 span{
  font-size: 14px;

}

.package-button{
  display: flex;
  gap: 5px;
}

.package-button .btn-details{
  background-color: #ffbb00;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  color: #000;
}

.package-button .btn-book{
  background-color: #000;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  color: #fff;
}

.car-head h2 span{
 text-transform: uppercase;
 font-weight: 600;
 word-spacing: 2px;
 text-align: center;
 padding-bottom: 15px;
}

.car-head h2 {
  
  text-align: center;
}

.car-head h2 .black{
  border-bottom: 2px solid Black;
}

.car-head h2 .yellow{
  border-bottom: 2px solid #fffe8a;
}

.car-text h5{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 17px;
}


.whatsapp-float{
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 30px;
  z-index: 9900;
  }
  .whatsapp-float img{
  width: 45px;
  height: 45px;
  margin-left: 1px;
  margin-top: -15px;
  }
  .call-icon-fixed{
      position: fixed;
      bottom: 40px;
      left: 20px;
      z-index: 999;
  }

  .car-text h6{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .car-text p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
  }

  .car-price {
    margin-top: 10px;
  }

  .car-price h5{
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    padding: 5px;
    font-weight: 700;
    background-color: #f1ee17;
  }

  .car-price h5 del{
    font-size: 15px;
    color: #575757;
  }

  .package-btn .btn-book{
    background-color: #000;
    color: #ededed!important;
    font-weight: 500;
    text-align: center;
    padding: 5px 20px ;
    font-size: 15px;
  }
  .package-btn .btn-book:hover{
    background-color: #ffbb00;
    color: #000!important;
  }
  .package-btn{
    display: flex;
    justify-content: center;
   
  }

  .car-box{
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    transition: all ease 0.3s;
  }

  .car-img{
    overflow: hidden;
  }

  .car-box:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }

  .car-box:hover .car-img img{
    transform: scale(1.1);
  }

  .car-img img{
    transition: all ease 0.3s;
  }

  /* Custom styles for closing button */
 .lightbox .lb-close {
  font-size: 40px;
  color: white;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 5px;
}

.lb-data .lb-close{
  background: url(../img/icons/close.png)!important ;
  background-size: contain!important;
}

.lb-nav a.lb-next{
  width: 30px!important;
  height: 30px!important;
  background: url(../img/icons/next.png)!important;
  background-size: contain!important;
  top: 40%!important;
  position: absolute;
  right: 20px!important;
  opacity: 1!important;
  
}

.lb-nav a.lb-prev{
  width: 30px!important;
  height: 30px!important;
  background: url(../img/icons/pre.png)!important;
  background-size: contain!important;
  top: 40%!important;
  position: absolute;
  left: 20px!important;
  opacity: 1!important;

}

.gallery a{
  overflow: hidden!important;
}
.gallery img{
  transition: all ease 0.3s;
}
.gallery img:hover{
  transform: scale(1.02);
}

footer{
  background-color: #1a1f23;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-logo img{
  display: block;
  margin: auto;
}
.footer-address{
  margin-top: 10px;
}
.footer-address h5{
  text-align: center;
  color: #fff;
}

.footer-address h5 a{
  text-decoration: none;
  color: #dfdfdf;
}

.footer-social-box{
  display: flex;
}

.footer-social-links a{
  color: #fff;
  text-decoration: none;
}

.footer-social-icon span{
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  background-color: #293036;
}

.footer-social-icon span i{
  font-size: 20px;
}

.footer-social-text{
  padding: 0px 20px;
  background-color: #202930;
  display: flex;
  align-items: center;
  height: 50px;
}

.footer-social-text h5{
 font-size: 15px;
 font-weight: 500;
 margin-bottom: 0px;
}

.copyright-text p a{
  font-size: 15px;
  text-decoration: none;
  color: #dfdfdf;
  
}

.copyright-text p {
  margin-bottom: 0px;
}
.footer-bottom{
  background-color: #202930;
}

.quick-links p a{
  font-size: 15px;
  text-decoration: none;
  color: #dfdfdf;
}

.quick-links p a:hover{
  color: #ffbb00;
}

.quick-links p {
  margin-bottom: 0px;
  color: #fff;
}

.footer-bottom-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

main{
  background-color: #313a43;
}

.about-ban h6 a{
  font-size: 17px;
  color: #fff;
  text-decoration: none;
}

.about-ban h6 a:hover{
  color: #F44336;
}

.about-ban h6 a.active{
  color: #F44336;
}

.about-ban h1{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.about-ban h6{
  color: #fff;
}

.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#fa4613;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #fa4613;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fa4613;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#fa4613;
}
.item-wcs {
    background: #fff;
    text-align: center;
    padding: 20px;
    
    border-radius: 20px;
   
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item-wcs:hover{
    background:#fa4613;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item-wcs:hover .item-wcs, .item-wcs:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item-wcs:hover h6, .item-wcs:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item-wcs .icon-wcs .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #fa4613;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wcs{
  display: flex;
  justify-content:center;
}
.item-wcs .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#fa4613
}
.item-wcs .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#fa4613
}
.item-wcs .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#fa4613
}
.item-wcs .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#fa4613
}
.item-wcs .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#fa4613
}
.item-wcs .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#fa4613
}
.item-wcs p{
    font-size:15px;
    line-height:26px;
}
.item-wcs h6 {
  margin-bottom: 10px;
  color: #2f2f2f;
  font-size: 18px;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fa4613;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fa4613;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

.feat{
  background-color: #f6f6f6;
}



.contact-img {
  
  background-color: #1a1514;
}

.contact-detail-head h5{
  color: #fff;
  font-size: 35px;
  font-family:auto;
  border-bottom: 1px solid #ffbb00;
  display: inline;
  padding-bottom: 5px;
}

.contact-details-icon span i{
  color: #ffffff;
  font-size: 20px;
}

.contact-details-icon span{
  width: 2rem;
  height: 2rem;
  
  background-color: #F44336;
  padding: 12px;
}

.contact-number a{
  font-size: 18px;
  color: #f5f1ee;
  text-decoration: none;
}

.contact-details-item{
  display: flex;
  gap: 15px;
  align-items: center;
}

.contact-number h6{
  color: #e8aa47;
  font-size: 13px;
}

.socail-head h5{
  font-size: 25px;
  color: #fff;
  font-family: auto;
}

.social-box a span{
  background-color: #F44336;
  width: 3rem;
  height: 3rem;
  padding: 15px 18px;
  display: flex;
  border-radius: 50%;
}

#insta a span{
  background-color: #F44336;
  width: 3rem;
  height: 3rem;
  padding: 15px;
  display: flex;
  border-radius: 50%;
}

.social-box a{
  color: #ffffff;
  text-decoration: none;
}

.social-box a span i{
  font-size: 18px;
}

.contact-details-social-icons{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}



.contact-form{
  padding: 20px;
  background-color: #fff;
}

.contact-head h3{
  font-weight: 700;

}

.contact-form form label{
  color: #fa4613;
  font-weight: 500;
}

.contact-form form input{
  height: 35px;
  border-radius: 2px;
}

.contact-form form textarea{
  border-radius: 2px;
}

.contact-form form label span{
  color: #fa4613;
}

.contact-form form button{
  display: block;
  width: 250px;
  font-size: 15px;
  border-radius: 0px;
  background-color: #1a1514;
  border-color: #1a1514;
  font-weight: 500;
  margin: auto;
}

.contact-form form button:hover{
  background-color: #fca10f;
  color: #000;
  border-color: #fca10f;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #fca10f;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(252 161 15 / 50%);
}

.contact-form{
width: 100%;

}

.mission-vision-head h2{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
}

.mission-box h4 span{
  font-weight: 700;
  color: #F44336;
  padding-bottom: 5px;
  border-bottom: 2px solid #293036;
  

}

.mission-box{
  margin-top: 20px;
}

.mission-box h4{
  margin-bottom: 20px;
}

.mission-box p{
  text-align: justify;
}

.mission-img img{
  border-radius: 20px;
  border: 2px solid #e8aa47;
}

.bus-detail-box{
  padding: 10px;
  background-color: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 10px;
  transition: all ease 0.3s;
  margin-bottom: 20px;
}

.bus-detail-box:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bus-name h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.bus-name p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}

.price-book{
  border-left: 1px solid #e0e0e0;
}

.price-book .price p{
  font-size: 15px;
  text-align: end;
  margin-bottom: 5px;
}

.price-book .price h4{
  font-size: 25px;
  text-align: end;
 font-family: sans-serif;
  font-weight: 700;
  
}

.booking-inner-btn .btn{
  background-color: #e8aa47;
  font-weight: 700;
 
  text-align: end;
}

.booking-inner-btn{
  display: flex;
  justify-content: end;
}

.rating span {
  background-color: #3dc070;
  font-size: 13px;
  color: #fff;
  padding: 5px;
 
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating span i{
  margin-top: 2px;
}

.bus-icons{
  display: flex;
  gap: 10px;
}

.icons-bus{
 background-color: #fff;
 padding: 5px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.inclusion-bus {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.cancillation-link span a{
  color: #666;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;

}

.cancillation-link span a:hover{
  color: #F44336;
}

.tour-details-text p{
  text-align: justify;
}

.inner-image img{
  border-radius: 20px;
}

.our-service h2{
  font-weight: 700;
  font-size: 40px;

}

.our-service h2 span{
  color: #F44336;
}

.tour-place{
  background-color: #fff9ee;
}

.key-head h2{
  text-align: center;
  font-weight: 700;
}

.key-box-text h5{
  font-weight: 700;
}

.key-box-text p{
  font-size: 14px;
  text-transform: capitalize;
  text-align: justify;
  font-weight: 500;

}

.key-box{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.table {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.table thead {
  background-color: #4CAF50;
  color: white;
}
.table th, .table td {
  font-weight: 500;
  padding: 10px;
}
.table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table tbody tr:nth-child(even) {
  background-color: #e0f7fa;
}
.table-hover tbody td:hover {
  background-color: #ffd54f;
}
.bus-time h2 {
  color: #4CAF50;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.bus-time{
  background-color: #f9f9f9;
}

.table th{
  background-color: #F44336;
  color: #fff;
}

.booking-sec {
  background-color: #efefef;
  
}

.booking-step ul li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
}

.booking-step ul li span{
  display: flex;
  height: 35px;
  width: 35px;
  background-color: #0d6efd;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.booking-step ul li span a{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.booking-step ul{
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-around;
}

.booking-step{
  padding: 10px;
    background: #fff;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blank{
  background-color: transparent!important;
  color: #000;
  border: 2px solid #0d6efd;
}

.blank a{
  color: #0d6efd!important;
}

.main-booking-form{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-booking-form h4{
  font-weight: 700;
}


.main-booking-form .form-control{
  background-color: #e0e7ff;
  height: 45px;
}

.main-booking-form .form-select{
  background-color: #e0e7ff;
  height: 45px;
}

.main-booking-form .form-check{
 color: #000;
}

.main-booking-form form .btn{
  display: block;
  width: 100%;
  background-color: #e8aa47;
  color: #000;
  font-weight: 600;
}

.main-booking-form form .btn:hover{
  background-color: #4CAF50;
  color: #fff;
  border-color: #4CAF50;
}

.price-sum{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  overflow: hidden;
}

.price-sum-title h4{
  font-weight: 600;
  font-size: 25px;

}

.price-sum-title {
  background-color: #ccd4f5;
  padding: 10px 15px;
  
}

.price-box{
  display: flex;
  padding: 5px 15px;
  justify-content: space-between;
  
}

.price-box h5{
  font-size: 18px;
  font-weight: 500;
  
}

.price-box .cost{
  font-weight: 700;
  color: #F44336;
}

.contact-inner-box{
  background-color: #fff;
  
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
}

.contact-inner-head{
  padding: 10px 15px;
  background-color: #ccd4f5;
}

.contact-inner-head h4{
  font-size: 25px;
  font-weight: 600;
}

.contact-data{
  padding: 10px 15px;
}

.contact-data ul{
  list-style: none;
  padding-left: 0;
}

.contact-data ul li span{
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #F44336;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-data ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-data ul li a{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.cancel-box input{
 width: 100%;
 border-radius: 5px;
 height: 40px;
}

.cancel-box .row{
 align-items: center;
}

.cancel-box label{
  font-weight: 500;
}

.btn-cancel-ticket{
  background-color: #F44336;
  color: #fff;
  font-weight: 500;
}

.btn-cancel-ticket:hover{
  background-color: #b71408;
  color: #fff;
}

.btn-exit{
  background-color: #4CAF50;
  color: #fff;
  font-weight: 500;
}

.btn-exit:hover{
  background-color: #047707;
  color: #fff;
}

.modal-header h1{
  font-size: 20px;
  font-weight: 700;

}

.modal-header{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.privacy-poicy h1{
  color: #F44336;
  font-size: 30px;
  font-weight: 700;
}

.privacy-poicy p {
  margin: 15px 0;
}
.note {
  font-style: italic;
  color: #888;
}
.section-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 22px;
  padding-top: 15px;
  border-top: 1px solid rgb(191, 191, 191);
}

.page-heading{
  padding-top: 30px;
  padding-bottom: 20px;
}

.page-heading h2{
 font-weight: 700;
 color: #F44336;
 text-transform: uppercase;
 font-size: 30px;
}

.page-heading h1{
 font-weight: 700;
 color: #F44336;
 text-transform: uppercase;
 font-size: 30px;
}


.booking-info {
  background: linear-gradient(45deg, #f44336, #FFEB3B);
  color: rgb(0, 0, 0);
  font-size: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 20px;
  font-weight: 700;

}
.booking-info span a {
  font-weight: bold;
  font-size: 30px;
  color: #000000; /* Yellow for contrast */
  text-decoration: none;

}

.same-day-title h2{
  font-size: 30px ;
  font-weight: 700;
  color: #000000;
}


.key-head h2{
  font-size: 30px;
  text-transform: uppercase;
}
.key-title h2{
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.key-hilight-tour{
  background-color: #fff9ee;
}

.disclaimer-title h2{
  color: #F44336;
  font-weight: 700;
  font-size: 30px;
}

.disclaimer-title p{
  font-size: 18px;
  font-weight: 500;
}

.refund-title h2{
  color: #000;
  font-weight: 700;
  font-size: 30px;
}

.disclaimer{
  background-color: #fff9ee;
}

.tour-details-text p strong{
  color: #F44336;
}

.note{
  color: #000;
  font-style: normal;
}

.itenary-box{
  background-color: #fff;
}

.day-box{
  padding: 10px;
  background-color: #ffc8c5;
  
}

.day-box h5 span{
  background-color: #F44336;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 5px;
  margin-right: 20px;
}

.tour-text{
  padding: 15px;
}


@media screen and (min-width:991px) {
  /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
  display: block; /* Allow the dropdown to be rendered */
  max-height: 0; /* Initially set the max height to 0 */
  opacity: 0; /* Initially set opacity to 0 */
  overflow: hidden; /* Hide anything outside */
  transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for max-height and opacity */
}


/* Show the dropdown menu smoothly when hovering over the parent item */
.nav-item:hover .dropdown-menu {
  max-height: 500px; /* Set a max height large enough to show the content */
  opacity: 1; /* Make the dropdown visible */
}
.dropdown-menu{
  
}
.dropdown-item:hover{
 background-color: #fb6257;
 color: #fff;
 font-size: 15px;
} 
.dropdown-item{
  font-size: 15px;
  padding: 8px;
  border-bottom: 1px solid #fa958d;
}



}


.inclusion-box{
  padding: 10px;
  background-color: #e6fdef;
  border-radius: 6px;
}

.inclusion-head h5{
  font-weight: 700;
}

.inclusion-head ul{
  list-style: none;
  padding-left: 0px;
}

.inclusion-head ul li span{
  margin-right: 5px;
}

.inclusion-head ul li span{
  color: #3dc070;
}



.exclusions-box{
  padding: 10px;
  background-color: #ffe8e7;
  border-radius: 6px;
}

.exclusions-head h5{
  font-weight: 700;
}

.exclusions-head ul{
  list-style: none;
  padding-left: 0px;
}

.exclusions-head ul li i{
  margin-right: 5px;
  color: #b71408;
}



.vaucher-table{
  border: 1px solid #000;
  padding: 20px;
  border-radius: 5px;
  width: 800px;
  margin: auto;
  box-shadow: 0px 0px 3px 1px #b5b5b5;
 

}

.vaucher-container{
 
  width: 100%;
  margin: auto;
  overflow: scroll;
}

.vaucher-container::-webkit-scrollbar { 
  display: none; /* For Chrome, Safari, and Opera */
}

.voucher-logo img{
  display: block;
  margin: auto;
}



/* .vaucher-table .table tr th{
  text-align: center;
 
}
.vaucher-table .table tr td{
  text-align: center;
  
} */

.voucher-dates{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.start-date h5{
  margin: 0px;
  font-size: 18px;

  font-weight: 700;
  text-align: center;
}
.start-date p{
  margin-bottom: 0px;
  text-align: center;
  
}

.Voucher-package-name h5{
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}

.Voucher-package-name p{
  text-align: center;
 }

 .voucher-dates{
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
 }


 .vaucher-information{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
 }

 .start-date h6{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
 }

 .vaucher-information{
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 20px;
 }

 .passenger-details span{
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  
  border-bottom: 1px solid #000;
 }

 .term-vaucher h5{
  font-size: 18px;
  font-weight: 700;
 }
 .passenger-details{
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
 }
 .payment-details{
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
 }

 .payment-details span{
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  
  border-bottom: 1px solid #000;
 }

 .payment-details table tr td{
  width: 45%;
 }

 .body-gap tr td{
  width: 45%;
 }

 

 .customer-support span{

  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  
  border-bottom: 1px solid #000;
 }
 .print-btns{

  margin-top: 20px;
  justify-content: center;
  text-align: center;

 }
 .print-btns .btn-print{

  background-color: #e8aa47;
  color: #000000;
  font-weight: 500;

 }

 .print-btns .btn-download{

  background-color: #F44336;
  color: #fff;
  font-weight: 500;

 }
 .print-btns .btn-share{

  background-color: #028625;
  color: #fff;


 }

 .company-name h5{
  color: #F44336;
  font-weight: 700;
  font-size: 20px;
  text-align: end;
 }
 

 .vaucher-up{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 10px;
  align-items: center;
 }

 .company-name h6{
  color: #575757;
  font-size: 15px;
 }

 .company-name h6 a{
  color: #000;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
 }

 .passenger-details .table th {
  background-color: #7a7a7a;
  color: #fff;
  border: 1px solid #fff;
}

.passenger-details .table td{
  border: 1px solid #7a7a7a!important;
}

.gray-table th{
  background-color: #7a7a7a;
  color: #fff;
}

.gray-table td{
  border: 1px solid #7a7a7a!important;
}

.gray-table th{
  border: 1px solid #fff;
}

.payment-details table td{
  border-top: 1px solid #7a7a7a!important;
  border-bottom: 1px solid #7a7a7a!important;
}

.payment-details table{
  box-shadow: none!important;
  margin-top: 20px;
}

.term-vaucher p{
 font-size: 14.5px;
}

.term-vaucher ul li {
  font-size: 14.5px;
}

.carousel-control-prev-icon {
 
  background-color: #F44336;
  background-size: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.carousel-control-next-icon{
  background-color: #F44336;
  background-size: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#popup-form{
background-color: #F44336;
}

#popup-form .contact-form {
  padding: 20px;
  background-color: #f44336;
}

#modalform .modal-header{
  padding: 0px!important;
}

.modal-header .btn-close{
  position: absolute;
  top: 0;
  z-index: 111;
  right: 0;
  background-color: #ffbb00;
  opacity: 1;
}

#popup-form .contact-form .contact-head h3{
 color: #fff;
} 

#popup-form .contact-form form label {
  color: #ffffff;
  font-weight: 500;
}

#popup-form  .contact-form form button{
  background-color: #ffbb00;
    width: 100%;
    color: #000;
    border-radius: 20px;
    margin-top: 20px;
}

#popup-form .contact-form textarea {
  height: 70px;
  border-radius: 10px;
}

#popup-form .contact-form form input{
    height: 40px;
    
    border-radius: 10px;
}

.package-box a{
  color: #000;
  text-decoration: none;
}

marquee{
  padding: 10px;
    background: rgb(255, 251, 245);
}

marquee h6{
  color: #fa4613;
}




.my-blog-header {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  color: #2c3e50;
 
  padding-bottom: 10px;
}

.my-blog-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.my-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.my-blog-card img {
  height: 200px;
  object-fit: cover;
}

.my-blog-btn {
  background-color: #2980b9;
  border: none;
}

.my-blog-btn:hover {
  background-color: #1f6391;
}

.my-blog-detail img {
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.my-blog-detail h2 {
  font-weight: 700;
  color: #34495e;
}

.my-blog-detail p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
}

.my-blog-detail-page {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 
}

.my-blog-title {
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
}

.my-blog-meta {
  font-size: 0.9rem;
  color: #6c757d;
}

.my-blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #343a40;
}

.my-blog-content h4 {
  margin-top: 2rem;
  font-weight: 600;
  color: #F44336;
}

.my-blog-content p {
  margin-bottom: 1rem;
}

.my-blog-content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.my-blog-content ul li {
  margin-bottom: 0.5rem;
}

#more {
  display: none;
}

.read-morebtn {
  border: none;
  color: #2196f3;
  background: white;
  font-weight: 500;
}

#myBtn {
  margin-bottom: 2px;
  margin-top: 8px;
}

@media screen and (max-width:991px){
    .order-no-1{
        order : 1;
    }
}

