* {
    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;
    width: 100%;
}

.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;
}

/*HM CSS*/
.hover-shadow{
    transition: all 0.3s ease-in-out;
}
.hover-shadow:hover{
    box-shadow: 0 4px 20px rgb(0 0 0 / 83%);
}
.jumping-btns a{
    transition: all 0.3s ease-in-out;
}
.jumping-btns a:hover{
    transform: translateY(-5px);
}
.custom-gap-20 i{
    margin-right: 20px;
}

.location-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
}

div#route-container {
    width: 100%;
}

.fixed-image {
    height: 200px; /* or any consistent height you want */
    object-fit: cover; /* ensures the image covers the area without stretching */
    width: 100%;
}

.dropdown-menu.lang-drop.show a {
    color: #000 !important;
}

.hm-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:95px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

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

    .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;
    }
    /*HMM CSS*/
    .about-hero{
        padding: 20px 0 30px 0 !important;

    }
}

@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;
    }
    .location-container{
        flex-direction: column;
    }
    .locations-container .select2-container--default .select2-selection--single .select2-selection__clear{
        margin-right: 0px !important;
    }
}

@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;
    }
}
