/*
Theme Name: Cab Booking Child
Theme URI: https://pramukhtravel.com/cab-booking-child
Description: Child theme for Cab Booking
Author: Devang Jarewal
Author URI: https://pramukhtravel.com
Template: cab-booking
Version: 1.0.0
Text Domain: cab-booking-child
*/

/* ================================
   Add your custom CSS below
================================== */
/* Responsive Styles for 1024px and below */

/* ============================================================
   1. GLOBAL & LAYOUT STYLES (From style.css)
   ============================================================ */

/* --- Global Reset & Helpers --- */



/* ============================================================
   PART 1: GENERAL CSS (Resets & Global Styles)
   ============================================================ */

p, 
.elementor-icon-box-title {
    margin: 0 !important;
}

.roundes-icon .elementor-image-box-img {
    border-radius: 50% !important;
    background: #fff;
    margin-bottom: 0 !important;
}

.wpcf7-spinner {
    display: none;
}

/* ============================================================
   PART 2: SECTION & COMPONENT CSS
   ============================================================ */

/* --- Header & Submenu --- */
.openbtn, 
.mobile-slider-wrapper, 
.mobile-slider-overlay {
    display: none;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
}

.sub-menu .menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.sub-menu .menu-item:last-child {
    border-bottom: none;
}

.sub-menu .hfe-sub-menu-item {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

.sub-menu .hfe-sub-menu-item:hover {
    background-color: #f9f9f9;
    color: #e65c00;
    padding-left: 25px;
}

.header-btn {
    display: flex !important;
    gap: 15px;
    align-items: center;
}

.header-btn .elementor-button {
    border-radius: 50px !important; 
    padding: 12px 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    transition: 0.3s;
}

.elementor-element-2e6da49 .elementor-button {
    background-color: #0A5584 !important;
}

.elementor-element-151d966 .elementor-button {
    background-color: #EC7E34 !important;
}

/* --- Service Cards --- */
.service-card {
    overflow: hidden !important;
    height: 100% !important;
}

.service-card .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 100% !important; 
}

.service-card .elementor-image-box-content {
    padding: 47px !important;
}

.icon-service-card .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0px !important; 
}

.elementor-image-box-content .elementor-image-box-title {
    margin: 0px !important;
}

/* --- FAQ Accordion --- */
.faqs .e-n-accordion {
    counter-reset: faq-counter;
}

.faqs .e-n-accordion-item-title {
    display: flex !important;
    align-items: center;
}

.faqs .e-n-accordion-item-title::before {
    counter-increment: faq-counter;
    content: counter(faq-counter, decimal-leading-zero);
    font-size: 44px;
    font-weight: 800;
    color: #000000;
    font-family: inherit;
    position: absolute !important;
    left: 5%;
    min-width: 45px;
    line-height: 1;
    display: inline-block;
}

.faqs .e-n-accordion-item-title-header {
    flex-grow: 1;
}

.faqs .e-n-accordion-item[open] .e-n-accordion-item-title::before {
    color: #000000;
}

.faqs .e-n-accordion-item[open] .e-n-accordion-item-title {
    padding-bottom: 20px !important;
}

/* --- Home Page Form --- */
.home-page-form .wpcf7-response-output,
.cab-explore-form .wpcf7-response-output {
    display: none !important;
}

.home-page-form .cab-booking-form {
    background: #ffffff;
    border-radius: 100px;
    padding: 40px 60px 60px 60px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
}

.home-page-form .trip-type-tabs {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	
}

.home-page-form .trip-type-tabs p {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important;
    max-width: 580px;
    width: 100%;
}

