body {
    font-family: "Inter", sans-serif;
    background-color: #f9fafb;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    padding-top: 0;
    flex: 1;
}

.qt-page-hero {
    position: relative;
    min-height: 240px;
    background-image: url("../images/Fleets_packag.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.qt-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.qt-page-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 54px 0;
}

.qt-page-hero-title {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.qt-page-hero-breadcrumb {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.qt-page-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.qt-page-hero-breadcrumb a:hover {
    text-decoration: underline;
}

.qt-page-hero-sep {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.9;
}

.qt-fleets-page {
    padding-top: 70px;
}

.qt-discount-ticket {
   max-width: 1000px;
   margin: 0 auto;
}



.qt-ticket {
    display: grid;
    grid-template-columns: 220px 1fr;
    /* border-radius: 22px; */
    overflow: hidden;
    background: linear-gradient(90deg, #070707 0%, #121212 40%, #0b0b0b 100%);
    min-height: 210px;
}

.qt-ticket-left {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr 56px 26px;
    align-items: center;
    gap: 10px;
    padding: 22px 18px 22px 22px;
}

.qt-ticket-left::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 2px solid rgba(255, 213, 51, 0.9);
    background-color: #0b0b0b;
}

.qt-ticket-left::after {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 0;
    border-right: 2px dotted rgba(255, 213, 51, 0.85);
}

.qt-ticket-barcode {
    width: 100%;
    height: 168px;
    opacity: 0.92;
    background-image:
        repeating-linear-gradient(to bottom, #FFD533 0 4px, rgba(255, 213, 51, 0) 4px 12px),
        repeating-linear-gradient(to bottom, rgba(255, 213, 51, 0.95) 0 2px, rgba(255, 213, 51, 0) 2px 7px),
        repeating-linear-gradient(to bottom, rgba(255, 213, 51, 0.9) 0 6px, rgba(255, 213, 51, 0) 6px 18px),
        repeating-linear-gradient(to bottom, rgba(255, 213, 51, 0.92) 0 3px, rgba(255, 213, 51, 0) 3px 9px);
    background-size: 100% 100%, 86% 100%, 72% 100%, 58% 100%;
    background-position: 0 0, 6px 2px, 16px -3px, 26px 4px;
    background-repeat: no-repeat;
    border-radius: 2px;
    position: relative;
}

.qt-ticket-barcode::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.qt-ticket-code {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    color: rgba(255, 213, 51, 0.92);
    font-weight: 600;
    display: flex;
    padding-right: 25px;
    flex-direction: row;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.16em;
    justify-self: center;
}

.qt-ticket-promo {
    font-family: "Bayon", "Inter", sans-serif;
    color: #FFD533;
    font-size: 4.9rem;
    line-height: 1;
    letter-spacing: 0.02em;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    justify-self: center;
}

.qt-ticket-label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.05rem;
    letter-spacing: 0.16em;
    font-weight: 800;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    text-transform: uppercase;
    justify-self: end;
}

.qt-ticket-mid {
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background: radial-gradient(900px 260px at 30% 40%, rgba(255, 213, 51, 0.12) 0%, rgba(0, 0, 0, 0) 60%); */
}

.qt-ticket-kicker {
    color: #FFD533;
    font-weight: 900;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.qt-ticket-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.qt-ticket-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.qt-ticket-hero-left {
    min-width: 0;
    gap: 0px;
}

.qt-ticket-hero-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
}

.qt-ticket-book {
    /* font-family: "Bayon", "Inter", sans-serif; */
    color: #FFD533;
    font-size: 8rem;
    line-height: 0.95;
}

.qt-ticket-sub {
    /* font-family: "Bayon", "Inter", sans-serif; */
    color: #FFD533;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
}

.qt-ticket-site-inline {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: rgba(255, 213, 51, 0.7);
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
    flex: 0 0 auto;
}

.qt-ticket-foot {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.qt-ticket-line {
    width: 52px;
    height: 2px;
    background-color: rgba(255, 213, 51, 0.9);
    border-radius: 999px;
}

.qt-ticket-foot-text {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    font-weight: 800;
    text-transform: uppercase;
}

.qt-ticket-box {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 220px;
    height: 240px;
    background-color: transparent;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
    z-index: 5;
    border: 4px solid #FFD533;
    flex: 0 0 auto;
}

.qt-ticket-box-top {
    background-color: #FFD533;
    color: #0b0b0b;
    font-family: "Bayon", "Inter", sans-serif;
    text-align: center;
    font-size: 4.25rem;
    padding: 0;
    line-height: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qt-ticket-box-bottom {
    background-color: #0b0b0b;
    color: #FFD533;
    font-family: "Bayon", "Inter", sans-serif;
    text-align: center;
    font-size: 3.6rem;
    padding: 0;
    line-height: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .qt-ticket {
        grid-template-columns: 1fr;
    }

    .qt-ticket-left::after {
        display: none;
    }

    .qt-ticket-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 24px 18px;
    }

    .qt-ticket-barcode {
        width: min(240px, 100%);
        height: 18px;
        background: repeating-linear-gradient(to right, #FFD533 0 4px, rgba(255, 213, 51, 0) 4px 10px);
        margin-bottom: 10px;
    }

    .qt-ticket-barcode::after { display: none; }

    .qt-ticket-code {
        writing-mode: horizontal-tb;
        transform: none;
        letter-spacing: 0.12em;
        margin-bottom: 10px;
        text-align: center;
    }

    .qt-ticket-promo,
    .qt-ticket-label {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .qt-ticket-mid {
        padding: 22px 18px;
    }

    .qt-ticket-book {
        font-size: 5.6rem;
    }

    .qt-ticket-sub {
        font-size: 1.9rem;
    }

    .qt-ticket-box {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: min(190px, 100%);
        height: min(190px, 100%);
    }

    .qt-ticket-site-inline {
        writing-mode: horizontal-tb;
        transform: none;
        letter-spacing: 0.08em;
    }

    .qt-ticket-hero {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
    }

    .qt-ticket-hero-right {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}

.qt-topbar {
    background-color: var(--accent-yellow);
    color: #111827;
    font-size: 0.85rem;
}

.qt-topbar-label {
    font-weight: 700;
}

.qt-topbar-link {
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.qt-topbar-link:hover {
    color: #111827;
    text-decoration: underline;
}

.qt-navbar {
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    padding-top: 10px;
    padding-bottom: 10px;
}

.qt-brand {
    display: inline-flex;
    align-items: center;
}

.qt-logo {
    width: auto;
    height: 54px;
    max-width: 200px;
    object-fit: contain;
}

.qt-nav-link {
    color: #111827 !important;
    font-weight: 600;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.qt-nav-link:hover,
.qt-nav-link.active {
    color: #111827 !important;
    text-decoration: underline;
    text-decoration-color: var(--accent-yellow);
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}

.qt-nav-link.dropdown-toggle::after {
    display: none;
}

.qt-services-menu {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    min-width: 320px;
    max-width: calc(100vw - 2rem);
}

.qt-services-item {
    border-radius: 10px;
    padding: 12px 12px;
    font-weight: 700;
    color: #111827;
    white-space: normal;
}

.qt-services-item:hover,
.qt-services-item:focus {
    background-color: var(--light-blue);
    color: #111827;
}

.qt-services-item i {
    color: rgba(17, 24, 39, 0.55);
}

.qt-services-item:hover i,
.qt-services-item:focus i {
    color: rgba(17, 24, 39, 0.75);
}

.qt-btn-yellow {
    background-color: var(--accent-yellow);
    color: #111827;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 800;
    border: 1px solid transparent;
}

.qt-btn-yellow:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-search {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    text-decoration: none;
}

.qt-search:hover {
    border-color: rgba(17, 24, 39, 0.25);
    color: #111827;
}

.qt-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    cursor: pointer;
}

.home-page {
    background-color: #ffffff;
}

.fleet-page {
    background-color: #ffffff;
}

.service-page {
    background-color: #ffffff;
}

.qt-service-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #ffffff;
}

.madina-airport-taxi-page .qt-service-hero {
    background-image: url("../images/madina-1.png");
}

.jeddah-airport-taxi-page .qt-service-hero {
    background-image: url("../images/jedbg.png");
}

.taif-airport-taxi-page .qt-service-hero {
    background-image: url("../images/Taif-img1.png");
}

.qt-service-hero-simple-content {
    position: relative;
    z-index: 1;
    padding: 110px 0 90px;
    max-width: 920px;
}

.qt-service-hero-simple-title {
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

.qt-service-hero-simple-text {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
    font-size: 1rem;
}

.qt-service-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 12, 0.88);
}

.qt-service-hero-content {
    position: relative;
    z-index: 1;
    padding: 88px 0 160px;
}

.qt-service-hero-title {
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.08;
}

.qt-service-hero-text {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
    max-width: 560px;
}

.qt-service-hero-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-service-hero-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-hero-vehicle {
    width: min(540px, 100%);
    height: auto;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45));
}

.qt-service-hero-angle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 160px;
    background: var(--accent-yellow);
    clip-path: polygon(0 70%, 70% 0, 100% 28%, 100% 100%, 0 100%);
    z-index: 0;
}

.qt-service-section {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-section-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
}

.qt-service-section-subtitle {
    font-weight: 800;
    color: #111827;
    font-size: 1.1rem;
}

.qt-service-section-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-section-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-service-section-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-section-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-section-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-jeddah {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-jeddah-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-jeddah-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-jeddah-kicker {
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #111827;
}

.qt-service-jeddah-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.qt-service-jeddah-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(17, 24, 39, 0.78);
    line-height: 1.6;
    font-size: 0.95rem;
}

.qt-service-jeddah-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: var(--accent-yellow);
    margin-top: 6px;
    flex: 0 0 auto;
}

.qt-service-jeddah-cta {
    margin-top: 18px;
}

.qt-service-jeddah-media {
    display: grid;
    gap: 18px;
}

.qt-service-jeddah-img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-jeddah-img img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-jeddah-img-small img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.qt-service-jeddah-premier {
    background-color: #ffffff;
    padding: 70px 0 0;
}

.qt-service-jeddah-premier-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-jeddah-premier-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-jeddah-premier-cta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.qt-service-jeddah-premier-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-service-jeddah-premier-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-jeddah-premier-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-jeddah-premier-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-jeddah-efficient {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-jeddah-efficient-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-jeddah-efficient-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-jeddah-efficient-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-jeddah-efficient-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-jeddah-efficient-cta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.qt-service-jeddah-efficient-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-service-jeddah-efficient-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-taif-elevate {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-taif-elevate-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-taif-elevate-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-taif-elevate-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-taif-elevate-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-taif-firstclass {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-taif-firstclass-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-taif-firstclass-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-taif-firstclass-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-taif-firstclass-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-taif-firstclass-cta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.qt-service-holy {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-holy-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-holy-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-holy-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-holy-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-steps {
    background-color: #ffffff;
    padding: 24px 0 0;
}

.qt-service-steps-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.1;
}

.qt-service-steps-bar {
    background-color: #232323;
    color: #ffffff;
    padding: 26px 0;
}

.qt-service-step {
    padding: 18px 18px;
}

.qt-service-step-icon {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.qt-service-step-title {
    font-weight: 900;
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.qt-service-step-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

.qt-service-why {
    background-color: #ffffff;
    padding: 70px 0 0;
}

.qt-service-why-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    line-height: 1.1;
}

.qt-service-why-subtitle {
    color: rgba(17, 24, 39, 0.7);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-size: 0.95rem;
}

.qt-service-why-bar {
    background-color: #232323;
    color: #ffffff;
    padding: 26px 0;
    margin-top: 18px;
}

.qt-service-why-item {
    padding: 18px 18px;
}

.qt-service-why-icon {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 10px;
}

.qt-service-why-item-title {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.qt-service-why-item-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

.qt-service-faq {
    background: linear-gradient(90deg, #070707 0%, #121212 50%, #0b0b0b 100%);
    padding: 70px 0;
}

.qt-service-faq-title {
    color: var(--accent-yellow);
    font-weight: 900;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.qt-service-faq .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    margin-bottom: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.22);
}

.qt-service-faq .faq-question {
    background: rgba(0, 0, 0, 0.22);
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.qt-service-faq .faq-question h4 {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.qt-service-faq .faq-icon {
    width: 28px;
    height: 28px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.qt-service-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.18);
    transition: max-height 0.4s ease;
}

.qt-service-faq .faq-answer p {
    padding: 14px 16px;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.qt-service-faq .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.qt-service-reliable {
    background-color: #ffffff;
    padding: 70px 0;
}

.qt-service-reliable-title {
    font-weight: 900;
    color: #111827;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.05;
}

.qt-service-reliable-text {
    color: rgba(17, 24, 39, 0.75);
    line-height: 1.75;
    font-size: 0.98rem;
}

.qt-service-reliable-media {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}

.qt-service-reliable-media img {
    width: 100%;
    height: auto;
    display: block;
}

.qt-service-reliable-cta {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.qt-service-reliable-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-service-reliable-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-split {
    background-color: #ffffff;
    padding: 0 0 80px;
}

.qt-service-split-frame {
    border: 2px solid rgba(0, 110, 255, 0.35);
    border-radius: 0;
    overflow: hidden;
}

.qt-service-split-left {
    background-color: #1f1f1f;
    color: #ffffff;
}

.qt-service-split-right {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-split-inner {
    padding: 28px 26px;
}

.qt-service-split-title {
    font-weight: 900;
    line-height: 1.1;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    margin-bottom: 14px;
}

.qt-service-split-left .qt-service-split-title {
    color: #ffffff;
}

.qt-service-split-right .qt-service-split-title {
    color: #111827;
}

.qt-service-split-text {
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.qt-service-split-left .qt-service-split-text {
    color: rgba(255, 255, 255, 0.78);
}

.qt-service-split-right .qt-service-split-text {
    color: rgba(17, 24, 39, 0.78);
}

.qt-service-split-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
    flex-wrap: wrap;
}

.qt-service-split-btn {
    background-color: #FFD533;
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
    min-width: 160px;
}

.qt-service-split-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-service-split-points {
    margin-top: 18px;
    display: grid;
    gap: 16px;
}

.qt-service-split-point-title {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.qt-service-split-point-text {
    color: rgba(17, 24, 39, 0.78);
    line-height: 1.6;
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .qt-service-hero-content {
        padding: 70px 0 150px;
        text-align: center;
    }

    .qt-service-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .qt-service-hero-angle {
        height: 140px;
        clip-path: polygon(0 72%, 62% 0, 100% 30%, 100% 100%, 0 100%);
    }

    .qt-service-holy {
        padding: 54px 0;
        text-align: center;
    }

    .qt-service-jeddah {
        padding: 54px 0;
        text-align: center;
    }

    .qt-service-jeddah-list li {
        text-align: left;
    }

    .qt-service-jeddah-premier {
        padding: 54px 0 0;
        text-align: center;
    }

    .qt-service-taif-elevate {
        padding: 54px 0;
        text-align: center;
    }

    .qt-service-taif-firstclass {
        padding: 54px 0;
        text-align: center;
    }

    .qt-service-step {
        padding: 18px 14px;
    }

    .qt-service-reliable {
        padding: 54px 0;
        text-align: center;
    }

    .qt-service-split-inner {
        padding: 24px 18px;
        text-align: left;
    }

    .qt-service-faq {
        padding: 54px 0;
    }
}

.qt-hero {
    position: relative;
    min-height: 650px;
    background-image: url("../images/Home_img_2.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}

.qt-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.qt-hero-content {
    position: relative;
    z-index: 1;
    padding: 110px 0 90px;
}

.qt-hero-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.12;
}

.qt-hero-subtitle {
    font-weight: 800;
    color: var(--accent-yellow);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.qt-hero-text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.7;
}

.qt-hero-cta {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 800;
    border-radius: 10px;
    padding: 12px 18px;
    border: 1px solid transparent;
}

.qt-hero-cta:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-services {
    background-color: #ffffff;
}

.qt-eyebrow {
    color: var(--accent-yellow);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
}

.qt-section-title {
    color: #111827;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.15;
}

.qt-section-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

.qt-services-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(17, 24, 39, 0.35);
    border-radius: 999px;
    padding: 10px 16px;
    color: #111827;
    text-decoration: none;
    font-weight: 800;
}

.qt-services-link:hover {
    background-color: #111827;
    border-color: #111827;
    color: #ffffff;
}

.qt-services-media {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background-color: #f3f4f6;
    aspect-ratio: 16 / 9;
}

.qt-services-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.qt-about {
    padding: 84px 0;
    background: radial-gradient(1200px 500px at 10% 10%, rgba(255, 213, 51, 0.18) 0%, rgba(0, 0, 0, 0) 55%),
        linear-gradient(90deg, #0b0b0b 0%, #151515 45%, #0b0b0b 100%);
    color: #ffffff;
    border-bottom: 4px solid #0ea5e9;
}

.qt-about-title {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.1;
}

.qt-about-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.75;
}

.qt-about-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background-color: var(--accent-yellow);
    color: #111827;
    text-decoration: none;
    font-weight: 800;
}

.qt-about-call:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-about-call-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: rgba(17, 24, 39, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.qt-about-call-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}

.qt-about-call-label {
    font-size: 0.8rem;
    font-weight: 800;
}

.qt-about-call-number {
    font-size: 1.05rem;
    font-weight: 900;
}

.qt-about-lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    line-height: 1.75;
}

.qt-about-points {
    padding: 0;
}

.qt-about-point + .qt-about-point {
    margin-top: 18px;
}

.qt-about-point-title {
    font-weight: 900;
    font-size: 1.05rem;
    margin-bottom: 6px;
}

.qt-about-point-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
}

.qt-intro {
    padding: 70px 0;
    background-color: #ffffff;
}

.qt-intro-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.qt-intro-title {
    color: #111827;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.15;
}

.qt-intro-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.8;
}

.qt-packages-section {
    padding: 30px 0 78px;
    background-color: #ffffff;
}

.qt-packages-carousel {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.qt-packages-slide {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(90deg, #121212 0%, #242424 55%, #1b1b1b 100%);
    min-height: 270px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.qt-packages-left {
    padding: 46px 44px;
    color: #ffffff;
}

.qt-packages-title {
    font-weight: 900;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.qt-packages-text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    font-size: 0.95rem;
    margin-bottom: 18px;
    max-width: 520px;
}

.qt-packages-btn {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 900;
    border-radius: 10px;
    padding: 10px 16px;
    border: none;
}

.qt-packages-btn:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-packages-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 28px;
}

.qt-packages-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-yellow) 100%);
    clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.qt-packages-img {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    height: auto;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.35));
}

.qt-packages-control {
    width: 44px;
    opacity: 1;
}

.qt-packages-control-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
}

.qt-packages-control:hover .qt-packages-control-icon {
    background-color: rgba(0, 0, 0, 0.35);
}

.qt-packages-indicators {
    position: static;
    margin-top: 16px;
    gap: 10px;
}

.qt-packages-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background-color: #111827;
    opacity: 0.22;
}

.qt-packages-indicators .active {
    opacity: 1;
}

.qt-fleets-section {
    padding: 20px 0 90px;
    background-color: #ffffff;
}

.qt-fleets-header {
    max-width: 900px;
    margin: 0 auto 34px;
}

.qt-fleets-title {
    font-weight: 900;
    color: #111827;
    font-size: 2.2rem;
    line-height: 1.15;
}

.qt-fleets-text {
    color: #4b5563;
    line-height: 1.75;
    font-size: 0.95rem;
}

.qt-fleet-card {
    border-radius: 22px;
    background-color: #0b0b0b;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    height: 100%;
}

.qt-fleet-card-inner {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.qt-fleet-card-top {
    background-color: #FFD533;
    padding: 22px 18px 8px;
    text-align: center;
    position: relative;
}

.qt-fleet-name {
    font-family: "Bayon", "Inter", sans-serif;
    font-weight: 900;
    font-size: clamp(2.15rem, 3.2vw, 3.55rem);
    letter-spacing: 0.01em;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.05;
}

.qt-fleet-img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.28));
}

.qt-fleet-card-bottom {
    background-color: #0b0b0b;
    padding: 18px 18px 20px;
    color: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qt-fleet-subtitle {
    text-align: center;
    font-weight: 800;
    font-size: 0.95rem;
}

.qt-fleet-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.55;
    text-align: center;
}

.qt-fleet-features {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.qt-fleet-features li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.qt-fleet-features i {
    color: #ffffff;
    font-size: 0.95rem;
}

.qt-fleet-btn {
    margin-top: auto;
    align-self: center;
    background-color: #FFD533;
    color: #111827;
    font-weight: 900;
    border-radius: 10px;
    padding: 10px 16px;
    border: none;
}

.qt-fleet-btn:hover {
    background-color: #f2c800;
    color: #111827;
}

.qt-cta-faq {
    background-color: #0b0b0b;
    padding: 36px 0 90px;
}

.qt-cta-banner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-image: url("../images/bgImg.png");
    background-size: cover;
    background-position: center;
    border: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.qt-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
}

.qt-cta-content {
    position: relative;
    padding: 64px 24px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    color: #ffffff;
}

.qt-cta-title {
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: clamp(1.65rem, 2.6vw, 2.3rem);
}

.qt-cta-text {
    color: rgba(255, 255, 255, 0.82);
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.65;
}

.qt-cta-btn {
    background-color: #FFD533;
    color: #111827;
    font-weight: 900;
    border-radius: 10px;
    padding: 10px 18px;
    border: none;
}

.qt-cta-btn:hover {
    background-color: #f2c800;
    color: #111827;
}

.qt-faq-wrap {
    padding-top: 46px;
}

.qt-faq-title {
    font-weight: 900;
    color: #FFD533;
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
}

.qt-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: transparent;
    border-radius: 0;
}

.qt-faq-accordion .qt-faq-item + .qt-faq-item {
    margin-top: 0;
}

.qt-faq-button {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 0.95rem;
}

.qt-faq-button::after {
    display: none !important;
}

.qt-faq-button::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 900;
    flex: 0 0 auto;
}

