.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;
    }
  }
     .footer-btn {
      min-width: 130px;
      font-weight: 600;
      border-radius: 50px;
      padding: 0.6rem 1.2rem;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .footer-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgb(0 0 0 / 0.15);
    }
    .whatsapp-btn {
      background-color: #25D366;
      color: white;
      border: none;
    }
    .whatsapp-btn:hover {
      background-color: #1da851;
      color: white;
    }
    .call-btn {
      background-color: #007bff;
      color: white;
      border: none;
    }
    .call-btn:hover {
      background-color: #0056b3;
      color: white;
    }
    footer {
      background: #f8f9fa;
      padding: 15px 30px;
    }
	
	 .card img {
            height: 200px;
            object-fit: cover;
        }
        .floating-btns {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
        }
        .floating-btns a, .floating-btns button {
            margin-top: 10px;
        }
        
        
        
          
        
        .map-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      margin: 20px auto;
      max-width: 90%;
    }

    .map-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 10px;
    }

    h2 {
      text-align: center;
      font-family: Arial, sans-serif;
      color: #333;
    }
    
    
    
    
    
    .payment-box {
      max-width: 300px;
      margin: 30px auto;
      padding: 20px;
      background: #f7f7f7;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center;
      font-family: Arial, sans-serif;
    }

    .payment-box h3 {
      margin-bottom: 15px;
      color: #333;
    }

    .payment-box img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      border: 1px solid #ccc;
    }

    .payment-box p {
      margin-top: 10px;
      color: #555;
      font-size: 14px;
    }