*{
  padding: 0;
  margin: 0;
}

body{
  box-sizing: border-box;
  font-family: "Poppins", serif;
}


.header-contact{
  display: flex;
  gap: 30px;
}
.main-top-header{
  display: flex;
  justify-content: space-between;
}

.call-header p a{
  text-decoration: none;
  color: #414141;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.mail-header p a{
  text-decoration: none;
  color: #414141;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.header-location-div p a{
  text-decoration: none;
  color: #414141;
  font-size: 14px;
  font-family: "Poppins", serif;
}

.call-header p{
  margin-bottom: 0px;
}


.mail-header p{
  margin-bottom: 0px;
}

.header-location-div p{
  margin-bottom: 0px;
}

.top-nav{
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.nav-item .nav-link{
 text-transform: uppercase;
 font-size: 15px;
 font-family: "Poppins", serif;
 color: #000000!important;
}

#navbarNavDropdown{
  margin-left: auto;
}

.banner-text-area{
  width: 450px;
  background-color:#ff9000;
  padding-left: 20px;
  padding-right: 20px;
  min-width:450px;
}

.banner{
  display: flex;
}

.banner-form h4{
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 22px;
}

.banner-form h6{
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}

.banner-form p{
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}

.main-banner-form{
 padding: 0px 10px;
}

.main-banner-form form .form-control{
  border: 1px solid #000;
  
}

.main-banner-form form .form-control::placeholder{
  font-size: 14px;
}

.main-banner-form form button{
  background: #000;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #000;
  margin: auto;
  display: block;
}

.banner-img img{
  height: 100%;
    object-fit: cover;
    object-position: left;
}

.since-time{
  transform: rotate(-90deg);
  margin-right: 50px;
  margin-top: 30px;
}

.since-time h5{ 
 font-size: 22px;
 font-weight: 800;
 margin-bottom: 0px;
 text-align: right;
}

.since-time h1{
  color: #ff6600;
  font-size: 70px;
  text-align: right;
  font-weight: 800;

}

.about-head span{
  font-size: 16px;
  letter-spacing: 3px;
  color: #ff6600;
}

.about-head h2{
  font-weight: 700;
  margin-top: 10px;
  font-size: 30px;
}

.about-head p{
  font-size: 14px;
  
}

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

