.booking-form-2 {
    margin-top: -50px;
}

a.white {
    color: #ffffff;
}

/* .menu-types a:hover, */
.menu-types a.active {
    background-color: #f26722;
    color: #ffff;
}

.menu-types a.car_image {
    background-image: url("../../img/_icon-car-1.png");
}

.menu-types a {
    background-color: #ffff;
}

body {
    font-family: Arial, sans-serif;
}

.trip-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
}

.tab-group {
    display: flex;
    gap: 10px;
}

.tab {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #000;
    transition: background-color 0.3s;
}

.tab.active {
    background-color: #1a68b4;
}

.option-group {
    display: flex;
    gap: 10px;
}

.option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    color: #000;
}

.hidden {
    display: none;
}

.booking-car-wrap {
    width: 33%;
}

/* Whatsapp */
.sticky-whatsapp {
    position: fixed;
    bottom: 35px;
    left: 38px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.set-whatsapp {
    height: 40px;
    width: 40px;
}

.pricing-head-wrap {
    position: static;
}

.text-sucess {
    color: #42a460;
}

.price {
    background-color: rgb(34, 34, 34) !important;
    background-image: url("../../img/texture.png");
    clip-path: polygon(100% 0px, 100% 100%, 10% 100%, 0% 70%, 0px 0px);
    font-weight: 700;
    font-size: 30px;
}

.pricing-item {
    border-top: 1px solid #ddd;
}

.half-with {
    max-width: 30%;
    height: auto;
}

.image {
    padding-top: 30px;
}

.top-routes-color {
    background-color: #222;
    background-image: url(../../img/texture.png);
}

.menu-types {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 10px !important;
}

.menu-types a {
    padding: 10px 20px;
    text-decoration: none;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-weight: bold;
}

.trip-option.active {
    background-color: #a9b14e;
    color: white;
}

.booking-form .invalid-feedback {
    /* width: 58%; */
    font-size: 14px;
}

.remove-mail-uppercase {
    text-transform: none !important;
}

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

.mw-cursor-pointer {
    cursor: pointer !important;
}

@media (min-width: 992px) {
    .popup-sidebox.mw-sidebox {
        padding: 47px !important;
    }
}

/* @media (min-width: 992px)  {
  .menu-types {
    margin-top: 69px !important;
    }
} */

del {
    text-decoration: none;
}

del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.mw-gallery-card {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.mw-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.booking-form-group {
    display: grid;
    /* grid-template-columns: 2fr; */
    grid-gap: 13px;
}

.mw-details-a:hover {
    color: white !important;
}

.service-sidebar ul li:hover .mw-details-a {
    color: white !important;
}

.service-details-info.mw-details-img img {
    object-fit: fill !important;
}

.fix-card {
    height: 200px;
}

.mw-booking-card {
    height: 250px;
}

.mw-airport-select .nice-select .list li:hover {
    color: #fff !important;
}

.custom-border-start {
    border-left: 5px solid #b2bb50 !important;
}

.airport-select-custom {
    max-width: 100%;
    width: 100%;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* airport transfer seeder drop down */
.airport-select-custom + .nice-select .option {
    white-space: normal !important;
    word-break: break-word;
}

.airport-select-custom + .nice-select .current {
    display: flex;
    align-items: center;
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    max-width: 100%;
    height: 50px;
}

/* cabs booking page z-index */
.mw-0-z-index {
    z-index: 0 !important;
}

/* ============================
   MADHUVAN SOCIAL ICON STYLE
============================ */

.header-social-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social-share li {
    padding: 0 !important;
}

.header-social-share a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary);
    color: #fff !important;
    font-size: 15px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover Base Animation */
.header-social-share a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Facebook */
.header-social-share a:hover .fa-facebook-f {
    color: #1877f2;
}

.header-social-share a:hover {
    background: rgba(24, 119, 242, 0.1);
}

/* Instagram */
.header-social-share a:hover .fa-instagram {
    color: #e1306c;
}

/* LinkedIn */
.header-social-share a:hover .fa-linkedin {
    color: #0a66c2;
}

/* Twitter */
.header-social-share a:hover .fa-twitter {
    color: #1da1f2;
}

/* Icon Smooth */
.header-social-share i {
    transition: 0.3s ease;
}

.sticky-fixed-top .menu-right-item .menu-btn {
    border-radius: 10px 10px 10px 10px;
}

/* ===============================
   HEADER FLEX FIX
================================ */

.mid-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Proper Alignment */
.mid-header-wrap .site-logo {
    flex: 0 0 auto;
}

.mid-header-wrap .site-logo img {
    height: 55px;
    width: auto;
    display: block;
    padding-left: 20px;
}

/* Nav Wrapper Proper Width */
.mid-header-wrap .nav-menu-wrapper {
    flex: 1;
    display: flex;
    justify-content: end;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .mid-header-wrap {
        padding: 20px 0;
    }
}

/* Extra Small Screens */
@media (max-width: 576px) {
    .mid-header-wrap {
        padding: 10px 0;
    }
}

/*  MODERN FOOTER TOP */

.footer-top-wrap {
    background: linear-gradient(135deg, #6b6b6b, #7a7a7a);
    padding: 30px 0;
    position: relative;
}

.footer-top .brand {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.footer-top .brand p {
    padding: 0;
    color: #bbb;
    font-size: 15px;
    line-height: 1.6;
}

.footer-top .brand p:before {
    display: none;
}

.footer-top .brand:before,
.footer-top .brand:after {
    display: none;
}

/* Call Section */

.footer-top .footer-call {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.footer-call i {
    font-size: 38px;
    color: var(--secondary);
}

.footer-call p span {
    font-size: 14px;
    color: #aaa;
}

.footer-call p a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-call p a:hover {
    color: var(--secondary);
}

/* =========================
   MID FOOTER
========================= */

.footer-mid-wrap {
    background: #0f0f0f;
    padding: 70px 0 80px 0;
    position: relative;
}

.footer-mid-wrap:before {
    display: none;
    /* remove skyline */
}

/* Headings */
.footer-item .widget-title h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
}

/* Links */

.footer-links li a,
.footer-contact li {
    color: #aaa;
    transition: 0.3s ease;
}

.footer-links li a:hover {
    color: var(--secondary);
    padding-left: 6px;
}

/* Contact */

.footer-contact li span {
    color: var(--secondary);
    font-size: 13px;
    font-weight: 600;
}

.subscribe-form .form-control {
    background: #1c1c1c;
    border: 1px solid #333;
    height: 50px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
}

.subscribe-form .submit {
    background: var(--secondary);
    border-radius: 0 5px 5px 0;
    height: 50px;
    padding: 0 25px;
    font-weight: 600;
    color: #111;
    transition: 0.3s ease;
}

.widget-title h3:before {
    background-color: var(--secondary);
}

.copyright-wrap {
    background: #0a0a0a;
    border-top: 1px solid #222;
    padding: 20px 0;
}

.copyright-wrap p {
    color: #888;
    font-size: 14px;
}
/* popup slider */
.popup-sidebox {
    background-color: #ffffff;
}
.sidebox-content p,
.sidebox-content .sidebox-list li span {
    color: #2e2e2e;
}
.sidebox-list a.white,
.sidebox-content .sidebox-list li {
    font-size: 20px;
    color: #2e2e2e;
}
/* index */
.car-holder .shape div,
.car-holder .shape div:nth-child(3) {
    background-color: var(--primary);
}
.car-holder .shape div:nth-child(2) {
    background-color: var(--secondary);
}
.default-btn {
    background-color: var(--secondary);
}
.default-btn:hover {
    background-color: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

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

.section-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--secondary);
    font-weight: 600;
}
.section-title {
    font-weight: 700;
    font-size: 36px;
    margin-top: 10px;
}
.section-desc {
    color: #777;
    margin-top: 10px;
}
.taxi-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.taxi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.taxi-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
}

.taxi-card:hover .taxi-img img {
    transform: scale(1.05);
}

.taxi-content {
    padding: 20px;
    text-align: center;
}

.taxi-content h5 {
    font-size: x-large;
    font-weight: 600;
    margin-bottom: 10px;
}

.taxi-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary);
    margin-top: 15px;
}

