@import url('https://fonts.googleapis.com/css2?family=Ancizar+Sans:ital,wght@0,100..1000;1,100..1000&family=Bebas+Neue&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Unica+One&display=swap');


:root {
    --sedan-color: #f7bd14;
    --ertica-color: #f7bd14;
    --innova-color: #f7bd14;
    --cresta-color: #f7bd14;
}

.prompt-thin {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.prompt-extralight {
    font-family: "Prompt", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.prompt-light {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.prompt-regular {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.prompt-medium {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.prompt-semibold {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.prompt-bold {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.prompt-extrabold {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.prompt-black {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.prompt-thin-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.prompt-extralight-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.prompt-light-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.prompt-regular-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.prompt-medium-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.prompt-semibold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.prompt-bold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.prompt-extrabold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.prompt-black-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: italic;
}


/* WebKit Browsers */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #f7bd14;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #f7bd14 #f1f1f1;
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Prompt", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 250px;
}



body {
    font-family: "Prompt", sans-serif;
}

:root {
    --litedark: #3d3d3d;
    --yellow: #f7bd14;
}

.header-top {
    background-color: var(--litedark);
    padding: 20px 0px 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-top p,
.header-top a {
    font-size: 14px;
}

.header-top-contact-details {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 15px;
}

.header-top-contact-details a {
    display: block;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.header {
    position: relative;
    z-index: 99999999;
    width: 100%;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 1030;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-top: 0;
}

.header .navbar {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 38px;
    z-index: 99;
}

.head-container {
    margin-top: -20px;
}

.header.fixed .head-container {
    margin-top: -20px;
}

.header.fixed .navbar {
    padding: 10px 0px;
}

.header .logo {
    width: 190px;
    transition: all 0.3s ease-in-out;
}

.banner {
    position: relative;
    margin-top: -95px;
}

.navbar .nav-item {
    cursor: pointer;
}

.navbar .nav-item .nav-link {
    color: #000000;
    padding: 10px 20px;
}

.navbar-nav li:nth-child(-n + 4):after {
    content: "";
    border-right: 2px solid #292929;
    display: block;
    width: 100%;
    height: 14px;
    margin-top: -30px;
}

.navbar .nav-item .book-cab {
    background-color: var(--yellow);
    color: #000;
    /* border-radius: 50px 50px; */
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.booknow-form .banner-teaxt {
    /* position: absolute;
    display: inline-block;
    top: 40%; */
     margin-bottom: 200px;
}


/* .banner .banner-main {
    position: absolute;
    top: 15%;
    left: 0%;
    transform: translateX(0%);
} */


.booknow-form .banner-teaxt h3 {
    color: #fff;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 37px;
}

.booknow-form .banner-teaxt h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    line-height: 65px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    /* white-space: nowrap; */
}

.booknow-form .banner-teaxt h1 span {
    color: var(--yellow);
}


.agency-banglore {
    padding: 60px 0px 60px;
    background-color: #ececec;
}

.agency-banglore .sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.agency-banglore .sec-title h4 {
    color: #000;
    font-weight: 600;
}

.agency-banglore .sec-title h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}

.agency-banglore .agency-banglore-details {
    text-align: center;
}

.agency-banglore .agency-banglore-details img {
    margin-bottom: 15px;
}

.agency-banglore .agency-banglore-details h3 {
    color: var(--yellow);
}

.agency-banglore .agency-banglore-details p {
    color: #000;
    font-size: 20px;
}

.tariff-details {
    font-size: 60px;
    text-align: center;
    color: #000;
    margin-top: 50px;
}


.tariff-details a {
    color: #000;
}

.tariff-details h2 {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 0;
}

.airport-cabs {
    overflow: hidden;
    background-color: #ececec;
    display: block;
    position: relative;
    padding-bottom: 60px;
}

.airport-cabs-description {
    text-align: center;
}

/* .chevron-overlay {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 100%);
    clip-path: polygon(0 0, 60% 0, 51% 50%, 60% 100%, 0 100%);
    z-index: 1;
} */

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    /* Adjust 250px if needed */
    gap: 20px;
    padding: 20px;
    padding-left: 0;
}

.airport-cabs {

    .pricing-card {
        border: none;
        border-radius: 0.5rem;
        overflow: hidden;
        transition: all 0.3s;
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        margin-bottom: 1.5rem;
        background: white;
    }

    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 2rem 0 rgba(58, 59, 69, 0.2);
    }

    .card-top {
        padding: 0.5rem;
        text-align: center;
        border-bottom: 1px solid #e3e6f0;
    }

    .card-top img {
        width: 75%;
    }

    .sedan .card-top {
        border-top: 4px solid var(--sedan-color);
    }

    .ertica .card-top {
        border-top: 4px solid var(--ertica-color);
    }

    .innova .card-top {
        border-top: 4px solid var(--innova-color);
    }

    .cresta .card-top {
        border-top: 4px solid var(--cresta-color);
    }

    .vehicle-icon {
        font-size: 2.5rem;
        /* margin-bottom: 1rem; */
    }

    .sedan .vehicle-icon {
        color: var(--sedan-color);
    }

    .ertica .vehicle-icon {
        color: var(--ertica-color);
    }

    .innova .vehicle-icon {
        color: var(--innova-color);
    }

    .cresta .vehicle-icon {
        color: var(--cresta-color);
    }

    .vehicle-name {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
        text-transform: uppercase;
    }

    .price {
        font-size: 1.75rem;
        font-weight: 700;
        /* margin: 1rem 0 0; */
    }

    .sedan .price {
        color: var(--sedan-color);
    }

    .ertica .price {
        color: var(--ertica-color);
    }

    .innova .price {
        color: var(--innova-color);
    }

    .cresta .price {
        color: var(--cresta-color);
    }

    .card-body {
        padding: 0.5rem;
        text-align: center;
    }

    .card-body .btn-book {
        padding: 5px 30px;
    }


    .route-info {
        font-size: 0.9rem;
        color: #858796;
        /* margin-bottom: 1.5rem; */
    }

    .route-info span {
        font-size: 11px !important;
    }

    .toll-info {
        background: rgb(241 241 241 / 86%);
        padding: 0.5rem;
        border-radius: 10px;
        font-size: 13px;
        margin-top: 1rem;
    }


    .toll-info i {
        color: #000000;
    }
}


.experience-zip2code {
    padding: 60px;
    background-image: url(../Images/Girl_Smiling_in_Cab.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 100px center;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-attachment: fixed;
}

.experience-zip2code .experience-zip2code-details {
    padding: 0px 20px;
}

.experience-zip2code .experience-zip2code-details h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.experience-zip2code .experience-zip2code-details h2 span {
    color: var(--yellow);
}

.experience-zip2code .experience-zip2code-details p {
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.best-cab-service {
    padding: 60px 0px 0;
}

.best-cab-service .sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.best-cab-service .sec-title h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}

.best-cab-service .sec-title h2 span {
    color: var(--yellow);
}

.best-cab-service .sec-title p {
    font-size: 20px;
}

.best-cab-service-payment {
    background-color: var(--litedark);
    color: #fff;
}

.best-cab-service-safety {
    background-color: var(--yellow);
}

.best-cab-service-suport {
    background-color: #d6d6d6;
}


.best-cab-service-keys {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    border-radius: 10px;
}

.best-cab-service-keys p {
    margin-bottom: 0;
}

.best-cab-service .smart-safe-text {
    margin-top: 20px;
}

.best-cab-service .smart-safe-text h2 {
    font-weight: 700;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px lightgray;
    /* Outline */
    text-align: center;
}

.about-zip {
    position: relative;
    margin-top: -50px;
    margin-bottom: 60px;
}

.about-zip .about-zip-content {
    position: relative;
}

.about-zip .about-zip-content h4 {
    font-size: 30px;
    margin-bottom: 0;
}

.about-zip .about-zip-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: var(--yellow);
    margin-bottom: 0;
}

.about-zip .about-zip-content h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-zip p {
    font-size: 17px;
    margin-bottom: 0;
}

.choose-zip2cab {
    padding-top: 60px;
    padding-bottom: 60px;
}

.choose-zip2cab .sec-title {
    text-align: center;
    margin-bottom: 30px;
}

.choose-zip2cab .sec-title h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.choose-zip2cab .sec-title h2 span {
    color: var(--yellow);
}

.choose-zip2cab .choose-zip2cab-service {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 30px 10px;
    text-align: center;
    /* margin-bottom: 30px; */
}

.choose-zip2cab .choose-zip2cab-service p span {
    font-size: 12px;
}


.choose-zip2cab .choose-zip2cab-service img {
    margin-bottom: 10px;
}

.choose-zip2cab .choose-zip2cab-tariff-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.choose-zip2cab .choose-zip2cab-tariff-details i {
    color: #055d7c;
}

.choose-zip2cab .choose-zip2cab-tariff-details div {
    position: relative;
}

.choose-zip2cab .choose-zip2cab-tariff-details div:nth-child(-n + 2):after {
    position: absolute;
    content: "";
    border-right: 2px solid #9e9e9e;
    display: block;
    width: 100%;
    height: 20px;
    margin-top: -23px;
    margin-left: 15px;
}


.choose-zip2cab .direct-card a {
    display: inline-block;
    margin: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}


.choose-zip2cab .col-lg-4 {
    height: -webkit-fill-available;
}

.choose-zip2cab-service.direct-card {
    background-image: url(../Images/Cars/Car.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.direct-card h5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #000000;
    padding: 10px;
    background: #f7bd14;
    border-radius: 13px 13px 0px 0px;
}

.direct-card p {
    color: white;
}

.direct-card a {
    display: inline-block;
    margin: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}


.vehicle-card {
    border-radius: 15px;
    text-align: center;
    position: relative;
    height: 100%;

}


.vehicle-card .direct-call {
    background-color: #28a745;
}

.vehicle-card .direct-whatsapp {
    background-color: #25d366;
}


.vehicle-card .btn-book {
    border-radius: 30px;
    padding: 8px 25px;
    border: 2px solid #f7bd14;
    background-color: white;
    color: #000;
    font-weight: 500;
    margin-top: 16px;
}

.vehicle-card .btn-book:hover {
    background-color: #f7bd14;
    color: white;
}

.vehicle-card .tooltip-box {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5f2f2;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: max-content;
}

.vehicle-card .tooltip-box a {
    display: block;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vehicle-card .tooltip-box a:hover {
    background: #f7bd14;
    color: white;
    border-radius: 5px;
}

.vehicle-card .tooltip-box i {
    margin-right: 8px;
}


.city-card {
    /* background: #f7f7f7; */
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    font-family: 'Segoe UI', sans-serif;
}


/* .card-section {
    margin-bottom: 25px;
} */

.icon-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    color: #f7bd14;
}

.time-row {
    display: block;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.time-row i {
    display: none;
}

/* .time-row div:nth-child(-n + 2):after {
    content: '';
    position: relative;
    z-index: 9;
    height: 10px;
    border-right: 2px solid #fff;
    left: 10px;
} */

.extra-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
}

.extra-row div:nth-child(-n + 1):after {
    content: '';
    position: relative;
    z-index: 9;
    height: 10px;
    border-right: 2px solid #fff;
    left: 10px;
}



.vehicle-icon {
    color: #ff6600;
}

.city-card hr {
    border-color: #ccc;
}










.faq-section {
    padding-bottom: 60px;
}

.faq-section .sec-title {
    text-align: center;
    margin-bottom: 30px;
}

.faq-section .sec-title h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-section .sec-title h2 span {
    color: var(--yellow);
}



.accordion-button.collapsed::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(270deg);
    border: 1px solid #000;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(360deg);
    border: 1px solid #000;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f7bd14;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


.footer {
    padding: 40px 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.footer-top h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 40px; */
    text-align: left;
}

.footer-col {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 1.2rem;
    color: #f9a825;
    margin-bottom: 15px;
    position: relative;
}

.footer-col h4 span {
    display: inline-block;
    height: 1px;
    width: 50px;
    background-color: #ccc;
    margin-left: 10px;
    vertical-align: middle;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
    position: relative;
}

.footer-col ul li a::before {
    content: "›";
    color: #f9a825;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #f9a825;
    padding-left: 15px;
}

.footer-col ul li a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-col p {
    margin: 8px 0;
    color: #ccc;
    font-size: 15px;
}

.footer-bottom {
    border-top: 1px solid #555;
    margin-top: 35px;
    padding-top: 10px;
    font-size: 0.9rem;
    color: #ccc;
    text-align: end;
}


#backToTop {
    position: fixed;
    bottom: 25px;
    right: -100px;
    width: 70px;
    height: 70px;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    transition: right 0.6s ease, opacity 0.4s ease;
}

#backToTop.show {
    right: 0px;
    opacity: 1;
}

#backToTop svg {
    width: 75%;
    height: 100%;
    transition: transform 0.4s ease;
    transform-origin: center;
}

.rotating svg {
    animation: tyre-spin 0.7s linear infinite;
}

@keyframes tyre-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.floating-contact {
    position: fixed;
    right: 10px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.floating-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-size: 22px;
}

.call-btn {
    background-color: #4CAF50;
    /* Green for Call */
}

.whatsapp-btn {
    background-color: #25D366;
    /* WhatsApp green */
}

/* Optional Tooltip */
.floating-contact a::after {
    content: attr(title);
    position: absolute;
    right: 60px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-contact a:hover::after {
    opacity: 1;
    transform: translateX(0);
}
 
/* @media (min-width: 769px) {
    .floating-contact {
        display: none;
    }
} */

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .nav-in-mobile {
        display: flex;
        align-items: end;
        flex-direction: column-reverse;
    }

    .header.fixed .header-top {
        display: none;
    }

    .header-top-contact-details {
        display: flex;
        align-items: end;
        justify-content: center;
        gap: 15px;
    }

    .header.fixed .head-container {
        margin-top: 0px;
    }

    .header .navbar {
        padding: 10px 0px;
    }

    .navbar .nav-item .book-cab {
        background-color: var(--yellow);
        color: #000;
        /* border-radius: 50px 50px; */
        margin-left: 10px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        width: fit-content;
    }

    .navbar-nav li:nth-child(-n + 4):after {
        content: "";
        border-right: 2px solid #292929;
        display: block;
        width: 100%;
        height: 14px;
        margin-top: -30px;
        display: none;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    #backToTop svg {
        width: 70%;
        height: 100%;
        transition: transform 0.4s ease;
        transform-origin: center;
    }

    #backToTop.show {
        right: 0px;
        opacity: 1;
    }

    .banner {
        position: relative;
        margin-top: 0px;
    }

    .banner .banner-main {
        position: relative;
        top: 0;
        left: 0%;
        transform: translateX(0%);
    }

    .booknow-form .banner-teaxt {
        position: relative;
        display: block;
        top: 0%;
        margin-top: 30px;
        text-align: center;
    }

    .booknow-form .banner-teaxt h3 {
        color: #100505;
        margin-bottom: 0;
        line-height: 50px;
        font-size: 30px;
    }

    .agency-banglore {
        padding: 50px 0px 60px;
        background-color: #ececec;
    }

    .booknow-form .banner-teaxt h1 {
        color: #000000;
        font-size: 45px;
        font-weight: 600;
        line-height: 50px;
        text-shadow: 1px 1px 2px rgb(0, 0, 0);
        margin: 10px 0 30px;
    }

    .agency-banglore .agency-banglore-details {
        text-align: center;
        background-color: #fff;
    }

    .agency-banglore .agency-banglore-details img {
        width: 100%;
    }

    .agency-banglore .sec-title h2 {
        font-size: 38px;
        color: #000;
        font-weight: 700;
    }


    .airport-cabs {
        padding: 0px 20px;
    }

    .airport-cabs-description p br {
        display: none;
    }

    .tariff-details {
        font-size: 60px;
        text-align: center;
        color: #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .experience-zip2code {
        padding: 150px 0px 20px;
        height: auto;
        background-image: url(../Images/Girl_Smiling_in_Cab_mobile.webp);
        background-position: center center;
        background-size: 100% 100%;
        background-attachment: unset;
    }

    .experience-zip2code .experience-zip2code-details h2 span br {
        display: none;
    }

    .experience-zip2code .experience-zip2code-details h2 {
        font-size: 35px;
    }

    .experience-zip2code .experience-zip2code-details {
        padding: 0px 0px;
    }



    .best-cab-service .sec-title h2 {
        font-size: 35px;
        color: #000;
        font-weight: 700;
    }

    .best-cab-service .sec-title p {
        font-size: 16px;
    }

    .best-cab-service .sec-title {
        text-align: center;
        margin-bottom: 30px;
        padding: 0px 12px;
    }

    .best-cab-service .smart-safe-text h2 {
        font-weight: 700;
        font-size: 60px;
        color: transparent;
        -webkit-text-stroke: 1px lightgray;
        text-align: center;
    }


    .about-zip {
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about-zip .about-zip-content {
        position: relative;
        text-align: center;
    }

    .about-zip .about-zip-content h3 {
        font-size: 32px;
    }

    .about-zip .about-zip-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .choose-zip2cab .sec-title {
        text-align: center;
        margin-bottom: 30px;
        padding: 0px 12px;
    }

    .choose-zip2cab .sec-title h2 {
        font-size: 35px;
        color: #000;
        font-weight: 700;
        margin-bottom: 0;
    }

    .faq-section .sec-title h2 {
        font-size: 35px;
        color: #000;
        font-weight: 700;
        margin-bottom: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .choose-zip2cab .choose-zip2cab-service {
        margin-bottom: 30px;
    }

    .choose-zip2cab-service.direct-card {
        background-image: url(../Images/Cars/Car.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 0;
    }

    .time-row {
        display: unset;
        align-items: center;
        justify-content: space-between;
        color: #fff;
    }

    .time-row div:nth-child(-n + 2):after {
        content: '';
        position: relative;
        z-index: 9;
        height: 10px;
        border-right: 2px solid #fff;
        left: 10px;
        display: none;
    }

    .extra-row {
        gap: 45px;
        color: #fff;
    }

    .pricing-cards {
        gap: 8px;
        padding: 0px;
    }

}