  .navbar { background-color: #000000; border-bottom: 3px solid #f39c12; }
        .nav-link { color: white !important; font-weight: 500; }
        .nav-link:hover { color: #f39c12 !important; }
        .hero-slider img { height: 70vh; object-fit: cover; filter: brightness(60%); }
        .btn-primary { background-color: #f39c12; border: none; }
        .btn-primary:hover { background-color: #e67e22; }
        .sticky-social { position: fixed; left: 10px; top: 50%; z-index: 1000; }
        .sticky-social a { display: block; width: 40px; height: 40px; margin-bottom: 5px; text-align: center; line-height: 40px; color: white; border-radius: 5px; }
        .bg-whatsapp { background: #25d366; } .bg-phone { background: #007bff; }
        .footer-container {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 20px 20px 20px;
    font-family: 'Arial', sans-serif;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h3 {
    color: #ffb400; /* Gold/Orange header color */
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-column p {
    line-height: 1.6;
    font-size: 14px;
    color: #cccccc;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #cccccc;
}

.check {
    color: #ffb400;
    margin-right: 10px;
    font-weight: bold;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.social-icons a {
    background-color: #ffb400;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer-bottom hr {
    border: 0;
    border-top: 1px solid #333;
    margin-bottom: 20px;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

/* Custom Styles for RideVanta */
.rounded-4 { border-radius: 1.5rem !important; }

.service-icon {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn-success {
    background-color: #25d366 !important; /* WhatsApp Green */
    border-color: #25d366 !important;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Slider Styling */
.place-card {
    background: #fff;
    border-radius: 15px; /* Matches your screenshot */
    padding: 10px;       /* Creates the white border effect */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.place-card img {
    width: 100%;
    height: 250px;       /* Fixed height for uniformity */
    object-fit: cover;   /* Ensures images don't stretch */
    border-radius: 10px;
}

.place-card:hover {
    transform: translateY(-5px);
}

/* Custom Red Dots (Indicators) */
.custom-dots {
    bottom: -50px; /* Moves dots below the cards */
}

.custom-dots [button] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #bbb !important;
    border: none !important;
    margin: 0 5px !important;
    opacity: 1 !important;
}

.custom-dots .active {
    background-color: #ff4d4d !important; /* The red dot in your screenshot */
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .carousel-item .col-md-4 {
        margin-bottom: 20px;
    }
}

/* Carousel Indicator Customization */
.custom-indicators [button] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #ccc !important;
    border: none !important;
    margin: 0 5px !important;
    opacity: 1 !important;
}


.custom-indicators .active {
    background-color: #ff4d4d !important; /* The red active dot from your image */
}

.carousel-indicators {
    bottom: -10px !important;
}

/* Form Styles */
.form-control:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.25);
    border: 1px solid #25d366 !important;
}

.btn-success {
    background-color: #25d366 !important; /* WhatsApp Green */
    border: none;
}




/* Card Background and Layout */
.custom-booking-card {
    background-color: rgb(135, 149, 146) !important; /* The specific orange from images */
    border-radius: 20px !important;
    
    
}

/* Form Inputs */
.custom-input {
    border-radius: 0 !important;
    border: none !important;
    padding: 12px 15px !important;
    font-size: 0.95rem;
    color: black;
}

.custom-input::placeholder {
    color: #888;
}

/* Labels */
.custom-booking-card .form-label {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

/* Floating WhatsApp Button */
.whatsapp-float-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(93, 90, 90, 0.3);
    text-decoration: none;
    z-index: 1000;
}

.whatsapp-float-btn:hover {
    color: white;
    background-color: #1ebe57;
}



/* Custom Styles for Car Rental UI */
.price-tag {
    color: #df9b1e;
    font-weight: 700;
}

.spec-icons {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #555;
}

.icon-item i {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-call {
    background-color: #f39c12;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.btn-whatsapp {
    background-color: #073b6a;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.car-card {
    border-radius: 12px;
}

.car-card img {
    height: 180px;
    object-fit: contain;
}

/* Pricing Color */
.price-tag {
    color: #df9b1e;
    font-weight: 800;
    font-size: 1.5rem;
}

/* Icon Section Styling */
.spec-icons {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #555;
    flex: 1;
}

.icon-item i {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.icon-item:hover i {
    border-color: #df9b1e;
    color: #df9b1e;
}

/* Button Colors from Reference */
.btn-call {
    background-color: #f39c12; /* Orange-Yellow */
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: none;
}

.btn-whatsapp {
    background-color: #073b6a; /* Dark Navy Blue */
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: none;
}

.btn-call:hover, .btn-whatsapp:hover {
    color: #fff;
    opacity: 0.9;
}

/* Card Improvements */
.car-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.car-card:hover {
    transform: translateY(-5px);
}

.car-card img {
    height: 200px;
    object-fit: contain; /* Keeps the car shape perfect */
}

/* Isolated FAQ Section Styles */
.faq-section {
    background-color: #E6E0F8; /* Light purple background from screenshot */
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.faq-header {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Question Box Styling */
.faq-item {
    background-color: #ffffff; /* Pure white box */
    margin-bottom: 12px;
    border-radius: 6px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-question {
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    list-style: none; /* Removes default arrow */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

/* The custom "+" icon */
.faq-question::after {
    content: '+';
    font-size: 22px;
    color: #999;
    font-weight: 300;
}

/* Change icon when opened */
.faq-item[open] .faq-question::after {
    content: '×';
    font-size: 26px;
}

.faq-answer {
    padding: 0 25px 20px 25px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

/* Container to keep buttons side-by-side */
.btn-row { 
    display: flex !important; 
    flex-direction: row !important; /* Forces horizontal layout */
    gap: 10px; 
    width: 100%;
    margin-top: 15px;
}

/* Ensure buttons take equal space and don't stack */
.btn-row .btn {
    flex: 1; /* Makes both buttons equal width */
    padding: 12px 5px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; /* Adjusted for better visibility */
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* Prevents text from breaking into two lines */
}

/* Specific colors based on your request */
.btn-call { 
    background-color: #dc3545 !important; /* Red */
    color: white !important; 
}

.btn-whatsapp { 
    background-color: #25D366 !important; /* Green */
    color: white !important; 
}











:root {
            --orange: #f39c12;
            --navy: #003366;
            --bg: #f4f7f6;
        }

        body { font-family: 'Segoe UI', sans-serif; background: var(--bg); margin: 0; overflow-x: hidden; }

        .slider-wrapper {
            max-width: 1200px;
            margin: 50px auto;
            overflow: hidden; /* Clips the cards outside the view */
            position: relative;
        }

        .card-container {
            display: flex;
            transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1);
            gap: 20px;
            padding: 10px;
        }

        /* Responsive Card Width Calculation */
        .car-card {
            min-width: calc(33.33% - 14px); /* 3 cards on desktop */
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            text-align: center;
        }

        @media (max-width: 992px) {
            .car-card { min-width: calc(50% - 10px); } /* 2 cards on tablet */
        }

        @media (max-width: 600px) {
            .car-card { min-width: 100%; } /* 1 card on mobile */
        }

        .car-img { width: 100%; height: 150px; object-fit: contain; }
        .car-title { font-weight: bold; font-size: 1.1rem; margin: 15px 0 5px; color: #333; }
        .car-price { color: var(--orange); font-size: 1.3rem; font-weight: 800; margin-bottom: 15px; }

        .specs-row {
            display: flex;
            justify-content: space-around;
            border-top: 1px solid #eee;
            padding: 15px 0;
            margin-bottom: 15px;
        }

        .spec-item { font-size: 10px; color: #666; }
        .spec-item i { 
            display: block; font-size: 18px; margin-bottom: 5px; color: #444; 
            background: #f0f0f0; width: 35px; height: 35px; line-height: 35px; 
            border-radius: 50%; margin: 0 auto 5px;
        }

        .btn-row { display: flex; gap: 8px; }
        .btn {
            flex: 1; padding: 10px; border-radius: 5px; text-decoration: none;
            color: white; font-weight: bold; font-size: 11px; text-transform: uppercase;
        }
        .btn-call { background: var(--orange); }
        .btn-wa { background: var(--navy); }




        /* Styling for the Boxes */
    .destination-box {
        transition: transform 0.3s ease;
        border-radius: 15px;
    }
    
    .destination-box img {
        height: 250px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .destination-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
    }

    .destination-box:hover img {
        transform: scale(1.1);
    }

    /* Animation for the boxes to appear */
    .destination-gallery {
        animation: fadeIn 1.5s ease-in-out;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }


    /* Target the list items in the footer columns */
.footer-column ul.navbar-nav li.nav-item {
    margin-bottom: 0px !important; /* Removes bottom spacing between rows */
}

/* Target the links to reduce vertical padding */
.footer-column ul.navbar-nav .nav-link {
    padding-top: 2px !important;    /* Minimal top spacing */
    padding-bottom: 2px !important; /* Minimal bottom spacing */
    line-height: 1.2;               /* Tighter text height */
}

/* WhatsApp Button: Green */
.btn-whatsapp {
    background-color: #25D366 !important;
    color: white !important;
    border: none;
}

.btn-whatsapp:hover {
    background-color: #128C7E !important;
}

/* Call Button: Red */
.btn-call {
    background-color: #dc3545 !important;
    color: white !important;
    border: none;
}

.btn-call:hover {
    background-color: #a71d2a !important;
}


/* Buttons ko hamesha ek line mein rakhne ke liye */
.custom-btn-row {
    display: flex !important;
    flex-direction: row !important; /* Mobile par bhi row layout force karega */
    gap: 10px !important;           /* Buttons ke beech ka gap */
    width: 100% !important;
    margin-top: 15px !important;
}

/* Button ki styling jo har device par same rahegi */
.custom-btn-row .btn {
    flex: 1 !important;             /* Dono buttons barabar jagah lenge */
    padding: 12px 5px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    font-size: 13px !important;     /* Mobile ke liye ideal size */
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important; /* Text ko do line mein hone se rokega */
    border: none !important;
    text-transform: uppercase;
}

/* Colors fixed as per your requirement */
.btn-call {
    background-color: #dc3545 !important; /* Red color */
    color: white !important;
}

.btn-whatsapp {
    background-color: #25D366 !important; /* WhatsApp Green */
    color: white !important;
}
