.rajasthan-tour {
    background-color: #f9f9f9;
}

.package-highlights li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

@media (max-width: 768px) {
    .rajasthan-tour .display-5 {
        font-size: 2.2rem;
    }

    .cta-buttons .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width: 576px) {
    .popular-routes .badge {
        font-size: 0.8rem;
    }
}

/* taxi services */
.key-services {
    background-color: rgba(124, 170, 240, 0.2);
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.service-card:hover .icon-wrapper {
    background-color: rgba(13, 110, 253, 0.2) !important;
}

@media (max-width: 768px) {
    .key-services .display-5 {
        font-size: 2.2rem;
    }

    .service-card {
        margin-bottom: 15px;
    }
}

/* taxi routes */
.taxi-route-item {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.taxi-route-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: #fdfdfd;
}

@media (max-width: 576px) {
    .taxi-route-item {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* Book One-Way Taxi from Jaipur */
.route-card {
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    border-left: 4px solid #0766ff;
}

.route-card:hover {
    background-color: hwb(214 60% 8% / 0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.route-card i {
    vertical-align: middle;
}

/* Jaipur Airport Taxi */
.list-group-item {
    background-color: transparent;
    border: none;
    font-size: 1.05rem;
    color: #444;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #e0a800;
}

/*  */

.sightseeing-tours .tour-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.sightseeing-tours .tour-card:hover {
    transform: translateY(-5px);
}

.sightseeing-tours .card-img-top {
    height: 200px;
    object-fit: cover;
}

.hover-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.transition-all {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .sightseeing-tours .display-5 {
        font-size: 2.2rem;
    }
}

/* Faq Section */

.faq-section {
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: rgba(13, 110, 253, 0.05);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 110, 253, 0.25);
}

.accordion-body {
    padding-top: 0;
}

@media (max-width: 768px) {
    .faq-section .display-5 {
        font-size: 2.2rem;
    }

    .faq-section .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* 