.top-header {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 0;
}

.top-header a {
    color: #ffffff;
    margin-right: 15px;
}

.top-header a:hover {
    color: #ffcc00;
    text-decoration: none;
}

/* Navbar custom styles */

.navbar {
    background-color: #333333;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #ffcc00 !important;
    /* Yellow on hover */
}

/* Animated underline effect */

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #ffcc00;
    bottom: 0;
    left: 0;
    transition: width 0.4s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
    /* Full underline on hover */
}

/* Active link styling */

.navbar-nav .active::after {
    width: 100%;
    /* Keep underline on active link */
}

/* 
    .hero-section {
        background: url('/cab.jpg') center center/cover no-repeat;
        height: 100vh;
        color: white;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
      }
      
      .hero-section h1 {
        animation: fadeInDown 1.5s;
        color:#F6D609;
        font-weight: 900;
      }
      
      .hero-section p {
        animation: fadeInUp 1.5s;
        font-size: 30px;
        font-weight: 500;
        color: #007bff;
      }
      
      @keyframes fadeInDown {
        from { opacity: 0; transform: translateY(-20px); }
        to { opacity: 1; transform: translateY(0); }
      }
      
      @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
      }
      /* .hero-section {
        background-color: #FFD700;
        height: 100vh;
        color: #333333;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
      } */

/* .btn-primary {
        background-color: #007BFF;
        border: none;
        padding: 15px 30px;
        font-size: 18px;
      } */

*/ .services-section {
    background-color: #f9f9f9;
}

.section-title {
    color: #4158A6 !important;
    font-size: 36px;
    margin-bottom: 20px;
}

.service-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 50px;
    color: #FFD700;
    margin-bottom: 20px;
}

.why-choose-us-section {
    background-color: #f0f0f0;
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.choose-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.choose-box:hover {
    transform: translateY(-10px);
}

.choose-icon {
    font-size: 50px;
    color: #FFD700;
    margin-bottom: 20px;
}

.fleet-section {
    background-color: #f9f9f9;
}

.section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.fleet-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fleet-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.fleet-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.pricing-section {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.pricing-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.pricing-box:hover {
    transform: translateY(-10px);
}

.price {
    font-size: 48px;
    color: #FFD700;
    margin-bottom: 15px;
}

.currency {
    font-size: 24px;
    vertical-align: super;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

ul li {
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #FFD700;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

#faq {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

#faq h2 {
    color: #343a40;
    margin-bottom: 20px;
}

.card {
    border-radius: 8px;
    margin-bottom: 10px;
}

.card-header {
    background-color: #007bff;
    color: #fff;
}

.btn-link {
    color: #fff;
    font-size: 1.1rem;
}

.btn-link:hover {
    color: #e0e0e0;
    text-decoration: none;
}

.card-body {
    background-color: #ffffff;
    color: #343a40;
}

.contact-section {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.btn-primary {
    background-color: #FFD700;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.contact-info h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.social-icons a {
    font-size: 24px;
    color: #333;
    margin-right: 15px;
}

.social-icons a:hover {
    color: #FFD
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 60px 0;
}

.footer h3 {
    font-size: 24px;
    color: #FFD700;
    margin-bottom: 20px;
}

.footer p,
.footer a {
    color: #ddd;
    font-size: 14px;
}

.footer a:hover {
    color: #FFD700;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}

.social-icons a {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}

.social-icons a:hover {
    color: #FFD700;
}

.footer p {
    font-size: 14px;
}

.hero-section {
    background-color: #f7f8fa;
    padding: 50px 0;
    min-height: 80vh;
}

.hero-section h1 {
    font-size: 48px;
    color: #4158A6;
}

.hero-section p {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 30px;
}

.hero-section .btn-primary {
    background-color: #FFD700;
    color: #333;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
}

.hero-section .btn-primary:hover {
    background-color: #333;
    color: #FFD700;
}

.hero-section img {
    max-width: 100%;
    height: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FFD700;
    border-radius: 50%;
}

/* For mobile devices */

@media (max-width: 767px) {
    .hero-section {
        padding: 60px 20px;
        text-align: center;
    }
    .hero-section .col-md-6 {
        margin-bottom: 20px;
    }
    .hero-section h1 {
        font-size: 28px;
    }
    .hero-section p {
        font-size: 14px;
    }
    .hero-section img {
        width: 100%;
        height: auto;
    }
}

.whatsapp-btn,
.call-btn {
    position: fixed;
    background-color: #25D366;
    color: white;
    padding: 15px;
    border-radius: 50%;
    z-index: 1000;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn {
    bottom: 20px;
    left: 20px;
}

.call-btn {
    bottom: 20px;
    right: 20px;
    background-color: #34B7F1;
}

.call-btn:hover {
    text-decoration: none;
}

.whatsapp-btn:hover {
    text-decoration: none;
}




.footer {
    background: url('/assets/img/ferdinand-stohr-nKg8IsVFMV8-unsplash.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: white;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for better text visibility */
}

.footer h5 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-link {
    display: block;
    padding: 8px 0;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s, border-color 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Subtle bottom border */
}

.footer-link:hover {
    color: #ffd700; /* Light gold hover effect */
    border-color: #ffd700; /* Border color change on hover */
}

.footer .container {
    position: relative;
    z-index: 1;
}





.my-custom-carousel .my-carousel-item {
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 5px;
    background-color: #f8f8f8;
  }
  .my-review-card img.my-review-img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    object-fit: cover;
  }
  
  
  .my-review-card img.my-review-img2 {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    margin-top: 50px;
  margin-left: -40px;
  }
  
  .my-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .my-review-name {
    font-weight: bold;
    margin-left: 12px;
  }
  .my-review-verified {
    color: #3498db;
    margin-left: 6px;
  }
  .my-review-date {
    font-size: 13px;
    color: #7f8c8d;
    margin-left: 10px;
  }
  .my-review-rating {
    color: #fcbf02;
    margin: 12px 0;
  }
  .my-review-text {
    font-size: 16px;
  }
  
  
  /* Media Queries */
  @media (max-width: 768px) {
    .my-custom-carousel .my-carousel-item {
      padding: 15px;
    }
    .my-review-card img.my-review-img {
      width: 60px;
      height: 60px;
    }
    .my-review-text {
      font-size: 14px;
    }
  }
  @media (max-width: 576px) {
    .my-custom-carousel .my-carousel-item {
      padding: 10px;
    }
    .my-review-card img.my-review-img {
      width: 50px;
      height: 50px;
    }
    .my-review-text {
      font-size: 13px;
    }
  }
  
  
  
  
  
  
  
  
    /* Media query for mobile devices */
    @media (max-width: 768px) {
      .googlereview {
          text-align: center;
      }
      .star-rating {
  font-size: 15px;
      }
  }
  
  .googlelogofull {
      width: 100px;
      height: 40px;
      margin-right: 10px;
  }
  
  .googlereview {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .star-rating {
      margin-left: 10px;
  }
  
  .btn-center {
      display: flex;
      justify-content: center;
      margin-top: 10px;
  }
  
  
  .bgreviews{
    background-color:#f8f8f8 ;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  