/* COMMA CSS */
:root {
    --primary-color: #FFC000;
    --secondary-color: #121212;
}

.b-radius {
    border-radius: 10px;
}

.justify {
    text-align: justify !important;
}

/* PRELOADER CSS */
.preloader {
    background-image: url(../images/logo/kalyani.png) !important;
}

/* HEADER CSS */
.site-header.header-two {
    background-color: #ffffff !important;
}

.header-btn {
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 38.5px;
    padding: 10px 40px;
    transition: all .4s ease;
}

.header-btn:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
}

.site-header.header-two .header-navigation ul.navigation-box>li>a {
    color: var(--secondary-color) !important;
}

.site-header.header-two .header-navigation ul.navigation-box>li.current>a,
.site-header.header-two .header-navigation ul.navigation-box>li:hover>a {
    color: var(--primary-color) !important;
}

.site-header.header-two .top-bar .contact-infos li a {
    color: var(--secondary-color) !important;
}

.site-header.header-two .top-bar .contact-infos li a:hover {
    color: var(--primary-color) !important;
}

.site-header.header-two .top-bar .contact-infos li a:hover i {
    color: var(--secondary-color) !important;
}

.site-header.header-two .top-bar .inner-container {
    border-bottom: 2px solid rgb(0 0 0 / 10%) !important;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
    color: var(--secondary-color) !important;
    background-color: #fff;
}

.header-navigation.stricky-fixed {
    background: #fff !important;
}

@media (max-width: 1199px) {
    .header-navigation .main-navigation {
        background: #ffffff !important;
    }
}


/* FOOTER CSS */
.site-footer {
    background-color: #ffffff !important;
}

.site-footer .footer-widget .widget-title h3 {
    color: var(--secondary-color) !important;
}

.site-footer .footer-widget .contact-infos li,
.site-footer .footer-widget .social-block a {
    color: var(--secondary-color) !important;
}

.site-footer .footer-widget p {
    color: #b5b5b5 !important;
}

.bottom-footer .inner-container p {
    color: var(--secondary-color) !important;

}

.site-footer .footer-widget p,
.site-footer .footer-widget .link-lists li a {
    color: var(--secondary-color) !important;
}

.bottom-footer .inner-container a {
    color: var(--primary-color);
}

.site-footer .bottom-footer .inner-container {
    padding-top: 32px !important;
    padding-bottom: 58px !important;
    justify-content: center !important;
}

.site-footer .upper-footer {
    padding-bottom: 30px !important;
    padding-top: 100px !important;
}

.site-footer .footer-widget .contact-infos li i {
    font-size: 17px !important;
}

/* HOME CSS */
@media (min-width: 768px) {
    .cab-service .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 47.333333%;
    }
}
.book-ride-one .booking-form-one button[type=submit] {
    padding: 17px 74px !important;
}
.single-feature-one h3 {
    color: #fff !important;
    transition: all .4s ease;
}

