:root {
            --primary: #0066ff;
            --primary-dark: #0044cc;
            --secondary: #00f2ff;
            --accent: #ff3366;
            --dark: #050511;
            --dark-light: #0a0a1a;
            --light: #f5f5f5;
            --gray: #888;
            --success: #27ae60;
            --card-gradient: linear-gradient(135deg, #292655, #504ca2);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Poppins", sans-serif;
            background: linear-gradient(135deg, #0f172a, #1e293b);
            color: var(--light);
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: "Orbitron", sans-serif;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-padding {
            padding: 50px 0;
        }

        .section-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
        }

        .section-title span {
            color: var(--white);
        }

        .hero-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: var(--gray);
            margin-bottom: 3rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Header Styles */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(15, 23, 42, 0.95);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        header.scrolled {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .logo {
            font-family: "Orbitron", sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--light);
            text-decoration: none;
        }

        .logo span {
            color: var(--secondary);
        }

        .cta-buttons {
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            color: var(--dark);
            padding: 10px 20px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .cta-buttons:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 102, 255, 0.3);
        }

        /* Updated Leader Card Styles */
        .leader-card {
            background: linear-gradient(135deg, #292655, #504ca2);
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 480px;
            overflow: visible;
        }

        .leader-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        .member-photo {
            width: 120px;
            height: 120px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .member-photo img {
            width: 65px;
            height: 65px;
            object-fit: cover;
        }

        .member-img {
            width: 120px;
            height: 120px;
            object-fit: coverss;
        }

        .member-name {
            font-size: 1.4rem;
            color: #ffffff;
            margin-bottom: 8px;
            text-align: center;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
        }

        .member-designation {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
            margin-bottom: 20px;
            font-weight: 500;
            text-align: center;
            line-height: 1.4;
            font-family: "Poppins", sans-serif;
        }

        .member-description {
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 25px;
            line-height: 1.6;
            font-size: 0.95rem;
            text-align: center;
            flex-grow: 1;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            overflow: visible;
            word-wrap: break-word;
        }

        .linkedin-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: transparent;
            color: #ffffff;
            padding: 5px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            font-size: 0.95rem;
            border: 1.5px solid rgba(255, 255, 255, 0.3);
            font-family: "Poppins", sans-serif;
            min-width: 180px;
            margin-top: -11px;
        }

        .linkedin-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.5);
            transform: translateY(-2px);
        }

        .linkedin-text {
            font-weight: 500;
        }

        .linkedin-icon {
            width: 20px;
            height: 20px;
        }

        .linkedin-arrow {
            font-weight: 400;
            font-size: 1.1rem;
            margin-left: 4px;
        }

        /* Custom 2-3-2 Grid Layout */
        .leadership-container {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .leadership-row {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .row-2-cards .leader-card {
            flex: 0 0 calc(36% - 15px);
            max-width: calc(36% - 15px);
        }

        .row-3-cards .leader-card {
            flex: 0 0 calc(33.333% - 20px);
            max-width: calc(36% - 15px);
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .row-3-cards .leader-card {
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
            }

            .leader-card {
                height: auto;
                min-height: 480px;
                overflow: visible;
            }
        }

        @media (max-width: 768px) {

            .row-2-cards .leader-card,
            .row-3-cards .leader-card {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .leader-card {
                padding: 30px 25px;
                min-height: 450px;
            }

            .member-photo {
                width: 100%;
                height: 100%;
            }

            .member-photo img {
                width: 65px;
                height: 65px;
                object-fit: cover;
            }

            .member-img {
                width: 100px;
                height: 100px;
            }

            .member-name {
                font-size: 1.2rem;
            }

            .member-designation {
                font-size: 0.9rem;
            }

            .member-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .leader-card {
                padding: 25px 20px;
                min-height: 420px;
            }

            .member-photo {
                width: 90px;
                height: 90px;
            }

            .member-img {
                width: 90px;
                height: 90px;
            }

            .member-name {
                font-size: 1.1rem;
            }

            .member-designation {
                font-size: 0.85rem;
            }

            .member-description {
                font-size: 0.85rem;
            }

            .linkedin-btn {
                min-width: 160px;
                font-size: 0.9rem;
                padding: 8px 16px;
            }
        }

        /* Stats Section */

        .stats-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .stat-card {
            text-align: center;
            padding: 40px 20px;
            background: linear-gradient(135deg, #2b2859, #0db1ba);
            border-radius: 16px;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #2b2859, #0db1ba);
            transition: left 0.6s ease;
        }

        /* .stat-card:hover::before {
        left: 100%;
    } */

        /* .stat-card:hover {
        transform: translateY(-8px);
        background: linear-gradient(135deg, #2B2859, #0DB1BA);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    } */

        .stat-number {
            font-size: 4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
            font-family: "Orbitron", sans-serif;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            line-height: 1;
            display: block;
        }

        .stat-label {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.3rem;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            letter-spacing: 0.5px;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .stats-container {
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
                max-width: 800px;
            }

            .stat-number {
                font-size: 3.5rem;
            }

            .stat-label {
                font-size: 1.2rem;
            }

            .stat-card {
                padding: 35px 20px;
            }
        }

        @media (max-width: 768px) {
            .stats-container {
                grid-template-columns: 1fr;
                gap: 25px;
                max-width: 400px;
            }

            .stats-section {
                padding: 60px 0;
                margin-top: 40px;
            }

            .stat-number {
                font-size: 3.2rem;
            }

            .stat-label {
                font-size: 1.1rem;
            }

            .stat-card {
                padding: 30px 20px;
            }
        }

        @media (max-width: 576px) {
            .stats-section {
                padding: 50px 20px;
                border-radius: 15px;
            }

            .stat-number {
                font-size: 2.8rem;
            }

            .stat-label {
                font-size: 1rem;
            }

            .stat-card {
                padding: 31px 22px;
            }
        }

        @media (max-width: 480px) {
            .stat-number {
                font-size: 2.5rem;
            }

            .stat-label {
                font-size: 0.95rem;
            }
        }

        /* CTA Section */
        .cta-section {
            padding: 60px 40px;
            text-align: center;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            color: var(--dark);
            border-radius: 15px;
            margin-top: 60px;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-block;
            background: var(--dark);
            color: var(--light);
            padding: 13px 72px;
            border-radius: 13px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

       
        @media (min-width: 993px) and (max-width: 1200px) {
            .leader-card {
                height: auto;
                min-height: 520px;
                overflow: visible;
            }

            .member-description {
                font-size: 0.9rem;
                line-height: 1.5;
            }
        }

        /* iPad Air (820px - 992px) */
        @media (min-width: 820px) and (max-width: 992px) {
            .leader-card {
                height: auto;
                min-height: 540px;
                overflow: visible;
                padding: 35px 25px;
            }

            .member-description {
                font-size: 0.9rem;
                line-height: 1.5;
                margin-bottom: 20px;
            }

            .member-name {
                font-size: 1.3rem;
                margin-bottom: 6px;
            }

            .member-designation {
                font-size: 0.95rem;
                margin-bottom: 18px;
            }
        }

        /* Tablet View (768px - 992px) */
        @media (max-width: 992px) {
            .section-title {
                font-size: 2rem;
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .section-header p,
            .hero-subtitle {
                font-size: 1rem;
            }

            /* Make 3-card row display 2 cards per row on tablet */
            .row-3-cards .leader-card {
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
            }

            .leader-card {
                height: auto;
                min-height: 520px;
                overflow: visible;
            }

            .member-description {
                font-size: 0.9rem;
                line-height: 1.5;
            }

            .member-photo-placeholder {
                width: 120px;
                height: 120px;
            }

            .member-photo-placeholder i {
                font-size: 80px !important;
            }

            .member-name {
                font-size: 1.3rem;
            }

            .member-designation {
                font-size: 0.95rem;
            }

            .stats-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Mobile View (576px - 768px) */
        @media (max-width: 768px) {
            .container {
                padding: 0 15px;
            }

            .section-padding {
                padding: 40px 0;
            }

            .section-title {
                font-size: 1.8rem;
                margin-bottom: 2rem;
            }

            .hero-subtitle {
                font-size: 0.95rem;
                margin-bottom: 2rem;
            }

            .section-header {
                margin-bottom: 40px;
            }

            .section-header h2 {
                font-size: 1.8rem;
            }

            .section-header p {
                font-size: 0.95rem;
                padding: 0 10px;
            }

            .leadership-container {
                gap: 30px;
            }

            .leadership-row {
                gap: 20px;
            }

            /* All cards full width on mobile */
            .row-2-cards .leader-card,
            .row-3-cards .leader-card {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .leader-card {
                height: auto;
                min-height: 380px;
            }

            .leader-card {
                padding: 30px 25px;
            }

            .member-photo-placeholder {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }

            .member-photo-placeholder i {
                font-size: 70px !important;
            }

            .member-name {
                font-size: 1.2rem;
                margin-bottom: 8px;
            }

            .member-designation {
                font-size: 0.9rem;
                margin-bottom: 20px;
                padding: 0 10px;
            }

            .member-description {
                font-size: 0.9rem;
                margin-bottom: 20px;
            }

            .linkedin-btn {
                padding: 8px 16px;
                font-size: 0.85rem;
            }

            .stats-section {
                padding: 40px 20px;
                margin-top: 40px;
            }

            .stats-container {
                gap: 20px;
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .stat-label {
                font-size: 1rem;
            }

            .cta-section {
                padding: 40px 25px;
                margin-top: 40px;
            }

            .cta-section h2 {
                font-size: 1.8rem;
            }

            .cta-section p {
                font-size: 1rem;
            }

            .cta-button {
                padding: 12px 25px;
                font-size: 1rem;
            }

            .footer {
                margin-top: 60px;
            }

            .footer-container {
                gap: 30px;
            }
        }

        /* Small Mobile View (below 576px) */
        @media (max-width: 576px) {
            .logo {
                font-size: 1.5rem;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .hero-subtitle {
                font-size: 0.9rem;
            }

            .section-header h2 {
                font-size: 1.5rem;
            }

            .leader-card {
                padding: 25px 20px;
                min-height: 360px;
            }

            .member-photo-placeholder {
                width: 90px;
                height: 90px;
            }

            .member-photo-placeholder i {
                font-size: 60px !important;
            }

            .member-name {
                font-size: 1.1rem;
            }

            .member-designation {
                font-size: 0.85rem;
            }

            .member-description {
                font-size: 0.85rem;
            }

            .linkedin-btn {
                padding: 7px 14px;
                font-size: 0.8rem;
            }

            .stats-container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .stat-number {
                font-size: 2rem;
            }

            .stat-label {
                font-size: 0.95rem;
            }

            .cta-section {
                padding: 30px 20px;
            }

            .cta-section h2 {
                font-size: 1.5rem;
            }

            .cta-section p {
                font-size: 0.9rem;
            }

            .footer-container {
                grid-template-columns: 1fr;
                gap: 25px;
            }
        }

        /* Extra small devices (landscape phones) */
        @media (max-width: 480px) {
            .leader-card {
                min-height: 340px;
            }

            .member-designation {
                font-size: 0.8rem;
                line-height: 1.3;
            }
        }
  
