.navbar-nav .nav-link:hover {
    color: #ffd700 !important; /* gold color on hover */
  }

.package-card img {
      height: 200px;
      object-fit: cover;
    }
    .contact-buttons a {
      margin-right: 10px;
    }
    
    
    .package-card img {
      height: 200px;
      object-fit: cover;
    }
    .contact-buttons a {
      margin-right: 10px;
    }
    
    
    .package-card img {
      height: 200px;
      object-fit: cover;
    }
    .contact-buttons a {
      margin-right: 10px;
    }
    
    
    .fleet-card img {
      height: 200px;
      object-fit: cover;
    }
    .contact-buttons a {
      margin-right: 10px;
    }
    
    
    
    .traveller-card img {
      height: 200px;
      object-fit: cover;
    }
    .contact-buttons a {
      margin-right: 10px;
    }
    
    .blink-btn {
    animation: blink 1.5s infinite;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }

  @media(max-width: 576px) {
    .blink-btn {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  
  .route-card {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.2s;
    }
    .route-card:hover {
      transform: scale(1.02);
    }
    .btn-call {
      background-color: #0d6efd;
      color: white;
    }
    .btn-whatsapp {
      background-color: #25d366;
      color: white;
    }
    .btn-email {
      background-color: #dc3545;
      color: white;
    }
    .btn {
      margin-right: 6px;
      margin-top: 6px;
    }
    
	
	body {
      background-color: #f8f9fa;
    }
    .route-box {
      background: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 20px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .route-box:hover {
      background-color: #e9f5ff;
    }
    h2 {
      margin: 30px 0 20px;
      font-weight: 600;
    }


	
	
	.blinking-btn {
      animation: blink 1s infinite;
      background-color: #007bff;
      color: white !important;
      padding: 12px 25px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
      transition: 0.3s;
    }

    .blinking-btn:hover {
      background-color: #0056b3;
      box-shadow: 0 4px 14px rgba(0, 86, 179, 0.4);
    }

    @keyframes blink {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0.4;
      }
    }



.blinking {
      animation: blink 1s infinite;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.4; }
    }

    .btn-blink {
      padding: 12px 25px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      color: white !important;
      display: inline-block;
      margin: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: 0.3s;
    }

    .btn-red { background-color: #dc3545; }
    .btn-red:hover { background-color: #a71d2a; }

    .btn-green { background-color: #28a745; }
    .btn-green:hover { background-color: #1c7430; }

    .btn-blue { background-color: #007bff; }
    .btn-blue:hover { background-color: #0056b3; }


.floating-btn {
      position: fixed;
      bottom: 20px;
      z-index: 1000;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      line-height: 60px;
      font-size: 24px;
      font-weight: bold;
      color: white;
      animation: blink 1s infinite;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    /* Call Button - Left */
    .call-btn {
      left: 20px;
      background-color: #dc3545; /* Bootstrap Red */
    }

    /* WhatsApp Button - Right */
    .whatsapp-btn {
      right: 20px;
      background-color: #25D366; /* WhatsApp Green */
    }

    /* Blinking Animation */
    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0.6; }
      100% { opacity: 1; }
    }
	
	