/* ==========================================================
   CHOPPER BOOKING PAGE — chopperbooking.css
   Dark Luxury — Slate / Gold / Olive theme
   Matching reference: dark olive text, premium feel
   ========================================================== */

.chopper-page {
    font-family: 'DM Sans', sans-serif;
    padding-top: 70px;
}

@media (max-width: 991px) {
    .chopper-page { padding-top: 60px; }
}


/* ----------------------------------------------------------
   1. HERO — Blue-sky gradient (same as other pages)
   ---------------------------------------------------------- */

.chopper-hero {
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 40%, #fef3c7 100%);
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.chopper-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(101,119,73,0.10) 0%, transparent 70%);
    border-radius: 50%;
}

/* Badge */
.chopper-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(101,119,73,0.10);
    border: 1px solid rgba(101,119,73,0.3);
    color: #3d4a28;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

/* Title */
.chopper-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
}

.chopper-hero-title span { color: #657749; }

/* Subtitle */
.chopper-hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 8px !important;
}

/* Notice box — "THINK SERVICE" */
.chopper-notice {
    background: rgba(101,119,73,0.08);
    border-left: 4px solid #657749;
    border-radius: 0 12px 12px 0;
    padding: 14px 18px;
    font-size: 0.88rem;
    color: #3d4a28;
    line-height: 1.6;
    max-width: 520px;
}

.chopper-notice i { color: #657749; }

/* Hero image */
.chopper-hero-img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(101,119,73,0.18);
}

/* WhatsApp button */
.btn-whatsapp-chopper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37,211,102,0.35);
    transition: all 0.3s ease;
}

.btn-whatsapp-chopper:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(37,211,102,0.45);
}

.btn-whatsapp-chopper i { font-size: 1.3rem; }


/* ----------------------------------------------------------
   2. SECTION HEADING COMMON
   ---------------------------------------------------------- */

.chopper-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.chopper-section-sub {
    font-size: 0.95rem;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto;
}


/* ----------------------------------------------------------
   3. WHY CHOOSE US — Feature Cards
   ---------------------------------------------------------- */

.chopper-features {
    background: #ffffff;
    padding: 70px 0;
}

.chopper-feature-card {
    background: #f5f7f0;
    border: 1px solid #c8d4a8;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.chopper-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(101,119,73,0.14);
}

.chopper-feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e8edda, #c8d4a8);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.6rem;
    color: #3d4a28;
}

.chopper-feature-card h5 {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.chopper-feature-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}


/* ----------------------------------------------------------
   4. USE CASES — Dark luxury section
   ---------------------------------------------------------- */

.chopper-types-section {
    background: linear-gradient(135deg, #1e2a14 0%, #2d3d1a 50%, #3d4a28 100%);
    padding: 60px 0;
}

.chopper-types-section .chopper-section-title { color: #ffffff; }
.chopper-types-section .chopper-section-sub   { color: rgba(255,255,255,0.6); }

.chopper-type-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(200,212,168,0.4);
    border-radius: 16px;
    padding: 22px 12px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 700;
    color: #c8d4a8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: default;
    height: 100%;
}

.chopper-type-chip i {
    font-size: 1.8rem;
    color: #c8d4a8;
}

.chopper-type-chip:hover {
    background: #c8d4a8;
    color: #1e2a14;
    border-color: #c8d4a8;
    box-shadow: 0 6px 20px rgba(200,212,168,0.3);
    transform: translateY(-4px);
}

.chopper-type-chip:hover i { color: #1e2a14; }


/* ----------------------------------------------------------
   5. HOW IT WORKS — Steps
   ---------------------------------------------------------- */

.chopper-steps-section {
    background: #ffffff;
    padding: 70px 0;
}

.chopper-step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 36px;
}

.chopper-step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #657749, #3d4a28);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(101,119,73,0.35);
}

.chopper-step-text h6 {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.chopper-step-text p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* CTA Box (right side) — premium dark */
.chopper-cta-box {
    background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
    border: 2px solid #657749;
    border-radius: 28px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.chopper-cta-box::before {
    content: '🚁';
    position: absolute;
    font-size: 10rem;
    opacity: 0.04;
    bottom: -20px;
    right: -10px;
    line-height: 1;
}

.chopper-cta-icon {
    font-size: 5rem;
    color: #c8d4a8;
    display: block;
    margin-bottom: 24px;
}

.chopper-cta-title {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.chopper-cta-sub {
    color: rgba(255,255,255,0.65);
    font-size: 0.95rem;
    margin-bottom: 28px;
    line-height: 1.6;
}


/* ----------------------------------------------------------
   6. TALK TO US CTA SECTION
   ---------------------------------------------------------- */

.chopper-cta-section {
    background: linear-gradient(135deg, #1e2a14 0%, #3d4a28 50%, #657749 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.chopper-cta-section::before {
    content: '🚁';
    position: absolute;
    font-size: 18rem;
    color: rgba(255,255,255,0.03);
    right: -40px; top: -40px;
    line-height: 1;
}

.chopper-cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.chopper-cta-text {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    max-width: 560px;
    line-height: 1.6;
    margin: 0;
}


/* ----------------------------------------------------------
   7. TAGLINE
   ---------------------------------------------------------- */

.chopper-tagline {
    background: #f5f7f0;
    border-top: 4px solid #657749;
    padding: 36px 0;
    text-align: center;
}

.chopper-tagline h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
}


/* ----------------------------------------------------------
   8. MOBILE
   ---------------------------------------------------------- */

@media (max-width: 768px) {
    .chopper-hero-title    { font-size: 1.9rem; }
    .chopper-section-title { font-size: 1.5rem; }
    .chopper-cta-heading   { font-size: 1.5rem; }
    .btn-whatsapp-chopper  { font-size: 0.9rem; padding: 12px 24px; }
    .chopper-hero-img      { border-radius: 16px; }
    .chopper-notice        { font-size: 0.82rem; }
    .chopper-type-chip     { font-size: 0.72rem; padding: 16px 8px; }
    .chopper-type-chip i   { font-size: 1.3rem; }
}