body {
  font-family: "Arial", sans-serif;
}
header {
  background: linear-gradient(to right, #1d4709, #63aee0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
}
.navbar-brand img {
  border: 2px solid white;
}
.navbar-nav .nav-link {
  font-size: 1rem;
  transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #ffebc1;
}
.btn-light {
  background: white;
  color: #56ab2f;
  font-weight: bold;
  border: 2px solid white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-light:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.navbar-toggler-icon {
  border-radius: 3px;
  padding: 5px;
}
.hero {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 150px 20px;
}
.hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
}
.about-section {
  padding: 60px 20px;
}
.routes {
  background: #f9f9f9;
  padding: 60px 20px;
}
.route-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.route-card:hover {
  transform: scale(1.05);
}
.testimonials {
  padding: 60px 20px;
  background: #e6f7ff;
}
.testimonial-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.cta {
  background: linear-gradient(to right, #1d4709, #63aee0);
  color: white;
  text-align: center;
  padding: 60px 20px;
}
.cta h2 {
  font-size: 2.5rem;
}
.gallery {
  padding: 60px 20px;
}

.gallery img {
  border-radius: 10px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

.why-choose-us {
  padding: 60px 20px;
  background: #e6f7ff;
}

.special-offers {
  padding: 60px 20px;
  background: linear-gradient(to right, #1d4709, #63aee0);
  color: white;
}

.offer-card {
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.offer-card:hover {
  transform: scale(1.05);
}

.offer-card h5 {
  color: #56ab2f;
}
.hero-about {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-about h1 {
  font-size: 3rem;
}

.mission {
  padding: 60px 20px;
  background: #f9f9f9;
}

.history {
  padding: 60px 20px;
}

.team {
  background: #e6f7ff;
  padding: 60px 20px;
}

.team-member {
  text-align: center;
}

.team-member img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.hero-contact {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-contact h1 {
  font-size: 3rem;
}

.contact-form {
  padding: 60px 20px;
}

.contact-info {
  background: #f9f9f9;
  padding: 60px 20px;
}

.contact-info .info-box {
  text-align: center;
}

.info-box i {
  font-size: 2.5rem;
  color: #56ab2f;
}
.hero-pricing {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-pricing h1 {
  font-size: 3rem;
}

.pricing-cards {
  padding: 60px 20px;
}

.pricing-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card .price {
  font-size: 2rem;
  font-weight: bold;
  color: #56ab2f;
}
.hero-privacy {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-privacy h1 {
  font-size: 3rem;
}

.privacy-content {
  padding: 60px 20px;
}

.privacy-content h2 {
  color: #56ab2f;
}
.hero-terms {
  background: url("assets/img/hero.jpg") no-repeat center center/cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.hero-terms h1 {
  font-size: 3rem;
}

.terms-content {
  padding: 60px 20px;
}

.terms-content h2 {
  color: #56ab2f;
}
footer {
  font-size: 0.9rem;
  line-height: 1.5;
}

footer h5 {
  margin-bottom: 1rem;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #56ab2f;
}

footer .bi {
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

footer .bi:hover {
  color: #56ab2f;
}

footer hr {
  margin: 2rem 0;
}
