body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

header {
    background: #631d02;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

header span {
    margin: 0 15px;
}



nav {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    
    left: 0;
    z-index: 1000;
  }

  .logo img {
    height: 50px;
    transition: transform 0.3s ease;
  }

  .logo img:hover {
    transform: scale(1.05);
  }

  .nav-links {
align-items: center;
    display: flex;
    gap: 25px;
    transition: all 0.4s ease;
  }

  .nav-links a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
  }

  .nav-links a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #e24d04;
    transition: width 0.3s ease;
  }

  .nav-links a:hover::after {
    width: 100%;
  }

  .nav-links a:hover {
    color: #e24d04;
  } .dropdown {
    padding: 15px 0;

    position: relative;
  }

  .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    min-width: max-content;
    z-index: 999;
  }

  .dropdown-menu a {
    padding: 10px 15px;
    color: #333;
    font-size: 0.95rem;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .dropdown-menu a:hover {
    background: #e2850456;
    color: #d95412e5;
  }

  .dropdown:hover .dropdown-menu {
    display: flex;
  }


  /* Toggle button */
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 28px;
    height: 3px;
    background: #222;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 5px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    nav {
      padding: 15px 25px;
    }

    .menu-toggle {
      display: flex;
    }
    .dropdown {
      padding: 0;
        width: 100%;
        text-align: center;
      }

      .dropdown-menu {
        position: static;
        box-shadow: none;
        background: none;
        display: none;
        gap: 15px;
      }
      .dropdown-menu {
        border: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
      }
      .dropdown-menu.open {
        text-align: center;
        margin: 20px;
        border: 1px solid #ddcdcd;
        max-height: 400px; /* adjust height as needed */
      }
      .dropdown.active .dropdown-menu {
        display: flex;
      }

      .dropdown-menu a {
        font-size: 1rem;
        color: #333;
      }

    .nav-links {
      display: none;
      position: absolute;
      top: 138px;
      right: -100%;
      background: #fff;
      height: 100vh;
      width: 220px;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      padding-top: 50px;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
      display: flex;
      z-index: 200;
      /* display: block; */
      width: auto;
      left: 0;
      right: 0;
      visibility: visible;
    }

    /* Animate toggle icon */
    .menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translateY(8px);
    }

    .menu-toggle.active span:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translateY(-8px);
    }
  }



.slides {
    display: flex;
    /* width: 300%; */
    height: 100%;
    transition: transform 1s ease-in-out;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    max-width: 500px;
}

.slide-text h1 {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.slide-text p {
    font-size: 18px;
    line-height: 1.5;
}

/* Top Routes Section */
.routes-section {
    background: #fafaf5;
    text-align: center;
    padding: 60px 20px;
}



.routes-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}



.route-card:hover {
    transform: scale(1.03);
}

.route-card:hover img {
    opacity: 0.8;
}





.route-footer button {
    color: white;
    border: 1px dashed;
    box-shadow: none;
    margin-top: 11px;
    background-color: #f7921f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .48px;
    line-height: normal;
    margin-bottom: 11px;
    padding: 12px 18px 12px;
    position: relative;
    text-transform: uppercase;
    width: 50;

}
.btn-call{
    background-color: #631d02 !important;
}



.fleet-section {
    background: #631d02;
    padding: 70px 20px;
    text-align: center;
    color: white;
}

.darkcolor {
    color: #631d02;
}




.fleet-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}



.fleet-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.fleet-info {
    padding: 20px;
}

.fleet-info p {
    font-size: 14px;
    color: #333;
}
.fleet-info h5 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #461a1a;
}

.fleet-info hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.price {
    font-weight: 600;
    font-size: 16px;
}

.fleet-card:hover {
    transform: translateY(-5px);
}

.testimonials {
    background: #fff8f0;
    padding: 70px 20px;
    text-align: center;
}




.testimonial-wrapper {
    
    overflow: hidden;
    max-width: 1220px;
    margin: auto;
}