.taxi-price span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}
/* Background Section */
.booking-wrapper-section {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
}

/* Booking Card */
.booking-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

/* Header Styling */
.booking-subtitle {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--secondary);
    font-weight: 600;
}

.booking-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
}

.booking-desc {
    color: #777;
    font-size: 14px;
    margin-top: 8px;
}

/* Improve internal form spacing */
.booking-box .booking-form {
    margin-top: 20px;
}

.booking-box .form-field {
    margin-bottom: 15px;
}

/* Buttons */
.booking-box .default-btn {
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px;
    transition: 0.3s ease;
}

.booking-box .default-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .booking-box {
        padding: 25px;
    }
}
.menu-types a.active {
    background-color: var(--secondary);
}
.booking-form .form-field i {
    color: var(--secondary);
}
.booking-form .niceSelect .current,
.booking-form .form-field input,
.default-btn {
    border-radius: 10px;
}
.why-modern-section {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #000000;
}

.why-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.why-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.why-modern-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.why-tag {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    color: var(--secondary);
}

.why-modern-card h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 15px 0;
}

.why-modern-card p {
    color: #555;
    margin-bottom: 30px;
}

.why-points div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.why-points span {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    margin-right: 15px;
}

.why-points h5 {
    margin: 0;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .why-bg-image {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .why-modern-section {
        padding: 60px 0;
        background: #f8f9fa;
    }

    .why-modern-card {
        margin-top: -50px;
    }
}
.swiper-pagination-bullet-active {
    background: var(--secondary);
}
.page-header {
    background-image: url(../../img/bg-1.jpg);
}
.page-header:before {
    background-color: #000000;
}

.aim-section {
    background: #f8f9fa;
}
.aim-tag {
    color: var(--secondary);
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
}
.aim-heading {
    font-size: 34px;
    font-weight: 700;
    margin: 15px 0;
}
.aim-subtext {
    color: #666;
    max-width: 600px;
    margin: auto;
}
.aim-box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    position: relative;
    transition: 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
}
.aim-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.aim-number {
    font-size: 60px;
    font-weight: 800;
    color: rgba(255, 106, 0, 0.08);
    position: absolute;
    top: 15px;
    right: 20px;
}
.aim-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.aim-box p {
    color: #555;
    line-height: 1.7;
}
/* Section Background */
.our-taxi {
    background: #f8f9fc;
}

