/* =========================================================
   GROUP BOOKING PAGE - COMPLETE RESPONSIVE ANIMATED CSS
   Theme: Metro Chauffeur / Existing Reservation Form Style
========================================================= */

/* ==============================
   GLOBAL PAGE SAFETY
================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

:root {
    --primary-blue: #2166b1;
    --primary-blue-dark: #15549a;
    --dark-bg: #020a14;
    --heading-dark: #061b36;
    --text-dark: #252525;
    --text-muted: #6b7280;
    --border-light: #dbe5f1;
    --form-border: #b6c9df;
    --soft-bg: #f8f9fb;
    --white: #ffffff;
}

/* ==============================
   HERO SECTION
================================= */

.group-reservation-hero {
    position: relative;
    min-height: 430px;
    background:
        linear-gradient(rgba(2, 10, 24, 0.78), rgba(2, 10, 24, 0.84)),
        url("/images/suv.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 105px 20px 90px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.group-reservation-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(33, 102, 177, 0.25);
    top: -260px;
    left: -190px;
    filter: blur(20px);
    animation: heroGlowMove 7s ease-in-out infinite alternate;
}

.group-reservation-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(33, 102, 177, 0.18);
    right: -180px;
    bottom: -190px;
    filter: blur(24px);
}

.group-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(37, 99, 235, 0.25), transparent 42%),
        linear-gradient(to bottom, rgba(2, 10, 24, 0.08), rgba(2, 10, 24, 0.55));
    z-index: 1;
}

.group-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    animation: fadeUp 0.85s ease both;
}

.tag-badge {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    box-shadow: 0 12px 26px rgba(33, 102, 177, 0.35);
    animation: badgeFloat 3s ease-in-out infinite;
}

.group-hero-content h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 18px;
    color: #fff;
    letter-spacing: -0.7px;
}

.group-hero-content p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: #d8e4f3;
}

.hero-mini-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero-main-btn,
.hero-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: all 0.25s ease;
}

.hero-main-btn {
    background: var(--primary-blue);
    color: #fff;
    box-shadow: 0 14px 28px rgba(33, 102, 177, 0.35);
}

.hero-call-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.hero-main-btn:hover {
    background: var(--primary-blue-dark);
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(33, 102, 177, 0.42);
}

.hero-call-btn:hover {
    background: #fff;
    color: var(--heading-dark);
    transform: translateY(-3px);
}

/* ==============================
   EXECUTIVE SERVICES SECTION
================================= */

.executive-services-section {
    background: var(--dark-bg);
    padding: 75px 20px 80px;
    color: #fff;
    overflow: hidden;
}

.executive-container {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.executive-container h2 {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 400;
    margin: 0 0 55px;
    color: #fff;
    animation: fadeUp 0.8s ease both;
}

.executive-container h2 strong {
    color: var(--primary-blue);
    font-weight: 800;
}

.service-options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.service-option-card {
    text-align: center;
    padding: 18px 14px;
    transition: all 0.3s ease;
    animation: fadeUp 0.85s ease both;
}

.service-option-card:nth-child(1) {
    animation-delay: 0.08s;
}

.service-option-card:nth-child(2) {
    animation-delay: 0.16s;
}

.service-option-card:nth-child(3) {
    animation-delay: 0.24s;
}

.service-option-card:nth-child(4) {
    animation-delay: 0.32s;
}

.service-option-card:hover {
    transform: translateY(-8px);
}

.service-icon {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 74px;
    color: #fff;
    transition: all 0.3s ease;
}

.service-option-card:hover .service-icon i {
    color: var(--primary-blue);
    transform: scale(1.08);
    text-shadow: 0 10px 30px rgba(33, 102, 177, 0.45);
}

.service-option-card h3 {
    color: #3c86ff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 18px;
    line-height: 1.45;
}

.service-option-card p {
    color: #9aa4b2;
    line-height: 1.65;
    font-size: 15px;
    max-width: 245px;
    margin: 0 auto;
}

/* ==============================
   WHY CHOOSE US SECTION
================================= */

.group-benefits-section {
    background: var(--soft-bg);
    padding: 85px 20px;
    overflow: hidden;
}

.group-benefits-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 48px;
    align-items: center;
}

