* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  
  body {
  background: linear-gradient(to right, rgb(126 188 243 / 8%) 0%, /* dark left */ rgb(123 190 249 / 11%) 10%, rgb(255 255
  255 / 8%) 30%, rgb(173 216 230 / 11%) 70%, /* light blue */ rgb(255 192 203 / 14%) 100% /* soft pink */);
  font-family: 'Segoe UI', sans-serif;
  }
  nav {
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  }
  
  .nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
  }
  
  .nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  }
  
  .nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  }
  
  .quote-btn {
  transition: all 0.3s ease;
  background: linear-gradient(to right, #EF592E, #F48D24);
  padding: 6px 20px;
  color: #fff !important;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  }
  
  .btn-slide {
  background: linear-gradient(to right, #EF592E, #F48D24);
  transition: all 0.3s ease;
  color: white;
  position: relative;
  overflow: hidden;
  }
  
  .btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  transition: all 0.4s;
  }
  
  .btn-slide:hover::before {
  left: 100%;
  }
  .hero {
  position: relative;
  display: flex;
  height: 85vh;
  }
  
  .home-img {
  width: 100%;
  position: relative;
  
  color: #fff;
  }
  .home-img-new {
  background: linear-gradient(to right, rgb(126 188 243 / 8%) 0%, /* dark left */ rgb(123 190 249 / 11%) 10%, rgb(255 255
  255 / 8%) 30%, rgb(173 216 230 / 11%) 70%, /* light blue */ rgb(255 192 203 / 14%) 100% /* soft pink */);
  width: 100%;
  position: relative;
  color: #000000;
  }
  
  
  .align{
  gap: 20px;
  width: 60% !important;
  display: flex;
  align-items: center;
  }
  
  
  .home-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  }
  
  
  .hero-left h1 {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 400px;
  }
  
  .hero-left button {
  position: relative;
  padding: 12px 28px;
  background: #f26522;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
  }
  .hero-right {
  background: #f3f3f3;
  }
  
  .hero-right img {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 110%;
  max-width: 700px;
  }
  
  .call-box p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  }
  
  .container-div h6{
  font-size: 22px;
  font-weight: 700;
  }
  
  .form-box form {
  align-items: end;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  }
  .base-btn{
  display: flex
  ;
  align-items: flex-end;
  }
  
  .form-box select,
  .form-box input,
  .form-box button {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  }
  
  .form-box button {
  border-radius: 38px;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: #fff;
  border: none;
  cursor: pointer;
  }
  
  @media (min-width: 901px) {
    .banner-img-top{
      position: relative;
      width: 100%;
      height: 300px;
      overflow: hidden;
     }
    .banner-img-content h1 {
      text-transform: uppercase;
      font-size: 37px;
      margin: 0;
      font-weight: bold;
    }
    .side-img {
      border-radius: 5px;
      width: 100%;
      height: 525px;
  }
    .about-div .text h1 {
      font-size: 45px;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 15px;
      }
  .search-box-tab {
  transform: translate(-70%, 50%);
  bottom: 0;
  left: 50%;
  position: absolute;
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 800px;
  }
  .booking-wrapper {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1200px;
  z-index: 20;
  }
  
  .booking {
  display: flex;
  background: #fff;
  border-radius: 38px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  }
  .img-index {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  }
  .overlay-div {
  align-items: center;
  width: 100%;
  display: flex;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  position: absolute;
  }
  
  .overlay-div h1 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  }
  
  .bus-img {
  transform: scaleX(-1);
  width: 100%;
  height: 290px;
  }
  .overlay-div .div-text {
  padding: 50px 110px;
  width: 60%;
  }
  .content{
  display: flex;
  gap: 50px;
  }
  .topbar {
  background: #f26522;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 6px 0;
  gap: 40px;
  }
  .navbar{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
  padding: 10px 70px;
  }
  .navbar-expand-lg .navbar-collapse {
  display: flex !important
  ;
  flex-basis: auto;
  justify-content: flex-end;
  }
  .call-box {
  flex: 1;
  background: #f26522;
  color: #fff;
  padding: 55px 50px;
  text-align: center;
  }
  
  .call-box h2 {
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  font-size: 25px;
  }
  .icon-phone{
  display: flex
  ;
  border-radius: 10px;
  height: 55px;
  width: 55px;
  background: white;
  justify-content: space-around;
  align-items: center;
  }
  .icon-phone i{
  font-size: 30px;
  color: #f26522;
  }
  .form-box {
  flex: 2;
  padding: 55px 40px;
  background: #fff;
  }
  .container-div {
  padding: 50px 120px;
  }
  
  .container-div h1 {
  font-size: 40px;
  font-weight: 700;
  
  }
  .margin-top {
  margin-top: 50px;
  }
  .margin-top-home {
  margin-top: 150px;
  }
  .faq-contact-gray .content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  }
  .faq h3,
  .contact-form h3 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  }
  .facilities-right h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  }
  .blue-bus{
  position: relative;
  border-radius: 42px;
  object-fit: cover;
  height: 250px;
  width: 230px;
  
  }
  .orange-bus{
  border-radius: 42px;
  object-fit: cover;
  height: 370px;
  width: 328px;
  
  }
  .facilities-right {
  padding: 50px 100px 50px 40px;
  max-width: 850px;
  }
  .top-div {
  position: relative;
  display: flex;
  height: 40vh;
  border-bottom: 2px solid rgb(185 187 197 / 55%); /* overflow: hidden; */
  }
  .card-price {
  transition: transform 0.3s ease;
  margin-top: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  /* width: 250px; */
  text-align: center;
  }
  .card-bus {
  transition: transform 0.3s ease;
  
  margin-top: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* width: 250px; */
  text-align: center;
  }
  .contact-banner h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  }
  .card-price:hover{
  transform: scale(1.02);
  }
  .card-bus:hover{
  transform: scale(1.02);
  }
  }
  @media(max-width: 900px) {
    .banner-img-top{
      position: relative;
      width: 100%;
      height: 280px;
      overflow: hidden;
     }
    .banner-img-content h1 {
      text-transform: uppercase;
      font-size: 25px;
      margin: 0;
      font-weight: bold;
    }
    .side-img {
      margin-top: 20px;
      border-radius: 5px;
      width: 100%;
      height: 250px;
  }
    .about-div .text h1 {
      font-size: 28px;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 15px;
      }
  .search-box-tab {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  
  
  }
  .new-div{
  top: 0;
  position: absolute;
  }
  .overlay-div .div-img {
  display: none;
  }
  .div-top-img{
  display: none;
  }
  .div-top-img-center{
  display: none;
  }
  .testimonial-side h4{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  }
  .cards-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  }
  .card-price {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  margin: 20px;
  text-align: center;
  }
  .card-bus {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px;
  text-align: center;
  }
  
  .top-div {
  position: relative;
  display: flex;
  height: 20vh;
  border-bottom: 2px solid rgb(185 187 197 / 55%);
  }
  .facilities-right {
  padding: 50px 40px 50px 40px;
  max-width: 850px;
  }
  .orange-bus{
  display: none;
  }
  .blue-bus {
  position: relative;
  border-radius: 24px;
  object-fit: cover;
  height: 160px;
  width: 180px;
  }
  .facility-box {
  transition: transform 0.3s ease;
  
  display: flex
  ;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  }
  .contact-banner h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  }
  .facilities-right h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  }
  .faq h3,
  .contact-form h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
  }
  .faq-contact-gray .content {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  }
  
  .image-top{
  margin-top: 15px;
  }
  .margin-top-home {
  margin-top: 300px;
  }
  .margin-top {
  margin-top: 25px;
  }
  .container-div {
  padding: 20px 20px;
  }
  
  .container-div h1 {
  font-size: 22px;
  font-weight: 700;
  
  }
  .form-box {
  flex: 2;
  padding: 20px 20px;
  background: #fff;
  }
  .icon-phone{
  display: flex
  ;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  background: white;
  justify-content: space-around;
  align-items: center;
  }
  .icon-phone i{
  font-size: 20px;
  color: #f26522;
  }
  .call-box {
  flex: 1;
  background: #f26522;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
  }
  
  .call-box h2 {
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  }
  .img-index {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  }
  .overlay-div {
  align-items: center;
  width: 100%;
  }
  
  .overlay-div h1 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  }
  
  .bus-img {
  transform: scaleX(-1);
  width: 100%;
  height: 120px;
  }
  .overlay-div .div-text {
  padding: 50px 20px;
  width: 100%;
  }
  .nav-links {
  margin-top: 20px;
  display: flex
  ;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
  }
  .topbar {
  background: #5f81ad;
  color: #fff;
  font-size: 14px;
  justify-content: space-around;
  align-items: center;
  padding: 6px 3px;
  gap: 40px;
  }
  .navbar{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
  
  border-bottom: 1px solid #c3b4b4;
  padding: 11px 20px;
  }
  .nav-toggler {
  width: 25px;
  height: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1001;
  }
  
  #navMenu{
  transition: 0.4s ease;
  }
  .nav-toggler span {
  height: 4px;
  width: 100%;
  background: #ff6600;
  border-radius: 5px;
  transition: 0.4s ease;
  }
  
  .nav-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  }
  
  .nav-toggler.active span:nth-child(2) {
  opacity: 0;
  }
  
  .nav-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  }
  .hero {
  flex-direction: column;
  height: 40vh;
  }
  .home-img {
  height: 40vh;}
  
  .hero-left,
  .hero-right {
  width: 100%;
  height: 60vh;
  }
  
  .hero-right img {
  right: -20%;
  width: 140%;
  }
  
  .booking-wrapper {
  position: relative;
  }
  
  .booking {
  flex-direction: column;
  }
  
  .form-box button {
  grid-column: span 1;
  }
  }
  
  .logo {
  width: 80px;
  height: 50px;
  }
  
  .d-flex {
  display: flex;
  }
  
  
  
  .overlay-div .div-img {
  width: 40%;
  }
  
  
  
  .overlay-div .button {
  font-weight: 500;
  align-items: center;
  text-decoration: none;
  margin-top: 20px;
  background: linear-gradient(to right, #EF592E, #F48D24);
  padding: 8px 22px;
  color: #fff !important;
  border-radius: 20px;
  
  
  }
  .gray{
    color: #605c5c;
  }
  .overlay-div .button:hover {
  background: linear-gradient(to right, #EF592E, #d16b05);
  
  
  }
 
  
  .overlay-div p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  }
  
  
  
  
  .container-div p {
  color: #666262;
  font-size: 16px;
  font-weight: 400;
  
  }
  .container-div ul li {
  color: #666262;
  font-size: 16px;
  font-weight: 400;
  
  }
  
  
  
  .align-item {
  display: flex;
  align-items: center;
  }
  
  .rental-img {
  border-radius: 35px;
  width: 100%;
  
  }
  
  .marquee-container {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8c2;
  white-space: nowrap;
  border-bottom: 1px solid #dddddd4f;
  border-top: 1px solid #dddddd4f;
  padding: 10px 0;
  position: relative;
  }
  
  .marquee {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 50s linear infinite;
  }
  
  @keyframes scroll-left {
  0% {
  transform: translateX(0);
  }
  
  100% {
  transform: translateX(-100%);
  }
  }
  
  .marquee span {
  display: inline-block;
  margin-right: 100px;
  }
  
  
  
  
  
  
  
  .pricing-cards {
  justify-content: space-around;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  }
  
  
  
  .card-price img {
  max-width: 100%;
  height: auto;
  }
  .card-bus img {
  max-width: 100%;
  height: auto;
  }
  
  .card-price .label {
  background: #f2f2f2;
  color: #555;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 20px;
  margin: 10px auto;
  display: inline-block;
  }
  .card-bus .label {
  background: #f2f2f2;
  color: #555;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 20px;
  margin: 10px auto;
  display: inline-block;
  }
  
  .features {
  font-size: 12px;
  color: #777;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0;
  }
  
  .price {
  font-weight: bold;
  margin: 10px 0;
  }
  
  .price-btn {
  font-size: 15px;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  }
  
  .faq-contact {
  background:
  linear-gradient(rgba(0, 0, 0, 22%), rgba(0, 0, 0, 0.5)),
  url('./images/bg-img.jpg') no-repeat center/cover;
  color: white;
  }
  .faq-contact-gray {
  background:
  linear-gradient(rgba(0, 0, 0, 22%), rgba(0, 0, 0, 0.5)),
  url('./images/gray-back.jpg') no-repeat center/cover;
  color: white;
  }
  
  
  
  .faq,
  .contact-form {
  flex: 1;
  
  }
  
  .faq {
  min-width: 55%;
  }
  
  
  
  .faq .question {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #CACACA00;
  background: #48484833;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  }
  
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
  color: white ;
  opacity: 1;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus,
  select:focus {
  border: 1px solid white !important;
  outline: none !important;
  }
  
  .contact-form input,
  .contact-form textarea {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
 border: 1px solid #CACACA00 !important;
  
  background: #48484833 !important;
  
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: none;
  }
  
  .contact-form button {
  font-weight: 600;
  width: 100%;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: white;
  border: none;
  padding: 8px 10px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  }
  .d-align{
  justify-content: space-between;
  align-items: center;
  display: flex;
  }
  .end-align {
  align-items: center;
  display: flex;
  justify-content: space-between;
  }
  
  .end-align h4 {
  margin-bottom: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  
  }
  .features-h4 {
  text-align: left;
  margin-bottom: 2px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  
  }
  .text-left{
  text-align: left;
  }
  .features-label {
  text-align: left !important;
  font-size: 14px;
  font-weight: 500;
  color: #666262;
  
  }
  
  .end-align label {
  font-size: 12px;
  font-weight: 500;
  color: #666262;
  
  }
  
  .div-inline {
  justify-content: space-between;
  display: flex
  ;
  align-items: center;
  }
  
  .question h4 {
  font-size: 18px;
  font-weight: 500;
  }
  
  .question p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  }
  
  .facilities-section {
  display: flex;
  
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  
  .facilities-left img {
  width: 100%;
  max-width: 500px;
  }
  
  
  
  
  
  .facilities-right p {
  font-weight: 400;
  font-size: 16px;
  color: #666262;
  margin-bottom: 25px;
  }
  
  .facility-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  }
  .facility-box:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  
  transform: translateY(-5px);
  
  }
  
  .facility-box {
  cursor: pointer;
  transition: transform 0.3s ease;
  
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
  background: #fff;
  }
  
  .facility-box span {
  display: flex
  ;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: #fff;
  border-radius: 50%;
  /* display: inline-block; */
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 600;
  align-items: center;
  justify-content: space-around;
  }
  
  .facility-box h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  }
  
  .facility-box p {
  font-size: 16px;
  color: #666262;
  margin: 0;
  }
  
  @media (max-width: 768px) {
  .facilities-section {
  flex-direction: column;
  text-align: center;
  }
  .facilities-right {
  max-width: 100%;
  }
  }
  .testimonial-section {
  max-width: 1200px;
  margin: auto;
  }
  
  .testimonial-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  }
  
  .testimonial-subtext {
  font-size: 14px;
  color: gray;
  margin-bottom: 30px;
  }
  
  .testimonial-container {
  display: flex;
  gap: 40px;
  overflow: hidden;
  position: relative;
  }
  
  .testimonial-side {
  width: 35%;
  min-width: 250px;
  }
  
  .testimonial-side h3 {
  font-size: 16px;
  margin-bottom: 10px;
  }
  
  .testimonial-side img {
  object-fit: cover;
  height: 160px;
  width: 100%;
  border-radius: 8px;
  }
  
  .testimonial-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 100%;
  }
  
  .testimonial-cards {
  width: 65%;
  overflow: hidden;
  }
  
  .testimonial-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  min-width: 330px;
  
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-card h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
  }
  
  .testimonial-card p {
  font-size: 13px;
  color: #555;
  }
  
  .slider-controls {
  text-align: center;
  margin-top: 10px;
  }
  
  .slider-controls button {
  border: 1px solid black;
  padding: 0px 18px;
  font-size: 18px;
  margin: 0 4px;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  cursor: pointer;
  }
  
  .slider-controls button:hover {
  color: #fff3f3;
  
  border: 1px solid rgb(255, 255, 255);
  
  background: linear-gradient(to right, #EF592E, #F48D24);
  
  }
  
  @media (max-width: 768px) {
  .testimonial-container {
  flex-direction: column;
  }
  
  .testimonial-side,
  .testimonial-cards {
  width: 100%;
  }
  
  .testimonial-card {
  min-width: 90%;
  }
  }
  footer {
  background-color: #fff;
  padding: 50px 20px;
  color: #333;
  border-top: 1px solid #eee;
  }
  
  .footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  }
  
  .footer-col {
  flex: 1 1 220px;
  }
  
  .footer-col h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  }
  .footer-col h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 60px;
  height: 3px;
  background-color: black;
  }
  
  .footer-col p {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
  }
  
  .footer-col a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin: 6px 0;
  transition: 0.3s;
  }
  
  .footer-arrow a::before {
  content: "→";
  margin-right: 8px;
  color: #ff6600;
  font-weight: bold;
  font-size: 14px;
  }
  
  .footer-col a:hover {
  color: #ff6600;
  }
  
  .footer-contact i {
  margin-right: 8px;
  }
  
  .footer-logo img {
  margin-top: 25px;
  width: 120px;
  margin-bottom: 20px;
  }
  
  .social-icons {
  margin-top: 15px;
  }
  
  .social-icons a {
  display: inline-block;
  margin-right: 10px;
  background: #ff6600;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  }
  .social-icons i:hover {
  color: #4b4949;
  }
  
  @media (max-width: 768px) {
  .footer-container {
  flex-direction: column;
  gap: 30px;
  }
  }
  .contact-banner {
  display: flex
  ;
  justify-content: space-around;
  background: url('./images/bus-package-bg.jpg') no-repeat center/cover;
  padding: 80px 20px;
  text-align: center;
  color: white;
  position: relative;
  }
  
  .contact-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  }
  
  .contact-banner .content {
  display: block !important;
  position: relative;
  z-index: 1;
  }
  
  .contact-banner h2 {
  font-size: 18px;
  margin-bottom: 10px;
  }
  
  
  
  .contact-banner .btn {
  font-weight: 500;
  padding: 8px 30px;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  }
  
  
  
  .cards-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;

  }
  
  .location-card {
  border: none !important;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  }
  
  .location-card:hover {
  transform: translateY(-5px);
  }
  
  .location-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  }
  
  .location-card-content {
  padding: 15px;
  }
  
  .location-card-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
  }
  
  .location-card-content p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555;
  }
  
  .stars {
  color: orange;
  margin-bottom: 10px;
  }
  
  .book-btn {
  display: block;
  width: 90%;
  margin: 8px 0px;
  background: linear-gradient(to right, #EF592E, #F48D24);
  color: white;
  text-align: center;
  padding: 6px 10px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  }
  .phone-div{
  gap: 10px;
  display: flex
  ;
  align-items: center;
  justify-content: flex-start;
  }
  .about-card{
  transition: transform 0.3s ease;
  
  align-items: center;
  display: flex;
  gap: 15px;
  box-shadow: var(--bs-box-shadow) !important;
  background: #fff;
  padding: 20px;
  }
  .about-card:hover{
  transform: scale(1.02);
  
  }
  .call-icon{
  top: 0;
  position: absolute;
  z-index: 20;
  
  }
  .about-card img{
  height: 65px;
  width: 65px;
  }
  .about-card h4{
  font-size: 20px;
  }
  .about-card p{
  color: #666262;
  font-size: 16px;
  }
  .testimonial-side h4{
  line-height: 36px;
  width: 320px;
  font-size: 24px;
  font-weight: 500;
  }
  
  .about-div {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url('./images/about-bg.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0% 0 8%;
  }
  
  .about-div .text {
  color: white;
  max-width: 600px;
  z-index: 2;
  }
  
  .about-div .text h5 {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  }
  

  
  .about-div .text p {
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
  }
  
  .about-div img.bus {
  max-height: 400px;
  position: relative;
  z-index: 1;
  }
  
  @media (max-width: 768px) {
    .form-tab {
      margin-top: 30px;
      }
  .about-div {
  height: 77vh;
  flex-direction: column;
  padding: 40px 20px;
  text-align: center;
  }
  
  .about-div .text {
  max-width: 100%;
  }
  
  .about-div img.bus {
  max-width: 90%;
  margin-top: 20px;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  transform: translateY(20px);
  }
  100% {
  opacity: 1;
  transform: translateY(0);
  }}
  .overlay-div h1,.overlay-div .button,.title-line,.title-with-line {
  animation: fadeInUp 1s ease-out;
  
  }
  .fade-in-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .fade-in-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #333;
  }

  input:focus,
  select:focus,
  textarea:focus {
  outline: none;
  border-color: #e45700;
  box-shadow: 0 0 5px rgba(255, 165, 0, 0.7);
  }

  .nav-links a:hover{
  color: #e45700;
  }

  .price-span{
  gap: 5px;
  display: flex;
  align-items: center;
  }

  .title-with-line {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  }
  
  .title-with-line .line {
  width: 40px;
  height: 2px;
  background-color: white;
  }
  .title-line {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  }
  
  .title-line .line {
  width: 40px;
  height: 2px;
  background-color: rgb(180 180 197);}

  .div-top-img{
  right: 0;
  top: 0;
  position: absolute;
  }
  .div-top-img img{
  width: 215px;
  }
  .div-top-img-center{
  right: 0;
  top: 30%;
  position: absolute;
  }
  .div-top-img-center img{
  width: 290px;
  }
  .d-flex-span{
  font-size: 12px;
  color: #777;
  display: flex;
  gap: 10px;
  margin: 10px 0;
  
  }
  .orange{
  color: #FE7A25;
  }
  .tabs {
  display: flex;
  border-radius: 12px;
  background: #f2f2f2;
  overflow: hidden;
  width: fit-content;
  }
  
  .tabs button {
  padding: 10px 30px;
  border: none;
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  color: #444;
  transition: 0.3s ease;
  }
  
  .tabs button.active {
  background: linear-gradient(to right, #ff7b00, #ff4f4f);
  color: white;
  border-radius: 12px;
  }
  
  .form-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  }
  
  .form-group-tab {
  background: #fff;
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  }
  
  .form-group-tab label {
  font-size: 12px;
  color: #777;
  }
  
  .form-group-tab input,
  .form-group-tab select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  
  }
  
  .form-group-tab i {
  color: #ff6a00;
  font-style: normal;
  }
  
  .search-button-tab {
  background: linear-gradient(to right, #ff7b00, #ff4f4f);
  color: white;
  border: none;
  padding: 15px 18px;
  border-radius: 30%;
  cursor: pointer;
  font-size: 20px;
  }
  


 .banner-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
  width: 90%;
}

.banner-img-content h4{
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
}