/* Section Heading */
.section-heading h2 {
    font-size: 34px;
    font-weight: 700;
}

.section-heading h2 span {
    color: var(--secondary);
}

.section-heading p {
    max-width: 600px;
    margin: 10px auto 0;
    color: #777;
}

/* Card Design */
.pricing-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 25px;
}

.pricing-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Price Box */
.price-box {
    margin: 15px 0 20px;
}

.price-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary);
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.main-price {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.price-unit {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    margin-left: 5px;
}

.pricing-item.featured:hover {
    transform: scale(1.05);
}

/* Vehicle Image */
.pricing-car img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Title */
.team-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

/* Features List */
.pricing-list {
    list-style: none;
    padding: 0;
    margin: 5px 15px;
}

.pricing-list li {
    font-size: 14px;
    padding: 6px 0;
    color: #555;
}

/* Price */
.team-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
}

/* Button */
.default-btn {
    display: inline-block;
    padding: 10px 22px;
    background: var(--secondary);
    color: #fff;
    /* border-radius: 30px; */
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.default-btn:hover {
    background: #000;
    color: #fff;
}

/* Address Section */
.our-taxi .text-center strong {
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .pricing-item.featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 26px;
    }
    .pricing-car img {
        height: 180px;
    }
}
.page-header {
    /* height: 250px; */
}
.site-preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.site-preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.truck {
    color: var(--secondary);
}

.truck__line {
    animation: roadMove 0.8s linear infinite;
}

.truck__wheel-spin {
    transform-origin: center;
    animation: wheelSpin 0.6s linear infinite;
}

.truck__outside1,
.truck__outside2,
.truck__outside3,
.truck__window1,
.truck__window2 {
    animation: drawTruck 2s ease-in-out infinite alternate;
}

@keyframes wheelSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes roadMove {
    100% {
        stroke-dashoffset: -40;
    }
}

@keyframes drawTruck {
    0% {
        stroke-dashoffset: 105;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--secondary) !important;
}
/* Default hidden */
.booking-form .niceSelect .list {
    display: none;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

/* Open state */
.booking-form .niceSelect.open .list {
    display: block;
}
.booking-form .niceSelect {
    overflow: visible !important;
    border-radius: 20% !important;
}
/* texi page */

.pricing-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    padding-bottom: 0px;
}

.pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.pricing-car {
    padding: 25px 15px;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.car-image {
    max-width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pricing-item:hover .car-image {
    transform: scale(1.05);
}


/* Car Details */
.pricing-head {
    padding: 20px;
    text-align: center;
}

.pricing-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}
.pricing-car .price {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4757;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}
.pricing-head .location {
    display: inline-block;
    background: #f8f0e8;
    color: var(--secondary);
    padding: 4px 14px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-head h3.text-success {
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0 0;
}

/* Pricing List */
.pricing-list {
    padding: 0 20px 20px;
    margin: 0;
    list-style: none;
}

.pricing-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
}

.pricing-list li:last-child {
    border: none;
}

.pricing-list li span {
    font-weight: 700;
    color: #222;
}

/* Other Terms Link */
.post-content h4 a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}


/* Responsive */
@media (max-width: 767px) {
    .pricing-car {
        padding: 20px 10px;
    }
    
    .car-image {
        max-height: 150px;
    }
    
    .pricing-head h3 {
        font-size: 18px;
    }
    
    .pricing-head h3.text-success {
        font-size: 22px;
    }
    
    .pricing-list li {
        font-size: 13px;
        flex-direction: column;
        gap: 3px;
    }
}
.booking-process .contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.booking-process .contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.booking-process .contact-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

 .form-control {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    transition: 0.3s ease;
}
.booking-process .section-heading h4
 {
    font-size: 16px;
    color: var(--primary);
 }
.booking-process .form-control:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(255,87,34,0.15);
}


.booking-process .card {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.booking-process .card-header {
    background:var(--secondary);
    border-radius: 20px 20px 0 0 !important;
    padding: 20px;
}

.booking-process .card-header h4 {
    margin: 0;
    font-weight: 600;
}

.booking-process .list-group-item {
    border: none;
    border-bottom: 1px dashed #eee;
    padding: 14px 18px;
    font-size: 14px;
}

.booking-process .list-group-item:last-child {
    border-bottom: none;
}
.booking-process .list-group-item.bg-light {
    background: #fff8f4 !important;
    border-radius: 0 0 20px 20px;
}

.booking-process .text-success {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .booking-process .contact-form {
        padding: 20px;
    }

    .booking-process .card {
        margin-top: 20px;
    }
}
.slider-content{
    max-width:600px;
}
.our-taxi {
    background: #ffffff;
}