:root {
    --primary: #002a5c;
    --secondary: #2ab6cf;
    --accent: #1d9ac7;
    --light: #ecf7fb;
    --dark: #021a3b;
    --text: #2f4559;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #edf8fc 0%, #ffffff 62%);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: 'Outfit', sans-serif;
    color: var(--dark);
}

a {
    color: inherit;
}

.top-strip {
    background: linear-gradient(135deg, #002a5c 0%, #126f9d 100%);
}

.site-header .navbar {
    backdrop-filter: blur(12px);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 1.05rem;
}

.site-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.brand-text {
    line-height: 1.2;
}

.navbar .nav-link {
    color: #475467;
    font-weight: 600;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--primary);
}

.btn-warning {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
    font-weight: 700;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.hero-section {
    position: relative;
    background: linear-gradient(130deg, rgba(0, 42, 92, 0.9), rgba(25, 130, 173, 0.76)), url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: var(--white);
    padding: 120px 0 90px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.hero-section h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.05rem;
    color: #e7eef7;
    max-width: 610px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.hero-stat {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
}

.hero-stat strong {
    display: block;
    font-size: 1.35rem;
    font-family: 'Outfit', sans-serif;
}

.hero-booking-card {
    margin-top: 0.5rem;
}

.booking-wrap {
    margin-top: -90px;
    position: relative;
    z-index: 2;
}

.booking-card {
    background: var(--white);
    border-radius: 1.2rem;
    box-shadow: 0 25px 60px rgba(2, 26, 53, 0.18);
    padding: 2rem;
}

.booking-page-banner {
    padding: 3.5rem 0 2.5rem;
}

.booking-page-wrap {
    padding-top: 0;
}

.booking-page-card {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    border-radius: 1.4rem;
}

.booking-card .form-label {
    font-weight: 600;
    color: #475467;
}

.booking-tabs {
    background: #f0f6fb;
    border-radius: 999px;
    padding: 4px;
}

.booking-tabs .nav-link {
    border-radius: 999px;
    color: #3f556c;
    font-weight: 700;
    border: none;
    background: transparent;
}

.booking-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--primary), #0f6f9e);
    color: #fff;
}

.booking-card .tab-content {
    border-top: 1px solid #e5ebf1;
    padding-top: 1rem;
}

.ui-datepicker,
.ui-timepicker-wrapper {
    z-index: 1200 !important;
}

.form-control,
.form-select {
    border-radius: 0.65rem;
    padding: 0.75rem 0.9rem;
    border-color: #d0d5dd;
}

.form-control:focus,
.form-select:focus {
    border-color: #8db8f0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

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

.section-title {
    margin-bottom: 2rem;
}

.section-title h2 {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.section-title p {
    color: #667085;
    max-width: 620px;
}

.home-about-section {
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfe 100%);
}

.service-card,
.fleet-card,
.choose-card,
.route-card,
.contact-card {
    border: none;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 15px 35px rgba(2, 26, 53, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.fleet-card:hover,
.choose-card:hover,
.route-card:hover,
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(2, 26, 53, 0.14);
}

.icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), var(--secondary));
}

.bg-light-blue {
    background: linear-gradient(180deg, #eef8fc 0%, #f9fdff 100%);
}

.route-price {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.1rem;
}

.fleet-highlight {
    border: 2px solid #8adbf0;
}

.service-media-card {
    display: flex;
    flex-direction: column;
}

.service-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.service-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding-top: 0.9rem;
    border-top: 1px solid #eaecf0;
}

.service-price {
    font-weight: 800;
    color: var(--primary);
}

.service-link {
    text-decoration: none;
    font-weight: 700;
    color: #0f6e9f;
}

.fleet-slider-card {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 16px 36px rgba(2, 26, 53, 0.1);
    overflow: hidden;
    height: 100%;
}

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

.fleet-slider-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.fleet-rate {
    color: var(--primary);
    font-weight: 800;
}

.fleet-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.fleet-button-prev,
.fleet-button-next {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fleet-button-prev:hover,
.fleet-button-next:hover {
    background: var(--secondary);
}

.fleet-pagination .swiper-pagination-bullet {
    background: #9ecfdf;
    opacity: 1;
}

.fleet-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

.route-media-card {
    display: flex;
    flex-direction: column;
}

.route-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.route-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    border-top: 1px solid #eaecf0;
    padding-top: 0.7rem;
    color: #475467;
    font-size: 0.92rem;
}