.about-head ul li{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-head ul li span i{
  font-size: 20px;
}

.read-more-btn a{
  background-color: #000;
  border: #000;
}

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

.vechiles-head p{
  text-align: center;
  font-size: 14px;
}

.vechiles{
  background-color: #eeeeee;
}

.tempo-box .tempo-img{
  border-radius: 30px;
  overflow: hidden;
}

.tempo-box .tempo-img:hover img{
  transform: scale(1.1);
  transition: all ease 0.5s;
}

.tempo-text{
  margin-top: 10px;
  text-align: center;

}
.tempo-text h6{
  margin-bottom: 5px;
  font-size: 14px;
}

.btn-booking{
  display: flex;
  gap: 2px;
  margin-top: 15px;
}


.btn-booking a{
  width: 100%;
  color: #000;
  background-color: #ff9000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;

}

.btn-booking a:hover{
  background-color: #000;
  color: #ff9000;
}

.read-more-btn a{
  font-size: 14px;
  font-weight: 500;
}

.read-more-btn a:hover{
  color: #000!important;
  background-color: #ff9000!important;
}
.package-text{
  padding: 15px;
}
.package-text h5{
  text-align: center;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

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

.time span{
  font-size: 14px;
}

.time-price{
  display: flex;
  justify-content: space-between;
}

.price span{
  font-weight: 700;
  font-size: 19 px;
}

.package-box{
  
  border: 1px solid #eeeeee;
  transition: all ease 0.5s;
  background-color: #fff;
}

.package-box:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.features{
  background: url(../img/cta.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.features-head span{
  font-size: 16px;
  letter-spacing: 3px;
  color: #ff6600;
  text-transform: uppercase;
}

.features-head h2{
  color: #fff;
  margin-top: 8px;
  font-weight: 800;
  font-size: 32px;
}

.features-icon img{
  padding: 15px;
  background-color: #ff6600;
  width: 70px;
  border-radius: 15px 15px 0px 0px;
}

.features-text h5{
  font-size: 18px;
  color: #fff;
}

.features-text p{
  font-size: 14px;
  color: #d1d1d1;
}

.features-box{
  display: flex;
  gap: 15px;
  align-items: center;

}

.why-choose-us-head span{
  font-size: 16px;
  letter-spacing: 3px;
  color: #ff6600;
  text-transform: uppercase;
}

.why-choose-us-head h2{
  font-size: 32px;
  font-weight: 700;
}

.why-choose-us-head p{
  font-size: 13px;
}

.why-choose-us-text{
  padding: 20px 10px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0px 0px;
  
}

.why-choose-text h6{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.why-choose-text p{
  font-size: 13px;
  margin-bottom: 0px;
}

.why-choose-box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
}

.why-choose-us .row{
  align-items:end;
}

.why-img img{
  border-radius: 20px;
}

.why-img{
  border-radius: 20px;
}

.time-support{
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 5%;
  right: 30%;
}

.time-support-numb a{
  color: #000;
  text-decoration: none;
}

.time-support-numb a h5{
  text-align: end;
  color: #ff6600;
  font-size: 18px;
  margin-bottom: 2px;
}

.time-support-numb a h3{
  font-weight: 700;
  font-size: 22px;
}

.why-img{
  position: relative;
}

.cleint-name h3{
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;

 }

 .cleint-name p{
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
 }

 .happy-client{
  display: flex;
 justify-content: space-around;
 margin-top: 30px;

 }

 .user-img img{
  width: 50px!important;
  display: block;
  margin: auto;
 }

 .user-quote img{
  width: 50px!important;
 }
 .user-name p span img{
  width: 20px!important;
 }

 .user-name p {
 display: flex;
 font-size: 16px;
 justify-content: center;
 gap: 5px;

 
 }

 .user-text h3{
  text-align: center;
  font-weight: 700;
 }

 .user-text{
  margin-top: 15px;
  padding-left: 150px;
 padding-right: 150px;
 }

 .user-text p{
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
 }

 .user-quote img{
  display: block;
  margin: auto;
 }

 .user-name h6{
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
 }

 .testimonial{
  background-color: #f2f7f0;
 }

 .owl-nav button {
  background: none;
  border: none;
  padding: 0;  /* Remove any default padding */
}

/* Optional: Size your custom icons */
.owl-nav img {
  width: 30px !important;   /* Adjust width of the icons */
  height: auto!important;  /* Maintain aspect ratio */
}

/* Optional: Add hover effect for better interaction */
.owl-nav button:hover img {
  opacity: 0.7!important;  /* Slight transparency on hover */
}

.owl-nav .owl-prev{
  position: absolute;
    top: 35%;
    left: 20px;
}

.owl-nav .owl-next{
  position: absolute;
    top: 35%;
    right: 20px;
}

.owl-nav button{
  background-color: transparent!important;
}

footer{
  background:url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.footer-logo{
  position: absolute;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 10px ;
  top: 0;
}

.footer-about-text p{
  color: #fff;
  
}

.footer-contact-box ul{
  list-style: none;
  padding-left: 0px;

}

.footer-contact-box ul li a{
  color: #fff;
  text-decoration: none;
}

.footer-contact-box ul li a span{
  margin-right: 15px;
  color: #ff6600;
}

.footer-contact-box ul li{
  margin-bottom: 15px;
}

.footer-social-icons ul{
  list-style: none;
  display: flex;
  padding-left: 0px;
  gap: 5px;
  margin-top: 20px;
}

.footer-social-icons ul li a{
  color: #fff;
  text-decoration: none;
 
  background-color: #ff6600;
  border-radius: 10px 10px 0px 10px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.footer-social-icons ul li a:hover{
  background-color: #000;
}

.quick-head h5{
  color: #fff;
}

.quick-links-box ul li a{
  color: #d1d1d1;
  text-decoration: none;
  font-size: 15px;
  
}

.quick-links-box ul {
  padding-left: 0px;
  list-style: none;
}

.quick-links-box ul li{
  margin-bottom: 10px;

}

.types-of-vehicles{
 display: flex;
 gap: 25px;
}

.types-of-vehicles ul{
  list-style: none;
  padding-left: 0px;

  
}

.types-of-vehicles ul li{
  margin-bottom: 10px;
}

.types-of-vehicles ul li a{
  color: #d1d1d1;
  text-decoration: none;
  font-size: 15px;
}

.vehicles-types-head h5{
  color: #fff;
}

.footer-map-head h5{
 color: #fff;
}

.footer-map-area iframe{
  border-radius: 15px;
  border: 4px solid #fff;
}

.bottom-footer ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.bottom-footer ul li{
  margin-bottom: 0px;
}

.bottom-footer ul li a{
  text-decoration: none;
  margin-bottom: 0px;
  color: #d6d6d6;
  font-size: 14px;

}

.bottom-footer ul li a span{
  color: #ff6600;
}

.bottom-footer{
  background-color: #000;
  padding: 20px 0px;
}

.carousel{
  height: 100%;
}

.carousel-inner{
  height: 100%;
}

.carousel-item{
  height: 100%;
}

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

.package-img{
  overflow: hidden;
}

.package-img img{
  transition: all ease 0.3s;
}
.dropdown-item{
  background-color: #fff1e8;
  margin-bottom: 5px;
  font-size: 15px;
  transition: all ease 0.3s;
}

.dropdown-item:hover{
  background-color: #ff9000;
  color: #fff;
}

.vission-mission-head h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.mission-img{
  position: relative;
}

.mission-img img{
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.mission-img::before{
    content: "";
    height: 60px;
    width: 60px;
    background-color: #ffa86d;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: all ease 0.3s;
}

.mission-box:hover .mission-img::before{
  top: 0px;
}

.mission-para p{
  font-size: 14px;
  text-align: justify;

}

.mission-box{
  border: 1px solid #9e9e9e;
  padding-top: 15px!important;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.banner-text h1{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  
}


.fixed-banner {
  display: flex;
  
  align-items: center;
  bottom: 25%;
  margin-left: 50px;
  z-index: 1;
}

section.banner-inner {
  background: #341866;
  padding-top: 30px;
  padding-bottom: 30px;
}

.banner-text h1 {
  font-size: 30px !important;
  font-weight: 700;
  color: #fff;
}

.banner-innrer-image::after {
  content: "";
  background-color: rgb(0 0 0 / 0%)!important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner-inner .banner-innrer-image{
  position: relative;
}

.banner-text p a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
 
  padding-right: 10px;
}

.banner-text p{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.banner-text p a.active{
  color: #ff9000;
  padding-left: 10px;
}




.sec-contact{
  background-image:url(../img/contact-us.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-sec {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
 
  z-index: 1;
  background-color: rgba(0,0,0,0.8);
}

/* .contact-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 111;
  
} */

.contact-sec .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
}

.section-header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}

.section-header p {
  color: #FFF;
}

.contact-sec .row  {
  display: flex;
  flwx-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
  width: 80%;
}

.contact-info-content h4 {
  color: #ff9000;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  color: #FFF;
  font-size: 1em;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 5px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}


.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-15px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #ff9000;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ff9000;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #ff6600;
}

@media (max-width: 991px) {
  .contact-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
 .contact-sec .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}

.contact-info-content p a{
  color: #fff;
  text-decoration: none;
}

.banner-innrer-image::after{
  content: "";
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
}
.call-btn {
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 0px;
  background: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 110px;
  height: 110px;
  z-index: 1000;
}

.call-btn .tada {
  background: #ff5722;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation-name: tada;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.call-btn .tada a:before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  top: 15%;
  /* margin-top: -10px; */
}


@keyframes tada {
  from {
      transform: rotate(-20deg);
  }
  to {
      transform: rotate(20deg);
  }
}

.call-btn .pulse {
  width: 60px;
  height: 60px;
  background: rgba(255, 87, 34, 0.5);
  ;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes pulse {
  from {
      width: 55px;
      height: 55px;
      margin-top: -27.5px;
      margin-left: -27.5px;
  }
  to {
      width: 60px;
      height: 60px;
      margin-top: -30px;
      margin-left: -30px;
  }
}

.call-btn .zoomIn {
  width: 80px;
  height: 80px;
  border: 2px solid #ff5722;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes zoomIn {
  from {
      width: 40px;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px;
  }
  to {
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-left: -40px;
  }
}

@media screen and (max-width: 549px) {
  .call-btn {
      width: 80px;
      height: 80px;
  }
}


.whatsapp-btn {
  position: fixed;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 110px;
  height: 110px;
  z-index: 1000;
}

.whatsapp-btn .tada {
  background: #45c153;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation-name: tadaa;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.whatsapp-btn .tada a:before {
  font-family: FontAwesome;
  content: "\f232";
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
  position: absolute;
  top: 6%;
  /* margin-top: -10px; */
}


@keyframes tadaa {
  from {
      transform: rotate(-20deg);
  }
  to {
      transform: rotate(20deg);
  }
}

.whatsapp-btn .pulse {
  width: 60px;
  height: 60px;
  background: rgb(69, 193, 83, 0.5);
  ;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  animation-name: pulsee;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes pulsee {
  from {
      width: 55px;
      height: 55px;
      margin-top: -27.5px;
      margin-left: -27.5px;
  }
  to {
      width: 60px;
      height: 60px;
      margin-top: -30px;
      margin-left: -30px;
  }
}

.whatsapp-btn .zoomIn {
  width: 80px;
  height: 80px;
  border: 2px solid #45c153;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes zoomIn {
  from {
      width: 40px;
      height: 40px;
      margin-top: -20px;
      margin-left: -20px;
  }
  to {
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-left: -40px;
  }
}

@media screen and (max-width: 549px) {
  .whatsapp-btn {
      width: 80px;
      height: 80px;
  }
}

.tempo-heading h2{
 font-size: 25px;
 font-weight: 700;
 margin-bottom: 20px;
}

.tempo-banners{
  border-radius: 20px;
}

.tempo-banners img{
  border-radius: 20px;
}

.tempo-details-features{
  list-style: none;
  padding-left: 0px;
}

.tempo-details-features li{
  padding-bottom: 6px;
}

.tempo-details-features li span{
  margin-right: 5px;
}

.tempo-details-features li span i{
 color: #ff6600;
}

.fare h6{
  font-weight: 600;
}

.fare h6 span{
  color: #ff6600;
}

.details-form form{
  background-color: #ff9f20;
  padding: 20px 20px;
  border-radius: 0px 0px 10px 10px;
}
.details-form{
  max-width: 350px;
  display: block;
  margin: auto;
}

.form-details{
  background-color: #000;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;

}

.form-details h5{
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.details-form form input, .details-form form textarea{
  background-color: transparent!important;
  border: 2px solid #3b3b3b;
  border-radius: 0px 10px 0px 10px;
  margin-bottom: 10px;
}

.details-form form button{
  background-color: #000;
  display: block;
  margin: auto;
  border: 2px solid #000;
  border-radius: 0px 10px 0px 10px;
}

.details-form form button:hover{
 background-color: transparent;
 border: 2px solid #000;
 color: #000;
 border-radius: 0px 10px 0px 10px;
}

.need-text p a{
  color: #000;
  text-decoration: none;
   font-size: 14px;
}

.need-text p {
  margin-bottom: 2px;
}

.need-help{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-top: 25px!important;
  background-color: #e7e7e7;
  max-width: 350px;
  margin: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 5px;
}

.details-packages{
  background-color: #faf6ef;
}

.tempo-details-text{
  background-color: #fff;
  padding: 10px 20px;
}

.package-inner-header p a{
  color: #191919;
  text-decoration: none;
}

.package-inner-header p a.active{
  background-color: #ff9000;
  padding: 2px 10px;
  color: #fff;
  border-radius: 20px;
}

.package-duration span{
 font-size: 14px;
 background-color: #ffd220;
 padding: 2px 10px;
 border-radius: 10px;
}

.search-icon-bg span {
  display: flex
;
  width: 38px;
  height: 38px;
  background-color: var(--bd-bg-light);
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--bd-primary);
  font-size: 20px;
  background-color: #e91e63;
  color: #fff;
}

.package-location{
  display: flex;
  align-items: baseline;
  gap: 15px;
}


.package-location p {
  margin-bottom: 0px;
}

.package-details-text h5{
  font-weight: 600;
}

.package-details-text p{
  font-size: 15px;
}

.accordion h5{
  font-weight: 600;
}

.accordion-button span{
  background-color: #ea8501;
  color: #fff;
  padding: 5px;
  font-weight: 500;
  margin-right: 10px;
  white-space: nowrap;
}

.accordion-button {

  padding: 10px;
}

.accordion-body {
  font-size: 14.5px;
}

.accordion-button{
  font-weight: 600;
}

.right-side{
  width: 100%;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 20px; /* Distance from the top when the sticky effect starts */
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mission-text h5{
  font-weight: 700;
}

.who-we-are{
  border-radius: 20px;
}

.who-we-are img{
  border-radius: 20px;
}

.feedback-form{
  padding: 20px;
  background-color: #ff9000;
}

.feedback-form h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

#reviews-img{
  height: 100%;
}

#reviews-img img{
  height: 100%;
  object-fit: cover;
}

#feedback{
  background-color: #ff9000;
}

.form-select{
 font-size: 14px;
}

.main-banner-form input{
  height: 38px;
}

.main-banner-form select{
  height: 38px;
  border: 1px solid #000;
}

.modal-body .banner-text-area{
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-header{
  background-color: #ff9000;
}

.modal-header h1{
  text-align: center;
  color: #fff;
}

 /* 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;

}

.tempo-details-para h6{
  font-size: 20px;
  font-weight: 700;
}



.video-item iframe{
  width: 100%;
}

@media screen and (max-width:1300px) and (min-width : 1024px){
  .banner{
    align-items: center;
    background: #ff9000;
  }
  .carousel-item{
    border-radius: 0px 20px 20px 0px ;
  }
  .carousel-item img{
    border-radius: 0px 20px 20px 0px ;
  }
}

@media screen and (max-width:500px) {
  .second{
    display: none;
  }
  .navbar-brand img{
    width: 230px!important;
  }
  .header-contact {
    display: flex;
    gap: 5px;
}
.top-nav .container-fluid{
   padding: 0px 5px;
}
.banner-text-area{
  padding-left: 6px;
    padding-right: 6px;
}
}

.gallery img{
  height: 250px;
  object-fit: cover;
}

