/**
 * LETS COD - Professional Technology Services Website
 * Custom CSS Styles (Premium Modern Redesign)
 *
 * @author Prince Kushwaha
 * @company LETS COD
 * @email prince885653@gmail.com
 * @version 2.0
 */

/* ===== CSS Variables (Premium Dark/Tech Theme) ===== */
:root {
    /* Primary Brand Colors (Perfect as-is, slight tuning) */
    --primary-color: #8B5CF6;
    /* Violet from Our People */
    --primary-dark: #7C3AED;
    /* Deep Violet */
    --primary-light: #A78BFA;
    /* Soft Violet */
    --accent-color: #A78BFA;
    /* Matching accent */
    --accent-glow: #22D3EE;
    /* Electric Cyan */

    /* Backgrounds - Clean & Modern */
    --bg-main: #FFFFFF;
    /* Pure White */
    --bg-secondary: #F8FAFC;
    /* Soft Slate */
    --bg-surface: #F1F5F9;
    /* Light Slate (Features/Highlights) */
    --bg-card: #FFFFFF;
    /* Cards */
    --bg-card-hover: #FFFFFF;

    /* Text Colors - High Readability */
    --text-primary: #0F172A;
    /* Dark Slate (H1-H3) */
    --text-p: #334155;
    /* Slate 700 */
    --text-muted: #64748B;
    /* Slate 500 */
    --text-link: #6366F1;
    /* Indigo */

    /* Gradients (Sync with Our People blobs) */
    --primary-gradient: linear-gradient(135deg, #8B5CF6 0%, #A78BFA 100%);
    --accent-gradient: linear-gradient(135deg, #A78BFA 0%, #8B5CF6 100%);

    /* Shadows & Borders */
    --shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.08);
    /* New Soft Shadow */
    --border-soft: #E2E8F0;
    /* Soft Border */

    /* Glassmorphism Pro */
    --glass-bg: rgba(255, 255, 255, 0.75);
    --glass-backdrop: blur(10px);
    --glass-border-color: rgba(99, 102, 241, 0.15);

    /* Typography */
    --font-primary: "Inter", sans-serif;
    --font-heading: "Outfit", sans-serif;

    /* Spacing */
    --section-padding: 120px 0;

    --radius-md: 12px;
    --radius-lg: 20px;
}

/* ===== Base Styles ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-main);
    color: var(--text-p);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}

/* ===== Typography ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

h1 {
    font-size: 4rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.75rem;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    color: var(--text-p);
    margin-bottom: 1.5rem;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--accent-glow);
}

/* ===== Animations ===== */
@keyframes animate-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animate-fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-fadeInUp,
.animate-fadeInDown {
    opacity: 1 !important;
    visibility: visible !important;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate-fadeInUp {
    animation-name: animate-fadeInUp;
}

.animate-fadeInDown {
    animation-name: animate-fadeInDown;
}

/* ===== Utilities ===== */
.gradient-text {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 3.5rem !important;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
    color: var(--primary-dark);
    /* Solid Color for visibility */
    text-shadow: 0 2px 10px rgba(99, 102, 241, 0.2);
}

.stat-label {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b5563;
    /* Slate 600 for contrast */
}

.text-primary {
    color: var(--primary-light) !important;
}

.text-muted {
    color: var(--text-muted) !important;
}

.section-padding {
    padding: var(--section-padding);
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.bg-light-surface {
    background-color: #f1f5f9;
    /* Slate-100: Soft gray background */
}

.section-title h2 {
    margin-bottom: 1rem;
}

.section-title p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--text-muted);
}

/* Buttons */
.btn {
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    z-index: 10;
    position: relative;
    overflow: hidden;
    font-family: var(--font-heading);
}

/* Vibrant Button Fix */
.btn-primary {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    /* Deep Indigo -> Purple */
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
    font-weight: 700;
    border: 1px solid transparent;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.6);
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
    /* Darker on hover */
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--primary-light);
    color: var(--text-primary);
}

.btn-outline-primary:hover {
    background: var(--primary-light);
    color: white;
    box-shadow: 0 0 15px rgba(129, 140, 248, 0.4);
    transform: translateY(-2px);
}

