/* Section Base Configurations with Safe Padding & Margin */
.training-hero-elite {
    background: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    /* মোবাইল ডিভাইসে হেডার থেকে লেগে যাওয়া রোধ করতে মার্জিন ও প্যাডিং */
    margin-top: 50px; 
    padding-top: 40px;
    padding-bottom: 60px;
}
.fw-800 { font-weight: 800; letter-spacing: -1.5px; }

/* ডেক্সটপ বা কম্পিউটার স্ক্রিনের জন্য সেফটি স্পেসিং */
@media (min-width: 992px) {
    .training-hero-elite { 
        margin-top: 80px; /* হেডার বা ওপরের সেকশন থেকে নিরাপদ দূরত্ব */
        padding-top: 100px; 
        padding-bottom: 100px; 
    }
}

/* Home Theme Sync-Glow Assets */
.hero-theme-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}
.glow-top-pink { top: -10%; right: 10%; background: #d63384; }
.glow-bottom-orange { bottom: -10%; left: -5%; background: #ff8c00; }

/* Micro Badge Styling */
.nami-badge-sm {
    color: #d63384;
    background: rgba(214, 51, 132, 0.08);
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(214, 51, 132, 0.15);
    width: max-content;
}
.animated-pulse-icon { animation: flashIcon 2s infinite ease-in-out; }

@keyframes flashIcon {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

/* Fluid Typography Scaler for Perfect Device Adaptation */
.hero-h1-v2 {
    font-size: calc(2.2rem + 1.5vw);
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
    .hero-h1-v2 { font-size: 3.8rem; }
}

.text-gradient-pink {
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-p-v2 {
    font-size: 1.125rem;
    line-height: 1.65;
    max-width: 540px;
}
@media (max-width: 991.98px) {
    .hero-p-v2 { max-width: 100%; }
}

/* Action Buttons Design Architecture */
.nami-btn-gradient-v2 {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff !important;
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nami-btn-gradient-v2 .btn-arrow-circle {
    width: 36px; height: 36px;
    background: linear-gradient(135deg, #d63384, #ff8c00);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.nami-btn-gradient-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(15, 23, 42, 0.25) !important;
}

.nami-btn-outline-v2 {
    border: 2px solid #e2e8f0;
    color: #0f172a;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.nami-btn-outline-v2:hover {
    border-color: #d63384;
    color: #d63384;
    background: rgba(214, 51, 132, 0.02);
}

/* Graphic Container Modules */
.training-visual-stack {
    position: relative;
    width: 100%;
}

.glass-image-frame {
    padding: 12px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.04);
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.hero-main-img {
    border-radius: 24px;
    width: 100%;
    display: block;
}

/* Immersive Live Tracker Badge UI */
.live-pulse {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    background: rgba(239, 68, 68, 0.95);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
}
.pulse-dot {
    width: 6px; height: 6px;
    background: #ffffff;
    border-radius: 50%;
    animation: livePulseLoop 1.8s infinite;
}

@keyframes livePulseLoop {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
    70% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* Adaptive Floating Cards Architecture */
.floating-mini-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 12px 18px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
}

.card-text-wrap h6 { font-size: 13.5px; letter-spacing: -0.2px; }
.card-text-wrap small { font-size: 11px; }

.icon-circle-glass {
    width: 36px; height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.icon-pink { background: rgba(214, 51, 132, 0.1); color: #d63384; }
.icon-orange { background: rgba(255, 140, 0, 0.1); color: #ff8c00; }

/* Computer/Desktop Screen-এ ফ্লোটিং পজিশন */
@media (min-width: 992px) {
    .floating-mini-card {
        position: absolute;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: max-content;
    }
    .instructor-card { bottom: 40px; left: -20px; animation: smoothFloat 4.5s ease-in-out infinite; }
    .lab-card { top: 40px; right: -20px; animation: smoothFloat 4.5s ease-in-out 1.2s infinite; }
    
    @keyframes smoothFloat {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
}

/* মোবাইল ও ছোট স্ক্রিনের জন্য ওভারল্যাপ-প্রুফ গ্রিড লেআউট */
@media (max-width: 991.98px) {
    .floating-cards-responsive-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .floating-mini-card {
        width: 100%;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03) !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .floating-cards-responsive-container {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-core-blob {
    position: absolute;
    top: 50%; left: 50%;
    width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.06) 0%, transparent 65%);
    transform: translate(-50%, -50%);
    z-index: 1;
}


/* Section Base & Typography Framework */
.platform-features-v3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.fw-800 { font-weight: 800; letter-spacing: -1.5px; }
.fw-700 { font-weight: 700; letter-spacing: -0.5px; }
.line-height-relaxed { line-height: 1.6; }

/* Fluid Responsive Headings - Fixed for Computer Devices */
.hero-header-text {
    font-size: 2rem;
    color: #0f172a;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .hero-header-text { font-size: 2.5rem; }
}

/* Fluid Subtitle Extender */
.responsive-subtitle {
    font-size: 1rem;
    line-height: 1.6;
}

/* Premium Title Underline Styling */
.title-gradient-underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    border-radius: 50px;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.platform-features-v3 .row:hover .title-gradient-underline {
    width: 120px;
}

/* Compact & Sleek Feature Cards Design */
.nami-feature-card-v3 {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 30px 26px;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
}

/* Premium Soft Hover State */
.nami-feature-card-v3:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border-color: rgba(214, 51, 132, 0.25);
}

/* Refined Compact Icon Orbs */
.icon-orb-v3 {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

/* Soft Premium Color Codes */
.pink-orb-v3 { background: rgba(214, 51, 132, 0.06); color: #d63384; }
.orange-orb-v3 { background: rgba(255, 140, 0, 0.06); color: #ff8c00; }
.purple-orb-v3 { background: rgba(102, 16, 242, 0.06); color: #6610f2; }
.blue-orb-v3 { background: rgba(13, 110, 253, 0.06); color: #0d6efd; }
.green-orb-v3 { background: rgba(34, 197, 94, 0.06); color: #16a34a; }
.red-orb-v3 { background: rgba(220, 38, 38, 0.06); color: #dc2626; }

/* Micro Interaction on Hover */
.nami-feature-card-v3:hover .icon-orb-v3 {
    transform: scale(1.05) rotate(4deg);
    background: #0f172a;
    color: #ffffff;
}

/* Inner Text Font Scaling */
.card-title-v3 { font-size: 1.2rem; }
.card-desc-v3 { font-size: 0.9rem; }

/* Badge Layout */
.nami-badge-outline {
    color: #d63384;
    border: 1px solid rgba(214, 51, 132, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.text-pink-orange {
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.max-w-600 { max-width: 600px; }


.nami-how-bg {
    background-color: #fcfcfd;
    padding: 100px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fw-800 { font-weight: 800; letter-spacing: -1.5px; }

.nami-badge-outline {
    color: #d63384;
    border: 1px solid rgba(214, 51, 132, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.text-pink-orange {
    background: linear-gradient(90deg, #d63384, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Steps Layout */
.nami-step-container {
    padding-left: 20px;
}

.nami-step-item {
    display: flex;
    gap: 30px;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
}

.step-number-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-num {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    transition: all 0.4s ease;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.nami-step-item:hover .step-num {
    background: linear-gradient(135deg, #d63384, #ff8c00);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1);
}

.step-line {
    width: 2px;
    flex-grow: 1;
    background: #e2e8f0;
    margin: 10px 0;
    transition: 0.4s ease;
}

.nami-step-item:hover .step-line {
    background: #d63384;
}

.step-content h4 {
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.nami-step-item:hover .step-content h4 {
    color: #d63384;
}

/* Image Wrapper */
.nami-how-image-wrap {
    position: relative;
    padding: 20px;
}

.rounded-custom {
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.image-glow-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(214, 51, 132, 0.08) 0%, transparent 70%);
    z-index: 1;
}

.floating-success-card {
    position: absolute;
    bottom: 40px;
    right: -20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 3;
    animation: floatMove 4s ease-in-out infinite;
}

.success-icon {
    color: #22c55e;
    font-size: 24px;
}

@keyframes floatMove {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@media (max-width: 991px) {
    .nami-step-item { gap: 20px; }
    .step-num { width: 50px; height: 50px; font-size: 16px; }
}

/* Section Canvas & Utilities */
.luxury-testimonials-section {
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.py-6 { padding: 100px 0; }
.fw-800 { font-weight: 800; letter-spacing: -1.5px; }
.fw-700 { font-weight: 700; }
.fs-14 { font-size: 14px; }
.font-11 { font-size: 11px; }
.fw-600 { font-weight: 600; }

/* Center-Aligned CSS Auto-Scroll Marquee Core */
.testimonial-slider-wrapper {
    display: flex;
    justify-content: center; /* এটি ট্র্যাকটিকে স্ক্রিনের মাঝখানে নিয়ে আসে */
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}

.testimonial-marquee-track {
    display: flex;
    justify-content: center; /* কার্ডগুলোকে সেন্টারে অ্যালাইন করে */
    gap: 24px;
    width: max-content;
    /* প্লে লোড হওয়া মাত্রই অটো স্টার্ট হবে */
    animation: marqueeCenterScroll 40s linear infinite;
}

/* মাউস হোভার করলে স্ক্রোলিং সাময়িকভাবে পজ হবে */
.testimonial-slider-wrapper:hover .testimonial-marquee-track {
    animation-play-state: paused;
}

/* Perfect Center-to-Left Infinite Animation Loop */
@keyframes marqueeCenterScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        /* ট্র্যাকের ঠিক অর্ধেকটা নিখুঁতভাবে বামে পুশ করবে যাতে লুপে কোনো জার্কিং না হয় */
        transform: translate3d(-50%, 0, 0);
    }
}

/* Compact Premium Box Sizing & Typography */
.compact-testimonial-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 24px;
    border-radius: 20px;
    width: 320px;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.01);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.compact-testimonial-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
    border-color: rgba(214, 51, 132, 0.25);
}

.testimonial-msg-text {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
}

/* User Identity Custom Styles */
.user-avatar-v3 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(214, 51, 132, 0.2);
}

.border-top-fade {
    border-top: 1px solid #f1f5f9;
}

/* Premium Icon & Star Variations */
.text-gold { color: #ffb703; }
.text-muted-stars { color: #cbd5e1; }
.quote-gradient-icon {
    background: linear-gradient(135deg, rgba(214, 51, 132, 0.2), rgba(255, 140, 0, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Ambient Layer Design */
.testimonial-ambient-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(214, 51, 132, 0.03) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.nami-badge-luxury {
    color: #d63384;
    background: rgba(214, 51, 132, 0.05);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

/* Base Theme Configurations */
.premium-cta-section-v5 {
    background-color: #0b0f19;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.py-4 { padding: 45px 0; }
.fw-800 { font-weight: 800; letter-spacing: -1px; }
.fs-14 { font-size: 0.92rem; }
.font-10 { font-size: 10px; }
.tracking-tight-v5 { letter-spacing: -1px; }
.tracking-widest { letter-spacing: 2px; }
.text-light-muted-v5 { color: #94a3b8; line-height: 1.5; }
.max-w-550 { max-width: 550px; }

.text-pink-orange-v5 {
    background: linear-gradient(135deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium-cta-section-v5 .nami-badge-luxury-v5 {
    color: #ff8c00;
    background: rgba(255, 140, 0, 0.08);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255, 140, 0, 0.12);
    display: inline-block;
}

/* ========================================================
   PREMIUM BUTTON ARCHITECTURE WITH CLICK EFFECTS
   ======================================================== */

/* Primary Button (Gradient) */
.btn-luxury-primary-v5 {
    background: linear-gradient(135deg, #d63384 0%, #ff8c00 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 12px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 20px rgba(214, 51, 132, 0.2);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
    position: relative;
}

/* Hover State */
.btn-luxury-primary-v5:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(214, 51, 132, 0.35);
}

/* ⚡ Click/Active Color Change State for Primary Button */
.btn-luxury-primary-v5:active {
    transform: translateY(1px) scale(0.97); /* হালকা ডাউন হয়ে ক্লিক ভাইব দিবে */
    background: linear-gradient(135deg, #ff8c00 0%, #d63384 100%); /* কালার ইনভার্ট হয়ে যাবে */
    box-shadow: 0 0 15px #d63384, 0 0 25px #ff8c00; /* নিওন গ্লো কালার শো করবে */
}


/* Outline Button */
.btn-luxury-outline-v5 {
    background: transparent;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 22px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

/* Hover State */
.btn-luxury-outline-v5:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-2px);
}

/* ⚡ Click/Active Color Change State for Outline Button */
.btn-luxury-outline-v5:active {
    transform: translateY(1px) scale(0.97);
    background: #ffffff !important; /* ক্লিক করলে সম্পূর্ণ ব্যাকগ্রাউন্ড সলিড হোয়াইট হয়ে যাবে */
    color: #0b0f19 !important; /* টেক্সট ডার্ক হয়ে যাবে */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4); /* গ্লসি বর্ডার লাইট রিফ্লেক্ট করবে */
    border-color: #ffffff;
}

/* ======================================================== */

/* Countdown Card Component */
.luxury-timer-card-v5 {
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 20px 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.countdown-grid-v5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.timer-box-v5 {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 10px 4px;
    text-align: center;
}

.timer-digit-v5 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    display: block;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}
.timer-tag-v5 {
    font-size: 9px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
    margin-top: 2px;
    display: block;
    letter-spacing: 0.5px;
}

.cta-bg-glow-v5 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(214, 51, 132, 0.06) 0%, transparent 70%);
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Responsive Fixes for Devices Smaller than Desktops */
@media (max-width: 991.98px) {
    .py-4 { padding: 45px 0; }
    .luxury-timer-card-v5 { max-width: 340px; margin: 25px auto 0 auto; }
    
    /* মোবাইলে বাটন যেন ফ্লেক্স হয়ে একে অপরের নিচে বা পাশাপাশি সুন্দরভাবে সেন্টারে থাকে */
    .cta-btn-group {
        width: 100%;
    }
}