.benefits-left {
    animation: fadeRight 0.85s ease both;
}

.section-small-title {
    display: block;
    color: var(--primary-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.benefits-left h2 {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.2;
    color: var(--heading-dark);
    margin: 0 0 18px;
    font-weight: 800;
}

.benefits-left p {
    color: var(--text-muted);
    line-height: 1.85;
    font-size: 16px;
    margin: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #fff;
    border: 1px solid var(--border-light);
    padding: 30px 24px;
    transition: all 0.28s ease;
    animation: fadeUp 0.85s ease both;
}

.benefit-card:nth-child(1) {
    animation-delay: 0.08s;
}

.benefit-card:nth-child(2) {
    animation-delay: 0.16s;
}

.benefit-card:nth-child(3) {
    animation-delay: 0.24s;
}

.benefit-card:nth-child(4) {
    animation-delay: 0.32s;
}

.benefit-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(6, 27, 54, 0.12);
    border-color: rgba(33, 102, 177, 0.3);
}

.benefit-card i {
    font-size: 35px;
    color: var(--primary-blue);
    margin-bottom: 18px;
    transition: all 0.28s ease;
}

.benefit-card:hover i {
    transform: scale(1.12) rotate(-3deg);
}

.benefit-card h3 {
    font-size: 19px;
    color: var(--heading-dark);
    margin: 0 0 10px;
}

.benefit-card p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}

/* ==============================
   MAIN FORM CONTAINER
================================= */

.group-reservation-container {
    max-width: 720px;
    margin: 80px auto;
    background: #fff;
    border: 1px solid var(--form-border);
    padding: 32px 48px;
    animation: fadeUp 0.85s ease both;
    box-shadow: 0 14px 35px rgba(6, 27, 54, 0.07);
}

.group-reservation-container h2 {
    text-align: center;
    font-size: 28px;
    color: var(--text-dark);
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 28px;
}

/* ==============================
   STEPPER
================================= */

.stepper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}

.step {
    padding: 16px 10px;
    text-align: center;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    transition: all 0.25s ease;
}

.step.active {
    background: var(--primary-blue);
    color: #fff;
}

.step.completed {
    background: #eaf3ff;
    color: var(--primary-blue);
    font-weight: 800;
}

/* ==============================
   FORM BASIC
================================= */

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: stepFade 0.35s ease both;
}

.form-col {
    width: 100%;
}

.row {
    display: flex;
    gap: 18px;
    width: 100%;
}

.flex-1 {
    flex: 1;
}

.input-wrap {
    margin-bottom: 18px;
    position: relative;
}

.input-wrap label,
.field-block label {
    display: block;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 0.2px;
}

.input-wrap input,
.input-wrap select,
.input-wrap textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 13px 14px;
    font-size: 15px;
    color: #222;
    outline: none;
    border-radius: 0;
    transition: all 0.22s ease;
}

.input-wrap input:focus,
.input-wrap select:focus,
.input-wrap textarea:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(33, 102, 177, 0.12);
}

.input-wrap input:hover,
.input-wrap select:hover,
.input-wrap textarea:hover {
    border-color: #9db9d8;
}

.input-wrap textarea {
    resize: vertical;
    min-height: 58px;
}

/* ==============================
   LOCATION STYLE
================================= */

.location-container {
    position: relative;
    margin-bottom: 10px;
}

.location-field {
    padding-left: 30px;
}

.loc-line {
    position: absolute;
    left: 7px;
    top: 34px;
    bottom: 38px;
    width: 2px;
    background: #d7d7d7;
}

.pin {
    position: absolute;
    left: 0;
    top: 33px;
    font-size: 16px;
    z-index: 2;
}

.pin-pickup {
    color: var(--primary-blue);
}

.pin-dropoff {
    color: #000;
}

/* ==============================
   TOGGLE BOX
================================= */

.field-block {
    margin-bottom: 18px;
}

.toggle-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #c7c7c7;
    overflow: hidden;
}

.toggle-opt {
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #111;
    background: #fff;
    transition: all 0.25s ease;
    user-select: none;
}

.toggle-opt:hover {
    background: #eef6ff;
}

.toggle-opt.active {
    background: var(--primary-blue);
    color: #fff;
}