.btn-dark {
    background: #000000;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Smaller button request */
    padding: 0.5rem 1.2rem;
    font-size: 0.85rem;
}

.btn-dark:hover {
    background: #1a1a1a;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    color: white;
}

/* ===== Navbar Styles ===== */
.top-bar {
    font-size: 0.85rem;
    /* background: var(--primary-gradient); Removed to strictly use inline #2563eb */
}

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand .logo-icon {
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}

.nav-link {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    /* Cleaner font */
    color: #333333 !important;
    /* Halka Black */
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.show,
.nav-link.active {
    color: var(--primary-color) !important;
}

.dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 15px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    padding: 0.5rem;
}

.dropdown-item {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
}

.dropdown-item:hover {
    background-color: var(--bg-surface);
    color: var(--primary-color);
    transform: translateX(5px);
}

.dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 0.4em;
    opacity: 0.5;
}

/* Staff Dropdown specific */
.btn-link.dropdown-toggle {
    color: var(--text-primary);
}

.btn-link.dropdown-toggle:hover {
    color: var(--primary-color);
}



/* ===== Hero Section (Dynamic) ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--bg-main);
    overflow: hidden;
    padding-top: 80px;
}

/* Hero Background Elements */
/* Hero Background Elements - Removed as per user request */
/*
.hero-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}
*/

