.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;
}