.route-footer strong {
    color: var(--primary);
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 0.85rem;
    box-shadow: 0 14px 30px rgba(2, 26, 53, 0.08);
    margin-bottom: 0.95rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 700;
    color: #0f172a;
    background: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: #f7fbff;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    color: #475467;
}

.testimonial-block {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(2, 26, 53, 0.1);
    padding: 2rem;
}

.testimonial-block p {
    font-size: 1rem;
    color: #475467;
}

.testimonial-stars {
    color: #2ab6cf;
}

.contact-section {
    background: linear-gradient(145deg, #002a5c 0%, #126f9d 100%);
    color: #fff;
}

.contact-section h2,
.contact-section h3,
.contact-section .form-label {
    color: #fff;
}

.contact-section .form-control,
.contact-section .form-select,
.contact-section textarea {
    background: rgba(255, 255, 255, 0.95);
    border-color: transparent;
}

.contact-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.site-footer {
    background: #001b3d;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.footer-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.6rem;
    color: #d0d5dd;
}

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

.footer-links a:hover {
    color: #fff;
}

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
}

.social-link:hover {
    background: var(--secondary);
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1060;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    text-decoration: none;
    background: #25d366;
    color: #fff;
    box-shadow: 0 15px 30px rgba(4, 45, 19, 0.35);
}

.page-banner {
    background: linear-gradient(130deg, rgba(0, 42, 92, 0.93), rgba(18, 111, 157, 0.83));
    color: #fff;
    padding: 80px 0;
}

.page-banner h1 {
    color: #fff;
}

.service-breadcrumb-pill {
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
}

.service-detail-section {
    padding-bottom: 24px;
}

.service-detail-hero {
    overflow: hidden;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 25px 55px rgba(2, 26, 53, 0.11);
}

.service-detail-image-wrap {
    min-height: 100%;
}

.service-detail-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.service-detail-panel {
    padding: clamp(1.75rem, 3vw, 3rem);
    height: 100%;
    background:
        radial-gradient(circle at top right, rgba(42, 182, 207, 0.12), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.service-detail-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f6f9e;
}

.service-detail-panel h2 {
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    margin-bottom: 1rem;
}

.service-detail-summary {
    color: #475467;
    font-size: 1.02rem;
}

.service-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.service-detail-meta-card,
.service-highlight-card {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 35px rgba(2, 26, 53, 0.08);
}

.service-detail-meta-card {
    padding: 1rem;
    border: 1px solid #e4edf4;
}

.service-detail-meta-card small {
    display: block;
    color: #667085;
    margin-bottom: 0.35rem;
}

.service-detail-meta-card strong {
    color: var(--primary);
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
}

.service-detail-points strong {
    color: var(--dark);
}

.service-highlight-card {
    padding: 1.6rem;
}

.service-richtext,
.service-richtext p,
.service-richtext li {
    color: #475467;
}

.service-richtext p:last-child {
    margin-bottom: 0;
}

.service-richtext ul,
.service-richtext ol {
    padding-left: 1.25rem;
}

.service-mini-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid #eaecf0;
}

.service-mini-card:last-of-type {
    border-bottom: none;
}

.service-cta-strip {
    padding: clamp(1.75rem, 3vw, 2.6rem);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #002a5c 0%, #126f9d 70%, #2ab6cf 100%);
    color: #fff;
    box-shadow: 0 26px 55px rgba(0, 42, 92, 0.2);
}

.service-cta-strip h3,
.service-cta-strip p,
.service-cta-strip .service-detail-kicker {
    color: #fff;
}

.service-cta-strip .service-detail-kicker {
    opacity: 0.85;
}

.service-cta-contact {
    display: grid;
    gap: 0.9rem;
}

.service-cta-contact a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.service-cta-contact i {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
}

.service-page-banner .hero-badge {
    margin-bottom: 0;
}

.service-inline-summary {
    display: grid;
    gap: 1rem;
}

.service-inline-stat {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 1rem 1.1rem;
}

.service-inline-stat small {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0.35rem;
}

.service-inline-stat strong {
    color: #fff;
    font-size: 1.05rem;
    font-family: 'Outfit', sans-serif;
}

.service-detail-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.service-sidebar-card,
.service-info-card,
.service-feature-card,
.service-fleet-card {
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 20px 45px rgba(2, 26, 53, 0.08);
}

