﻿body {
}

/*=========================
 HERO SECTION
=========================*/
.cab-booking {
    position: relative;
    padding: 50px 0 120px;
    background: linear-gradient(180deg,#61698f 0%,#eef2f8 100%);
    overflow: hidden;
}

/* Big Right Circle */

.hero-circle {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    right: -180px;
    top: -120px;
}

/* Container */

.cab-booking .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/*=========================
      BOOKING TABS
=========================*/

.booking-tabs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*=========================
      TOP SERVICE TABS
=========================*/

.service-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.service-card {
    width: 160px;
    height: 80px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

    .service-card i {
        font-size: 22px;
        margin-bottom: 10px;
        color: #444;
    }

    .service-card span {
        font-size: 15px;
        font-weight: 600;
    }

    .service-card.active {
        background: #313d73;
        border: 2px solid rgba(255,255,255,.35);
    }

        .service-card.active i,
        .service-card.active span {
            color: #fff;
        }

    .service-card:hover {
        transform: translateY(-4px);
    }

/*=========================
      TRIP TABS
=========================*/

.trip-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.trip-tab {
    width: 170px;
    height: 62px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    box-shadow: 0 3px 12px rgba(0,0,0,.10);
    transition: .3s;
}

    .trip-tab i {
        font-size: 18px;
        color: #555;
    }

    .trip-tab.active {
        background: #313d73;
        color: #fff;
    }

        .trip-tab.active i {
            color: #fff;
        }

    .trip-tab:hover {
        transform: translateY(-3px);
    }

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:768px) {

    .service-tabs,
    .trip-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-card {
        width: 220px;
        height: 90px;
    }

    .trip-tab {
        width: 220px;
        border-radius: 10px;
    }

    .service-card span {
        font-size: 18px;
    }
}

/*=========================
      BOOKING CARD
=========================*/

.booking-card {
    width: 100%;
    max-width: 1240px;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    margin: -8px auto 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 18px 45px rgba(0,0,0,.15);
}

.booking-row {
    display: flex;
    gap: 18px;
    align-items: flex-end;
    flex-wrap: wrap;
}

/*=========================
      FIELD
=========================*/

.booking-field {
    flex: 1;
}

    .booking-field.small {
        flex: 0 0 180px;
    }

    .booking-field label {
        display: block;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
    }

/*=========================
      INPUT
=========================*/

.input-box {
    display: flex;
    align-items: center;
    height: 58px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0 18px;
    background: #fff;
}

    .input-box i {
        color: #777;
        margin-right: 10px;
        font-size: 18px;
    }

.booking-input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
}

    .booking-input:focus {
        outline: none;
    }

/*=========================
      BUTTON
=========================*/

.search-btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.search-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 52px;
    background: #ff6b00;
    color: #fff !important;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

    .search-btn:hover {
        background: #ef6200;
        color: #fff !important;
    }

/*=========================
      KUMBH BANNER
=========================*/
.kumbh-banner {
    padding: 0;
    background: #eef2f8;
}

    .kumbh-banner .container {
        max-width: 1800px;
        width: 95%;
        margin: auto;
    }

.kumbh-card {
    position: relative;
    width: 100%;
    min-height: 350px;
    border-radius: 30px;
    overflow: hidden;
    background: url('img/nashik-kumbh-mela-taxi-booking.png') center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

/* Dark Overlay */

.kumbh-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}

/* Content */

.kumbh-content {
    position: relative;
    z-index: 2;
    width: 75%;
    max-width: 1200px;
    text-align: center;
    color: #fff;
}

    /* Heading */

    .kumbh-content h2 {
        font-family: 'Berkshire Swash', cursive;
        font-size: 28px;
        line-height: 30px;
        color: #ffd31c;
        text-shadow: 2px 2px 4px rgba(0,0,0,.45);
        font-weight: 700;
        margin-bottom: 18px;
        font-style: italic;
    }

        .kumbh-content h2 span {
            color: #ffb000;
        }

    /* Paragraph */

    .kumbh-content p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 35px;
        color: #fff;
    }

