        <style>
           :root {
            --primary: #0066ff;
            --primary-dark: #0052cc;
            --secondary: #ff6b35;
            --accent: #00d4aa;
            --dark: #1a1a2e;
            --dark-light: #2a2a3e;
            --text: #333333;
            --text-light: #666666;
            --bg-light: #f8f9fa;
            --white: #ffffff;
            --shadow: rgba(0, 0, 0, 0.1);
            --shadow-lg: rgba(0, 0, 0, 0.2);
            --gradient-1: linear-gradient(135deg, #0066ff 0%, #00d4aa 100%);
            --gradient-2: linear-gradient(135deg, #ff6b35 0%, #ffd93d 100%);
            --gradient-3: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            --gradient-4: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            color: var(--text);
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            line-height: 1.2;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section {
            padding: 80px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title .subtitle {
            color: var(--primary);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
            display: block;
        }

        .section-title h2 {
            font-size: 42px;
            font-family: 'Playfair Display', serif;
            color: var(--dark);
            margin-bottom: 15px;
        }

        .section-title p {
            max-width: 700px;
            margin: 0 auto;
            color: var(--text-light);
            font-size: 16px;
        }

        /* Header */
        .top-bar {
            background: var(--dark);
            color: var(--white);
            padding: 10px 0;
            font-size: 14px;
        }

        .top-bar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .top-bar-left, .top-bar-right {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .top-bar a {
            color: var(--white);
            text-decoration: none;
            transition: color 0.3s;
        }

        .top-bar a:hover {
            color: var(--accent);
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transition: all 0.3s;
        }

        .social-links a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }

        header {
            background: var(--white);
            box-shadow: 0 2px 15px var(--shadow);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .logo {
            font-size: 28px;
            font-weight: 800;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-family: 'Playfair Display', serif;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 40px;
            align-items: center;
        }

        .nav-menu a {
            color: var(--text);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            position: relative;
        }

        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--primary);
            transition: width 0.3s;
        }

        .nav-menu a:hover::after {
            width: 100%;
        }

        .nav-menu a:hover,
        .nav-menu a.active {
            color: var(--primary);
        }

        .mobile-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 5px;
        }

        .mobile-toggle span {
            width: 25px;
            height: 3px;
            background: var(--dark);
            border-radius: 2px;
            transition: all 0.3s;
        }

        /* Page Hero */
        .page-hero {
            background: var(--gradient-1);
            color: var(--white);
            padding: 120px 0 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .page-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAwIDAgTCAwIDAgMCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=');
            opacity: 0.3;
        }

        .page-hero .container {
            position: relative;
            z-index: 1;
        }

        .page-hero h1 {
            font-size: 56px;
            font-family: 'Playfair Display', serif;
            margin-bottom: 20px;
        }

        .page-hero p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.95;
        }

        .breadcrumb {
            margin-top: 30px;
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }

        .breadcrumb a {
            color: var(--white);
            text-decoration: none;
            transition: opacity 0.3s;
        }

        .breadcrumb a:hover {
            opacity: 0.8;
        }

        .breadcrumb span {
            opacity: 0.7;
        }

        /* About Story Section */
        .about-story {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .story-image {
            width: 100%;
            height: 500px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px var(--shadow-lg);
            position: relative;
        }

        .story-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .story-content h2 {
            font-size: 42px;
            font-family: 'Playfair Display', serif;
            color: var(--dark);
            margin-bottom: 25px;
        }

        .story-content p {
            color: var(--text-light);
            margin-bottom: 20px;
            font-size: 16px;
            line-height: 1.8;
        }

        .story-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 40px;
        }

        .stat-box {
            text-align: center;
            padding: 30px;
            background: var(--bg-light);
            border-radius: 15px;
            transition: all 0.3s;
        }

        .stat-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px var(--shadow);
        }

        .stat-box h3 {
            font-size: 48px;
            font-weight: 800;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 10px;
        }

        .stat-box p {
            color: var(--text);
            font-weight: 600;
        }

        /* Mission Vision Values */
        .mvv-section {
            background: var(--bg-light);
        }

        .mvv-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        .mvv-card {
            background: var(--white);
            padding: 50px 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px var(--shadow);
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .mvv-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: var(--gradient-1);
        }

        .mvv-card:nth-child(2)::before {
            background: var(--gradient-2);
        }

        .mvv-card:nth-child(3)::before {
            background: var(--gradient-3);
        }

        .mvv-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px var(--shadow-lg);
        }

        .mvv-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 25px;
            background: var(--gradient-1);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
        }

        .mvv-card:nth-child(2) .mvv-icon {
            background: var(--gradient-2);
        }

        .mvv-card:nth-child(3) .mvv-icon {
            background: var(--gradient-3);
        }

        .mvv-card h3 {
            font-size: 26px;
            margin-bottom: 15px;
            color: var(--dark);
        }

        .mvv-card p {
            color: var(--text-light);
            line-height: 1.8;
        }

        /* Core Values */
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .value-item {
            text-align: center;
            padding: 40px 30px;
            background: var(--white);
            border-radius: 20px;
            box-shadow: 0 10px 30px var(--shadow);
            transition: all 0.3s;
        }

        .value-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px var(--shadow-lg);
        }

        .value-icon {
            font-size: 60px;
            margin-bottom: 20px;
        }

        .value-item h4 {
            font-size: 22px;
            margin-bottom: 10px;
            color: var(--dark);
        }

        .value-item p {
            color: var(--text-light);
            font-size: 15px;
        }

        /* Timeline Section */
        .timeline-section {
            background: var(--dark);
            color: var(--white);
        }

        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
            padding: 40px 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--primary);
            transform: translateX(-50%);
        }

        .timeline-item {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
            position: relative;
        }

        .timeline-item:last-child {
            margin-bottom: 0;
        }

        .timeline-item:nth-child(odd) .timeline-content {
            text-align: right;
        }

        .timeline-item:nth-child(even) {
            direction: rtl;
        }

        .timeline-item:nth-child(even) > * {
            direction: ltr;
        }

        .timeline-dot {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 800;
            border: 5px solid var(--dark);
            z-index: 2;
        }

        .timeline-content h4 {
            font-size: 24px;
            margin-bottom: 10px;
            color: var(--accent);
        }

        .timeline-content p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
        }

        .timeline-placeholder {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            height: 100%;
            min-height: 120px;
        }

        /* Team Section */
        .team-section {
            background: var(--bg-light);
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
        }

        .team-member {
            text-align: center;
            transition: transform 0.3s;
        }

        .team-member:hover {
            transform: translateY(-10px);
        }

        .team-photo {
            width: 220px;
            height: 220px;
            margin: 0 auto 25px;
            border-radius: 50%;
            overflow: hidden;
            border: 5px solid var(--primary);
            box-shadow: 0 15px 40px var(--shadow-lg);
            position: relative;
        }

        .team-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .team-member:hover .team-photo img {
            transform: scale(1.1);
        }

        .team-member h4 {
            font-size: 24px;
            margin-bottom: 8px;
            color: var(--dark);
        }

        .team-member .role {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 12px;
            font-size: 16px;
        }

        .team-member .bio {
            color: var(--text-light);
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 1.6;
        }

        .team-social {
            display: flex;
            gap: 12px;
            justify-content: center;
        }

        .team-social a {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--white);
            border-radius: 50%;
            color: var(--primary);
            transition: all 0.3s;
            text-decoration: none;
            box-shadow: 0 5px 15px var(--shadow);
        }

        .team-social a:hover {
            background: var(--primary);
            color: var(--white);
            transform: translateY(-3px);
        }

        /* Why Choose Us */
        .why-choose {
            position: relative;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background: var(--white);
            padding: 40px 30px;
            border-radius: 20px;
            box-shadow: 0 10px 30px var(--shadow);
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .feature-card:hover {
            border-color: var(--primary);
            transform: translateY(-10px);
            box-shadow: 0 20px 50px var(--shadow-lg);
        }

        .feature-number {
            width: 60px;
            height: 60px;
            background: var(--gradient-1);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 20px;
        }

        .feature-card:nth-child(2) .feature-number {
            background: var(--gradient-2);
        }

        .feature-card:nth-child(3) .feature-number {
            background: var(--gradient-3);
        }

        .feature-card:nth-child(4) .feature-number {
            background: var(--gradient-4);
        }

        .feature-card h4 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--dark);
        }

        .feature-card p {
            color: var(--text-light);
            line-height: 1.7;
        }

        /* Certifications */
        .certifications-section {
            background: var(--bg-light);
        }

        .cert-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }

        .cert-item {
            background: var(--white);
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px var(--shadow);
            transition: all 0.3s;
        }

        .cert-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px var(--shadow-lg);
        }

        .cert-badge {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
            background: var(--gradient-1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: var(--white);
        }

        .cert-item:nth-child(2) .cert-badge {
            background: var(--gradient-2);
        }

        .cert-item:nth-child(3) .cert-badge {
            background: var(--gradient-3);
        }

        .cert-item:nth-child(4) .cert-badge {
            background: var(--gradient-4);
        }

        .cert-item h5 {
            font-size: 18px;
            color: var(--dark);
            margin-bottom: 8px;
        }

        .cert-item p {
            color: var(--text-light);
            font-size: 14px;
        }

        /* CTA Section */
        .cta-section {
            background: var(--gradient-1);
            color: var(--white);
            text-align: center;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSIyIiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMykiLz48L3N2Zz4=');
            opacity: 0.5;
        }

        .cta-section .container {
            position: relative;
            z-index: 1;
        }

        .cta-section h2 {
            font-size: 48px;
            font-family: 'Playfair Display', serif;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 18px;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.95;
        }

        .btn {
            display: inline-block;
            padding: 15px 40px;
            background: var(--white);
            color: var(--primary);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s;
            border: 2px solid var(--white);
        }

        .btn:hover {
            background: transparent;
            color: var(--white);
            transform: translateY(-3px);
        }

        /* Footer */
        footer {
            background: var(--dark);
            color: var(--white);
            padding: 60px 0 30px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-widget h3 {
            font-size: 20px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }

        .footer-widget h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary);
        }

        .footer-widget ul {
            list-style: none;
        }

        .footer-widget li {
            margin-bottom: 12px;
        }

        .footer-widget a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s;
        }

        .footer-widget a:hover {
            color: var(--white);
            padding-left: 5px;
        }

        .footer-widget p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
        }

        .footer-logo {
            font-size: 32px;
            font-weight: 800;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-family: 'Playfair Display', serif;
            margin-bottom: 20px;
        }

        /* Scroll to top */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--primary);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            transition: all 0.3s;
            z-index: 999;
        }

        .scroll-top.visible {
            opacity: 1;
        }

        .scroll-top:hover {
            background: var(--primary-dark);
            transform: translateY(-5px);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-in {
            animation: fadeInUp 0.6s ease-out;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .nav-menu {
                position: fixed;
                left: -100%;
                top: 76px;
                flex-direction: column;
                background-color: var(--white);
                width: 100%;
                text-align: center;
                transition: 0.3s;
                box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
                padding: 30px 0;
                gap: 0;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-menu li {
                margin: 15px 0;
            }

            .mobile-toggle {
                display: flex;
            }

            .page-hero h1 {
                font-size: 40px;
            }

            .section-title h2 {
                font-size: 32px;
            }

            .about-story {
                grid-template-columns: 1fr;
            }

            .story-image {
                height: 400px;
            }

            .timeline::before {
                left: 30px;
            }

            .timeline-item {
                grid-template-columns: 1fr;
            }

            .timeline-item:nth-child(even) {
                direction: ltr;
            }

            .timeline-item:nth-child(odd) .timeline-content {
                text-align: left;
            }

            .timeline-dot {
                left: 30px;
            }

            .top-bar-left, .top-bar-right {
                width: 100%;
                justify-content: center;
                margin: 5px 0;
            }
        }

        @media (max-width: 640px) {
            .page-hero h1 {
                font-size: 32px;
            }

            .section {
                padding: 50px 0;
            }

            .section-title h2 {
                font-size: 28px;
            }

            .story-content h2 {
                font-size: 32px;
            }

            .story-stats {
                grid-template-columns: 1fr;
            }

            .cta-section h2 {
                font-size: 32px;
            }

            .cta-section {
                padding: 60px 0;
            }
        }
        
        
    </style>