.home-page-form .trip-type-tabs .tab-item {
    border: 1px solid #0f598a;
    margin-left: -1px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-page-form .trip-type-tabs .tab-item:first-child { border-radius: 8px 0 0 8px; }
.home-page-form .trip-type-tabs .tab-item:last-child { border-radius: 0 8px 8px 0; }
.home-page-form .trip-type-tabs input[type="radio"] { display: none; }

.home-page-form .trip-type-tabs span {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0f598a;
    transition: 0.3s;
    width: 150px;
    line-height: 40px;
    text-align: center;
}

.home-page-form .trip-type-tabs input[type="radio"]:checked + span {
    background: #f17228;
    color: #fff;
    border-color: #f17228;
}

.home-page-form .cab-form-row {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    justify-content: space-between;
}

.home-page-form .form-group {
    flex: 1;
    position: relative;
}

.home-page-form .form-group label {
    display: block;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.5px;
}

.home-page-form .input-wrapper p {
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    justify-content: space-between;
    margin: 0;
}

.home-page-form .cab-form-row input, 
.home-page-form .cab-form-row select {
    border: none !important;
    background: transparent !important;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
    outline: none;
} 

.home-page-form .input-wrapper p{
	display: block;
}

.home-page-form  .form-group.icon-right input[type="date"], .home-page-form  .form-group.icon-right select {
    background: transparent !important;
	   font-size: 14px !important;
    color: #494242 !important;
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 0;
    cursor: pointer;
    font-family: sans-serif;
    appearance: none;
    -webkit-appearance: none;
}

/* HIDE THE DEFAULT CALENDAR ICON (Chrome/Safari/Edge) */
.home-page-form  input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Makes the whole area clickable for the picker */
    cursor: pointer;
}



.wpcf7-form-control-wrap{
	width: 100% !important;
}


/* Custom Orange Chevron */



.home-page-form  .form-group.icon-right select option {
    color: #000000 !important; /* Text color inside the list */
    background-color: #ffffff !important; /* Background of the list */
}


