/* ========================================================
   🎨 BRAND-ALIGNED DESIGN ENGINE
   ======================================================== */
.training-hero-brand {
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-top: 140px !important;
    padding-bottom: 100px !important;
}

.brand-mini-badge {
    color: #e04a80;
    background: rgba(224, 74, 128, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.brand-hero-title {
    color: #0f172a;
    font-size: calc(1.8rem + 2vw); 
    line-height: 1.2;
    letter-spacing: -1.5px;
}

@media (min-width: 1200px) {
    .brand-hero-title {
        font-size: 3.5rem;
    }
}

.gradient-text-brand {
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.65;
    max-width: 540px;
}

/* 👥 PERFECT SIDE-BY-SIDE BUTTON CONTAINER */
.hero-btn-container-fixed {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
@media (min-width: 992px) {
    .hero-btn-container-fixed {
        justify-content: flex-start;
    }
}

.btn-brand-primary-fixed, .btn-brand-secondary-fixed {
    font-weight: 700;
    font-size: 14.5px;
    padding: 13px 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.btn-brand-primary-fixed {
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 10px 20px rgba(224, 74, 128, 0.15);
}
.btn-brand-primary-fixed:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(224, 74, 128, 0.25);
}

.btn-brand-secondary-fixed {
    background: #1e293b;
    color: #ffffff !important;
    border: none;
    gap: 8px;
}
.btn-brand-secondary-fixed:hover {
    background: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(30, 41, 59, 0.15);
}

/* ========================================================
   🔮 IMAGE WRAPPER & FLOATING BADGES (✨ image_6e423f.png SYNC)
   ======================================================== */
.brand-image-wrapper-luxury {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 30px;
}

/* Luxury Image Floating Card Components */
.floating-info-card {
    position: absolute;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(241, 245, 249, 0.9);
    z-index: 10;
    transition: all 0.3s ease;
}

.floating-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.icon-pink { color: #e04a80; background: rgba(224, 74, 128, 0.1); }
.icon-orange { color: #ff8c00; background: rgba(255, 140, 0, 0.1); }
.icon-purple { color: #7c3aed; background: rgba(124, 58, 237, 0.1); }

.floating-text {
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
}

/* Precise Floating Positions with Subtle Floating Animations */
.card-secure {
    top: 12%;
    right: -2%;
    animation: floatCardY 4s ease-in-out infinite alternate;
}
.card-mock {
    bottom: 12%;
    left: -4%;
    animation: floatCardY 4.5s ease-in-out infinite alternate-reverse;
}
.card-expert {
    top: 45%;
    left: -8%;
    animation: floatCardX 5s ease-in-out infinite alternate;
}

/* Glow Ring Engine Behind Main Image */
.luxury-image-glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, rgba(224, 74, 128, 0.15) 0%, rgba(255, 140, 0, 0.1) 100%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

.brand-hero-img-premium {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 2;
}

/* ✨ Dynamic Floating Animations Config */
@keyframes floatCardY {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}
@keyframes floatCardX {
    0% { transform: translateX(0px); }
    100% { transform: translateX(8px); }
}

/* ========================================================
   💎 BENEFITS SECTION ENGINE
   ======================================================== */
.brand-benefits-section {
    background-color: #f8fafc;
    padding: 80px 0 !important;
}

.benefits-mini-badge {
    color: #e04a80;
    background: rgba(224, 74, 128, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.benefits-brand-title {
    color: #0f172a;
    font-size: calc(1.5rem + 1.2vw);
    letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
    .benefits-brand-title {
        font-size: 2.3rem;
    }
}

.benefits-brand-subtitle {
    font-size: 0.98rem;
    color: #64748b;
    max-width: 560px;
}

.brand-benefit-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .brand-benefit-card {
        padding: 32px;
        border-radius: 20px;
    }
}
.brand-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 74, 128, 0.15);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.05);
}

.brand-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.box-pink { color: #e04a80; background: rgba(224, 74, 128, 0.08); }
.box-orange { color: #ff8c00; background: rgba(255, 140, 0, 0.08); }
.box-purple { color: #7c3aed; background: rgba(124, 58, 237, 0.08); }
.box-teal { color: #0d9488; background: rgba(13, 148, 136, 0.08); }
.box-blue { color: #2563eb; background: rgba(37, 99, 235, 0.08); }
.box-slate { color: #475569; background: rgba(71, 85, 105, 0.08); }

.brand-card-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.brand-card-text {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.brand-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
}
.orb-pink { width: 250px; height: 250px; background: rgba(224, 74, 128, 0.15); top: 0; left: -5%; }
.orb-orange { width: 250px; height: 250px; background: rgba(255, 140, 0, 0.12); bottom: 5%; right: -5%; }

/* ========================================================
   📱 RESPONSIVE ADJUSTMENTS
   ======================================================== */
@media (max-width: 991.98px) {
    .training-hero-brand {
        padding-top: 130px !important; 
        padding-bottom: 60px !important;
    }
    .brand-image-wrapper-luxury {
        max-width: 360px;
        margin-top: 25px;
        padding: 20px;
    }
    .floating-info-card {
        padding: 8px 14px;
    }
    .floating-text {
        font-size: 12px;
    }
    .card-secure { right: -5%; top: 8%; }
    .card-mock { left: -6%; bottom: 8%; }
}

@media (max-width: 575.98px) {
    .training-hero-brand {
        padding-top: 115px !important;
    }
    .hero-btn-container-fixed {
        gap: 10px;
    }
    .btn-brand-primary-fixed, .btn-brand-secondary-fixed {
        flex: 1;
        font-size: 13px;
        padding: 12px 16px;
    }
} 


/* ========================================================
   🎨 PROCESS SECTION THEME ENGINE (PREMIUM SYNC)
   ======================================================== */
.brand-process-section {
    background-color: #ffffff; /* হোম পেজের ক্লিন হোয়াইট ব্যাকগ্রাউন্ড */
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 90px 0 !important;
}

.process-mini-badge {
    color: #e04a80;
    background: rgba(224, 74, 128, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.process-main-title {
    color: #0f172a;
    font-size: calc(1.5rem + 1.2vw);
    letter-spacing: -0.5px;
}
@media (min-width: 1200px) {
    .process-main-title { font-size: 2.3rem; }
}

.process-main-subtitle {
    font-size: 0.98rem;
    max-width: 560px;
}

.gradient-text-brand {
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 💠 CONNECTING LINE LOGIC FOR DESKTOP */
@media (min-width: 992px) {
    .process-steps-container {
        position: relative;
    }
    /* কার্ডগুলোর মাঝে ডটেড বা ড্যাশড কানেক্টিং লাইন */
    .process-steps-container::before {
        content: '';
        position: absolute;
        top: 75px;
        left: 12%;
        width: 76%;
        height: 2px;
        background-image: linear-gradient(to right, #f1f5f9 50%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 10px 2px;
        background-repeat: repeat-x;
        z-index: 1;
    }
}

/* 🃏 LUXURY PROCESS CARDS */
.brand-process-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 30px 24px;
    height: 100%;
    text-center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.005);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.brand-process-card:hover {
    transform: translateY(-5px);
    border-color: rgba(224, 74, 128, 0.12);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
}

/* 🔢 STEP NUMBER SHAPES & GRADIENTS */
.process-number-wrapper {
    margin-bottom: 24px;
    position: relative;
}
.process-step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.05);
}

/* Home Page Color Syncs for Numbers */
.bg-gradient-pink { background: linear-gradient(135deg, #e04a80 0%, #f472b6 100%); }
.bg-gradient-orange { background: linear-gradient(135deg, #ff8c00 0%, #fb923c 100%); }
.bg-gradient-purple { background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%); }
.bg-gradient-teal { background: linear-gradient(135deg, #0d9488 0%, #2dd4bf 100%); }

.process-card-title {
    color: #0f172a;
    font-size: 1.15rem;
    margin-bottom: 12px;
}
.process-card-text {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Background Ambient Blur Orbs */
.process-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 1;
}
.orb-left { width: 300px; height: 300px; background: rgba(224, 74, 128, 0.1); top: 20%; left: -10%; }
.orb-right { width: 300px; height: 300px; background: rgba(255, 140, 0, 0.08); bottom: 10%; right: -10%; }

/* ========================================================
   📱 RESPONSIVE ADJUSTMENTS
   ======================================================== */
@media (max-width: 991.98px) {
    .brand-process-section {
        padding: 60px 0 !important;
    }
    .brand-process-card {
        padding: 26px 20px;
    }
}

/* ========================================================
   🎨 ULTRA LUXURY STYLING ENGINE FOR NEW ELEMENTS
   ======================================================== */
.training-modes-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 80px 0 !important;
}

.modes-mini-badge {
    color: #e04a80;
    background: rgba(224, 74, 128, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.modes-main-title {
    color: #0f172a;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
}

/* 🏢 DELIVERY CARD GRID CONFIG */
.delivery-luxury-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    padding: 35px 30px;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.015);
}
.delivery-luxury-card:hover {
    transform: translateY(-6px);
    border-color: rgba(224, 74, 128, 0.15);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);
}

/* Popular Badge Overlay */
.delivery-status-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Icon Spheres */
.delivery-icon-sphere {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}
.bg-soft-pink { color: #e04a80; background: rgba(224, 74, 128, 0.08); }
.bg-soft-orange { color: #ff8c00; background: rgba(255, 140, 0, 0.08); }
.bg-soft-purple { color: #7c3aed; background: rgba(124, 58, 237, 0.08); }

.delivery-card-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 12px;
}
.delivery-card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Feature List Inside Cards */
.delivery-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.delivery-features-list li {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}
.text-pink { color: #e04a80; }
.text-orange { color: #ff8c00; }
.text-purple { color: #7c3aed; }

/* 🏷️ AUDIENCE TAG BAR STYLE */
.enterprise-audience-bar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
}

.audience-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 992px) {
    .audience-tags-container { justify-content: flex-start; padding-left: 15px; }
    .border-end-desktop { border-end: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; }
}

.audience-tag {
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}
.audience-tag:hover {
    background: #ffffff;
    border-color: rgba(224, 74, 128, 0.2);
    color: #e04a80;
}

/* 📊 STATS BOX CONFIG */
.brand-stats-section {
    padding: 60px 0 !important;
    border-bottom: 1px solid #f1f5f9;
}
.stat-luxury-box {
    padding: 10px;
}
.stat-number {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -1px;
}
.stat-label {
    font-size: 10px;
    letter-spacing: 1px;
}

/* 🛠️ ADDITIONAL INTERACTION UPGRADES FOR EXISTING PROCESS CARD */
.brand-process-card .process-step-number {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.brand-process-card:hover .process-step-number {
    transform: scale(1.12) rotate(5deg);
}

/* Background grid styling */
.corporate-grid-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
    pointer-events: none;
}

/* ========================================================
   🎨 BRAND SYNCHRONIZED FORM UI ENGINE
   ======================================================== */
.consultation-premium-section {
    background-color: #fafbfc; /* লাইট ক্লিন অফ-হোয়াইট ব্যাকগ্রাউন্ড */
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 80px 0 !important;
}

.section-divider-glow {
    position: absolute;
    top: 0; left: 10%; width: 80%; height: 1px;
    background: linear-gradient(90deg, transparent, #f1f5f9 20%, #e2e8f0 50%, #f1f5f9 80%, transparent);
}

.form-mini-badge {
    color: #ff8c00;
    background: rgba(255, 140, 0, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.form-main-title {
    font-size: calc(1.4rem + 0.8vw);
    letter-spacing: -0.5px;
}
@media (min-width: 1200px) { .form-main-title { font-size: 2rem; } }

.form-subtitle {
    font-size: 0.92rem;
    max-width: 480px;
}

/* 🏢 FORM CARD CASING */
.brand-form-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.03) !important;
}

/* 🏷️ INPUT & LABELS */
.brand-form-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
    display: block;
}
.required-star {
    color: #e04a80;
}

/* Luxury Input Field Formatting */
.brand-form-control, .brand-form-select {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.92rem;
    color: #0f172a;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.brand-form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

/* Focus Overrides matching Namifly Pink/Orange Identity */
.brand-form-control:focus, .brand-form-select:focus {
    background-color: #ffffff;
    border-color: #e04a80;
    box-shadow: 0 0 0 4px rgba(224, 74, 128, 0.08);
    outline: 0;
}

/* Custom Select Dropdown Arrow */
.brand-form-select {
    cursor: pointer;
}

/* 🗳️ CUSTOM CHECKBOX CONFIG */
.brand-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.brand-form-checkbox {
    width: 17px;
    height: 17px;
    border-radius: 6px !important;
    border: 1px solid #cbd5e1;
    margin-top: 2px;
    cursor: pointer;
}
.brand-form-checkbox:checked {
    background-color: #e04a80;
    border-color: #e04a80;
}

/* ⚡ SIGNATURE BUTTON GRADIENT */
.btn-brand-gradient {
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(224, 74, 128, 0.2);
}
.btn-brand-gradient:hover, .btn-brand-gradient:focus {
    background: linear-gradient(135deg, #cc3b70 0%, #e67e00 100%);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(224, 74, 128, 0.3);
}
.btn-brand-gradient:active {
    transform: translateY(1px);
}

/* 🔔 ALERT BANNER OVERRIDES */
.alert-custom-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    border-radius: 14px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 14px 18px;
}
.alert-custom-danger {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 14px;
    font-size: 0.9rem;
    padding: 14px 18px;
}