/* ==========================================================================
   WHY CHOOSE US, PROCESS & CTA BANNER STYLING
   ========================================================================== */

/* Colors & Helpers */
.bg-navy-dark {
    background-color: #000B33 !important;
}

.text-navy {
    color: #000B33 !important;
}

.text-orange {
    color: #F27915 !important;
}

.bg-orange {
    background-color: #F27915 !important;
}

.bg-orange-light { background: rgba(242, 121, 21, 0.12); }
.text-blue { color: #0284C7; }
.bg-blue-light { background: rgba(2, 132, 199, 0.12); }
.text-green { color: #16A34A; }
.bg-green-light { background: rgba(22, 163, 74, 0.12); }
.text-purple { color: #9333EA; }
.bg-purple-light { background: rgba(147, 51, 234, 0.12); }

.border-slate-100 { border-color: #F1F5F9 !important; }
.border-slate-200 { border-color: #E2E8F0 !important; }

/* Section 1: Why Choose Us */
.why-choose-section {
    background-color: #FFFFFF !important;
}

.why-choose-title {
    color: #000B33 !important;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.why-choose-desc {
    color: #475569 !important;
    font-size: 1rem;
}

.feature-box {
    transition: all 0.3s ease;
    background-color: #F8FAFC !important;
}

.feature-box:hover {
    border-color: #F27915 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(242, 121, 21, 0.12);
}

.feature-title {
    color: #000B33 !important;
    font-size: 0.95rem;
    font-weight: 700;
}

.feature-desc {
    color: #64748B !important;
    font-size: 0.8rem;
}

/* Image Wrapper & Floating Badge */
.why-choose-img-wrapper {
    position: relative;
}

.why-floating-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #FFFFFF !important;
    box-shadow: 0 15px 35px rgba(0, 11, 51, 0.15);
}

.badge-trophy-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section 2: How We Work (Process Section) */
.process-section {
    background-color: #FFFFFF !important;
}

/* Navy Badge For White Sections */
.badge-navy {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(0, 11, 51, 0.08);
    border: 1px solid rgba(0, 11, 51, 0.2);
    color: #000B33;
    font-size: 0.85rem;
    font-weight: 700;
}

.section-title-navy {
    color: #000B33 !important;
    font-weight: 800;
    font-size: 2.2rem;
}

.section-desc-dark {
    color: #475569 !important;
}

.process-card {
    background-color: #F8FAFC !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-card:hover {
    background-color: #FFFFFF !important;
    border-color: #000B33 !important;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 11, 51, 0.12);
}

.process-step-num {
    font-size: 2rem;
    line-height: 1;
}

.process-card-title {
    color: #000B33 !important;
    font-weight: 700;
    font-size: 1.1rem;
}

.process-card-desc {
    color: #64748B !important;
    font-size: 0.88rem;
}

/* Section 3: CTA Banner Section (#000B33 Background) */
.cta-banner-section {
    background-color: #000B33 !important;
}

.cta-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 320px;
    background: radial-gradient(circle, rgba(242, 121, 21, 0.25) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
}

.btn-agency-glow {
    background: linear-gradient(135deg, #F27915 0%, #E06300 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(242, 121, 21, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-agency-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 35px rgba(242, 121, 21, 0.65);
}

.max-w-700 {
    max-width: 700px;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .why-floating-badge {
        position: static;
        margin-top: 20px;
    }
    .why-choose-title,
    .section-title-navy {
        font-size: 1.75rem !important;
    }
}

/* ==========================================================================
   WHY CHOOSE US SECTION - MOBILE CENTER ALIGNMENT FIX (< 991.98px)
   ========================================================================== */
@media (max-width: 991.98px) {
    
    /* Left Side Main Container Centering */
    .why-choose-section .col-lg-6:first-child {
        text-align: center !important;
    }

    /* Badge & Headings Centering */
    .badge-luxury {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .why-choose-title {
        font-size: 1.75rem !important;
        text-align: center !important;
    }

    .why-choose-desc {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 550px;
    }

    /* 4 Feature Cards Grid Centering */
    .feature-box {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .feature-icon-box {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .feature-title,
    .feature-desc {
        text-align: center !important;
    }

    /* Right Side Image & Floating Badge Centering */
    .why-choose-img-wrapper {
        text-align: center !important;
        margin-top: 15px;
    }

    .why-choose-img-wrapper img {
        margin: 0 auto;
    }

    /* Floating Badge Fixed Centering */
    .why-floating-badge {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        margin: 20px auto 0 auto !important;
        display: inline-block !important;
        width: 100%;
        max-width: 320px;
        text-align: left !important; /* Internal badge layout neat rakhta hai */
    }
}

@media (max-width: 575.98px) {
    .why-choose-title {
        font-size: 1.5rem !important;
    }
    .why-floating-badge {
        max-width: 100%;
    }
}