/* ==========================================================================
    1. GLOBAL RESETS & MULTI-COLOR THEME BASE
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

:root {
    --accent-orange: #f97316;
    --accent-gold: #fbbf24;
    --text-light: #f8fafc;
    --text-muted: #94a3b8;
    --border-color: #334155;
    --transition: all 0.3s ease;
}

body {
    background-color: #070a14;
    color: var(--text-light);
    line-height: 1.7;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-padding {
    padding: 85px 0;
}

/* Section Title */
.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--text-light);
    font-weight: 800;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-orange), var(--accent-gold));
    margin: 10px auto 0;
    border-radius: 4px;
}

.section-title p {
    color: var(--text-muted);
    font-size: 1.1rem;
    font-weight: 400;
}

.text-center { text-align: center; }

/* ==========================================================================
    2. HERO SLIDER SECTION (Deep Midnight Blue Theme)
   ========================================================================== */
.hero-slider-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background: radial-gradient(circle at center, #1e293b 0%, #0b1329 100%);
    border-bottom: 4px solid var(--accent-orange);
}

/* ==========================================================================
    3. BOOKING FORM SECTION (Rich Charcoal & Deep Slate Theme)
   ========================================================================== */
.booking-section {
    position: relative;
    z-index: 20;
    margin-top: -70px;
    padding-bottom: 40px;
    background-color: #0f172a;
}

.hero-form-card {
    background: #152238;
    padding: 45px 40px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border: 2px solid var(--accent-orange);
    position: relative;
    overflow: hidden;
}

.badge-tag-bd {
    background: rgba(249, 115, 22, 0.15);
    color: var(--accent-orange);
    border: 1px solid var(--accent-orange);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
}

.form-header h3 {
    font-size: 2rem;
    color: var(--text-light);
    font-weight: 800;
    margin-bottom: 8px;
}

.form-header p {
    color: var(--text-muted);
    font-size: 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}

.form-group {
    width: 100%;
}

.input-icon {
    position: relative;
    width: 100%;
}

.input-icon i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-orange);
    font-size: 1.1rem;
    z-index: 2;
    pointer-events: none;
}

.input-icon input,
.input-icon select {
    width: 100%;
    height: 54px;
    padding: 10px 16px 10px 48px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    background-color: #0b1329;
    color: var(--text-light);
    transition: var(--transition);
}

.input-icon input:focus,
.input-icon select:focus {
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.25);
}

/* Phone input wrapper for +880 */
.phone-input-wrapper-bd {
    display: flex;
    align-items: center;
    background-color: #0b1329;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    height: 54px;
    padding-left: 16px;
    position: relative;
    transition: var(--transition);
}

.phone-input-wrapper-bd:focus-within {
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.25);
}

.phone-icon-bd {
    color: var(--accent-orange);
    margin-right: 10px;
    font-size: 1.1rem;
}

.country-code-bd {
    color: var(--text-light);
    font-weight: 600;
    margin-right: 8px;
    font-size: 1rem;
}

.phone-input-wrapper-bd input {
    border: none !important;
    background: transparent !important;
    height: 100% !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: var(--text-light) !important;
    flex-grow: 1;
}

.form-submit-btn {
    width: 100%;
}

.btn-primary-bd {
    background: linear-gradient(135deg, var(--accent-orange) 0%, #ea580c 100%);
    color: #ffffff;
    border: none;
    height: 54px;
    width: 100%;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: var(--transition);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

.btn-primary-bd:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(249, 115, 22, 0.6);
}

/* ==========================================================================
    4. WHY CHOOSE US SECTION (Deep Forest/Emerald Tinted Dark Theme)
   ========================================================================== */
.why-choose-us-bd {
    background: linear-gradient(135deg, #06241a 0%, #03150f 100%);
    border-top: 1px solid #064e3b;
    border-bottom: 1px solid #064e3b;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-box-bd {
    background: #092c20;
    padding: 40px 25px;
    border-radius: 14px;
    border: 1px solid #0d5c41;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.feature-box-bd:hover {
    border-color: #34d399;
    transform: translateY(-8px);
}

.feature-box-bd .feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(52, 211, 153, 0.12);
    color: #34d399;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin: 0 auto 20px;
    border: 1px solid rgba(52, 211, 153, 0.3);
}

.feature-box-bd h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.feature-box-bd p {
    font-size: 0.95rem;
    color: #a7f3d0;
}

/* ==========================================================================
    5. SERVICES GRID SECTION (Warm Espresso & Dark Chocolate Tone)
   ========================================================================== */
.services-section-bd {
    background: linear-gradient(135deg, #18120e 0%, #0d0a08 100%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card-modern {
    background: #241b14;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #3d2e24;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.service-card-modern:hover {
    transform: translateY(-8px);
    border-color: #f59e0b;
}

.card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-modern:hover .card-img-wrapper img {
    transform: scale(1.08);
}

.card-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #f59e0b;
    color: #18120e;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.card-body {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fef3c7;
    margin-bottom: 10px;
}

.card-body p {
    font-size: 0.95rem;
    color: #d1d5db;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-link {
    color: #f59e0b;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.card-link:hover {
    gap: 12px;
    color: #fbbf24;
}

/* ==========================================================================
    6. STATS BANNER (Royal Purple & Indigo Tone)
   ========================================================================== */
.stats-banner-bd {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    padding: 65px 0;
    border-top: 2px solid #312e81;
    border-bottom: 2px solid #312e81;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    text-align: center;
}

.stat-item h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #a78bfa;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 1rem;
    font-weight: 600;
    color: #c7d2fe;
    text-transform: uppercase;
}

/* ==========================================================================
    7. HOW IT WORKS & TESTIMONIALS & FAQ (Slate Blue Contrast)
   ========================================================================== */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.process-step {
    background: #111827;
    padding: 35px 22px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #1f2937;
    transition: var(--transition);
}

.process-step:hover {
    border-color: var(--accent-orange);
    transform: translateY(-5px);
}

.step-num {
    width: 50px;
    height: 50px;
    background: var(--accent-orange);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.process-step h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-light);
}

.process-step p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.testimonial-card {
    background: #131c31;
    padding: 35px 25px;
    border-radius: 16px;
    border: 1px solid #22304a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.testimonial-card .stars {
    color: var(--accent-gold);
    margin-bottom: 15px;
}

.testimonial-card p {
    font-style: italic;
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.testimonial-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-light);
}

.testimonial-card small {
    color: var(--accent-orange);
    font-weight: 600;
}

.faq-container {
    max-width: 820px;
    margin: 0 auto;
}

.faq-item {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: var(--transition);
}

.faq-question {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-light);
}

.faq-question i {
    color: var(--accent-orange);
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
    background-color: #080d1a;
}

.faq-answer p {
    font-size: 0.93rem;
    color: var(--text-muted);
}

.faq-item.active {
    border-color: var(--accent-orange);
}

.faq-item.active .faq-answer {
    max-height: 250px;
    padding: 20px 24px;
    border-top: 1px solid #1f2937;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* ==========================================================================
    8. MOBILE RESPONSIVE NAVIGATION
   ========================================================================== */
