
.hero {
    min-height: 55vh;
    background:
 url("../img/Web\ Baner-0007\ \(1\).png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.hero h1 {
   font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    color: #fff !important;
    max-width: 700px !important;
}

.hero p {
    margin-top: 18px;
    max-width: 600px;
    color: #e5e7eb!important;
    font-size: 1.1rem!important;
}

.hero .line {
    width: 90px;
    height: 4px;
    background:#ef4444;
    margin: 30px 0;
}




        :root {
            /* --primary: #4361ee; */
            /* --primary-light: #4895ef; */
            --secondary: #3a0ca3;
            --accent: #f72585;
            --success: #4cc9f0;
            --warning: #ffbe0b;
            --light-bg: #f8f9fa;
            --card-bg: #ffffff;
            --text-primary: #212529;
            --text-secondary: #6c757d;
            --border-color: #dee2e6;
            --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.1);
            --gradient-primary: linear-gradient(135deg, var(--primary), var(--success));
            --gradient-secondary: linear-gradient(135deg, var(--secondary), var(--accent));
            --gradient-accent: linear-gradient(135deg, var(--accent), var(--warning));
        }

    
        body {
            /* background-color: var(--light-bg); */
            color: var(--text-primary);
            overflow-x: hidden;
            line-height: 1.6;
        }

        .edtech-section {
            position: relative;
            padding: 100px 20px;
            overflow: hidden;
            max-width: 1400px;
            margin: 0 auto;
        }

        /* Animated Background Elements */
        .edtech-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0.03;
            background-image: 
                radial-gradient(circle at 10% 20%, var(--primary) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, var(--success) 0%, transparent 20%),
                radial-gradient(circle at 50% 50%, var(--accent) 0%, transparent 30%);
        }

        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 2;
            pointer-events: none;
        }

        .floating-element {
            position: absolute;
            border-radius: 12px;
            background: var(--primary);
            opacity: 0.05;
            animation: float-edtech 25s infinite ease-in-out;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 15%;
            left: 5%;
            animation-delay: 0s;
            background: var(--primary);
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 70%;
            left: 85%;
            animation-delay: 5s;
            background: var(--success);
            border-radius: 50%;
        }

        .floating-element:nth-child(3) {
            width: 100px;
            height: 100px;
            top: 20%;
            left: 80%;
            animation-delay: 10s;
            background: var(--accent);
            border-radius: 20px;
        }

        .floating-element:nth-child(4) {
            width: 70px;
            height: 70px;
            top: 80%;
            left: 10%;
            animation-delay: 15s;
            background: var(--secondary);
            border-radius: 0 30px 30px 30px;
        }

        /* Container */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

        /* Header */
    

        .section-header .tag {
            display: inline-block;
            background: var(--gradient-primary);
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 30px;
            letter-spacing: 1px;
            box-shadow: var(--shadow);
            animation: pulse 3s infinite alternate;
        }

        .section-header  {
            font-size: 1.9rem;
            margin-bottom: 25px;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            background-clip: text;
            color: #ef4444;
            line-height: 1.2;
        }

        .section-header .lead {
            font-size: 22px;
            max-width: 900px;
            margin: 0 auto;
            color: var(--text-secondary);
            font-weight: 400;
            line-height: 1.6;
        }

        /* Introduction */
        .intro-content {
            background: var(--card-bg);
            border-radius: 25px;
            padding: 60px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            margin-bottom: 80px;
            position: relative;
            overflow: hidden;
        }

        .intro-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: var(--gradient-primary);
            z-index: 2;
        }

        .intro-content p {
            font-size: 18px;
            line-height: 1.7;
            color: var(--text-primary);
            margin-bottom: 25px;
        }

        .intro-content p:last-of-type {
            margin-bottom: 0;
        }

        .intro-highlight {
            color: var(--primary);
            font-weight: 600;
        }

        /* Why Choose This Service */
        .why-choose-section {
            margin-bottom: 100px;
        }

        .why-choose-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .why-choose-header h2 {
            font-size: 1.9rem;
            margin-bottom: 20px;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .why-choose-header p {
            font-size: 20px;
            color: var(--text-secondary);
            max-width: 700px;
            margin: 0 auto;
        }

        .why-choose-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        @media (min-width: 768px) {
            .why-choose-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1100px) {
            .why-choose-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .why-card {
            background: var(--card-bg);
            border-radius: 20px;
            padding: 40px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .why-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .why-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 8px;
            height: 100%;
            background: var(--gradient-secondary);
            z-index: 2;
        }

        .why-number {
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--gradient-primary);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 25px;
            transition: all 0.4s ease;
        }

        .why-card:hover .why-number {
            transform: scale(1.1) rotate(10deg);
            background: var(--gradient-accent);
        }

        .why-card h3 {
            font-size: 24px;
            margin-bottom: 20px;
            color: var(--text-primary);
        }

        .why-card p {
            font-size: 16px;
            line-height: 1.6;
            color: var(--text-secondary);
            flex-grow: 1;
        }

        /* Future Section */
        .future-section {
            background: var(--card-bg);
            border-radius: 25px;
            padding: 70px 60px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            margin-bottom: 80px;
            position: relative;
            overflow: hidden;
        }

        .future-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: var(--gradient-accent);
            z-index: 2;
        }

        .future-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .future-header h2 {
            font-size: 1.9rem;
            margin-bottom: 20px;
            background: var(--gradient-accent);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .future-header .lead {
            font-size: 22px;
            color: var(--text-secondary);
            max-width: 800px;
            margin: 0 auto;
        }

        .future-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        @media (min-width: 768px) {
            .future-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1100px) {
            .future-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        .future-card {
            background: var(--card-bg);
            border-radius: 18px;
            padding: 35px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .future-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-hover);
            border-color: var(--accent);
        }

        .future-icon {
            width: 70px;
            height: 70px;
            border-radius: 15px;
            background: rgba(247, 37, 133, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 32px;
            color: var(--accent);
            transition: all 0.4s ease;
        }

        .future-card:hover .future-icon {
            background: var(--gradient-accent);
            color: white;
            transform: rotateY(180deg);
        }

        .future-card h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: var(--text-primary);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .future-card p {
            font-size: 15px;
            line-height: 1.6;
            color: var(--text-secondary);
        }

        /* Stats Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 80px;
        }

        @media (min-width: 768px) {
            .stats-section {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .stat-card {
            background: var(--card-bg);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .stat-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--gradient-primary);
            z-index: 2;
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .stat-card:hover::before {
            transform: scaleX(1);
        }

        .stat-value {
            display: block;
            font-size: 42px;
            font-weight: 700;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 10px;
            line-height: 1;
        }

        .stat-label {
            display: block;
            font-size: 16px;
            color: var(--text-secondary);
            font-weight: 500;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            padding: 80px 40px;
            background: var(--card-bg);
            border-radius: 25px;
            box-shadow: var(--shadow);
            border: 1px solid var(--border-color);
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0.05;
            z-index: 1;
        }

        .cta-section > * {
            position: relative;
            z-index: 2;
        }

        .cta-section h2 {
            font-size: 40px;
            margin-bottom: 20px;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .cta-section p {
            font-size: 20px;
            color: var(--text-secondary);
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .cta-button {
            display: inline-block;
            background: var(--gradient-primary);
            color: white;
            padding: 18px 50px;
            border-radius: 50px;
            font-size: 20px;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 1px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(67, 97, 238, 0.3);
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(67, 97, 238, 0.4);
            background: var(--gradient-secondary);
        }

        /* Animations */
        @keyframes float-edtech {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            25% {
                transform: translateY(-30px) rotate(90deg);
            }
            50% {
                transform: translateY(0) rotate(180deg);
            }
            75% {
                transform: translateY(30px) rotate(270deg);
            }
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 5px 20px rgba(67, 97, 238, 0.2);
            }
            100% {
                box-shadow: 0 5px 30px rgba(67, 97, 238, 0.4);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes countUp {
            from {
                transform: translateY(20px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .edtech-section {
                padding: 60px 15px;
            }
            
            .section-header h1 {
                font-size: 36px;
            }
            
            .section-header .lead {
                font-size: 18px;
            }
            
            .intro-content, .future-section {
                padding: 40px 30px;
            }
            
            .why-choose-header h2,
            .future-header h2 {
                font-size: 32px;
            }
            
            .cta-section h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
            .section-header h1 {
                font-size: 28px;
            }
            
            .section-header .tag {
                font-size: 16px;
                padding: 10px 25px;
            }
            
            .intro-content, .future-section, .cta-section {
                padding: 30px 20px;
            }
            
            .why-card, .future-card, .stat-card {
                padding: 30px 20px;
            }
            
            .why-choose-grid {
                grid-template-columns: 1fr;
            }
            
            .future-grid {
                grid-template-columns: 1fr;
            }
            
            .stats-section {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .cta-section {
                padding: 50px 20px;
            }
            
            .cta-button {
                padding: 15px 40px;
                font-size: 18px;
            }
            
            .floating-element {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .future-grid {
                grid-template-columns: 1fr;
            }
            
            .why-card, .future-card, .stat-card {
                padding: 25px 15px;
            }
        }

        /* Footer */
        .footer-note {
            text-align: center;
            margin-top: 80px;
            font-size: 14px;
            color: var(--text-secondary);
            padding: 20px;
            border-top: 1px solid var(--border-color);
        }