.testimonial-container {
    margin-top: 25px;
    display: flex;
    transition: transform 0.8s ease-in-out;
    gap: 20px;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 0 0 32%;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* .testimonial-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
} */

.testimonial-card h3 {
    color: #d35400;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #631d02;
}

/* Contact */
.contact {
    background: #f6f1eb;
    padding: 40px;
    text-align: center;
    font-size: 18px;
}

.contact span {
    color: #d35400;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .slide-text h1 {
        font-size: 28px;
    }

    .routes-container,
    .fleet-container {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        flex: 0 0 92%;
    }

 
}
.travel-footer {
    background-color: rgb(241, 216, 190);
    color: #fff;
    padding: 0px 0 55px 0 ;
    font-size: 14px;
}




.footer-section {
flex-grow: 1; 
min-width: 250px; 
}

.section-title {
color: #631d02;
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 20px;
border-bottom: 1px solid #d76d13;
letter-spacing: 0.1em; 
}


.contact-us {
min-width: 300px; 
}

.contact-item {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}

.contact-item i {
font-size: 22px;
margin-right: 15px;
color: #631d02;
margin-top: 5px; 
}

.contact-details h4 {
color: #631d02;

margin: 0;
font-size: 18px;
font-weight: 600;
}

.contact-details p {
margin: 2px 0 0 0;
font-size: 16px;
color:  rgb(226, 77, 4); 
}

.call-us-numbers p {
line-height: 1.4;
}


.routes ul {
list-style: none; 
padding: 0;
margin: 0;
}

.routes li a {
    text-decoration: none;
    cursor: pointer;
color:  rgb(226, 77, 4); 

display: flex;
align-items: center;
margin-bottom: 12px; 
font-size: 16px;
}
.routes li a:hover{
color:  rgb(135, 52, 11) !important; 

}