.return-fields {
    display: none;
    background: #f7fbff;
    border: 1px solid #d5e7fb;
    padding: 18px;
    margin-bottom: 20px;
    animation: stepFade 0.3s ease both;
}

/* ==============================
   QUOTE BOX
================================= */

.quote-box {
    background: linear-gradient(135deg, #2166b1, #4aa3ff);
    color: #fff;
    padding: 18px 20px;
    margin-bottom: 22px;
    box-shadow: 0 14px 30px rgba(33, 102, 177, 0.25);
    animation: softPulse 3s ease-in-out infinite;
}

.quote-box h4 {
    font-size: 16px;
    margin: 0 0 8px;
    color: #fff;
}

.quote-box p {
    margin: 0;
    color: #eef6ff;
    line-height: 1.6;
    font-size: 14px;
}

/* ==============================
   BUTTONS
================================= */

.btn-blue {
    width: 100%;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 4px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.btn-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 90%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: all 0.55s ease;
}

.btn-blue:hover::before {
    left: 120%;
}

.btn-blue:hover {
    background: var(--primary-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(33, 102, 177, 0.22);
}

.btn-secondary {
    background: #e7e7e7;
    color: #222;
    margin-top: 10px;
}

.btn-secondary:hover {
    background: #d3d3d3;
    box-shadow: none;
}

/* ==============================
   VEHICLE OPTIONS SECTION
================================= */

.vehicle-options-section {
    background: var(--soft-bg);
    padding: 85px 20px;
    overflow: hidden;
}

.vehicle-options-container {
    max-width: 1180px;
    margin: 0 auto;
}

.vehicle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.vehicle-card {
    background: #fff;
    border: 1px solid var(--border-light);
    padding: 31px 22px;
    text-align: left;
    transition: all 0.3s ease;
    animation: fadeUp 0.85s ease both;
}

.vehicle-card:nth-child(1) {
    animation-delay: 0.08s;
}

.vehicle-card:nth-child(2) {
    animation-delay: 0.16s;
}

.vehicle-card:nth-child(3) {
    animation-delay: 0.24s;
}

.vehicle-card:nth-child(4) {
    animation-delay: 0.32s;
}

.vehicle-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(6, 27, 54, 0.12);
    border-color: rgba(33, 102, 177, 0.32);
}

.vehicle-card i {
    font-size: 42px;
    color: var(--primary-blue);
    margin-bottom: 20px;
    transition: all 0.28s ease;
}

.vehicle-card:hover i {
    transform: translateY(-3px) scale(1.08);
}

.vehicle-card h3 {
    color: var(--heading-dark);
    font-size: 21px;
    margin: 0 0 12px;
}

.vehicle-card p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 14px;
    margin: 0 0 18px;
}

.vehicle-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vehicle-card li {
    color: #333;
    font-size: 14px;
    margin-bottom: 9px;
    padding-left: 20px;
    position: relative;
}

.vehicle-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-blue);
    font-weight: 900;
}

/* ==============================
   HOW TO BOOK SECTION
================================= */

.how-to-book-group {
    background: #fff;
    padding: 80px 20px 95px;
    overflow: hidden;
}

.process-title {
    text-align: center;
    margin-bottom: 52px;
    animation: fadeUp 0.85s ease both;
}