.service-sidebar-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
}

.service-sidebar-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-side-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.service-side-stat {
    border-radius: 0.95rem;
    background: #f7fbfe;
    border: 1px solid #e3eef5;
    padding: 0.95rem;
}

.service-side-stat small {
    display: block;
    color: #667085;
    margin-bottom: 0.35rem;
}

.service-side-stat strong {
    color: var(--primary);
    font-size: 0.98rem;
}

.service-contact-list {
    display: grid;
    gap: 0.8rem;
}

.service-contact-list a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid #e4edf4;
    background: #f8fbfe;
    text-decoration: none;
    color: var(--dark);
    font-weight: 600;
}

.service-contact-list i {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f5fb;
    color: var(--primary);
}

.service-info-card {
    padding: clamp(1.4rem, 2.8vw, 2.1rem);
}

.service-info-label {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f6f9e;
}

.service-price-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--light);
    color: var(--primary);
    font-weight: 800;
}

.service-lead {
    font-size: 1.03rem;
    color: #475467;
    margin-bottom: 1.2rem;
}

.service-feature-card {
    padding: 1.35rem;
    border: 1px solid #e4edf4;
}

.service-feature-card p {
    margin-bottom: 0;
    color: #667085;
}

.service-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #eef8fc;
    color: var(--primary);
    font-weight: 700;
}

.service-fleet-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e4edf4;
}

.service-fleet-thumb {
    width: 96px;
    height: 76px;
    object-fit: cover;
    border-radius: 0.9rem;
    flex-shrink: 0;
}

.service-fleet-meta small {
    display: block;
    color: #667085;
    margin-bottom: 0.35rem;
}

.service-fleet-meta strong {
    display: inline-block;
    color: var(--primary);
    font-weight: 800;
}

.driver-clean-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.driver-clean-title {
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.15;
    color: #0a2747;
    margin-bottom: 1rem;
}

.driver-clean-lead {
    color: #516273;
    font-size: 1.04rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.driver-clean-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.driver-clean-chips span {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #eef8fc;
    border: 1px solid #d7ecf4;
    color: var(--primary);
    font-weight: 700;
}

.driver-clean-actions .btn {
    min-width: 168px;
}

.driver-clean-image-card,
.driver-clean-card {
    background: #fff;
    border: 1px solid #e4edf4;
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(2, 26, 53, 0.08);
}

.driver-clean-image-card {
    overflow: hidden;
}

.driver-clean-image {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.driver-clean-card {
    padding: clamp(1.3rem, 2.8vw, 2rem);
}

.driver-clean-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: var(--primary);
    background: #e8f5fb;
}

.driver-highlight-card h5,
.driver-content-panel h2,
.driver-form-panel h3,
.driver-process-card h2,
.driver-eligibility-card h2 {
    color: #0a2747;
}

.driver-highlight-card p,
.driver-content-panel p,
.driver-form-note-item span,
.driver-overview-item span,
.driver-process-item p,
.driver-eligibility-card p,
.driver-cta-band p {
    color: #61758a;
}

.driver-clean-stat {
    height: 100%;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #dbeaf2;
}

.driver-clean-stat small,
.driver-clean-stat strong {
    display: block;
}

.driver-clean-stat small {
    color: #667085;
    margin-bottom: 0.3rem;
}

.driver-clean-stat strong {
    color: var(--primary);
    font-size: 1rem;
}

.driver-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.driver-hero-points span {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: #eef8fc;
    border: 1px solid #d7ecf4;
    color: var(--primary);
    font-weight: 700;
}

.driver-showcase-card,
.driver-story-card,
.driver-hero-card,
.driver-info-card,
.driver-benefit-card,
.driver-form-card,
.driver-step-card {
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid #e4edf4;
    box-shadow: 0 20px 45px rgba(2, 26, 53, 0.08);
}

.driver-showcase-card {
    overflow: hidden;
    position: relative;
}

.driver-showcase-media {
    height: 100%;
    min-height: 100%;
    position: relative;
}

.driver-showcase-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 20, 44, 0.08), rgba(0, 20, 44, 0.28));
}