.routes li i {
font-size: 20px;
margin-right: 10px;
color: #631d02;
}
@media(max-width: 767px) {
  .bus-container {
 
    margin: 40px auto;
  }

  .bus-card {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }
  .img-div img {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 80%;
    width: 100%;
  }
  .route-footer span {
    font-size: 18px;
    color: #f7921f;
    font-weight: 600;
}
.route-footer {
  width: 250px;
  transform: translate(-50%, -8%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  font-size: 16px;
}
    .route-card {
        position: relative;
        /* width: 380px; */
        height: 250px;
    
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s;
        background: #000;
    }
    
    .route-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        opacity: 0.5;
    
        transition: 0.3s ease;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 28vh;
        overflow: hidden;
    }
    .footer-container {
       
        margin: 0 auto; 
        padding: 0 20px; 
 
        justify-content: space-between; 
        gap: 50px; 
        }
        .routes-section h3, .fleet-section h3, .testimonials h2  {
            font-size: 28px;
            color: #f7921f;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        
        .routes-section h2 {
            color: #4e1f00;
            font-size: 24px;
            margin-bottom: 40px;
        }
        
.fleet-section h2 {
    font-size: 22px;
    margin-bottom: 40px;
}
.route-title {
    width: 280px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
}
.div-container{
    padding: 40px 20px;
}
.div-container h2{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}
.fleet-card {
  background: #fff;
  color: #000;
  /* width: 380px; */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.banner-top {
  position: relative;
  height: 250px;
  background: url('./images/banner-top.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.about-img {
  /* flex: 1 1 400px; */
  text-align: center;
}
.vision-mission {
  margin-top: 25px;
  background-color: #fff1e6;
  text-align: center;
  padding: 40px 0%;
}

.vision-mission h2 {
  color: #5a2c0f;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 700;
}
header span{
  font-size: 13px;
  margin: 0 !important;
}
header div{
  display: flex
  ;
      justify-content: space-around;
}
.fleets-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 30px;
}
.contact-card .icon {
  font-size: 1.5em;
  margin-bottom: 10px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 6px 15px;
  display: inline-block;
}
.contact-card {
  flex: 1;
  background-color: #DD7D25; /* Orange color from screenshot */
  color: white;
  padding: 20px 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.img-div{
  gap: 10px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: var(--bs-box-shadow) !important;

}
.main-content h1{
  color: #19167a;
  font-weight: 600;
  font-size: 25px;
}
.main-content h2{
  color: #28282c;
  font-weight: 600;
  font-size: 25px !important;
}

}
@media(min-width: 768px) and (max-width: 900px)  {
  .bus-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin: 40px auto;
  }

  .bus-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }
  .img-div img {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 20%;
    width: 35%;
  }
  .main-content h1{
    color: #19167a;
    font-weight: 600;
    font-size: 34px;
  }
  .main-content h2{
    color: #28282c;
    font-weight: 600;
    font-size: 30px !important;
  }
  
  .img-div{
    gap: 10px;
    margin: 20px 0;
    padding: 20px;
    box-shadow: var(--bs-box-shadow) !important;
    display: flex;
  }
  .contact-card {
    flex: 1;
    background-color: #DD7D25; /* Orange color from screenshot */
    color: white;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
  .contact-card .icon {
    font-size: 2em;
    margin-bottom: 10px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 6px 15px;
    display: inline-block;
}
  .fleets-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
  }
  .vision-mission {
    margin-top: 20px;
    background-color: #fff1e6;
    text-align: center;
    padding: 60px 8%;
  }

  .vision-mission h2 {
    color: #5a2c0f;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .route-footer span {
    font-size: 20px;
    color: #f7921f;
    font-weight: 600;
}
.route-footer {
  width: 250px;
  transform: translate(-50%, -8%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  font-size: 16px;
}
  .fleet-card {
    background: #fff;
    color: #000;
    width: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}
    .footer-container {
   
        margin: 0 auto; 
        padding: 0 20px; 
        display: flex; 
        justify-content: space-between; 
        gap: 50px; 
        }
    .route-card {
        position: relative;
        width: 380px;
        height: 450px;
    
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s;
        background: #000;
    }
    
    .route-card img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        opacity: 0.5;
    
        transition: 0.3s ease;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 59vh;
        overflow: hidden;
    }
    .routes-section h3, .fleet-section h3, .testimonials h2  {
        font-size: 32px;
        color: #f7921f;
        font-weight: 700;
        margin-bottom: 5px;
    }
    
    
    .routes-section h2 {
        color: #4e1f00;
        font-size: 26px;
        margin-bottom: 40px;
    }
    
.fleet-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
}
.route-title {
    width: 280px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
}
.div-container{
    padding: 50px 100px;
}
.div-container h2{
    font-size: 30px;
    font-weight: 600;
}
.banner-top {
  position: relative;
  height: 350px;
  background: url('./images/banner-top.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.about-img {
  flex: 1 1 400px;
  text-align: center;
}
header {
  display: flex
  ;
      justify-content: space-evenly;
  
}
}
@media (min-width: 901px) {
  .bus-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin: 40px auto;
  }

  .bus-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }
  .img-div img {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 20%;
    width: 35%;
  }
  .main-content h1{
    color: #19167a;
    font-weight: 600;
    font-size: 34px;
  }
  .main-content h2{
    color: #28282c;
    font-weight: 600;
    font-size: 30px !important;
  }
  
  .img-div{
    gap: 10px;
    margin: 20px 0;
    padding: 20px;
    box-shadow: var(--bs-box-shadow) !important;
    display: flex;
  }
  header {
    display: flex
    ;
        justify-content: space-evenly;
    
  }
  .contact-card {
    flex: 1;
    background-color: #DD7D25; /* Orange color from screenshot */
    color: white;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
  .contact-card .icon {
    font-size: 2em;
    margin-bottom: 10px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 6px 15px;
    display: inline-block;
}
  .fleets-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 30px;
  }
  .vision-mission {
    margin-top: 20px;
    background-color: #fff1e6;
    text-align: center;
    padding: 60px 8%;
  }

  .vision-mission h2 {
    color: #5a2c0f;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  
  .about-img {
    flex: 1 1 400px;
    text-align: center;
  }
  .banner-top {
    position: relative;
    height: 350px;
    background: url('./images/banner-top.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
  .route-footer span {
    font-size: 24px;
    color: #f7921f;
    font-weight: 600;
}
.route-footer {
  width: 250px;
  transform: translate(-50%, -8%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  font-size: 16px;
}
  .fleet-card {
    background: #fff;
    color: #000;
    width: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}
    .div-container{
        padding: 50px 150px;
    }
    .div-container h2{
    margin-bottom: 20px;

        font-size: 35px;
        font-weight: 600;
    }
    .footer-container {
        max-width: 1260px; 
        margin: 0 auto; 
        padding: 0 20px; 
        display: flex; 
        justify-content: space-between; 
        gap: 50px; 
        }
    .route-card {
        position: relative;
        width: 380px;
        height: 450px;
    
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s;
        background: #000;
    }
    
    .route-card img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        opacity: 0.5;
    
        transition: 0.3s ease;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 85vh;
        overflow: hidden;
    }
    .routes-section h3, .fleet-section h3, .testimonials h2  {
        font-size: 38px;
        color: #f7921f;
        font-weight: 700;
        margin-bottom: 5px;
    }
    
    
    .routes-section h2 {
        color: #4e1f00;
        font-size: 26px;
        margin-bottom: 40px;
    }
    
.fleet-section h2 {
    font-size: 30px;
    margin-bottom: 40px;
}
.route-title {
    width: 280px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
}
}


  .banner-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
  }

  .banner-top h1 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
  }

 

  /* Table Container */
  .table-container {
   
    margin: 20px 0;
    overflow-x: auto;
  }

  /* Table Styling */
  table {
    border: 1px solid #631d02;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  th, td {
    text-align: center;
    padding: 14px 12px;
    font-size: 15px;
  }

  th {
    background-color: #631d02;
    color: #fff;
    font-weight: 600;
  }

  td {
    color: #333;
    border-bottom: 1px solid #ddd;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  /* Button Styling */
  .book-btn {
    background-color: #631d02;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .book-btn:hover {
    background-color: #8b3e04;
    transform: translateY(-2px);
  }

  /* Responsive Table */
  @media (max-width: 850px) {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    thead {
      display: none;
    }

    tr {
      margin-bottom: 15px;
      background: #fff;
      border-radius: 10px;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
      padding: 15px;
    }

    td {
      text-align: right;
      padding-left: 50%;
      position: relative;
      border: none;
      border-bottom: 1px solid #eee;
    }

    td:last-child {
      border-bottom: none;
    }

    td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      width: 45%;
      text-align: left;
      font-weight: 600;
      color: #631d02;
    }

    .book-btn {
      width: 100%;
      padding: 10px;
      font-size: 15px;
    }

    .banner-top h1 { 
      font-size: 34px;
    }
  }
  .footer-div{
    margin-bottom: 60px;
    display: flex
;
    justify-content: space-around;
  }
  .contact-section-container {
    width: 1260px; 
border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #631d02;
    color: #FFFFFF;
    padding: 30px 5%;
    min-height: 220px;
}