/* Button */
.kumbh-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #ff6b00;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

    .kumbh-btn:hover {
        background: #ef6200;
        color: #fff;
        transform: translateY(-3px);
    }

.about-section {
    background: #f5f8fd;
    padding: 80px 0;
}

.about-wrapper {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.about-left {
    padding: 45px;
}

    .about-left h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #1b2945;
    }

    .about-left p {
        font-size: 16px;
        line-height: 20px;
        color: #555;
    }

.feature-box {
    text-align: left;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #edf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b00;
    font-size: 24px;
    margin-bottom: 15px;
}

.feature-box h5 {
    font-weight: 700;
    font-size:16px;
}

.feature-box p {
    margin: 0;
    font-size: 16px;
}

.package-links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.papular_package {
    font-size: 12px !important; 
}
    .package-links a {
        color: #2458ff;
        font-weight: 600;
        text-decoration: none;
        font-size:12px;
    }

.package-links i {
    margin-right: 8px;
    font-size: 12px;
}

.about-right {
    background: #fafcff;
    padding: 45px;
    height: 100%;
}

    .about-right h3 {
        font-weight: 700;
        color: #1b2945;
        font-size: 16px;
    }

        .about-right h3 i {
            color: #ff6b00;
            font-size: 16px;
        }

.stat-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 22px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

    .stat-card h5 {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
    }

    .stat-card small {
        color: #888;
        font-size: 16px;
    }

    .stat-card span {
        color: #2458ff;
        font-size: 38px;
        font-weight: 700;
        font-size: 16px;
    }

.secure-box {
    margin-top: 25px;
    border-radius: 18px;
    padding: 25px;
    background: linear-gradient(90deg,#ff6b00,#ff8a00);
    color: #fff;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

    .secure-box i {
        font-size: 28px;
    }

    .secure-box h5 {
        margin-bottom: 6px;
        font-weight: 700;
        font-size: 16px;
    }

    .secure-box p {
        margin: 0;
        color: #fff;
        font-size: 10px;
    }

@media(max-width:991px) {

    .about-left,
    .about-right {
        padding: 30px;
    }

        .about-left h2 {
            font-size: 32px;
        }

    .package-links {
        flex-direction: column;
        gap: 12px;
    }

    .feature-box {
        margin-bottom: 30px;
    }

    .stat-card span {
        font-size: 28px;
    }
}


.testimonial-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f7f9fc;
}

    .testimonial-section .container {
        width: 100%;
    }

.testimonial-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.sub-title {
    display: inline-block;
    padding: 8px 20px;
    background: #396bb3;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial-heading h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
    color: #1f3a8a;
}


.testimonial-heading p {
    width: 650px;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    color: #555;
}

.testimonial-slider {
    width: 100%;
    display: block;
}


.testimonial-slider .item{
    padding:15px;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    min-height: 320px;
}


.testimonial-section .container {
    display: block !important;
}
.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    transition: .3s;
}

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,.10);
    }

/* User */
.user-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

    .user-info img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

.user-details h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #222;
}

.stars {
    margin-top: 5px;
    font-size: 16px;
    color: #ff9800;
    letter-spacing: 2px;
}

/* Review */
.review-text {
    font-size: 14px;
    line-height: 2;
    color: #5b6474;
    margin: 0 0 25px;
}

.owl-carousel img {
    width: 100%;
}

.why-choose-section {
    padding-top: 10px;
    padding-bottom: 70px;
    background: #f7f9fc;
}
.choose-image {
    position: relative;
}

    .choose-image img {
        width: 100%;
        height:550px;
        border-radius: 25px;
        display: block;
    }

.image-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #fff;
    padding: 12px 22px;
    border-radius: 40px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.section-subtitle {
    display: inline-block;
    background: #e8f1ff;
    color: #396bb3;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
}

    .section-title span {
        color: #396bb3;
    }