.taxi-page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.taxi-style-one {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

.feature-style-one {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.inner-content h3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.inner-content p {
    text-align: justify;
    margin: 25px;
}

.home {
    background: #f5f5f5 !important;
}

.home img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-offer-one .text-block {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.avilable .rate-content {
    height: 300px;
}

.avilalble-taxi .taxi-style-one {
    padding-top: 0px !important;
}

.avilalble-taxi .cta-style-one {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.cta-style-one h3 {
    margin-top: 30px !important;
    margin-bottom: 45px !important;
}

.rate-content li {
    text-align: start !important;
    list-style-type: disc;
    font-size: 14px;
    color: var(--secondary-color) !important;
}

/* banner section */
.slide {
    position: relative;
    overflow: hidden;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slide .container {
    position: relative;
    z-index: 2;
}

.site-header.header-two .top-bar .inner-container {
    padding: 5px 0 !important;
}

.banner-style-one .slide {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}

.banner-style-one h3 {
    color: #dccfc9 !important;
}

.banner-style-one .banner-title {
    font-size: 60px !important;
}

.banner-style-one p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.offer-style-one .theme-btn {
    width: 200px !important;
}

/* book ride section */
.book-ride-one .booking-form-one button[type=submit] {
    padding: 20px 80px;
}

/* about us section */
.about-style-two .image-block>img {
    width: 100%;
    height: 500px;
}

.about-style-one {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}

.about-style-two {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.about-style-two p {
    text-align: justify;
}

.contact-btn-block {
    margin-top: 10px;
}

.right-side-box a {
    width: 170px;
    font-size: large;
    font-weight: bold;
}

.single-feature-one p {
    text-align: justify;
}

/* ABOUT US CSS */

/* SERVICE CSS */

/* ROUTE CSS */
.routes-name {
    margin-top: 30px;
    margin-bottom: 50px;
}

.inner-banner {
    background: #fff url(images/bg.jpeg) center center no-repeat !important;
    background-size: cover;
    position: relative;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.inner-banner h2 {
    color: #e7e7e7 !important;
}

.route-btn {
    margin-top: 15px;
    text-align: center;
}

.theme-btn {
    padding: 15px;
    font-size: 14px;
    color: var(--secondary-color);
    padding: 14px 25px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--primary-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

a {
    color: var(--primary-color);
    display: inline-block;
}

.arrow-icon {
    height: 18px;
    width: 15px;
}

.theme-btn:hover {
    color: #fff;
    background: var(--secondary-color);
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    color: #fff;
}

/* ROUTE DETAILS CSS */
.route-details {
    margin: 50px !important;
    margin-bottom: 0px !important;
}

.rate-content {
    background: #949494;
    background-image: url(images/bg11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    position: static;
    z-index: 1;
    height: 200px;
    margin: 20px;
    padding-top: 60px;
}

.single-taxi-one .book-taxi-btn {
    display: inline-block;
    vertical-align: middle;
    color: var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary-color) !important;
    border-radius: 29px;
    padding: 12px 77px;
    transition: all .4s ease;
    margin-top: 15px !important;
}

.single-taxi-one:before {
    border-top: 2px solid var(--red) !important;
    border-bottom: 2px solid var(--red) !important;
}

.single-taxi-one:after {
    border-left: 2px solid var(--red) !important;
    border-right: 2px solid var(--red) !important;
}

.single-taxi-one .book-taxi-btn:hover {
    color: var(--secondary-color);
    background-color: #ffffff !important;
}

.single-taxi-one:hover .book-taxi-btn {
    color: var(--secondary-color);
    background-color: #ffffff !important;
}

.single-taxi-one .icon-block {
    border-radius: 50%;
    background-color: #d9d1a06e !important;
    width: 99px;
    height: 99px;
    margin-bottom: -80px !important;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.single-taxi-one {
    padding-bottom: 5px !important;
    padding-top: 10px !important;
}

.icon-block {
    margin: 0px;
    align-items: center;
}

.icon-img {
    width: 70px;
    height: 80px;
    padding-top: 10px;
}

.custom-time-input {
    position: relative;
    display: inline-block;
}

.custom-time-input input[type="time"]::-webkit-calendar-picker-indicator,
.custom-time-input input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    z-index: 10;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .routes .theme-btn {
        padding: 31px 8px !important;
    }
}

@media screen and (max-width: 1024px) {
    .single-taxi-one .book-taxi-btn {
        display: inline-block;
        vertical-align: middle;
        color: #717171;
        font-size: 16px;
        font-weight: 600;
        background-color: #F3F3F3;
        border-radius: 29px;
        padding: 5px 20px !important;
        transition: all .4s ease;
        align-content: center;
    }
    

    .avilable .rate-content {
        height: 400px;
    }
}

@media screen and (min-width: 1024px) {
    .single-taxi-one .book-taxi-btn {
        display: inline-block;
        vertical-align: middle;
        color: var(--secondary-color) !important;
        font-size: 16px;
        font-weight: 600;
        background-color: var(--primary-color) !important;
        border-radius: 29px;
        padding: 10px 43px !important;
        transition: all .4s ease;
        margin-top: 15px !important;
    }

    .single-taxi-one .book-taxi-btn-only {
        display: inline-block;
        vertical-align: middle;
        color: var(--secondary-color) !important;
        font-size: 16px;
        font-weight: 600;
        background-color: var(--primary-color) !important;
        border-radius: 29px;
        padding: 10px 35px !important;
        transition: all .4s ease;
        margin-top: 15px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .one-way-cab .single-taxi-one .book-taxi-btn-only{
        padding: 5px 7px !important;
    }
}
@media screen and (max-width: 320px){
    .one-way-cab .single-taxi-one .book-taxi-btn-only{
        padding: 5px 20px !important;
    }
}

@media screen and (max-width: 1025px) {
    .affordable-cab .book-taxi-btn {
        padding: 6px 6px !important;
    }
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
}

.h4,
h4 {
    font-size: 1.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
    color: var(--secondary-color) !important;
}

/* ONE WAY CAB CSS */
.dot-line {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--red);
    padding-bottom: 5px;
}

.block-title .dot-line {
    background-color: var(--red) !important;
}

.service-detail-section {
    padding: 60px 20px;
    padding-bottom: 45px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
    color: #333;
}

.service-logo {
    max-width: 200px;
}

.intro {
    font-size: 16px;
    margin-bottom: 25px;
}

.highlight-block h6 {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.highlight-block h2 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.highlight-text {
    color: var(--primary-color);
    font-weight: 600;
    margin: 25px 0 10px;
    text-transform: uppercase;
}

/* ROUND TRIP CSS */
.offer-style-one {
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.single-offer-one .text-block {
    padding: 0 30px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* HOURLY RENTAL CSS */

/* TEMPO TRAVELLER CSS */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color) !important;
}

/* BUS BOOKING */

/* CONTACT US CSS */

.block-title h2,
p,
h1 {
    color: var(--secondary-color) !important;
}

.block-title h2.light,
.block-title p.light,
.banner-style-one p,
.single-feature-one p {
    color: #fff !important;
}

.site-title {
    color: var(--secondary-color) !important;
}

/* Container setup */
.contact-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 20px;
}

/* Contact Card Style */
.contact-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    padding: 30px 25px;
    text-align: center;
    width: 320px;
    transition: transform 0.3s ease;
}

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

/* Icon Circle */
.card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(253, 185, 19, 0.3);
}

/* Headings */
.contact-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Description */
.contact-card p {
    font-size: 15px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.map-contct {
    padding-right: auto;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    box-shadow: #121212;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.map-con {
    background: #ffffff23;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 30px;
}

iframe {
    border-radius: 10px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto !important;
    margin-left: auto !important;
}

.home-taxi .taxi-style-one {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}

.home-taxi .offer-style-one {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.home-taxi .taxi-style-one {
    padding-bottom: 20px !important;
    padding-top: 0px !important;
}

.home2 .taxi-style-one {
    padding-bottom: 50px !important;
    padding-top: 20px !important;
}

.single-taxi-one .book-taxi-btn-only {
    display: inline-block;
    vertical-align: middle;
    color: var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 400 !important;
    background-color: var(--primary-color) !important;
    border-radius: 29px;
    padding: 2px 20px;
    transition: all .4s ease;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mini .rate-content {
    height: 230px;
}

.contact-form-style-one {
    padding-top: 44px !important;
    padding-bottom: 0px !important;
}

/* texi booking form */
.taxi-form-wrapper {
    max-width: 480px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.taxi-form-wrapper h3 {
    font-size: 22px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 10px;
    text-align: center;
}

.taxi-form-wrapper p {
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}

.taxi-form input,
.taxi-form select,
.taxi-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #000000;
}

.taxi-form .row {
    display: flex;
    gap: 10px;
}

.taxi-form .row>* {
    flex: 1;
}

.taxi-form textarea {
    resize: vertical;
}

.taxi-form button {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background 0.3s ease;
}

.taxi-form button:hover {
    background-color: var(--primary-color);
}

.error {
    font-size: 12px !important;
    color: red;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
    border: none;
    outline: none;
    width: 100%;
    background-color: #F3F3F3;
    height: 67px;
    border-radius: 33.5px;
    padding-left: 40px;
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

/* responsive css */
/* @media (max-width: 1199px) {
    .logo-box {
        margin: 30px !important;
    }
}
*/

@media (max-width: 767px) {
    .site-header.header-two .header-navigation .container .right-side-box {
        top: 10px !important;
    }

    .header-navigation {
        padding-bottom: 80px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
    .site-header.header-two .header-navigation .container .right-side-box {
        top: 10px !important;
    }

    .header-navigation {
        padding-bottom: 0px !important;
    }
}

.banner-style-one .banner-btn {
    padding: 13.5px 45px !important;
    margin-left: 10px !important;
    margin-bottom: 5px !important;
}

.header-navigation.stricky-fixed {
    padding-bottom: 0px !important;
}

.select-box {
    border: none;
    outline: none;
    width: 100%;
    background-color: #242424;
    height: 67px;
    border-radius: 33.5px;
    padding-left: 40px;
    color: #B5B5B5;
    font-size: 14px;
    font-weight: 600;
}

.select-box .dropdown-menu {
    background: #FFC000;
    color: #fff;
}