* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}
.text-dark {
  color: #000 !important;
}
.navbar {
  background: transparent;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff26;
}
.nav-link {
  font-size: 16px; /* Adjust for mobile */
  font-weight: 550; /* Medium */
  padding: 0 20px; /* Spacing between items */
  color: #fff;
}
.nav-link:hover {
  font-weight: 600; /* Semi-Bold on hover */
  color: #00a458; /* Highlight color */
}
.nav-link .active {
  font-weight: 700; /* Bold for active item */
  color: #d2d2d2; /* Active item color */
}
.main-wrapper {
  padding-top: 7rem !important;
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/bus-banner.jpg");
  background-size: cover;
  min-height: 70vh;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-wrapper h1 {
  font-weight: 700;
  color: #ffffff;
}

.btn {
  border-radius: 50px;
  padding: 0.5rem 2rem;
}
.btn-dark {
  background-color: #000;
}
/* Booking Bar Styles */
.booking-bar {
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  border-radius: 15px;
  border: 2px solid #00763f;
}

.booking-bar .form-label {
  font-weight: 600;
  color: #333;
}

.booking-bar .form-control {
  border: 1px solid #00a458;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  font-weight: 550;
}

.booking-bar .form-control:focus {
  border-color: #004a27;
  box-shadow: 0 0 5px rgba(0, 255, 98, 0.5);
}

.booking-bar .btn-primary {
  background: #007bff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.booking-bar .btn-primary:hover {
  background: #0056b3;
}
@media (max-width: 768px) {
  .booking-bar .col-md-2,
  .booking-bar .col-md-3 {
    margin-bottom: 10px;
  }

  .booking-bar .btn {
    margin-top: 0 !important;
  }
}
.why-we-wrapper {
  width: 100%;
}
.why-we-wrapper h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.why-we-wrapper svg {
  fill: #00a458;
  transition: all ease 0.5s;
}
.why-we-wrapper svg:hover {
  transform: translateX(20px);
}
.box-feature {
  border-left: 1px solid #00a458;
}
.offer-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/bus_onroad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-shine {
  color: #fff;
  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 580px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 580px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 580px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 580px;
  }
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #000;
  padding: 1rem;
  background-color: #fff;
}
.routes-wrapper {
  width: 100%;
}
.routes-wrapper h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.card-route {
  padding: 1rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 40vh;
  /* width: 100%; */
  color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#cr-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-1.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#cr-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-2.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cr-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-3.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#cr-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-4.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#cr-5 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-5.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#cr-6 {
  background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
    url("../images/route-6.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#cr-7 {
    background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
      url("../images/route-7.jpeg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
#cr-8 {
    background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
      url("../images/route-8.jpeg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
    
#cr-9 {
    background: linear-gradient(rgba(0, 0, 0, 0.708), rgba(0, 0, 0, 0.803)),
      url("../images/route-9.jpeg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
.swiper-slide-2 {
  text-align: center;
  background: #fff;
}
.customer-wrapper
{
    /* Basic dimensions and centering */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Dark mode colors and gradient */
  background: #000000; /* Fallback for browsers that don't support gradients */
  background: linear-gradient(
    135deg,
    #121212 25%,
    #1a1a1a 25%,
    #1a1a1a 50%,
    #121212 50%,
    #121212 75%,
    #1a1a1a 75%,
    #1a1a1a
  );
  background-size: 40px 40px;

  /* Animation */
  animation: move 4s linear infinite;
  color: #fff;
}

@keyframes move {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 40px 40px;
    }
  }
  .customer-card
  {
    background: transparent;
    padding: 1.5rem;
    backdrop-filter: blur(7px);
    border: 1px solid #ffffff11;
    border-radius: 15px;
  }
  .stars .bi
  {
    color: #00a458;
  }
.toggle-btn_nvbr svg
{
  transition: all ease 0.5s;
}
.toggle-btn_nvbr svg:hover
{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}