* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    word-break: break-word;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 600;
}

input,
select,
textarea {
    outline: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

.header {
    background-color: #041643;
}

.st-logo img {
    filter: invert(100);
    width: 150px;
}

.nav-main ul li a {
    color: #fff !important;
}

.cs-menu {
    background-color: #041643;
}

.cs-menu .dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
}

.banner-section {
    background-image: url(../images/mecca-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 250px;
    position: relative;
}

.banner-overlay {
    background-image: linear-gradient(0deg, #121927E0 22%, #040608D4 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* booking form */
.booking-form {
    background: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.trip-type {
    margin-bottom: 15px;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-option label {
    margin-bottom: 0;
}

.search-form {
    display: grid;
    grid-template-columns: 5fr 6fr 1fr;
    gap: 12px;
    align-items: start;
}

.search-input {
    display: flex;
    gap: 8px;
    align-items: center;
}

.input-group {
    position: relative;
    margin-bottom: 10px;
}

.input-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b6b6b;
    z-index: 1;
}

.date-icon {
    position: absolute;
    left: 12px;
    transform: translateY(15px);

    color: #6b6b6b;
    z-index: 1;
    font-size: 14px;
}

.datetime-input {
    position: relative;
}

.datetime-input input {
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.datetime-input input:focus {
    border-color: #0071eb;
    outline: none;
}

.passenger-input select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
    /* appearance: none;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='50px'%3E%3Cpath d='M19.268 8.913a.9.9 0 0 1-.266.642l-6.057 6.057A1.3 1.3 0 0 1 12 16c-.35.008-.69-.123-.945-.364L4.998 9.58a.91.91 0 0 1 0-1.284.897.897 0 0 1 1.284 0L12 13.99l5.718-5.718a.897.897 0 0 1 1.284 0 .88.88 0 0 1 .266.642'/%3E%3C/svg%3E") no-repeat right 12px center; */
    background-size: 24px;
}

.search-btn {
    background: #006ce4;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.search-btn:hover {
    background: #003580;
}




.location-item:hover {
    background-color: #f5f5f5;
}

.location-icon {
    width: 24px;
    text-align: center;
    color: #6b6b6b;
}





#datepicker-container {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.ui-datepicker {
    z-index: 1051 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 15px;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.custom-autocomplete {
    max-height: 300px;
    min-width: 280px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: white;
    z-index: 1000;
}

.location-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.location-item:hover {
    background: #f5f5f5;
}

.location-icon {
    margin-right: 12px;
    color: #007bff;
}

.location-details h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.location-details p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.ui-autocomplete {
    position: absolute;
}

.ui-menu-item {
    list-style: none;
}

.location-item:hover,
.location-item.selected {
    background: #f5f5f5;
}

.date-passengers {
    display: flex;
    gap: 8px;
}

.datetime-input {

    width: 100%;

}

.passenger-select {
    width: 50%;
}



.passenger-select select {
    width: 100%;
    padding: 12px 0px 12px 30px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
}

.custom-container {
    max-width: 1320px;
}

.premium-section {
    padding: 60px 0px;
}

.ronded {
    border-radius: 10px;
}

.txt-column {
    padding-left: 30px;
}

.hand-icon {
    font-size: 16px;
    color: #ffcc00;
    animation: bounce 1.2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.routes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: auto;
    gap: 10px;
}

.route-btn-blue {
    background-color: #041643;
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    padding: 10px 15px;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
}

.routes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 40px auto;
    gap: 10px;
    row-gap: 15px;
}

.taxi-routes-section {

    padding: 60px 0px;
}

.how-to-book-section {

    padding: 60px 0px;

}

.steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;

}

.step-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #041643;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #041643;
    font-size: 20px;

}

.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.bok-whatsapp-btn {
    background-color: #041643;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 18px;
    border: 1px solid transparent;
    outline: none;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}



.cars-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 30px 0px;
}

.choose-car-section {
    padding: 60px 0px;
}

