  
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f8fafc;
        }

        /* Hero Section */
        .hero {
            /* background: linear-gradient(135deg, #1e40af 0%, #0891b2 100%); */
            background: linear-gradient(to bottom right, #1e3a8a, #0f766e);
            color: white;
            padding: 80px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('assets/About/hero_bg.jpg') center/cover no-repeat;
            opacity: 0.1;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .hero h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 16px;
            letter-spacing: -0.02em;
        }

        .hero p {
            font-size: 20px;
            max-width: 900px;
            margin: 0 auto;
            opacity: 0.95;
            line-height: 1.7;
            font-weight: 400;

        }

        /* Container */
        .container {
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Mission Section */
        .mission-section {
            padding: 80px 20px;
            background: white;
        }

        .mission-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .mission-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .mission-content h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 24px;
        }

        .mission-content p {
            font-size: 18px;
            color: #6b7280;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        /* Expertise Section */
        .expertise-section {
            padding: 80px 20px;
            background: linear-gradient(to bottom right, #eff6ff, #d1fae5);
        }

        .section-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 60px;
        }

        .section-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 12px;
        }

        .section-header p {
            font-size: 18px;
            color: #6b7280;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        .expertise-card {
            background: white;
            padding: 22px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .expertise-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        }

        .icon-box {
            width: 46px;
            height: 46px;
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .icon-box svg {
            width: 28px;
            height: 28px;
            stroke: white;
        }

        .expertise-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 12px;
        }

        .expertise-card p {
            font-size: 16px;
            color: #6b7280;
            line-height: 1.6;
        }

        /* Track Record Section */
        .track-record-section {
            padding: 80px 20px;
            background: white;
        }

        .track-record-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .achievements h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 24px;
        }

        .achievements>p {
            font-size: 18px;
            color: #6b7280;
            margin-bottom: 32px;
            line-height: 1.7;
        }

        .achievement-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .achievement-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 16px;
            background: #eff6ff;
            border-radius: 10px;
        }

        .check-icon {
            width: 24px;
            height: 24px;
            /* background: #3b82f6; */
            border-radius: 50%;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .check-icon svg {
            width: 22px;
            height: 22px;
            stroke: #3b82f6;
        }

        .achievement-item span {
            color: #374151;
            font-size: 16px;
        }

        .stats-cards {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .stat-card {
            padding: 30px;
            border-radius: 12px;
            color: white;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .stat-card.blue {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
        }

        .stat-card.teal {
            background: linear-gradient(135deg, #0d9488, #0f766e);
        }

        .stat-card.purple {
            background: linear-gradient(135deg, #9333ea, #7e22ce);
        }

        .stat-number {
            font-size: 42px;
            font-weight: 800;
            /* margin-bottom: 8px; */
        }

        .stat-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .stat-description {
            font-size: 15px;
            opacity: 0.9;
        }

        /* Values Section */
        .values-section {
            padding: 80px 20px;
            background: linear-gradient(135deg, #2563eb, #0891b2);
            color: white;
        }

        .values-section .section-header h2,
        .values-section .section-header p {
            color: white;
        }

        .values-section .section-header p {
            opacity: 0.9;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .value-item {
            text-align: center;
        }

        .value-icon {
            width: 72px;
            height: 72px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
        }

        .value-icon svg {
            width: 36px;
            height: 36px;
            stroke: white;
        }

        .value-item h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .value-item p {
            font-size: 16px;
            opacity: 0.9;
        }

        /* Responsive */
        @media (max-width: 968px) {

            .mission-grid,
            .track-record-grid {
                grid-template-columns: 1fr;
            }

            .expertise-grid,
            .values-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .hero h1 {
                font-size: 36px;
            }

            .mission-image {
                height: 400px;
            }
        }

        @media (max-width: 640px) {

            .expertise-grid,
            .values-grid {
                grid-template-columns: 1fr;
            }

            .hero h1 {
                font-size: 28px;
            }

            .hero p {
                font-size: 16px;
            }

            .section-header h2,
            .mission-content h2,
            .achievements h2 {
                font-size: 28px;
            }
        }