.qt-faq-button:not(.collapsed)::before {
    content: "–";
}

.qt-faq-body {
    color: rgba(255, 255, 255, 0.78);
    background-color: transparent;
    padding: 0 16px 14px 48px;
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .qt-cta-content {
        padding: 52px 18px;
    }
}

@media (max-width: 991.98px) {
    .qt-logo {
        height: 46px;
    }

    .qt-hero-content {
        padding: 80px 0 60px;
    }

    .qt-hero-title {
        font-size: 2.2rem;
    }

    .qt-section-title {
        font-size: 2rem;
    }

    .qt-about {
        padding: 64px 0;
    }

    .qt-about-title {
        font-size: 2.1rem;
    }

    .qt-intro {
        padding: 56px 0;
    }

    .qt-packages-slide {
        grid-template-columns: 1fr;
    }

    .qt-packages-left {
        padding: 34px 22px;
        text-align: center;
    }

    .qt-packages-text {
        max-width: 100%;
    }

    .qt-packages-right {
        padding: 22px;
    }

    .qt-packages-right::before {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .qt-fleets-title {
        font-size: 1.9rem;
    }
}

/* home */

.logo {
      font-family: 'Inter', sans-serif;
      font-weight: 800;
    }

    .navbar-custom {
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 21px;
      padding: 2px 18px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-top: 20px;
      max-width: 1200px;
      width: 90%;
    }

    .logo {
      font-weight: 800;
      color: var(--primary-blue);
      font-size: 1.5rem;
    }

    .main-logo {
      max-width: 180px;
      max-height: 90px;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .nav-link-custom {
      color: #000 !important;
      font-weight: 400;
      margin: 0 8px;
      text-transform: uppercase;
      font-size: 0.85rem;
    }

    .nav-link-custom:hover {
      color: var(--primary-blue) !important;
    }

    .btn-book-now {
      background-color: var(--accent-yellow);
      color: #fff;
      padding: 10px 15px;
      border-radius: 8px;
      font-weight: 600;
      border: none;
      font-family: 'Inter', sans-serif;
    }

    .btn-book-now:hover {
      background-color: var(--accent-yellow);
    }

    .hero-section {
      height: 100vh;
      background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url('../img/bg.png') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    .home-page .navbar.sticky-top {
      position: sticky !important;
      top: 0;
    }

    .hero-title {
      padding-top: 10rem;
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      font-size: 3.8rem;
      line-height: 1.2;
    }

    .booking-box {
      background-color: #fff;
      border-radius: 14px;
      padding: 25px;
      color: #000;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      margin-top: 30px;
    }

    .booking-top-row {
      display: flex;
      gap: 0;
      align-items: stretch;
    }

    .booking-field {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border: 1px solid #000;
      background-color: #fff;
      border-radius: 999px;
      flex: 1;
    }

    .booking-field-left {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .booking-field-right {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .booking-input {
      border: none;
      outline: none;
      background: transparent;
      width: 100%;
      font-family: 'Inter', sans-serif;
      font-size: 0.95rem;
    }

    .booking-icon {
      font-size: 0.9rem;
      color: #000;
    }

    .booking-swap {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-inline: -12px;
      z-index: 1;
      font-size: 0.9rem;
      color: #000;
    }

    .booking-bottom-field {
      border-radius: 999px;
      border: 1px solid #000;
      background-color: #fff;
      padding: 6px 16px;
      font-size: 0.9rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .booking-bottom-field .booking-input {
      padding: 4px 0;
    }

    .booking-icon-right {
      font-size: 0.9rem;
      color: #000;
      margin-left: 8px;
    }

    .btn-get-quote {
      background-color: var(--primary-blue);
      color: #fff;
      border: none;
      padding: 12px 24px;
      border-radius: 999px;
      font-weight: 600;
      width: 100%;
      font-family: 'Inter', sans-serif;
    }

    .btn-get-quote:hover {
      background-color: #002b6b;
    }

    @media (max-width: 767.98px) {
      .booking-top-row {
        flex-direction: column;
        gap: 8px;
      }

      .booking-swap {
        margin-inline: 0;
        align-self: center;
      }

      .booking-field-left,
      .booking-field-right {
        border-radius: 999px;
      }
    }

    /* Top Buttons */
    .top-buttons {
      padding: 15px;
      display: flex;
      justify-content: space-around;
      gap: 10px;
      flex-wrap: wrap;
    }

    .top-buttons button {
      background-color: transparent;
      padding: 16px 60px;
      border-radius: 50px;
      border: 1px solid #fff;
      cursor: pointer;
      font-size: 14px;
      color: #fff;
    }

    .feature-icon {
      background-color: var(--secondary-blue);
      color: white;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin: 0 auto 20px;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-card {
      text-align: center;
      padding: 30px 20px;
      border-radius: 10px;
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      border: none;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .section-title {
      color: var(--primary-blue);
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 2.2rem;
    }

    .section-subtitle {
      color: #666;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    /* Our Fleet Section with CSS Grid */
    .fleet-section {
      padding: 80px 0;
      background-color: #f8f9fa;
    }

    .fleet-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .fleet-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);

      gap: 30px;
      margin-top: 40px;
    }

    .vehicle-card-grid {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .vehicle-card-grid:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }

    .vehicle-img-grid {
      height: 200px;
      background-color: #f1f5f9;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--secondary-blue);
      font-size: 50px;
      position: relative;
      overflow: hidden;
    }

    .vehicle-img-grid img {
      width: 70%;
      height: 100%;
      object-fit: cover;
    }

    .vehicle-info-grid {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .vehicle-info-grid h3 {
      font-size: 1.4rem;
      color: #000;
      margin-bottom: 12px;
      font-weight: 700;
    }

    .vehicle-info-grid p {
      font-family: 'Inter';
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 20px;
      flex-grow: 1;
      color: #000
    }

    .vehicle-features {
      display: flex;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 15px;
      border-top: 1px solid #eee;
      font-size: 0.9rem;
      color: #555;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .feature-item i {
      color: var(--accent-yellow);
    }

    .transfer-img-box {
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 15px;
      height: 100%;
    }

    .transfer-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-card {
      background-color: var(--primary-blue);
      color: white;
      padding: 25px;
      border-radius: 14px;
      height: 100%;
    }

    .stars {
      color: #ffc107;
      font-size: 20px;
      margin-bottom: 15px;
    }

    #testimonialCarousel {
      position: relative;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
    }

    #testimonialCarousel .carousel-control-prev {
      left: -2.5rem;
    }

    #testimonialCarousel .carousel-control-next {
      right: -2.5rem;
    }

    #testimonialCarousel .carousel-control-prev-icon,
    #testimonialCarousel .carousel-control-next-icon {
      border-radius: 50%;
      padding: 0.5rem;
      background-color: #1c0080;
    }

    .about-section {
      background-color: var(--primary-blue);
      color: white;
      padding: 80px 0;
    }

    .about-img img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .faq-section {
      padding: 80px 0;
    }

    .faq-item {
      border: 2px solid #2f66d0;
      border-radius: 12px;
      margin-bottom: 16px;
      overflow: hidden;
    }

    .faq-question {
      background: var(--light-blue);
      padding: 18px 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question h4 {
      margin: 0;
      font-size: 16px;
      color: #002b6b;
      font-weight: 600;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      background: var(--primary-blue);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      transition: transform 0.3s;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      background: var(--light-blue);
      transition: max-height 0.4s ease;
    }

    .faq-answer p {
      padding: 18px 22px;
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
      color: #333;
    }

    .faq-item.active .faq-answer {
      max-height: 200px;
    }

    .faq-item.active .faq-icon {
      transform: rotate(180deg);
    }
    
    .booking-faq-section {
      background-color: #1f3c88;
    }
    
    .booking-faq-button {
      background-color: #ffffff;
      border-radius: 999px !important;
      padding: 14px 20px;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .booking-faq-button:not(.collapsed) {
      background-color: #ffffff;
      color: #000000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    }
    
    .booking-faq-button:focus {
      box-shadow: none;
    }
    
    .booking-faq-body {
      background-color: #ffffff;
      font-size: 0.95rem;
    }

    .footer-section {
      background-color: #111827;
      color: #f9fafb;
    }

    .footer-title {
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .footer-text {
      font-size: 0.875rem;
      color: #9ca3af;
      max-width: 280px;
    }

    .footer-links {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      font-size: 0.875rem;
    }

    .footer-links li {
      margin-bottom: 6px;
    }

    .footer-links a {
      color: #e5e7eb;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer-social-link {
      color: #f9fafb;
      font-size: 1.1rem;
    }

    .footer-social-link:hover {
      color: #ffffff;
    }

.qt-footer {
    background-color: #f3f4f6;
    color: #111827;
}

.qt-footer-title {
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.qt-footer-underline {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #FFD533;
    border-radius: 999px;
    margin-bottom: 12px;
}

.qt-footer-text {
    color: #374151;
    font-size: 0.875rem;
    line-height: 1.65;
}

.qt-footer-links,
.qt-footer-contact {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.875rem;
}

.qt-footer-links a {
    color: #111827;
    text-decoration: none;
}

.qt-footer-links a:hover {
    text-decoration: underline;
    text-decoration-color: #FFD533;
    text-underline-offset: 4px;
}

.qt-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #111827;
}

.qt-footer-contact i {
    color: #111827;
    margin-top: 2px;
}

.qt-footer-contact a {
    color: #111827;
    text-decoration: none;
}

.qt-footer-contact a:hover {
    text-decoration: underline;
}

.qt-footer-newsletter {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.qt-footer-input {
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.9rem;
    background-color: #ffffff;
}

.qt-footer-input:focus {
    outline: none;
    border-color: rgba(255, 213, 51, 0.9);
    box-shadow: 0 0 0 3px rgba(255, 213, 51, 0.25);
}

.qt-footer-btn {
    background-color: #FFD533;
    color: #111827;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 900;
    font-size: 0.9rem;
}

.qt-footer-btn:hover {
    background-color: #f2c800;
    color: #111827;
}

.qt-footer-bottom {
    border-top: 1px solid rgba(17, 24, 39, 0.18);
    color: #111827;
    font-size: 0.85rem;
    background-color: #f3f4f6;
}

        @media (max-width: 1200px) {
      .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      #testimonialCarousel {
        padding-bottom: 70px;
      }

      #testimonialCarousel .carousel-control-prev,
      #testimonialCarousel .carousel-control-next {
        top: auto;
        bottom: 10px;
        transform: none;
        width: 50px;
        height: 50px;
        opacity: 1;
      }

      #testimonialCarousel .carousel-control-prev {
        left: calc(50% - 60px);
      }

      #testimonialCarousel .carousel-control-next {
        right: auto;
        left: calc(50% + 10px);
      }
    }

    @media (max-width: 992px) {
      .navbar-custom {
        margin-top: 0;
        padding: 8px 15px;
        max-width: 100%;
        width: 90%;
        border-radius: 20px;
        flex-wrap: wrap;
      }

      .navbar-custom .navbar-toggler {
        margin-left: auto;
      }

      .navbar-custom .navbar-collapse {
        margin-top: 0.75rem;
        width: 100%;
        flex-basis: 100%;
      }

      .navbar-custom .navbar-nav {
        width: 100%;
        align-items: flex-start;
      }

      .navbar-custom .btn-book-now {
        width: 100%;
        margin-top: 0.75rem;
      }

      .auth-wrapper {
        width: 100%;
        margin-top: 0.5rem;
        justify-content: center;
      }
      
      .auth-wrapper .btn {
        width: 100%;
      }
    }

      .hero-section {
        height: auto;
        min-height: 100vh;
        padding: 120px 0 60px;
      }

      .hero-title {
        font-size: 2.2rem;
      }

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

      .section-title {
        font-size: 1.8rem;
      }
    

    .herobtn {
      background-color: #1e3a8a;
      width: 100%;
      overflow: hidden;
    }

    .container-flex {
      width: 100%;
      padding-right: var(--bs-gutter-x, .75rem);
      padding-left: var(--bs-gutter-x, .75rem);
      margin-right: auto;
      margin-left: auto;
    }

    @media (max-width: 768px) {
      .logo {
        font-size: 1.3rem;
      }

      .hero-title {
        font-size: 1.8rem;
      }

      .booking-box {
        padding: 20px;
      }

      .btn-top-nav {
        max-width: 100%;
        margin: 5px 0;
      }
      
      .top-buttons {
        padding: 10px;
        gap: 8px;
      }
      
      .top-buttons button {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        display: block;
      }

      .fleet-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .section-title {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 576px) {
      .hero-title {
        font-size: 1.6rem;
      }

      .fleet-grid {
        grid-template-columns: 1fr;
      }
    }

/* home */

.card-soft {
    border-radius: 20px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    border: 0;
}

.img-wrap {
    background: #f3f3f3;
    border-radius: 20px 20px 0 0;
    padding: 0;
    height: 380px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating i {
    color: #ffc107;
    font-size: 28px;
}

.price-badge {
    background: #ffd977;
    border-radius: 18px;
    padding: 10px 18px;
    font-weight: 700;
    display: inline-block;
}

.btn-book {
    background: #4c9a06;
    color: #fff;
    border-radius: 18px;
    font-size: 28px;
    font-weight: 700;
    padding: 14px 42px;
}

.btn-book:hover {
    background: #3f8205;
    color: #fff;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    background: #d9d9d9;
    color: #fff;
}

.step.active .step-circle {
    background: #ffd533;
    color: #000;
}

.step.completed .step-circle {
    background: #2aa62e;
    color: #fff;
}

.step-line.active {
    background: #ffd533;
}

.step-line.active::after {
    background: #ffd533;
}

.step-label {
    margin-top: 10px;
    font-size: 16px;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #d9d9d9;
    position: relative;
    margin: 0 10px;
}

.step-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Icons Section */
.icons .icon-box {
    text-align: center;
    margin-bottom: 24px;
}

.icons .icon-circle {
    width: 64px;
    height: 64px;
    background-color: #1f3c88;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 12px;
}

.icons h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.icons p {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Billing Form */
.form-control, .form-select {
    border-color: #dee2e6;
    padding: 12px 16px; /* slightly taller inputs */
    border-radius: 8px;
}

.form-control::placeholder {
    color: #adb5bd;
}

.form-label {
    margin-bottom: 8px;
}

.btn-pay {
    background-color: #1f3c88;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.2s;
}

.btn-pay:hover {
    background-color: #162a66;
    color: #fff;
}

.booking-card {
    border-radius: 18px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.booking-input-large {
    border-radius: 14px;
    border-color: #000000;
    padding: 12px 16px;
}

.pickup-options {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px;
}

.pickup-options .form-check-input {
    margin-top: 0;
}

.pickup-options .form-check-label {
    font-size: 0.85rem;
}

.text-optional {
    color: #16a34a;
}

.booking-counter {
    padding: 0;
    background-color: transparent;
}

.booking-counter-value {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
    color: #111827;
}

.booking-counter-btn {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    background-color: #f3f4f6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



.booking-meet-greet-input {
    border-radius: 14px;
    border: 1px solid #d4d4d4;
    padding: 10px 14px;
    background-color: #ffffff;
}

.save-info-box {
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
}

/* Confirmation Page */
.success-check {
    width: 80px;
    height: 80px;
    background-color: #4c9a06; /* Green similar to design */
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.btn-dark-blue {
    background-color: #ffd533;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

.btn-dark-blue:hover {
    background-color: #e6c12d;
    color: #000;
}

.btn-light-custom {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #212529;
    border-radius: 8px;
}

.btn-light-custom:hover {
    background-color: #e9ecef;
}

.map-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Additional Info Cards */
.avatar-circle {
    width: 80px;
    height: 80px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.star-rating {
    color: #ffc107;
    font-size: 18px;
}

.vehicle-img-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.vehicle-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Updated Vehicle Badge to match target (plain text with icon) */
.vehicle-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #495057;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-right: 12px;
}

/* Info Alert Box - Updated color */
.info-alert {
    background-color: #eef4ff;
    border: 1px solid #c7d7f0;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 12px;
}

.info-alert i {
    font-size: 20px;
    color: #1f3c88;
}

.action-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f3c88;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
}

.action-link:hover {
    text-decoration: underline;
}

/* Feedback Textarea - Matching background */
.feedback-textarea {
    background-color: #eef4ff;
    border: 1px solid #c7d7f0;
    border-radius: 12px;
    resize: none;
}

/* Fleet Page Styles */
.fleet-img-wrapper {
    height: 220px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.fleet-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-primary-custom {
    color: #1f3c88;
}

.btn-fleet-book {
    background-color: #fbbf24;
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 0;
    border: none;
    transition: background-color 0.2s;
}

.btn-fleet-book:hover {
    background-color: #f59e0b;
    color: #000;
}

/* Fleet Features Section */
.text-dark-blue {
    color: #1f3c88;
}

.bg-dark-blue {
    background-color: #1f3c88;
}

.feature-icon {
    color: #1f3c88;
    margin-bottom: 1rem;
}

.feature-icon i {
    font-size: 2.5rem; /* Larger icon size */
    color: #fff;
}

/* CTA Section */
.cta-section {
    background-color: #1f3c88;
}

.btn-cta {
    background-color: #fbbf24;
    color: #000;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.btn-cta:hover {
    background-color: #f59e0b;
    color: #000;
}

/* Contact Page Styles */
.contact-page-body {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Background Shapes */
.shape-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background-image: url('../img/c-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 0;
}

.shape-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 420px;
    background-image: url('../img/c-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 0;
}

/* Contact Card */
.contact-card {
    border: 2px solid #3b82f6; /* Bright Blue Border */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    z-index: 10;
}

/* Form Inputs */
.contact-card .form-control {
    border-radius: 8px;
    padding: 10px 14px;
    border-color: #ced4da;
    font-size: 14px;
}

.contact-card .form-control:focus {
    box-shadow: none;
    border-color: #3b82f6;
}

.contact-card .input-group-text {
    border-color: #ced4da;
}

.contact-page {
    background-color: #ffffff;
}

.qt-contact-hero {
    background-image: none;
    background-color: #242424;
}

.qt-contact-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.qt-contact-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.qt-contact-left {
    background: #242424;
    color: #ffffff;
}

.qt-contact-left-inner {
    padding: 28px 24px;
    min-height: 100%;
}

.qt-contact-left-title {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.qt-contact-left-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.qt-contact-items {
    display: grid;
    gap: 14px;
}

.qt-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.qt-contact-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(255, 213, 51, 0.14);
    color: var(--accent-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.qt-contact-item-label {
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.qt-contact-item-value {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.4;
}

.qt-contact-right {
    background: #ffffff;
}

.qt-contact-right-inner {
    padding: 28px 26px;
    position: relative;
    min-height: 100%;
}

.qt-contact-right-head {
    margin-bottom: 18px;
}

.qt-contact-right-title {
    font-weight: 900;
    font-size: 1.55rem;
    color: #111827;
    margin-bottom: 6px;
}

.qt-contact-right-subtitle {
    color: rgba(17, 24, 39, 0.68);
    font-size: 0.95rem;
    line-height: 1.6;
}

.qt-contact-label {
    font-weight: 800;
    font-size: 0.85rem;
    color: #111827;
}

.qt-contact-input {
    border-radius: 8px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    padding: 10px 12px;
    font-size: 0.92rem;
}

.qt-contact-input:focus {
    box-shadow: none;
    border-color: rgba(255, 213, 51, 0.9);
}

.qt-contact-textarea {
    resize: vertical;
}

.qt-contact-submit {
    background-color: var(--accent-yellow);
    color: #111827;
    font-weight: 900;
    border-radius: 10px;
    padding: 10px 16px;
    border: 1px solid transparent;
}

.qt-contact-submit:hover {
    background-color: var(--accent-yellow);
    color: #111827;
}

.qt-contact-map {
    padding: 0 0 70px;
    background-color: #ffffff;
}

.qt-contact-map-frame {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991.98px) {
    .qt-contact-section {
        padding: 44px 0;
    }
}
/* File Upload */
.upload-box {
    width: 80px;
    height: 80px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s ease;
}

.upload-box:hover {
    border-color: #3b82f6;
    background-color: #f8f9fa;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