.process-title span {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.process-title h2 {
    font-size: clamp(30px, 4vw, 40px);
    color: var(--heading-dark);
    font-weight: 800;
    margin: 0;
}

.process-title h2 strong {
    color: var(--primary-blue);
}

.booking-steps {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.booking-step {
    text-align: center;
    padding: 28px 18px;
    position: relative;
    transition: all 0.3s ease;
    animation: fadeUp 0.85s ease both;
}

.booking-step:nth-child(1) {
    animation-delay: 0.08s;
}

.booking-step:nth-child(2) {
    animation-delay: 0.16s;
}

.booking-step:nth-child(3) {
    animation-delay: 0.24s;
}

.booking-step:nth-child(4) {
    animation-delay: 0.32s;
}

.booking-step:hover {
    transform: translateY(-7px);
}

.step-number {
    font-size: 50px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #7c83ff;
    font-weight: 800;
    margin-bottom: 12px;
    transition: all 0.25s ease;
}

.booking-step:hover .step-number {
    -webkit-text-stroke: 1px var(--primary-blue);
    transform: scale(1.05);
}

.step-icon {
    width: 60px;
    height: 60px;
    border: 1px solid var(--heading-dark);
    border-radius: 12px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.28s ease;
}

.step-icon i {
    color: #52606d;
    font-size: 22px;
    transition: all 0.28s ease;
}

.booking-step:hover .step-icon {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    box-shadow: 0 14px 26px rgba(33, 102, 177, 0.24);
}

.booking-step:hover .step-icon i {
    color: #fff;
    transform: scale(1.1);
}

.booking-step h3 {
    color: var(--heading-dark);
    font-size: 18px;
    margin: 0 0 10px;
}

.booking-step p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* ==============================
   FINAL CTA SECTION
================================= */

.group-final-cta {
    background:
        linear-gradient(rgba(2, 10, 20, 0.92), rgba(2, 10, 20, 0.94)),
        radial-gradient(circle at center, rgba(33, 102, 177, 0.24), transparent 55%);
    color: #fff;
    padding: 78px 20px;
    text-align: center;
    overflow: hidden;
}

.group-final-cta-container {
    max-width: 850px;
    margin: 0 auto;
    animation: fadeUp 0.85s ease both;
}

.group-final-cta h2 {
    font-size: clamp(30px, 4vw, 40px);
    margin: 0 0 18px;
    color: #fff;
}

.group-final-cta p {
    color: #aeb8c5;
    line-height: 1.8;
    font-size: 16px;
    margin: 0 0 30px;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.final-call-btn,
.final-quote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.final-call-btn {
    background: var(--primary-blue);
    color: #fff;
    gap: 8px;
    box-shadow: 0 14px 28px rgba(33, 102, 177, 0.3);
}

.final-quote-btn {
    background: #fff;
    color: var(--heading-dark);
}

.final-call-btn:hover {
    background: var(--primary-blue-dark);
    transform: translateY(-3px);
}

.final-quote-btn:hover {
    background: #e5e7eb;
    transform: translateY(-3px);
}

/* ==============================
   STEP 3 VEHICLE & NOTES SECTION
================================= */

.form-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #061b36;
    font-size: 17px;
    font-weight: 900;
    margin: 10px 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.form-section-heading i {
    color: #2166b1;
    font-size: 18px;
}

.section-helper {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: -6px 0 16px;
}

/* ==============================
   VEHICLE / AMENITIES CHECKBOX GRID
================================= */

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.check-card {
    position: relative;
    display: block;
    min-height: 82px;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 16px 16px 16px 48px;
    cursor: pointer;
    transition: all 0.25s ease;
    overflow: hidden;
}

.check-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(33, 102, 177, 0.08), transparent 65%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.check-card:hover {
    border-color: #2166b1;
    background: #f7fbff;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(6, 27, 54, 0.08);
}

.check-card:hover::before {
    opacity: 1;
}

.check-card input[type="checkbox"] {
    position: absolute;
    left: 16px;
    top: 19px;
    width: 18px;
    height: 18px;
    accent-color: #2166b1;
    cursor: pointer;
    z-index: 2;
}

.check-card span {
    display: block;
    position: relative;
    z-index: 2;
    color: #061b36;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.check-card small {
    display: block;
    position: relative;
    z-index: 2;
    color: #6b7280;
    font-size: 13px;
    margin-top: 6px;
}

/* Modern checked state */
.check-card:has(input[type="checkbox"]:checked) {
    border-color: #2166b1;
    background: #eaf3ff;
    box-shadow: 0 12px 26px rgba(33, 102, 177, 0.14);
}

.check-card:has(input[type="checkbox"]:checked)::before {
    opacity: 1;
}

.check-card:has(input[type="checkbox"]:checked) span {
    color: #15549a;
}

.check-card:has(input[type="checkbox"]:checked)::after {
    content: "✓";
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    background: #2166b1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 900;
}

/* ==============================
   SMALL CHECKBOX CARDS
================================= */

.amenities-grid {
    grid-template-columns: repeat(3, 1fr);
}

.small-check {
    min-height: 58px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.small-check input[type="checkbox"] {
    top: 17px;
}

.small-check span {
    font-size: 14px;
}

/* ==============================
   ADDITIONAL INFORMATION TEXTAREA
================================= */

.input-wrap textarea {
    width: 100%;
    min-height: 115px;
    border: 1px solid #c7c7c7;
    background: #ffffff;
    padding: 14px 15px;
    font-size: 15px;
    color: #222;
    outline: none;
    resize: vertical;
    transition: all 0.22s ease;
    line-height: 1.6;
}

.input-wrap textarea:focus {
    border-color: #2166b1;
    box-shadow: 0 0 0 3px rgba(33, 102, 177, 0.12);
}

.input-wrap textarea:hover {
    border-color: #9db9d8;
}

.input-wrap textarea::placeholder {
    color: #8b95a1;
}

/* ==============================
   RESPONSIVE
================================= */

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

@media (max-width: 768px) {
    .form-section-heading {
        font-size: 15px;
        gap: 8px;
    }

    .checkbox-grid,
    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .check-card {
        min-height: auto;
        padding: 15px 44px 15px 44px;
    }

    .check-card input[type="checkbox"] {
        left: 15px;
        top: 17px;
    }

    .check-card:has(input[type="checkbox"]:checked)::after {
        right: 12px;
        top: 13px;
    }

    .section-helper {
        font-size: 13px;
    }

    .input-wrap textarea {
        min-height: 105px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .check-card {
        padding: 14px 40px 14px 42px;
    }

    .check-card span {
        font-size: 13.5px;
    }

    .check-card small {
        font-size: 12.5px;
    }
}

/* ==============================
   GROUP BOOKING POLICY SECTION
================================= */

.group-policy-section {
    background: #ffffff;
    padding: 85px 20px;
    overflow: hidden;
}

.group-policy-container {
    max-width: 1180px;
    margin: 0 auto;
}

.group-policy-section .process-title {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.group-policy-section .process-title p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    margin: 16px auto 0;
    max-width: 760px;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.policy-card {
    background: #f8f9fb;
    border: 1px solid #dbe5f1;
    padding: 28px 22px;
    transition: all 0.3s ease;
    animation: fadeUp 0.85s ease both;
    position: relative;
    overflow: hidden;
}

.policy-card::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(33, 102, 177, 0.08);
    border-radius: 50%;
    right: -28px;
    top: -28px;
    transition: all 0.3s ease;
}

.policy-card:hover {
    background: #ffffff;
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(6, 27, 54, 0.12);
    border-color: rgba(33, 102, 177, 0.35);
}

.policy-card:hover::before {
    transform: scale(1.4);
    background: rgba(33, 102, 177, 0.12);
}

.policy-icon {
    width: 52px;
    height: 52px;
    background: #2166b1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.policy-card:hover .policy-icon {
    transform: translateY(-3px) scale(1.05);
    background: #15549a;
}

.policy-icon i {
    font-size: 22px;
}

.policy-card h3 {
    color: #061b36;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 11px;
    position: relative;
    z-index: 2;
}

.policy-card p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
}

.policy-note-box {
    margin-top: 38px;
    background: linear-gradient(135deg, #2166b1, #4aa3ff);
    color: #ffffff;
    padding: 28px 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 16px 35px rgba(33, 102, 177, 0.25);
    animation: fadeUp 0.85s ease both;
}

.policy-note-icon {
    min-width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-note-icon i {
    font-size: 26px;
    color: #ffffff;
}

.policy-note-box h3 {
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 8px;
}

.policy-note-box p {
    color: #eef6ff;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}

/* ==============================
   POLICY RESPONSIVE
================================= */

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

@media (max-width: 700px) {
    .group-policy-section {
        padding: 65px 16px;
    }

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

    .policy-card {
        padding: 25px 20px;
    }

    .policy-note-box {
        flex-direction: column;
        padding: 24px 20px;
    }

    .policy-note-icon {
        min-width: 52px;
        width: 52px;
        height: 52px;
    }

    .policy-note-box h3 {
        font-size: 20px;
    }

    .policy-note-box p {
        font-size: 14px;
    }
}
/* ==============================
   RESPONSIVE DESIGN
================================= */

@media (max-width: 1180px) {
    .executive-container,
    .group-benefits-container,
    .vehicle-options-container,
    .booking-steps {
        max-width: 100%;
    }

    .service-options-grid {
        gap: 24px;
    }
}

@media (max-width: 1050px) {
    .group-benefits-container {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .benefits-left {
        text-align: center;
        max-width: 780px;
        margin: 0 auto;
    }

    .vehicle-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .group-hero-content h1 {
        font-size: 40px;
    }

    .group-reservation-hero {
        min-height: 390px;
    }
}

@media (max-width: 768px) {
    .group-reservation-hero {
        min-height: auto;
        padding: 85px 16px 78px;
    }

    .group-hero-content h1 {
        font-size: 34px;
    }

    .group-hero-content p {
        font-size: 15.5px;
    }

    .executive-services-section,
    .group-benefits-section,
    .vehicle-options-section,
    .how-to-book-group,
    .group-final-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .executive-services-section {
        padding-top: 62px;
        padding-bottom: 65px;
    }

    .executive-container h2 {
        margin-bottom: 38px;
    }

    .service-icon {
        height: 80px;
        margin-bottom: 18px;
    }

    .service-icon i {
        font-size: 56px;
    }

    .group-reservation-container {
        margin: 50px 15px;
        padding: 26px 20px;
    }

    .group-reservation-container h2 {
        font-size: 24px;
        line-height: 1.35;
    }

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

    .step {
        border-bottom: 1px solid #e5e5e5;
    }

    .row {
        flex-direction: column;
        gap: 0;
    }

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

    .benefit-card {
        padding: 26px 22px;
    }

    .process-title {
        margin-bottom: 38px;
    }

    .quote-box {
        padding: 17px 16px;
    }
}

@media (max-width: 650px) {
    .service-options-grid,
    .vehicle-grid,
    .booking-steps {
        grid-template-columns: 1fr;
    }

    .service-option-card {
        max-width: 360px;
        margin: 0 auto;
    }

    .vehicle-card {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .booking-step {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .group-reservation-hero {
        padding: 78px 14px 70px;
    }

    .tag-badge {
        font-size: 11.5px;
        padding: 9px 14px;
    }

    .group-hero-content h1 {
        font-size: 30px;
        letter-spacing: -0.3px;
    }

    .group-hero-content p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .hero-mini-actions,
    .final-cta-buttons {
        width: 100%;
    }

    .hero-main-btn,
    .hero-call-btn,
    .final-call-btn,
    .final-quote-btn {
        width: 100%;
        min-width: 100%;
    }

    .executive-container h2,
    .benefits-left h2,
    .process-title h2,
    .group-final-cta h2 {
        font-size: 28px;
    }

    .group-reservation-container {
        margin: 42px 12px;
        padding: 24px 16px;
    }

    .group-reservation-container h2 {
        font-size: 22px;
    }

    .input-wrap label,
    .field-block label {
        font-size: 12px;
    }

    .input-wrap input,
    .input-wrap select,
    .input-wrap textarea {
        font-size: 14px;
        padding: 12px 13px;
    }

    .toggle-box {
        grid-template-columns: 1fr;
    }

    .location-field {
        padding-left: 26px;
    }

    .loc-line {
        left: 6px;
    }

    .pin {
        font-size: 15px;
    }

    .btn-blue {
        font-size: 14px;
        padding: 13px 16px;
    }
}

@media (max-width: 380px) {
    .group-hero-content h1 {
        font-size: 27px;
    }

    .group-reservation-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .step {
        font-size: 13px;
        padding: 14px 8px;
    }

    .service-option-card h3,
    .booking-step h3 {
        font-size: 16px;
    }

    .vehicle-card h3 {
        font-size: 19px;
    }
}

/* ==============================
   ACCESSIBILITY: REDUCED MOTION
================================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ==============================
   ANIMATIONS
================================= */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-28px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes stepFade {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes heroGlowMove {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(40px, 28px) scale(1.08);
    }
}

@keyframes heroGlowMoveTwo {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-36px, -24px) scale(1.06);
    }
}

@keyframes softPulse {
    0% {
        box-shadow: 0 14px 30px rgba(33, 102, 177, 0.22);
    }

    50% {
        box-shadow: 0 18px 38px rgba(33, 102, 177, 0.34);
    }

    100% {
        box-shadow: 0 14px 30px rgba(33, 102, 177, 0.22);
    }
}