/* Hide blobs if background image is present */
/* Service Cards */
.card {
    border: none;
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.icon-box {
    width: 64px;
    height: 64px;
    background: var(--bg-surface);
    color: var(--primary-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}

.card:hover .icon-box {
    background: var(--primary-color);
    color: white;
    transform: rotateY(180deg);
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.card-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Project Cards */
.card-img-top {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top img {
    transform: scale(1.05);
}

.overlay {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
}

/* Team Cards */
.rounded-circle.overflow-hidden {
    border: 4px solid white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-right: 1rem;
}

.hero-glass-wrapper {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-soft);
}

.hero-title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, #e2e8f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-p);
    margin-bottom: 2.5rem;
    max-width: 600px;
    font-weight: 300;
}

/* Floating Code Window in Hero */
.code-window {
    background: #1e1e1e;
    /* VS Code bg */
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
    font-family: 'Fira Code', monospace;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
    transition: transform 0.5s ease;
}

.code-window:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.window-header {
    background: #252526;
    padding: 10px 15px;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #333;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f56;
}

.dot.yellow {
    background: #ffbd2e;
}

.dot.green {
    background: #27c93f;
}

.window-content {
    padding: 20px;
    color: #d4d4d4;
    font-size: 0.9rem;
}

.code-line {
    margin-bottom: 5px;
    display: block;
}

.code-keyword {
    color: #569cd6;
}

.code-string {
    color: #ce9178;
}

.code-function {
    color: #dcdcaa;
}

.code-comment {
    color: #6a9955;
    font-style: italic;
}



/* ===== Footer ===== */
.footer-area {
    background: #020617;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 5rem;
}

/* Team Member Gradient Borders */
.team-gradient-border {
    padding: 8px;
    /* Thickness of the border/gap */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.team-gradient-border:hover {
    transform: translateY(-5px);
}

.team-gradient-red {
    background: linear-gradient(135deg, #FF9966 0%, #FF5E62 100%);
    box-shadow: 0 10px 20px rgba(255, 94, 98, 0.3);
}

.team-gradient-purple {
    background: linear-gradient(135deg, #DA22FF 0%, #9733EE 100%);
    box-shadow: 0 10px 20px rgba(151, 51, 238, 0.3);
}

.team-gradient-blue {
    background: linear-gradient(135deg, #00C6FF 0%, #0072FF 100%);
    box-shadow: 0 10px 20px rgba(0, 114, 255, 0.3);
}

.team-gradient-teal {
    background: linear-gradient(135deg, #02AAB0 0%, #00CDAC 100%);
    box-shadow: 0 10px 20px rgba(0, 205, 172, 0.3);
}

.team-inner-circle {
    background: white;
    padding: 5px;
    /* Gap between gradient and image */
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.footer-widget h5 {
    color: white;
    margin-bottom: 1.5rem;
}

.footer-links li a {
    color: var(--text-muted);
    padding: 5px 0;
    display: block;
}

.footer-links li a:hover {
    color: var(--accent-color);
    padding-left: 8px;
}

.social-icon {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.social-icon:hover {
    background: var(--primary-gradient);
    border-color: white;
    transform: rotate(360deg);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    h1 {
        font-size: 3rem;
    }

    .hero-section {
        text-align: center;
        padding-top: 100px;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .code-window {
        display: none;
    }

    /* Hide complicated 3D element on mobile for sleekness */
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .section-padding {
        padding: 80px 0;
    }
}

/* Section Title Strip */
.section-title-strip {
    display: inline-block;
    background: var(--primary-gradient);
    color: white;
    padding: 1rem 3rem;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.section-title-strip h2 {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

/* Alternate Strip (Projects) */
.section-title-strip-alt {
    display: inline-block;
    background: linear-gradient(135deg, #FF9966 0%, #FF5E62 100%);
    /* Orange-Red Gradient */
    color: white;
    padding: 1rem 3rem;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(255, 94, 98, 0.3);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.4);
    /* Light border */
}

.section-title-strip-alt h2 {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

/* Product Style Project Cards */
.product-card {
    background: linear-gradient(145deg, #ffffff 0%, #f0f2f5 100%);
    /* Subtle off-white gradient */
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-img-wrapper {
    background: linear-gradient(to bottom, #e3f2fd 0%, #ffffff 100%);
    /* Light Blue to White */
    border-radius: 15px;
    padding: 20px;
    height: 280px;
    /* Increased height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
}

.product-img-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    /* Floating effect for image */
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.1) rotate(2deg);
}

.product-category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-gradient);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.product-content h4 {
    font-weight: 800;
    /* 'Fort' typography */
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.product-content p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.product-rating {
    color: #FFB302;
    font-size: 0.9rem;
}

.product-btn {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    /* Blue Gradient */
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
    display: inline-block;
}

.product-btn:hover {
    background: linear-gradient(135deg, #0a58ca 0%, #0d6efd 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.5);
}

/* Services Hub & Spoke Layout (Grid Implementation) */
.services-hub-container {
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* 3 Columns: Left Stack, Hub Stack, Right Stack */
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas:
        "tl cc tr"
        "ml cc mr"
        "bl bc br";
    /* Flexible rows */
    gap: 2rem;
    align-items: center;
}

/* On Mobile/Tablet: Stack Grid */
@media (max-width: 991px) {
    .services-hub-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .service-hub-center {
        order: -1;
        margin-bottom: 2rem;
    }
}

.service-hub-center {
    grid-area: cc;
    /* Span 2 rows to vertically center between the side items */
    grid-row: 1 / span 2;
    width: 220px;
    height: 220px;
    border: 10px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-self: center;
    align-self: center;
}

.service-hub-center i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Service Pills */
.service-pill-card {
    border-radius: 50px;
    padding: 1.5rem 2rem;
    color: white;
    width: 100%;
    max-width: 350px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-pill-card:hover {
    transform: translateY(-5px);
}

/* Placement Areas */
.area-tl {
    grid-area: tl;
    justify-self: end;
}

.area-tr {
    grid-area: tr;
    justify-self: start;
}

.area-ml {
    grid-area: ml;
    justify-self: end;
}

.area-mr {
    grid-area: mr;
    justify-self: start;
}

.area-bc {
    grid-area: bc;
    justify-self: center;
    margin-top: 2rem;
}

/* Colors (No Lines anymore) */
.service-pill-yellow {
    background: #FFB302;
}

.service-pill-teal {
    background: #00BCD4;
}

.service-pill-blue {
    background: #01579B;
}

.service-pill-orange {
    background: #FF9800;
}

.service-pill-red {
    background: #E91E63;
}

/* Checkout Page Styles */
.checkout-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dee2e6;
}

.order-summary-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
}

.billing-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}

.project-preview-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 1rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.price-row.total {
    color: #212529;
    font-weight: 700;
    font-size: 1.2rem;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Steps Indicator */
.checkout-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.step {
    display: flex;
    align-items: center;
    color: #adb5bd;
    font-weight: 500;
}

.step.active {
    color: #0d6efd;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-weight: bold;
}

.step.active .step-circle {
    background: #0d6efd;
}

.step-line {
    width: 50px;
    height: 2px;
    background: #e9ecef;
    margin: 0 1rem;
}

.secure-badge {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #198754;
    background: #d1e7dd;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    width: fit-content;
}

/* ===== Team Hero Showcase (Image Reference UI) ===== */
.team-hero-section {
    background-color: #fdfcf6;
    /* Light cream/beige */
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.team-hero-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.team-hero-header h2 .second-line {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 4.5rem;
    letter-spacing: -2px;
}

.team-hero-sub {
    color: #666;
    font-size: 1.25rem;
    max-width: 650px;
    margin: 0 auto 45px;
    line-height: 1.6;
    opacity: 0.8;
}

.team-hero-cta .btn-get-started {
    background: #09090b;
    color: #fff !important;
    padding: 18px 40px;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-hero-cta .btn-get-started:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: #000;
}

.team-hero-cta .arrow-circle {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.btn-get-started:hover .arrow-circle {
    transform: translateX(5px);
}

/* Curved Image Gallery */
.team-curve-container {
    margin-top: 100px;
    position: relative;
    padding: 0 5% 120px;
}

.team-curve-gallery {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.team-curve-item {
    width: 220px;
    height: 340px;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #f1f1f1;
    flex-shrink: 0;
    position: relative;
}

.team-curve-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-curve-item:hover img {
    transform: scale(1.1);
}

/* 3D Curve Arrangement */
.team-curve-item:nth-child(1) {
    transform: rotateY(35deg) translateZ(-150px) translateY(60px) scale(0.85);
    z-index: 10;
    opacity: 0.7;
}

.team-curve-item:nth-child(2) {
    transform: rotateY(25deg) translateZ(-80px) translateY(35px) scale(0.92);
    z-index: 20;
    opacity: 0.9;
}

.team-curve-item:nth-child(3) {
    transform: rotateY(12deg) translateZ(-30px) translateY(15px) scale(0.98);
    z-index: 30;
}

.team-curve-item:nth-child(4) {
    transform: rotateY(0deg) translateZ(100px) translateY(0) scale(1.1);
    z-index: 50;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.team-curve-item:nth-child(5) {
    transform: rotateY(-12deg) translateZ(-30px) translateY(15px) scale(0.98);
    z-index: 30;
}

.team-curve-item:nth-child(6) {
    transform: rotateY(-25deg) translateZ(-80px) translateY(35px) scale(0.92);
    z-index: 20;
    opacity: 0.9;
}

.team-curve-item:nth-child(7) {
    transform: rotateY(-35deg) translateZ(-150px) translateY(60px) scale(0.85);
    z-index: 10;
    opacity: 0.7;
}

/* Active State / Hover Focus */
.team-curve-gallery:hover .team-curve-item {
    opacity: 0.5;
    filter: blur(2px) grayscale(0.5);
}

.team-curve-gallery .team-curve-item:hover {
    opacity: 1;
    filter: blur(0) grayscale(0);
    transform: rotateY(0) translateZ(150px) translateY(-20px) scale(1.15) !important;
    z-index: 100;
}

/* Feature Columns */
.team-hero-info {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.info-col {
    flex: 1;
    padding: 0 50px;
    text-align: left;
    position: relative;
}

.info-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.info-col h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
    letter-spacing: -0.5px;
}

.info-col p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 1200px) {
    .team-curve-item {
        width: 180px;
        height: 280px;
    }
}

@media (max-width: 991px) {
    .team-hero-header h2 {
        font-size: 2.8rem;
    }

    .team-hero-header h2 .second-line {
        font-size: 3.5rem;
    }

    .team-curve-container {
        padding: 0 20px 80px;
    }

    .team-curve-gallery {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 15px;
        perspective: none;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 20px;
        -webkit-overflow-scrolling: touch;
    }

    .team-curve-item {
        transform: none !important;
        width: 200px;
        height: 300px;
        opacity: 1 !important;
        filter: none !important;
    }

    .team-hero-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px;
        padding: 60px 20px 0;
    }

    .info-col:not(:last-child)::after {
        display: none;
    }

    .info-col {
        text-align: center;
        padding: 0;
    }
}