.location-section {
    flex-basis: 40%;
}
.contact-details-section {
    flex-basis: 30%;
}
.booking-button-section {
    flex-basis: 20%;
    text-align: right;
}

.footer-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E2B99C;
}

.details-group {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.company-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.address, .email-text, .phone-text {
    margin: 3px 0;
    font-size: 18px;
    line-height: 1.3;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.icon-circle i {
    font-size: 20px;
    color: #DD7D25;
}

.booking-button {
    background-color: #DD7D25;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.booking-button:hover {
    background-color: #DD7D25;
}

@media (max-width: 768px) {
    .contact-section-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
    }
    
    .contact-item-footer {
        margin-bottom: 25px;
        width: 100%;
        flex-basis: auto;
    }
    
    .booking-button-section {
        text-align: left;
    }
}
.contact-cards-container {
   
    margin: -100px auto 50px auto; /* Pulls the cards up over the hero section */
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 10; /* Ensures cards are on top of the hero section */
}



.contact-card h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-card p {
    margin: 5px 0;
    font-size: 1.1em;
    line-height: 1.5;
}

.contact-card a {
    color: white;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}
.map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }


.contact-card:nth-child(2) a {
    font-size: 1.1em;
}

@media (max-width: 900px) {
    .contact-cards-container {
        flex-direction: column;
        margin-top: -20px; /* Less overlap on smaller screens */
    }

    .contact-card {
        margin-bottom: 20px;
    }
}