.seats-luggage {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.activity-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-card {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 25px;
}

.st-flx p {
    display: flex;
    gap: 10px;
    align-items: center;
}

a.activity-book-now-btn {
    padding: 10px 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #041643;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
}


.taxi-services-section {
    padding: 60px 0px;

}

.serve-listing {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.serve-listing h5 {
    font-weight: 700;
}

.txserve-content h2 {
    margin-bottom: 20px;
}

.happy-thumb-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.happy-customers-section {
    padding: 60px 0px;
}

.why-choose-section {
    padding: 60px 0px;

}

.choose-card {
    display: flex;
    gap: 20px;
    width: 85%;
}

.choose-thumb {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #041643;
    color: #fff;
    font-size: 20px;
}

.choose-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #041643;
}

.choose-content p {
    font-size: 14px;
}

.why-choose-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.online-vehicles-section {
    padding: 60px 0px;

}

.sld-dv {
    padding: 0px 10px;
}

.slick-dots li button:before {
    font-size: 30px;
}

.faq-section {
    padding: 60px 0px 100px;
}

.faq-accordion .card {
    background-color: #333333;
    color: white;
    border: none;
    margin-bottom: 10px;
    border-radius: 0px;
}

.faq-accordion .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.faq-accordion .card-header button {
    color: white;
    width: 100%;
    text-align: left;
    padding: 15px;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}



.faq-accordion .card-header button:not(.collapsed) {
    background-color: #343a40;
}

.faq-accordion .card-body {
    background-color: #fff;
    color: #000;

}


.faq-accordion .card-header button.collapsed .fa-angle-down {
    transform: rotate(0deg);
}

.faq-accordion .card-header button:not(.collapsed) .fa-angle-down {
    transform: rotate(180deg);
}

.footer {
    background-color: #222222;
    padding: 60px 0px 0px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
}

.footer-hed ul {
    display: flex;
    gap: 10px;
}

.footer-hed ul li {
    width: 42px;
    height: 42px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footer-hed ul li a {
    color: #fff !important;
}

.footer-hed h5 {
    margin-bottom: 20px;

}

.footer-links h5 {
    margin-bottom: 20px;
}

.footer-hed p {
    width: 80%;
    font-size: 14px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}

.copyright {
    padding: 20px 0px;
    border-top: 1px solid #fff;
}

.copyright p {
    font-size: 14px;
}

.detail-banner {
    padding: 30px 0px;
}

/*  */
.jrn-main {
    margin-top: 30px;

}

.jrn-main h4 {
    font-size: large;
    font-weight: 600;
}

.journey-details {
    border: 1px solid #ddd;

    padding: 20px;
    border-radius: 4px;
}

.passengar-total {
    display: flex;
    gap: 10px;
    align-items: center;
}



.journey-sidebar {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}


.subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.taxi-option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
}

.taxi-option.selected {
    border-color: #0071c2;
}

.taxi-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.taxi-type {
    font-weight: 600;
    font-size: 16px;
}

.passenger-info {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    gap: 15px;
}



.taxi-features {
    margin: 15px 0;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.feature svg,
.check-icon {
    color: #008009;
    margin-right: 8px;
}

.green-check {
    color: #008009;
}

.price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.show-more-btn {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    color: #0071c2;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.show-more-btn:hover {
    background-color: #f1f8ff;
}

.hidden-option {
    display: none;
}

.passengers-total {
    display: flex;
    align-items: center;
    gap: 5px;
}

.passengers-total p {
    margin-bottom: 0px;
}

.suitcase-info p {
    margin-bottom: 0px;

}

.taxi-image {
    width: 74px;
    height: 74px;
    margin-right: 15px;
}

.taxi-header {
    display: flex;
    align-items: center;
}

.return-journey {
    background-color: #f5f9ff;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.return-icon {
    margin-right: 15px;
    color: #0071c2;
    font-size: 24px;
}

.return-details {
    flex-grow: 1;
}

.return-btn {
    background-color: #fff;
    color: #0071c2;
    border: 1px solid #0071c2;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 10px;
}

.return-btn:hover {
    background-color: #f1f8ff;
}

.return-date {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: #666;
    font-size: 14px;
}

.return-date svg {
    margin-right: 5px;
}



.journey-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #0071c2;
    margin-right: 10px;
    margin-top: 4px;
}

.journey-text {
    flex-grow: 1;
}

.journey-time {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}

.journey-location {
    font-weight: 600;
}

.journey-address {
    font-size: 14px;
    color: #666;
}

.journey-dot-main {
    position: relative;
}

.journey-progress-content-main .journey-progress-content:last-child .journey-dot-main::after {

    content: none;
}

.journey-progress-content-main .journey-progress-content:last-child .duration p {
    margin-bottom: 0px;
}



.journey-dot-main::after {
    content: "";
    position: absolute;
    height: 90%;
    border: 1px solid #9da0a269;
    left: 30%;
}

.journey-point {
    margin-bottom: 10px;
}

.duration {
    font-size: 14px;
    color: #666;
}

.policy-section {
    margin-top: 20px;
}

.policy-header {
    font-weight: 600;
    margin-bottom: 10px;
}

.policy-item {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.policy-text {
    font-size: 14px;
}


.free-tag {
    background-color: #008009;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 8px;
}

.suitcase-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666;
}

.journey-progress-content {
    display: flex;
}

.form-group {
    margin-bottom: 15px;
}


.passenger-details {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    position: relative;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #dc3545;
}

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

button {
    padding: 10px 15px;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #bbb;
}

.add-more-btn {
    background-color: #007bff;
    color: white;
    margin-top: 10px;
    outline: none;
    border: 1px solid transparent;
}

.add-more-btn:hover {
    background-color: #0056b3;
}

.payment-icons {
    margin-top: 10px;
}

.payment-icons i {
    font-size: 24px;
    margin-right: 10px;
}

.iti {
    width: 100%;
}

.pay-form-main label {
    display: block;
}

.pay-form-main input {
    width: 100%;
    padding: 6px;
    font-size: 15px;
}

.pay-form-main {
    /* max-width: 450px; */
    width: 100%;
}

.pay-right {
    display: flex;
    justify-content: flex-end;
}

.route-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.txes-txt {
    font-size: 14px;
}

.route-price-total {
    display: flex;
    justify-content: space-between;
}

.route-price-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hidden-spinners.input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.hidden-spinners.input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/*  */


@media only screen and (min-width: 320px) and (max-width: 500px) {
    .taxi-option-header {
        flex-direction: column;
        align-items: center;
    }

    .taxi-features {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .price {
        text-align: center;

    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .rvrs-row{
        flex-direction: column-reverse;
        gap: 30px;
    }

    .txt-column {
        padding-left: 0px;
        padding-top: 30px;
    }

    .taxi-routes-section {
        padding: 0px 0px 0px;
    }

    .choose-car-section {
        padding: 30px 0px 0px;
    }

    .txserve-thumb {
        padding-top: 30px;

    }

    .happy-thumb-container {
        grid-template-columns: 1fr;
    }

    .why-choose-content {
        padding-top: 30px;
    }

    .choose-card {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .choose-content {
        text-align: center;
    }

    .bok-now-resp {
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }

    .journey-details {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {

    h1,
    h2 {
        font-size: 30px;
    }

    .search-form {
        grid-template-columns: 1fr;
    }

    .search-input {
        flex-direction: column;
    }

    .banner-section {
        padding: 90px 0px 90px;
    }

    .passenger-select {
        width: 100%;
    }

    .date-passengers {
        flex-direction: column;
        gap: 20px;
    }

    .cars-container {
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 10px;
    }



    .steps-container {
        grid-template-columns: 1fr;

    }

    .bok-whatsapp-btn {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .cars-container {
        grid-template-columns: 1fr 1fr;
    }

    .cs-row {
        align-items: flex-start !important;
    }

    .txt-column {
        padding-left: 0px;
    }
}