.driver-showcase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.driver-showcase-content {
    padding: clamp(1.75rem, 3vw, 2.7rem);
    height: 100%;
    background:
        radial-gradient(circle at top right, rgba(42, 182, 207, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.driver-showcase-content h2 {
    font-size: clamp(2rem, 3vw, 2.6rem);
}

.driver-showcase-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.driver-showcase-highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dbeaf2;
}

.driver-showcase-highlight i {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f5fb;
    color: var(--primary);
    flex-shrink: 0;
}

.driver-showcase-highlight strong,
.driver-showcase-highlight span {
    display: block;
}

.driver-showcase-highlight strong {
    color: #0a2747;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.driver-showcase-highlight span {
    color: #61758a;
    font-size: 0.88rem;
    line-height: 1.5;
}

.driver-showcase-actions .btn {
    min-width: 168px;
}

.driver-story-card,
.driver-info-card,
.driver-form-card {
    padding: clamp(1.45rem, 2.8vw, 2rem);
}

.driver-story-card {
    background:
        radial-gradient(circle at top left, rgba(42, 182, 207, 0.1), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.driver-overview-grid {
    display: grid;
    gap: 0.9rem;
}

.driver-overview-item {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #dbeaf2;
}

.driver-overview-item strong,
.driver-overview-item span {
    display: block;
}

.driver-overview-item strong {
    color: #0a2747;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.driver-overview-item span {
    color: #61758a;
    font-size: 0.9rem;
    line-height: 1.5;
}

.driver-hero-card {
    overflow: hidden;
}

.driver-hero-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.driver-hero-card-body {
    padding: 1.25rem;
}

.driver-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.driver-stat-card {
    border-radius: 1rem;
    background: #f7fbfe;
    border: 1px solid #e4edf4;
    padding: 0.95rem;
}

.driver-stat-card small {
    display: block;
    color: #667085;
    margin-bottom: 0.3rem;
}

.driver-stat-card strong {
    color: var(--primary);
    font-size: 1rem;
}

.driver-page-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.driver-form-panel .form-label {
    font-weight: 700;
    color: #0a2747;
}

.driver-form-panel .form-control,
.driver-form-panel .form-select {
    border-radius: 0.95rem;
    border-color: #d5e4ed;
    padding: 0.78rem 0.95rem;
    box-shadow: none;
}

.driver-form-panel .form-control:focus,
.driver-form-panel .form-select:focus {
    border-color: #80b8d3;
    box-shadow: 0 0 0 0.2rem rgba(15, 111, 158, 0.12);
}

.driver-benefit-card,
.driver-step-card {
    padding: 1.5rem;
}

.driver-form-card {
    position: sticky;
    top: 110px;
    overflow: hidden;
}

.driver-form-shell {
    position: sticky;
}

.driver-form-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #0f6f9e 0%, #2ab6cf 55%, #f4b63f 100%);
}

.driver-form-top {
    margin-bottom: 1rem;
}

.driver-form-note {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.driver-form-note-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f7fbfe;
    border: 1px solid #e1edf4;
}

.driver-form-note-item i {
    color: var(--primary);
    margin-top: 0.15rem;
}

.driver-form-shell .form-label {
    font-weight: 700;
    color: #0a2747;
}

.driver-form-shell .form-control,
.driver-form-shell .form-select {
    border-radius: 0.95rem;
    border-color: #d5e4ed;
    padding: 0.78rem 0.95rem;
    box-shadow: none;
}

.driver-form-shell .form-control:focus,
.driver-form-shell .form-select:focus {
    border-color: #80b8d3;
    box-shadow: 0 0 0 0.2rem rgba(15, 111, 158, 0.12);
}

.driver-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.driver-checklist li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f7fbfe;
    border: 1px solid #e4edf4;
}

.driver-checklist i {
    color: var(--secondary);
    margin-top: 0.18rem;
}

.driver-benefit-card {
    position: relative;
    overflow: hidden;
}

.driver-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #0f6f9e 0%, #2ab6cf 100%);
}

.driver-step-card {
    position: relative;
    border: 1px solid #e4edf4;
}

.driver-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.driver-process-list {
    display: grid;
    gap: 1rem;
}

.driver-process-item {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-bottom: 1rem;
}

.driver-process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 48px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #b9d8e6 0%, #e8f5fb 100%);
}

.driver-process-item .driver-step-number {
    margin-bottom: 0;
    flex-shrink: 0;
}

