/* CSS Architecture Syncing with Homepage Design Pattern */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.about-hero-section {
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-top: 140px;
    padding-bottom: 120px;
}

/* Background Soft Glow Effects matching screencapture-127-0-0-1-8000-2026-05-31-17_38_48.jpg */
.nami-ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.entry-glow-1 {
    top: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(214, 51, 132, 0.12);
}
.entry-glow-2 {
    bottom: 5%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: rgba(255, 140, 0, 0.08);
}

/* Premium Badge Style */
.nami-badge-premium {
    display: inline-flex;
    align-items: center;
    color: #d63384; 
    background: linear-gradient(135deg, rgba(214, 51, 132, 0.09) 0%, rgba(255, 140, 0, 0.04) 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid rgba(214, 51, 132, 0.15);
}

.hero-title {
    font-size: 3.8rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -2px;
    line-height: 1.15;
}

.text-gradient {
    background: linear-gradient(90deg, #d63384 0%, #ff6a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.18rem;
    color: #64748b;
    line-height: 1.75;
    font-weight: 400;
}

/* Button Styles Updated to Match Home Page Precision */
.nami-btn-solid-modern {
    background: #0f172a;
    color: #fff !important;
    padding: 16px 36px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
}

.nami-btn-solid-modern:hover {
    background: #d63384;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(214, 51, 132, 0.25);
}

.nami-btn-outline-modern {
    border: 2px solid #e2e8f0;
    color: #0f172a !important;
    padding: 14px 34px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
}

.nami-btn-outline-modern:hover {
    background: #f8fafc;
    border-color: #0f172a;
    transform: translateY(-2px);
}

/* Image Wrapper with Tech Grid and Organic Frames */
.about-image-wrapper-premium {
    position: relative;
    padding: 30px;
    z-index: 2;
}

.main-image-holder {
    position: relative;
    z-index: 4;
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.12);
}

.rounded-about-premium {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.main-image-holder:hover .rounded-about-premium {
    transform: scale(1.03);
}

/* Decorative Frame Blurs mimicking top section of screenshot */
.glass-bg-blur {
    position: absolute;
    top: -10px;
    right: -10px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: linear-gradient(135deg, rgba(214, 51, 132, 0.06) 0%, rgba(255, 140, 0, 0.06) 100%);
    border-radius: 54px;
    z-index: 2;
    transform: rotate(2deg);
}

.tech-grid-pattern {
    position: absolute;
    top: -30px;
    left: -10px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#64748b 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.15;
    z-index: 1;
}

/* Premium Floating Cards Architecture */
.floating-mini-card-premium {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 14px 22px;
    border-radius: 22px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.card-position-bottom {
    bottom: 40px;
    left: -15px;
    animation: namiFloatY 4.5s ease-in-out infinite;
}

.card-position-top {
    top: 50px;
    right: -10px;
    animation: namiFloatYInverse 5s ease-in-out infinite;
}

.card-icon-premium {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.bg-success-soft { background: #f0fdf4; color: #22c55e; }
.bg-pink-soft { background: #fff1f7; color: #d63384; }

.card-info-meta {
    display: flex;
    flex-direction: column;
}
.card-num {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}
.card-txt {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
}

/* Smooth Floating Keyframes */
@keyframes namiFloatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes namiFloatYInverse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(12px); }
}

/* Animations */
.animate-fade-in-left {
    animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.animate-fade-in-right {
    animation: fadeInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.animate-fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   CRITICAL RESPONSIVE MEDIA QUERIES (Mobile and Tablet Center & Reorder Logic)
   ========================================================================== */
@media (max-width: 1199px) {
    .hero-title { font-size: 3.2rem; }
}

@media (max-width: 991px) {
    .about-hero-section { padding-top: 80px; padding-bottom: 80px; }
    
    /* Center aligning text content box elements on mobile devices */
    .text-content-box {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-title { 
        font-size: 2.6rem; 
        letter-spacing: -1px; 
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-desc {
        font-size: 1.1rem;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Force full-width responsive row ordering: Text First, Image Second, Buttons Last */
    .mobile-flex-transformer {
        display: flex;
        flex-direction: column !important;
    }
    
    .mobile-flex-transformer .col-lg-6.order-1 {
        order: 1 !important;
        width: 100%;
    }
    
    .mobile-flex-transformer .col-lg-6.order-2 {
        order: 2 !important;
        width: 100%;
    }

    .about-image-wrapper-premium { 
        margin-top: 20px; 
        padding: 15px; 
    }
    
    /* Make buttons expand elegantly and stack nicely on small screens */
    .mobile-btn-group .nami-btn-solid-modern,
    .mobile-btn-group .nami-btn-outline-modern {
        flex: 1 1 auto;
        min-width: 200px;
        justify-content: center;
    }

    /* Reposition the floating abstract badges closely on small resolutions */
    .card-position-bottom { left: 5px; bottom: 15px; }
    .card-position-top { right: 5px; top: 15px; }
}

@media (max-width: 575px) {
    .hero-title { font-size: 2.1rem; }
    .hero-desc { font-size: 1rem; }
    .floating-mini-card-premium { padding: 8px 14px; gap: 8px; border-radius: 16px; }
    .card-num { font-size: 0.95rem; }
    .card-txt { font-size: 0.75rem; }
    .card-icon-premium { width: 32px; height: 32px; font-size: 14px; border-radius: 10px; }
    .main-image-holder { border-radius: 32px; }
    .glass-bg-blur { border-radius: 36px; }
    .mobile-btn-group .nami-btn-solid-modern,
    .mobile-btn-group .nami-btn-outline-modern {
        width: 100%;
    }
}


/* Section Base Styling */
.nami-about-bg {
    background-color: #fafbfe;
    padding: 90px 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.fw-800 { font-weight: 800; letter-spacing: -1.2px; }

.nami-label {
    color: #d63384;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

/* Premium Heading Underline Component */
.nami-heading-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.nami-heading-underline .line-main {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #d63384, #ff8c00);
    border-radius: 10px;
}
.nami-heading-underline .line-dot {
    width: 8px;
    height: 4px;
    background-color: #ff8c00;
    border-radius: 50%;
}

.text-gradient-pink {
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Story Box Layout Adjustments */
.story-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.04);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.02);
    height: 100%;
}
.story-text-container {
    font-size: 14.5px;
    line-height: 1.7;
    color: #475569;
}
.opacity-85 { opacity: 0.85; };

.p-2.5 {

    padding: 10px 14px;

}

/* Service Cards Layout Fixes */
.nami-service-card {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 24px;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.015);
}

.nami-service-card:hover {
    transform: translateY(-6px);
    border-color: #fce7f3;
    box-shadow: 0 20px 40px -10px rgba(214, 51, 132, 0.08);
}

.nami-service-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 1.1rem;
}

.nami-service-card p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* Gradients Layout Elements */
.sc-icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
    color: #fff;
}

.pink-bg { background: linear-gradient(135deg, #d63384, #ff8c00); }
.orange-bg { background: linear-gradient(135deg, #ff8c00, #ffc107); }
.blue-bg { background: linear-gradient(135deg, #0ea5e9, #22c55e); }
.purple-bg { background: linear-gradient(135deg, #6610f2, #d63384); }

.nami-icon-sm {
    width: 36px; height: 36px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media (max-width: 991px) {
    .nami-about-bg { padding: 60px 0; }
}

/* Section Wrapper Refinement */
.nami-stats-v3 {
    background: #fafbfe; /* About পেজের ব্যাকগ্রাউন্ড থিমের সাথে ম্যাচিং */
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Floating Background Glows */
.stats-bg-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.12;
    z-index: 0;
}
.glow-1 { top: -5%; left: -5%; background: #d63384; }
.glow-2 { bottom: -5%; right: -5%; background: #ff8c00; }

/* The Compact Dynamic Card */
.premium-stat-card {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(226, 232, 240, 0.7);
    border-radius: 24px; /* সাইজ কিছুটা ছোট ও স্লিক করা হয়েছে */
    padding: 25px 20px; /* অতিরিক্ত প্যাডিং কমিয়ে আনা হয়েছে */
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 100%;
}

.premium-stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(214, 51, 132, 0.5);
    box-shadow: 0 20px 40px rgba(214, 51, 132, 0.08);
}

/* Refined Compact Icon Layout */
.stat-icon-wrapper {
    width: 50px; /* আইকন সাইজ ৭০ থেকে কমিয়ে ৫০ করা হয়েছে */
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.icon-gradient-1 { background: linear-gradient(135deg, #d63384, #ff8c00); }
.icon-gradient-2 { background: linear-gradient(135deg, #6610f2, #d63384); }
.icon-gradient-3 { background: linear-gradient(135deg, #0ea5e9, #22c55e); }
.icon-gradient-4 { background: linear-gradient(135deg, #f59e0b, #d97706); }

/* Counter Typography Fixes */
.counter-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-bottom: 2px;
}

.stat-counter {
    font-size: 2.3rem; /* ফন্ট সাইজ ৩.৫ থেকে কমিয়ে ২.৩ করা হয়েছে */
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -1px;
}

.stat-plus {
    font-size: 1.5rem;
    font-weight: 800;
    color: #d63384;
}

/* Label Refinement */
.stat-name {
    font-size: 12px; /* টেক্সট সাইজ ১৪ থেকে কমিয়ে ১২ করা হয়েছে */
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Mobile & Tablet Responsive Smoothness */
@media (max-width: 767px) {
    .premium-stat-card {
        padding: 20px 15px;
        border-radius: 20px;
    }
    .stat-counter {
        font-size: 1.8rem;
    }
    .stat-icon-wrapper {
        width: 42px;
        height: 42px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .stat-name {
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}

/* Section Base & Typography Alignment */
.nami-why-choose {
    background-color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 100px 0;
}
.fw-800 { font-weight: 800; letter-spacing: -1px; }

.choose-label {
    color: #d63384;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}

.text-gradient-pink {
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Signature Underline Setup */
.nami-heading-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.nami-heading-underline .line-main {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #d63384, #ff8c00);
    border-radius: 10px;
}
.nami-heading-underline .line-dot {
    width: 8px;
    height: 4px;
    background-color: #ff8c00;
    border-radius: 50%;
}

/* Ambient Glow Blobs */
.choose-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.08;
    z-index: 0;
}
.glow-pink { top: 10%; left: -5%; background: #d63384; }
.glow-orange { bottom: 5%; right: -5%; background: #ff8c00; }

/* Premium Card Architecture */
.values-premium-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 28px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.015);
}

/* Soft Hover Fill Effect */
.values-premium-card:hover {
    transform: translateY(-10px);
    border-color: rgba(214, 51, 132, 0.3);
    box-shadow: 0 30px 60px -15px rgba(214, 51, 132, 0.1);
}

/* Vibrant Icon Container Layout */
.values-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

/* Interactive Floating Icons CSS */
.values-premium-card:hover .values-icon-box {
    transform: scale(1.1) rotate(5deg);
}

/* UI Colors Matching Your Layout Gradients */
.icon-purple { background: linear-gradient(135deg, #6610f2, #d63384); }
.icon-pink { background: linear-gradient(135deg, #d63384, #ff8c00); }
.icon-blue { background: linear-gradient(135deg, #0ea5e9, #22c55e); }

.values-premium-card h4 {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.values-premium-card p {
    font-size: 14.5px;
    line-height: 1.65;
}

/* Fluid Mobile Scaling */
@media (max-width: 767px) {
    .nami-why-choose { padding: 60px 0; }
    .values-premium-card { padding: 30px 20px; border-radius: 20px; }
}


/* Master Section Layout Architecture */
.nami-premium-cta {
    background-color: #fafbfe; /* আপার সেকশনের সাথে ব্যাকগ্রাউন্ড ব্লেন্ডিং */
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 60px 0 !important;
}
.fw-800 { font-weight: 800; letter-spacing: -1px; }

/* Micro Floating Ambient Neon Blobs */
.cta-neon-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    z-index: 0;
}
.cta-glow-left { top: -20%; left: 10%; background: #d63384; }
.cta-glow-right { bottom: -20%; right: 10%; background: #ff8c00; }

/* Core Inner Premium Box Wrapper */
.cta-glass-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.3);
}

/* Badge Indicator Styling */
.cta-badge {
    background: rgba(214, 51, 132, 0.15);
    color: #ff8c00;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(214, 51, 132, 0.2);
}

.text-gradient-pink {
    background: linear-gradient(90deg, #d63384 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-slate-300 {
    color: #cbd5e1;
    line-height: 1.65;
}

/* High-End Interactive Button Engineering */
.cta-btn-premium {
    background: #ffffff;
    color: #0f172a !important;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 8px 8px 24px;
    border-radius: 50px;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.cta-btn-premium .icon-circle {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.4s ease;
}

/* Magnetic Button Hover Effects */
.cta-btn-premium:hover {
    background: linear-gradient(135deg, #d63384 0%, #ff8c00 100%);
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(214, 51, 132, 0.3) !important;
}

.cta-btn-premium:hover .icon-circle {
    background: #ffffff;
    color: #d63384;
    transform: translateX(4px);
}

/* Tablet and Smartphone UX Adaptation */
@media (max-width: 991px) {
    .cta-glass-card {
        border-radius: 24px;
        padding: 35px 25px !important;
    }
    .cta-btn-premium {
        padding: 10px 10px 10px 24px;
        width: 100%;
        justify-content: space-between;
    }
}

/* ========================================================
   🎨 CUSTOM LOOK ABOUT PAGE IDENTITY ENGINE
   ======================================================== */
.about-mini-badge {
    color: #e04a80;
    background: rgba(224, 74, 128, 0.07);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
}

.about-section-title {
    font-size: 2.1rem;
    letter-spacing: -0.5px;
}
.small-text-max {
    font-size: 0.95rem;
    max-width: 520px;
    margin: 0 auto;
}

.gradient-text-brand {
    background: linear-gradient(135deg, #e04a80 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 🃏 VALUE CARDS DESIGN */
.value-luxury-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.35s ease;
}
.value-luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.04);
    border-color: rgba(224, 74, 128, 0.1);
}

.value-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.v-pink { color: #e04a80; background: rgba(224, 74, 128, 0.08); }
.v-orange { color: #ff8c00; background: rgba(255, 140, 0, 0.08); }
.v-purple { color: #7c3aed; background: rgba(124, 58, 237, 0.08); }

/* 👥 PREMIUM TEAM CARDS IMPLEMENTATION */
.premium-team-card {
    background: transparent;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.team-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #f8fafc;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Elegant Social Hover Overlay */
.team-social-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.2) 60%, transparent 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 24px;
    gap: 12px;
    opacity: 0;
    transition: all 0.35s ease;
}

.social-icon-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.social-icon-link:hover {
    background: #e04a80;
    color: #ffffff;
    transform: scale(1.1);
}

/* Hover Animation Triggers */
.premium-team-card:hover .team-img {
    transform: scale(1.06);
}
.premium-team-card:hover .team-social-overlay {
    opacity: 1;
}

.team-meta-info h5 {
    font-size: 1.1rem;
    letter-spacing: -0.3px;
}
.team-meta-info p {
    font-size: 0.85rem;
    font-weight: 500;
}