.home-page-form .swap-icon {
    width: 35px;
    height: 35px;
    background-color: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background-image: url('https://pramukhtravel.com/wp-content/uploads/2026/01/Transfer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    display: block; 
    color: transparent;
    margin-bottom: 10px;
}

.home-page-form .search-icon { font-size: 16px; color: #999; margin-right: 10px; }

.home-page-form .chevron-icon {
    display: inline-block;
    width: 12px; height: 12px;
    background-image: url('https://pramukhtravel.com/wp-content/uploads/2026/01/Mask-group.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -15px;
    bottom:15px;
    z-index: 1;
	 position: absolute;
    right: 5px;
 
   transform: rotate(45deg);

    pointer-events: none; 
}

.home-page-form .cab-submit {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 300px;
    margin: 0 auto;
}

.home-page-form .cab-submit input[type="submit"] {
    background: #0f598a;
    color: #fff;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.home-page-form .cab-submit input[type="submit"]:hover { background: #0a4063; }

.home-page-form .cab-form-row input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent; bottom: 0; color: transparent; cursor: pointer;
    height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto;
}

.contact-card { position: absolute; top: 66%; left: -29%; }
.contact-card .elementor-icon-box-icon { position: absolute; top: -18%; left: 0; right: 0; }

/* --- Cab Explore Form --- */
.cab-explore-form {
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: center;
}

.cab-explore-form .cab-booking-form {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
}

.cab-explore-form p, .cab-explore-form br { display: none; }
.cab-explore-form .trip-type-tabs p, .cab-explore-form .form-group p,
.cab-explore-form .cab-submit p, .cab-explore-form .input-wrapper p,
.cab-explore-form .cab-form-row { display: block; }

.cab-explore-form .trip-type-tabs p {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #0b5a86;
    border-radius: 8px;
    overflow: hidden;
}

.cab-explore-form .tab-item {
    flex: 1;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #0b5a86;
    margin: 0 !important;
}

.cab-explore-form .tab-item:last-child { border-right: none; }
.cab-explore-form .tab-item input[type="radio"] { display: none; }

.cab-explore-form .tab-item span {
    display: block;
    padding: 12px 5px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.cab-explore-form .tab-item input[type="radio"]:checked + span {
    background: #eb702d;
    color: #ffffff;
}

.cab-explore-form .cab-form-row { display: flex; flex-wrap: wrap; gap: 15px; }
.cab-explore-form .form-group { width: 100%; }
.cab-explore-form .form-group label {
    display: block; font-weight: 900; font-size: 17px; color: #000; margin-bottom: 10px;
}

.cab-explore-form .input-wrapper {
    position: relative; border-bottom: 1.5px solid #cccccc; margin-bottom: 15px;
}

.cab-explore-form .input-wrapper input[type="text"] {
    border: none !important; background: transparent !important;
    font-size: 18px; color: #555; width: 100%; padding: 10px 10px 10px 40px !important;
}

.cab-explore-form .input-wrapper p { margin:0 ; }

.cab-explore-form .search-icon { position: absolute; left: 0; top: 47%; transform: translateY(-50%); }
.cab-explore-form .search-icon img { width: 25px; opacity: 0.7; }

.cab-explore-form .swap-icon-container { width: 100%; padding-left: 10px; margin: -5px 0 10px 0; }
.cab-explore-form .swap-icon::before {
    content: '⇅'; color: #eb702d; font-size: 26px; font-weight: bold; cursor: pointer;
}

.cab-explore-form .form-group.icon-right {
    width: calc(50% - 7.5px) !important;
    background-color: #0b5a86 !important;
    border-radius: 10px;
    padding: 15px 18px !important;
}

.cab-explore-form .form-group.icon-right label { color: #ffffff !important; font-size: 14px !important; }
.cab-explore-form .form-group.icon-right .input-wrapper { border-bottom: 1px solid #ffffff !important; }




.cab-explore-form .form-group.icon-right input[type="date"], .cab-explore-form .form-group.icon-right select {
    background: transparent !important;
	   font-size: 14px !important;
    color: #ffffff !important;
    width: 100%;
    border: none !important;
    outline: none !important;
    padding: 0;
    cursor: pointer;
    font-family: sans-serif;
    appearance: none;
    -webkit-appearance: none;
}

/* HIDE THE DEFAULT CALENDAR ICON (Chrome/Safari/Edge) */
.cab-explore-form input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Makes the whole area clickable for the picker */
    cursor: pointer;
}

/* Custom Orange Chevron */
.cab-explore-form .chevron-icon {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    border-right: 3px solid #eb702d; /* The orange color */
    border-bottom: 3px solid #eb702d;
    transform: rotate(45deg);
    pointer-events: none; /* Allows clicks to pass through to the input */
}


.cab-explore-form .form-group.icon-right select option {
    color: #000000 !important; /* Text color inside the list */
    background-color: #ffffff !important; /* Background of the list */
}

.cab-explore-form .cab-submit { text-align: center; width: 100%; margin-top: 35px; }
.cab-explore-form .cab-submit input[type="submit"] {
    background-color: #eb702d; color: #ffffff; border: none; border-radius: 12px;
    padding: 12px 60px; font-size: 26px; font-weight: 700; cursor: pointer;
}

/* --- Contact Form --- */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    background-color: #f7f7f7;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
}

.custom-contact-form textarea {
    height: 180px;
}

.custom-contact-form ::placeholder {
    color: #abb8c3;
    opacity: 1;
}

.custom-contact-form input[type="submit"] {
    background-color: #ff763b;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
    background-color: #e6602a;
}

/* --- Testimonial Slider --- */
.testimonial-slider .eael-post-grid {
    display: block !important;
}

.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    display: block !important;
    height: auto !important;
}

.testimonial-slider .eael-grid-post,
.testimonial-slider .eael-post-grid-column {
    width: 100% !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.testimonial-slider .eael-grid-post .eael-entry-wrapper {
    padding: 35px !important;
}

.testimonial-slider .eael-grid-post-holder {
    background: #ffffff;
    border-radius: 48px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 30px !important;
    height: 30px !important;
    z-index: 10;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    display: none !important;
}

.testimonial-slider .slick-prev {
    left: -30px;
    background-image: url('https://pramukhtravel.com/wp-content/uploads/2026/01/Mask-group-2.png') !important;
}

.testimonial-slider .slick-next {
    right: -30px;
    background-image: url('https://pramukhtravel.com/wp-content/uploads/2026/01/Mask-group-3.png') !important;
}

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    opacity: 0.7;
    background-color: transparent !important;
}

.testimonial-stars {
    display: block;
    font-size: 24px;
    color: #f5b301;
    letter-spacing: 2px;
}

.custom-author-name {
    font-weight: 800;
    font-size: 15px;
    color: #02033B;
    font-family: "inter", sans-serif;
}

.eael-entry-content{
    margin-top: 24px;
    margin-bottom: 24px;
}

.eael-grid-post-excerpt p {
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color:#02033B;
    line-height: 20px;
}

/* --- Car Cards --- */
.car-card .eael-post-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.car-card article{
    max-width:400px !important;
} 

.car-card .eael-entry-media{
    border-radius:8px;
}

.car-card .eael-grid-post-holder{
    padding:10px ;
}




.car-booking-item {
    color: #012E41;
}

.car-meta {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.car-distance {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.car-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.price-label {
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 2px;
}

.car-price {
    font-size: 24px;
    font-weight: 700;
    color: #2d9d78;
    line-height: 1;
}

.car-button-wrapper a, 
.car-button-wrapper button {
    display: inline-block;
    background-color: #FA7335 !important;
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border: none;
    transition: background 0.3s ease;
}

.car-button-wrapper a:hover {
    background-color: #e36a36 !important;
}

.min-ride-note {
    color: red;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.3;
}


.car-card .eael-entry-thumbnail img {
 
    object-fit: contain !important;
}



/* --- Booking Modal & Success --- */
.booking-modal {
    max-width: 520px;
    margin: auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    position: relative;
}

.booking-modal h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.booking-modal input[type="text"],
.booking-modal input[type="email"],
.booking-modal input[type="tel"],
.booking-modal input[type="date"],
.booking-modal input[type="time"] {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.extra-note {
    color: red;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
}

.booking-modal input[type="submit"] {
    width: 100%;
    background: #ff5a1f;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.booking-modal input[type="submit"]:hover {
    background: #e14a14;
}

.mfp-close {
    color: #333 !important;
    font-size: 28px !important;
}

.mfp-bg {
    background: rgba(0,0,0,0.75);
}

.booking-success {
    text-align: center;
    padding: 30px 10px;
}

.success-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.booking-success h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2e7d32;
}

.booking-success p {
    font-size: 14px;
    color: #555;
}

.mfp-content {
    animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* --- Step Section --- */
.step-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.step-section::before {
    content: '';
    position: absolute;
    top: 31%;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #BFDBFE;
    z-index: 0;
    width: 75%;
}

.step-card {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-card .number-bedge {
    position: absolute !important;
    top: 0;
    left: calc(66% + 25px);
    transform: translateY(-8px);
}

	.trip-type-tabs{margin-bottom:20px !important;}
/* ============================================================
   PART 3: RESPONSIVE CSS (Media Queries)
   ============================================================ */

/* Large Tablets / Small Desktops */
@media (max-width: 1200px){
	
	.contact-card {
    position: absolute;
    top: 66%;
    left: -17%;
}
}



@media (max-width: 1100px) {
    .home-page-form .cab-booking-form { padding: 40px 40px 60px 40px; }
}

/* Mobile Menu Logic */
@media (max-width: 1024px) {
    .openbtn {
        display: flex; flex-direction: column; justify-content: space-between;
        width: 30px; height: 20px; cursor: pointer; z-index: 9999; margin-left: auto;
    }
    .openbtn span { display: block; height: 3px; width: 100%; background-color: currentColor; transition: 0.3s; }
    .openbtn.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .openbtn.active span:nth-child(2) { opacity: 0; }
    .openbtn.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    .header-menu, .header-btn { display: none !important; }
    .header-menu nav ul { margin: 0px !important ; flex-direction:column !important; gap:20px; }
	.header-menu nav ul a.hfe-menu-item:hover{
		color:#F36D25 !important;
	}

    .mobile-slider-wrapper {
        display: block !important; position: fixed; top: 0; left: -350px;
        width: 300px; height: 100vh; z-index: 9998; background-color: #fff;
        padding: 80px 20px 40px 20px; transition: left 0.4s ease-in-out;
    }
    body.slider-active .mobile-slider-wrapper { left: 0; }
    .mobile-slider-overlay {
        display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.4); z-index: 9997; opacity: 0; visibility: hidden;
    }
    body.slider-active .mobile-slider-overlay { opacity: 1; visibility: visible; }
    .mobile-slider-wrapper .header-menu, .mobile-slider-wrapper .header-btn { display: flex !important; flex-direction: column !important; align-items:flex-start !important; }
}

/* Medium Tablets */
@media (max-width: 991px) {
    .home-page-form .cab-booking-form { border-radius: 40px; padding: 30px 30px 80px 30px; }
    .home-page-form .cab-form-row { flex-wrap: wrap; gap: 20px; }
    .home-page-form .form-group { flex: 0 0 calc(50% - 20px); }
    .home-page-form .form-group:nth-child(1), .home-page-form .form-group:nth-child(3) { flex: 0 0 calc(45% - 10px); }
    .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item{color: #e77325;}
    .contact-card { position: relative; top: 0; left: 0; }

	.right-icon-list .elementor-image-box-wrapper{
		flex-wrap: nowrap !important;
    display: flex !important;
		gap:10px;
	}
	
	.right-icon-list .elementor-image-box-img{
		padding-top:10px !important;
	}
	
}

/* Small Tablets / Mobile Landscape */
@media (max-width: 767px) {
    .home-page-form .cab-booking-form { border-radius: 25px; padding: 25px 20px 90px 20px; }
    .home-page-form .trip-type-tabs .tab-item:first-child { border-radius: 8px 8px 0 0; }
    .home-page-form .trip-type-tabs .tab-item:last-child { border-radius: 0 0 8px 8px; }
    .home-page-form .trip-type-tabs p { flex-wrap: wrap; }
    .home-page-form .cab-form-row { flex-direction: column; align-items: stretch; }
    .home-page-form .form-group { flex: 1 1 100%; }
    .home-page-form .swap-icon { align-self: center; transform: rotate(90deg); margin: -10px 0; }
    .home-page-form .cab-submit { width: 80%; bottom: 30px; }
    .home-page-form .trip-type-tabs span { width: 100%; }

    .cab-explore-form .trip-type-tabs p { flex-direction: column; }
    .faqs .e-n-accordion-item-title::before { font-size: 24px; margin-right: 15px; min-width: 35px; }
    .footer-nav ul li a{ justify-content: center !important; }
    .icon-div{ height: 200px; }
    .step-section::before{ display:none; }
	.cab-explore-form .tab-item{  border-bottom:1px solid #0b5a86; border-right:none;}
	
.car-card  .eael-entry-wrapper{
	padding:10px 5px !important;
}
}

/* Phones */
@media (max-width: 480px) {
    .home-page-form .trip-type-tabs span { font-size: 12px; }
    .home-page-form .cab-submit { width: 90%; }
    .cab-explore-form .form-group.icon-right { width: 100% !important; }
    .cab-explore-form .tab-item span { font-size: 11px; }
}

@media (max-width: 600px) {
    .booking-modal { width: 92%; padding: 20px; }
	br{display:none !important; }
	
}


@media (max-width: 430px) {
   
.car-footer {
    flex-wrap:wrap !important;
	gap:10px;
}
}