.section-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.feature-box {
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 8px 30px rgba(0,0,0,.05);
    transition: .3s;
    height: 100%;
}

    .feature-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(0,0,0,.12);
    }

    .feature-box i {
        width: 55px;
        height: 55px;
        background: #edf4ff;
        color: #396bb3;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex-shrink: 0;
    }

    .feature-box h5 {
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 600;
    }

    .feature-box p {
        margin: 0;
        color: #666;
        line-height: 1.6;
        font-size: 12px;
    }

/* Responsive */

@media(max-width:991px) {

    .section-title {
        font-size: 32px;
    }

    .choose-image {
        margin-bottom: 35px;
    }
}

@media(max-width:767px) {

    .why-choose-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .feature-box {
        padding: 18px;
    }

        .feature-box h5 {
            font-size: 18px;
        }
}
.booking-process {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #f7f9fc;
}

    .booking-process .container {
        width: 100%;
    }

.booking-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.sub-title {
    display: inline-block;
    background: #e8f1ff;
    color: #396bb3;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.booking-heading h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
    color: #1f3a8a;
}


.booking-heading p {
    width: 650px;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    color: #555;
}

.process-row {
    margin-top: 50px;
}

.step-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .35s;
}

    .step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(57,107,179,.18);
    }

.step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 56px;
    font-weight: 700;
    color: #f1f4fb;
}

.step-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

    .step-icon.blue {
        background: #396bb3;
    }

    .step-icon.orange {
        background: #ff7a00;
    }

.step-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.4;
}

.step-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}
.booking-process .container {
    display: block !important;
}

@media(max-width:991px) {
    .process-row {
        margin-top: 35px;
    }
}

.faq-section {
    padding: 80px 0;
    background: #f8f9fc;
}

.faq-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

    .faq-heading .sub-title {
        display: inline-block;
        background: #e8f1ff;
        color: #396bb3;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .faq-heading h2 {
        font-size: 42px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
    }

    .faq-heading p {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
    }

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.custom-faq .accordion-button {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 22px 28px;
    box-shadow: none;
}

    .custom-faq .accordion-button:not(.collapsed) {
        color: #396bb3;
        background: #fff;
    }

.custom-faq .accordion-body {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    padding: 0 28px 25px;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

/* Remove Bootstrap default arrow */
.custom-faq .accordion-button::after {
    display: none;
}

/* Custom + / × button */
.custom-faq .accordion-button {
    position: relative;
    padding-right: 70px;
}

    .custom-faq .accordion-button::before {
        content: "+";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border: 1px solid #396bb3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #396bb3;
        font-size: 20px;
        font-weight: 600;
        background: #fff;
        transition: .3s;
    }

    /* Open state */
    .custom-faq .accordion-button:not(.collapsed)::before {
        content: "×";
        color: #396bb3;
        border-color: #396bb3;
    }

    /* Remove Bootstrap blue background */
    .custom-faq .accordion-button:not(.collapsed) {
        background: #fff;
        color: #396bb3;
        box-shadow: none;
    }

    .custom-faq .accordion-button:focus {
        box-shadow: none;
    }
.faq-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.faq-card {
    width: 100%;
    max-width: 900px; /* Width kam karne ke liye */
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.custom-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
}

    .custom-faq .accordion-item:last-child {
        border-bottom: none;
    }

.custom-faq .accordion-button {
    font-size: 14px;
    font-weight: 600;
    padding: 22px 10px;
    background: #fff;
    box-shadow: none;
}

    .custom-faq .accordion-button:not(.collapsed) {
        background: #fff;
        color: #396bb3;
        box-shadow: none;
    }

.custom-faq .accordion-body {
    padding: 0 10px 20px;
    color: #666;
    line-height: 1.8;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}


.faq-section .container {
    display: block !important;
}
/* Mobile View */
@media (max-width: 768px) {

    .faq-card {
        padding: 15px;
    }

    .custom-faq .accordion-button {
        padding: 18px 60px 18px 18px; /* right side icon ke liye space */
        font-size: 15px;
        line-height: 1.6;
    }

        .custom-faq .accordion-button::before {
            right: 15px;
            width: 34px;
            height: 34px;
            font-size: 20px;
        }

    .custom-faq .accordion-body {
        padding: 0 18px 18px;
        font-size: 14px;
    }
}