.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

li.select2-selection__choice {
    color: black !important;
}

.select2 {
    width: 100% !important;
}

.width-select {
    display: flex;
    max-width: 200px;
    width: 100%;
}

.card-full .card {
    height: 100%;
}

.swal2-popup {
    width: 300px !important;
    height: 270px;
}

.swal2-title {
    margin: 0px;
    font-size: 20px !important;
    margin-bottom: -10px;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    font-size: 10px;
}

.swal2-styled {
    font-size: 10px;
}

.autocomplete-list {
    cursor: pointer !important;
}

td {
    font-size: 14px;
    color: #000 !important;
}

.btn-sm {
    font-size: 2px !important;
    padding: 2px 4px;
}

.from-autocomplete-list, .drop-autocomplete-list {
    position: absolute;
    z-index: 11;
}

.list-color li {
    background-color: #444;
    padding: 6px 5px;
    color: white;
    z-index: 11;
    cursor: pointer;
    /* border-radius: 4px; */
}

    .list-color li:hover {
        background-color: #ddd;
        padding: 6px 5px;
        color: #444;
        /* border-radius: 4px; */
    }

.form-check-input:checked {
    background-color: #5A9AFF !important;
    border-color: #5A9AFF !important;
    box-shadow: none !important;
}

.form-check-input {
    background-color: #AAAAAA;
    border: 1px solid #AAAAAA;
}

.bgreprat {
    background-image: url('captua_image.png');
    background-repeat: repeat-x;
    font-weight: 500;
    text-align: center;
    letter-spacing: 11px;
    font-size: 22px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bgreprat-refesh {
    width: 35px;
    height: 35px;
    margin-left: 0px;
    float: left;
}


ul.append_searches {
    overflow-y: auto;
    max-height: 200px;
    background: #0e3f8e;
    position: absolute;
    width: 95%;
    z-index: 999999;
    border-bottom-left-radius: 10px;
}

    ul.append_searches li {
        padding: 2px 8px;
    }

        ul.append_searches li a {
            font-size: 14px;
            color: #fff;
        }

    ul.append_searches:not([class]) > li {
        padding-left: 20px;
        padding-top: 5px;
        margin-bottom: 0px;
    }

        ul.append_searches:not([class]) > li:before {
            left: 7px;
            top: 14px;
        }

    ul.append_searches::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 10px;
        background-color: #c0ddda;
    }

    ul.append_searches::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    ul.append_searches::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: none;
        background-color: #00b7a5;
    }

.pointer {
    cursor: pointer;
}

.custom_fields.datefld {
    position: relative;
}


#paymentModal h5 {
    color: #fff;
    margin: 0;
    text-align: center;
}

#paymentModal .modal-header {
    width: 100%;
    justify-content: center;
    padding: 15px;
}

.frm-sbmit {
    text-align: center;
}

.modal button.btn-close {
    position: absolute;
    right: 25px !important;
    top: 35px;
    background-color: #f1f4f9 !important;
    opacity: 1 !important;
    border: 0 !important;
    color: #fff !important;
}



table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}

thead tr {
    background-color: #95050a;
    color: #ffffff;
    text-align: left;
}

th, td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}



.why-make-my-cab {
    margin-top: 50px;
    line-height: 1.8;
}

    .why-make-my-cab .main-title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #0b3d91;
    }

    .why-make-my-cab .intro-text {
        font-size: 17px;
        margin-bottom: 15px;
        color: #333;
    }

.two-col {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.feature-list li, .why-box ol li {
    font-size: 17px;
    margin-bottom: 10px;
}

    .feature-list li::marker {
        color: #1da832;
        font-weight: bold;
    }

.why-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #0b3d91;
}