.driver-cta-band {
    padding: clamp(1.6rem, 2.8vw, 2.4rem);
    border-radius: 1.4rem;
    background: linear-gradient(135deg, #002a5c 0%, #126f9d 72%, #2ab6cf 100%);
    color: #fff;
    box-shadow: 0 26px 55px rgba(0, 42, 92, 0.2);
}

.driver-cta-band h3,
.driver-cta-band p,
.driver-cta-band .service-detail-kicker {
    color: #fff;
}

.info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-list li {
    margin-bottom: 0.75rem;
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
}

.info-list i {
    color: var(--secondary);
    margin-top: 0.2rem;
}

.thank-you-wrap {
    min-height: 64vh;
    display: grid;
    place-items: center;
}

.thank-you-box {
    max-width: 620px;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 20px 50px rgba(2, 26, 53, 0.12);
    padding: 2rem;
    text-align: center;
}

.thank-you-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #16a34a;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.map-frame {
    border-radius: 1rem;
    border: 0;
    width: 100%;
    min-height: 340px;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 95px 0 75px;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .booking-wrap {
        margin-top: -70px;
    }

    .booking-card {
        padding: 1.4rem;
    }

    .service-detail-meta {
        grid-template-columns: 1fr;
    }

    .service-detail-image {
        min-height: 320px;
    }

    .service-sidebar-card {
        position: static;
    }

    .service-inline-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .driver-clean-image {
        min-height: 360px;
    }

    .driver-form-card {
        position: static;
    }

    .driver-showcase-media {
        min-height: 320px;
    }

    .driver-showcase-highlights {
        grid-template-columns: 1fr;
    }

    .driver-clean-card,
    .driver-clean-image-card {
        box-shadow: 0 16px 34px rgba(2, 26, 53, 0.08);
    }

    .site-logo {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 575.98px) {
    .top-strip .container {
        justify-content: center !important;
        text-align: center;
    }

    .hero-section {
        padding: 80px 0 68px;
    }

    .section-space {
        padding: 65px 0;
    }

    .site-logo {
        width: 48px;
        height: 48px;
    }

    .brand-text {
        font-size: 0.93rem;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .hero-stat {
        padding: 0.65rem 0.45rem;
    }

    .hero-stat strong {
        font-size: 1rem;
    }

    .hero-stat span {
        font-size: 0.72rem;
    }

    .service-img,
    .fleet-img {
        height: 190px;
    }

    .route-img {
        height: 160px;
    }

    .service-detail-image {
        min-height: 240px;
    }

    .service-mini-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-inline-summary,
    .service-side-stats {
        grid-template-columns: 1fr;
    }

    .driver-stat-grid {
        grid-template-columns: 1fr;
    }

    .driver-showcase-highlights {
        grid-template-columns: 1fr;
    }

    .driver-hero-points {
        justify-content: flex-start;
    }

    .driver-showcase-content {
        padding: 1.25rem;
    }

    .driver-clean-title {
        font-size: 1.8rem;
    }

    .driver-clean-image {
        min-height: 280px;
    }

    .driver-clean-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .driver-clean-stat {
        padding: 0.9rem;
    }

    .driver-showcase-media {
        min-height: 240px;
    }

    .driver-showcase-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .driver-process-item {
        gap: 0.85rem;
    }

    .driver-process-item:not(:last-child)::after {
        left: 18px;
        top: 42px;
    }

    .service-page-banner .btn {
        width: 100%;
        justify-content: center;
    }

    .service-sidebar-card .p-4,
    .service-info-card,
    .service-feature-card,
    .service-cta-strip {
        padding: 1.15rem;
    }

    .service-inline-stat strong,
    .service-side-stat strong {
        font-size: 0.95rem;
    }

    .service-contact-list a {
        align-items: flex-start;
    }

    .service-tag {
        width: 100%;
        justify-content: center;
    }

    .driver-benefit-card,
    .driver-step-card,
    .driver-story-card,
    .driver-info-card,
    .driver-form-card,
    .driver-cta-band {
        padding: 1.15rem;
    }

    .driver-form-note-item,
    .driver-overview-item,
    .driver-checklist li {
        padding: 0.85rem 0.9rem;
    }

    .driver-step-number {
        width: 38px;
        height: 38px;
    }

    .service-fleet-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-fleet-thumb {
        width: 100%;
        height: 180px;
    }

    .whatsapp-float {
        width: 48px;
        height: 48px;
    }
}