.float-button {
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366; /* WhatsApp Green */
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.float-button.whatsapp {
    right: 20px;
    background-color: #25d366;
}
.float-button.phone {
    left: 20px;
    background-color: #DD7D25; /* Mauli Cabs Orange */
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  
    gap: 40px;
  }

  .about-content {
    flex: 1 1 500px;
  }

  .div-container h3 {
    color: #e67e22;
    font-weight: 600;
    margin-bottom: 10px;
  }

 

  .about-content p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
  }

  .about-points {
    margin-top: 25px;
  }

  .about-points li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .about-points li::before {
    content: "✔";
    color: #ff7b00; /* Orange tick */
    margin-right: 8px;
  }


  .about-img img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }

 

  .vm-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .vm-box {
    background-color: #631d02;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    /* max-width: 500px; */
    flex: 1 1 400px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

  .vm-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .vm-box p {
    line-height: 1.7;
    font-size: 17px;
  }

  /* --- Responsive --- */
  @media (max-width: 768px) {
    .about-section {
      flex-direction: column;
      text-align: left;
    }
    .about-points {
      padding: 0;}
      .about-points li {
        display: flex
    ;}
   
  }
 

 

 

  .fleets-card {
    background-color: #fff;
    border: 2px solid #ffa94d;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .fleets-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  }

  .fleets-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 10px;
  }

  .fleets-info {
    padding: 20px;
  }

  .fleets-info h3 {
    text-align: center;
    color: #5a2c0f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .fleets-info p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .fleets-info button {
    background-color: #DD7D25;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .fleets-info button:hover {
    background-color: #e06d00;
  }

  @media (max-width: 768px) {
    .fleets-info h3 {
      font-size: 16px;
    }
  }
  .container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .main-content {
    flex: 3;
  }

  .sidebar-package {
    flex: 1;
    min-width: 260px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: fit-content;
  }

  .sidebar-package h3 {
    background: #c70000;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
  }

  .sidebar-package ul {
    list-style: none;
    padding: 0;
  }

  .sidebar-package ul li {
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  .sidebar-package ul li a {
    color: #012970;
    text-decoration: none;
    font-size: 15px;
  }

  .sidebar-package ul li a:hover {
    color: #c70000;
  }

  

  .faq {
    margin-top: 25px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
  }

  .faq h2 {
    margin-bottom: 15px;
  }

  .faq p {
    margin: 5px 0;
  }

  @media (max-width: 900px) {
    .container-flex {
      flex-direction: column;
      align-items: center;
    }

    .main-content, .sidebar-package {
      width: 95%;
    }
  }

  .ride-div{
    margin: 20px 0;
    padding: 20px;
    box-shadow: var(--bs-box-shadow) !important;
  }
 

  .bus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }

  .bus-card img {
    width: 60%;
    object-fit: cover;
  }

  .bus-info {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }

  .bus-info div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #012970;
  }

  .bus-details {
    text-align: center;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px;
  }

  .book-btn-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff;
    border: none;
    width: 140px;
    margin: 0 auto 20px;
    padding: 8px 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
  }

  .book-btn-card i {
    margin-right: 6px;
  }

  .book-btn-card:hover {
    background: #b91c1c;
  }

  @media (max-width: 500px) {
  
    .bus-info {
      flex-direction: column;
      align-items: flex-start;
    }
  }