.closing-line {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

/* ==== CITY SECTION STYLING ==== */

.city-taxi-sec {
    background: #f9f9f9;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

    .city-taxi-sec .sec-heading {
        font-size: 32px;
        font-weight: 700;
        color: #222;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .city-taxi-sec .intro {
        font-size: 17px;
        max-width: 850px;
        margin: 0 auto 35px;
        line-height: 1.8;
        color: #444;
    }

    .city-taxi-sec .why-choose {
        max-width: 800px;
        margin: auto;
    }

    .city-taxi-sec .sub-heading {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 18px;
        color: #111;
    }

    .city-taxi-sec .check-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .city-taxi-sec .check-list li {
            background: #fff;
            margin-bottom: 12px;
            padding: 14px 18px;
            border-radius: 6px;
            font-size: 16px;
            border-left: 5px solid #ff9800;
            box-shadow: 0px 2px 10px rgba(0,0,0,0.07);
        }

    .city-taxi-sec .highlight {
        font-size: 18px;
        font-weight: 600;
        margin-top: 35px;
        color: #000;
    }

/* Responsive */
@media(max-width:768px) {
    .city-taxi-sec .sec-heading {
        font-size: 26px;
    }

    .city-taxi-sec .sub-heading {
        font-size: 20px;
    }

    .city-taxi-sec .intro,
    .city-taxi-sec .highlight {
        font-size: 16px;
    }
}

.varanasi-cab-service {
    margin-top: 50px;
    line-height: 1.8;
}

    .varanasi-cab-service .main-title {
        font-size: 30px;
        font-weight: 700;
        color: #0b3d91;
        margin-bottom: 15px;
    }

    .varanasi-cab-service .intro-text {
        font-size: 17px;
        color: #333;
        margin-bottom: 15px;
    }

    .varanasi-cab-service .sub-heading {
        font-size: 22px;
        font-weight: 600;
        margin: 20px 0 10px;
        color: #0b3d91;
    }

.feature-list li,
.why-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

    .feature-list li::marker {
        color: #1da832;
        font-weight: bold;
    }

    .why-list li strong {
        color: #000;
    }

.prayagraj-cab-service {
    margin-top: 50px;
    line-height: 1.8;
}

    .prayagraj-cab-service .main-title {
        font-size: 30px;
        font-weight: 700;
        color: #0b3d91;
        margin-bottom: 15px;
    }

    .prayagraj-cab-service .intro-text {
        font-size: 17px;
        color: #333;
        margin-bottom: 15px;
    }

    .prayagraj-cab-service .sub-heading {
        font-size: 22px;
        font-weight: 600;
        margin: 20px 0 10px;
        color: #0b3d91;
    }

.feature-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

    .feature-list li::marker {
        color: #1da832;
        font-weight: bold;
    }

.highlight-text strong {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}


.prayagraj-cab-service {
    margin-top: 50px;
    line-height: 1.8;
}

    .prayagraj-cab-service .main-title {
        font-size: 30px;
        font-weight: 700;
        color: #0b3d91;
        margin-bottom: 15px;
    }

    .prayagraj-cab-service .intro-text {
        font-size: 17px;
        color: #333;
        margin-bottom: 15px;
    }

    .prayagraj-cab-service .sub-heading {
        font-size: 22px;
        font-weight: 600;
        margin: 20px 0 10px;
        color: #0b3d91;
    }

.feature-list li {
    font-size: 17px;
    margin-bottom: 10px;
}

    .feature-list li::marker {
        color: #1da832;
        font-weight: bold;
    }

.highlight-text strong {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
}


.airport-cab-section {
    background: #f5f7fa;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

    /* Headings */
    .airport-cab-section .heading {
        font-size: 32px;
        font-weight: 700;
        color: #111;
        text-align: center;
        margin-bottom: 18px;
    }

    .airport-cab-section .intro {
        max-width: 850px;
        margin: auto;
        font-size: 17px;
        color: #444;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    /* Services List */
    .airport-cab-section .small-heading {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
    }

    .airport-cab-section .service-list {
        text-align: center;
        list-style: none;
        padding: 0;
        margin-bottom: 35px;
    }

        .airport-cab-section .service-list li {
            display: inline-block;
            background: #ffffff;
            padding: 10px 20px;
            margin: 7px;
            font-size: 15px;
            border-radius: 5px;
            border-left: 4px solid #ff9800;
            box-shadow: 0 3px 12px rgba(0,0,0,0.08);
        }

    /* Boxes */
    .airport-cab-section .content-box,
    .airport-cab-section .highlight-box {
        background: #fff;
        max-width: 950px;
        margin: 20px auto;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

        .airport-cab-section .content-box h3,
        .airport-cab-section .highlight-box h3 {
            font-size: 22px;
            margin-bottom: 10px;
            font-weight: 700;
        }

.highlight-box {
    border-left: 5px solid #ff9800;
}

/* Why Choose Grid */
.why-title {
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
    font-weight: 700;
}

.why-grid {
    max-width: 900px;
    margin: 30px auto;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
}

.why-item {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 4px solid #ff9800;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}

/* Mobile Responsive */
@media(max-width:768px) {
    .airport-cab-section .heading {
        font-size: 26px;
    }

    .airport-cab-section .intro {
        font-size: 15px;
    }
}

