  /* Reset and Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        .header {
            background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(240,248,255,0.95) 100%);
            padding: 0.6rem 0;
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 100;
            transition: all 0.3s ease;
        }
a{text-decoration:none;}
        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .nav-brand {
            display: flex;
            align-items: center;
            gap: 8px;
        }
		.logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e40af00 0%, #3b82f600 50%, #06b6d400 100%);
    display: flex
;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1rem;
}
		.logo img{
    width: 120px;
}

        .brand-text {
            font-size: 1.4rem;
            font-weight: 800;
            background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 1.5rem;
            flex-wrap: wrap;
            max-width: 500px;
            justify-content: center;
        }

        .nav-link {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            position: relative;
            white-space: nowrap;
        }

        .nav-link:hover {
            color: #1e40af;
            transform: translateY(-2px);
        }

        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 50%;
            background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav-link:hover::after {
            width: 100%;
        }

        .nav-actions {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .search-box {
            display: flex;
            align-items: center;
            background: rgba(59, 130, 246, 0.1);
            border-radius: 20px;
            padding: 6px 14px;
            border: 1px solid rgba(59, 130, 246, 0.2);
            transition: all 0.3s ease;
        }

        .search-box:hover {
            background: rgba(59, 130, 246, 0.15);
            transform: translateY(-1px);
        }

        .search-input {
            border: none;
            background: none;
            outline: none;
            padding: 2px 6px;
            width: 120px;
            color: #333;
            font-size: 0.85rem;
        }

        .search-input::placeholder {
            color: #666;
            font-size: 0.85rem;
        }

        .search-btn {
            border: none;
            background: none;
            cursor: pointer;
            font-size: 0.9rem;
            color: #1e40af;
            transition: transform 0.3s ease;
        }

        .search-btn:hover {
            transform: scale(1.1);
        }

        .auth-buttons {
            display: flex;
            gap: 0.8rem;
            align-items: center;
        }

        .login-btn {
            color: #1e40af;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 8px 16px;
            border-radius: 20px;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .login-btn:hover {
            background: rgba(30, 64, 175, 0.1);
            border-color: rgba(30, 64, 175, 0.2);
        }

        .register-btn {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.85rem;
            transition: all 0.3s ease;
            box-shadow: 0 3px 12px rgba(59, 130, 246, 0.3);
        }

        .register-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
        }

        .join-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
        }
        .course-icon img{
    width: 100%!important;
    height: auto!important;
}

        /* Bootstrap Navbar Customization */
        .navbar {
            padding: 15px 0;
        }

        .navbar-brand {
            margin-right: 2rem; /* Add space between logo and menu on desktop */
        }

        .navbar-toggler {
            margin-left: 1rem; /* Add space between logo and hamburger menu on mobile */
            border: none;
            border-radius: 8px;
            padding: 8px 12px;
            background-color: rgba(30, 64, 175, 0.1);
            transition: all 0.3s ease;
        }

        .navbar-toggler:hover {
            background-color: rgba(30, 64, 175, 0.2);
            transform: translateY(-2px);
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.2rem rgba(30, 64, 175, 0.25);
        }

        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 64, 175, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        /* Mobile menu spacing */
        @media (max-width: 991.98px) {
            .navbar-collapse {
                margin-top: 1rem;
                padding: 1rem 0;
            }
            
            .navbar-nav {
                margin-top: 1rem;
            }
            
            .navbar-nav .nav-item {
                margin-bottom: 0.5rem;
            }
            
            .navbar-nav .nav-link {
                padding: 0.75rem 1rem;
                border-radius: 8px;
            }
            
            .d-flex.align-items-center {
                margin-top: 1rem;
                padding-top: 1rem;
                border-top: 1px solid rgba(0,0,0,0.1);
                width: 100%;
                justify-content: center;
            }
        }

        /* Hero Section */
        .hero {
            padding: 7rem 0;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 50%, #f8fafc 100%);
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
            top: -50%;
            left: -50%;
            animation: float 20s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: rotate(0deg) translate(0px, 0px); }
            33% { transform: rotate(120deg) translate(30px, -30px); }
            66% { transform: rotate(240deg) translate(-20px, 20px); }
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            position: relative;
            z-index: 1;
        }

        .hero-title {
            font-size: 32px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 1.2rem;
            color: #1e293b;
        }

        .highlight {
            font-size: 2rem;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
        }

        .blue-gradient-bg {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            color: white;
            padding: 8px 16px;
            border-radius: 12px;
            display: inline-block;
            box-shadow: 0 6px 24px rgba(59, 130, 246, 0.3);
            animation: glow 2s ease-in-out infinite alternate;
            font-size: 30px;
        }

        @keyframes glow {
            from { box-shadow: 0 6px 24px rgba(59, 130, 246, 0.3); }
            to { box-shadow: 0 8px 30px rgba(59, 130, 246, 0.5); }
        }

        .hero-description {
            font-size: 1rem;
            color: #64748b;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            align-items: center;
        }

        .cta-btn {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 6px 24px rgba(59, 130, 246, 0.3);
        }

        .cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
        }

        .cta-btn-secondary {
            background: transparent;
            color: #1e40af;
            border: 2px solid #1e40af;
            padding: 12px 26px;
            border-radius: 25px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cta-btn-secondary:hover {
            background: #1e40af;
            color: white;
            transform: translateY(-2px);
        }

        .hero-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-image {
            width: 100%;
            max-width: 450px;
            border-radius: 25px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            padding: 40px;
            color: white;
            text-align: center;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .floating-card {
            position: absolute;
            background: white;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.1);
            backdrop-filter: blur(10px);
            animation: floatUp 3s ease-in-out infinite;
        }

        @keyframes floatUp {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .floating-card-1 {
            top: -82px!important;
            left: -30px;
            background: linear-gradient(135deg, #ddd6fe 0%, #c4b5fd 100%);
        }

        .floating-card-2 {
            bottom: -85px!important;
            right: -30px;
            background: linear-gradient(135deg, #fef3c7 0%, #fbbf24 100%);
        }

        .floating-card-3 {
            top: 70%;
            right: -50px;
            background: linear-gradient(135deg, #d1fae5 0%, #34d399 100%);
            padding: 12px 20px;
            font-size: 0.9rem;
            font-weight: 600;
            color: #065f46;
        }

        /* Stats Section */
        .stats {
            padding: 3rem 0;
            background: white;
            position: relative;
        }

        .stats::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #3b82f6 50%, transparent 100%);
        }

        .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .stat-card {
            background: white;
            border-radius: 16px;
            padding: 1.5rem;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            border: 1px solid rgba(59, 130, 246, 0.1);
        }

        .stat-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 45px rgba(59, 130, 246, 0.15);
        }

        .study-card {
            background: linear-gradient(135deg, #e0f2fe 0%, #b3e5fc 100%);
        }

        .learning-card {
            background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
        }

        .stat-content h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: #1e293b;
        }

        .stat-content p {
            font-size: 0.85rem;
            color: #64748b;
            line-height: 1.5;
        }

        .stat-numbers {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            
            padding: 2rem 1.5rem;
            border-radius: 16px;
           
            color: white;
        }
		.number5{background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);}

        .stat-number {
            text-align: center;
        }

        .number {
            display: block;
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 0.3rem;
        }

        .label {
            font-size: 0.85rem;
            opacity: 0.9;
            font-weight: 500;
        }

        /* Popular Courses */
        .popular-courses {
    padding: 4rem 0;
    background: linear-gradient(135deg, #1e40af 0%, #1e293b 50%, #334155 100%);
    position: relative;
    overflow: hidden;
}

        .popular-courses::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 80%, rgba(147, 51, 234, 0.05) 0%, transparent 50%);
            animation: backgroundShift 20s ease-in-out infinite;
        }

        @keyframes backgroundShift {
            0%, 100% { transform: translateX(0px) translateY(0px); }
            33% { transform: translateX(30px) translateY(-20px); }
            66% { transform: translateX(-20px) translateY(30px); }
        }

        .popular-courses .section-header {
            position: relative;
            z-index: 2;
        }

        .popular-courses .section-title {
            color: white;
            text-shadow: 0 4px 20px rgba(0,0,0,0.3);
        }

        .popular-courses .section-description {
            color: #cbd5e1;
        }

        .course-tags {
            display: flex;
            gap: 0.8rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top:21px;
        }

        .tag {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 0.85rem;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .tag:hover {
            background: rgba(59, 130, 246, 0.3);
            border-color: rgba(59, 130, 246, 0.5);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
        }

        .tag.active {
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            border-color: transparent;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
        }

     .courses-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr))!important;
    gap: 2rem;
}

        .course-card {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            transition: all 0.4s ease;
            border: 1px solid rgba(255,255,255,0.2);
            position: relative;
        }

        .course-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        }

        .course-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 60px rgba(59, 130, 246, 0.3);
        }

        .course-image {
            height: 180px;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
            position: relative;
            overflow: hidden;
        }

        .course-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%), 
                        linear-gradient(-45deg, rgba(255,255,255,0.1) 25%, transparent 25%), 
                        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.1) 75%), 
                        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.1) 75%);
            background-size: 30px 30px;
            background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
            animation: patternMove 20s linear infinite;
        }

        @keyframes patternMove {
            0% { background-position: 0 0, 0 15px, 15px -15px, -15px 0px; }
            100% { background-position: 30px 30px, 30px 45px, 45px 15px, 15px 30px; }
        }

        .course-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(34, 197, 94, 0.9);
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            backdrop-filter: blur(10px);
        }

        .course-content {
            padding: 0 0 22px;
			text-align:center;
        }

        .course-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 0rem;
        }

        .course-rating {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.85rem;
            color: #64748b;
        }

        .stars {
            color: #fbbf24;
            font-size: 1rem;
        }

        .course-level {
            background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
            color: white;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
        }

        .course-title {
            font-size: 17px!important;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: #1e293b;
            line-height: 1.3;
        }

        .course-description {
            color: #64748b;
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-size: 0.9rem;
        }

        .course-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.8rem;
            margin-bottom: 1.5rem;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.8rem;
            color: #64748b;
        }

        .feature-icon {
            color: #3b82f6;
            font-size: 0.9rem;
        }

        .course-instructor {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            margin-bottom: 1.5rem;
            padding: 1rem;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border-radius: 12px;
        }

        .instructor-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .instructor-info h4 {
            font-size: 0.9rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 2px;
        }

        .instructor-info p {
            font-size: 0.75rem;
            color: #64748b;
        }

        .course-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1rem;
            border-top: 1px solid #e2e8f0;
        }

        .course-pricing {
            display: flex;
            flex-direction: column;
        }

        .course-price {
            font-size: 1.4rem;
            font-weight: 800;
            color: #1e40af;
            line-height: 1;
        }

        .course-original-price {
            font-size: 0.8rem;
            color: #94a3b8;
            text-decoration: line-through;
        }

        .course-btn {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .course-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

        .course-btn:hover::before {
            left: 100%;
        }

        .course-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
        }

        /* Special featured course */
        .course-card.featured {
            border: 2px solid rgba(59, 130, 246, 0.3);
        }

        .course-card.featured::before {
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
        }

        .course-card.featured .course-badge {
            background: rgba(251, 191, 36, 0.9);
        }

        .course-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
        }

        /* Founder Section */
        .founder-section {
            padding: 3rem 0;
            background: white;
        }
        .founder-content {
            gap: 3rem;
            align-items: center;
        }

        .founder-image {
            position: relative;
            text-align: center;
        }

        .founder-photo {
            width: 220px;
            height: 220px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
            font-weight: 800;
            margin: 0 auto 1.5rem;
            box-shadow: 0 15px 45px rgba(59, 130, 246, 0.3);
        }

        .founder-text h2 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: #1e293b;
        }

        .founder-text .subtitle {
            font-size: 1.1rem;
            color: #3b82f6;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .founder-text p {
            font-size: 0.95rem;
            color: #64748b;
            margin-bottom: 1.2rem;
            line-height: 1.6;
        }

        /* Testimonials */
  .testimonials {
            padding: 5rem 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            position: relative;
            overflow: hidden;
        }

        .testimonials::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
            animation: testimonialsRotate 20s linear infinite;
        }

        @keyframes testimonialsRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .testimonials .container {
            position: relative;
            z-index: 2;
        }

        .testimonials-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .testimonials-title {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #1e293b;
        }

        .testimonials-title .highlight-testimonials {
            background: linear-gradient(135deg, #1e40af 0%, #06b6d4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }

        .testimonials-title .highlight-testimonials::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e40af, #06b6d4);
            border-radius: 2px;
        }

        .testimonials-subtitle {
            font-size: 1.2rem;
            color: #64748b;
            max-width: 600px;
            margin: 0 auto;
        }

        .testimonials-stats-row {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }

        .testimonials-stat-item {
            text-align: center;
            padding: 1.5rem;
            background: rgba(255,255,255,0.9);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(30, 64, 175, 0.1);
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            min-width: 120px;
        }

        .testimonials-stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(30, 64, 175, 0.15);
        }

        .testimonials-stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1e40af;
            display: block;
            margin-bottom: 0.5rem;
        }

        .testimonials-stat-label {
            font-size: 0.9rem;
            color: #64748b;
            font-weight: 500;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .testimonial-card {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            /* FIXED: Remove initial opacity: 0 */
            opacity: 1;
            transform: translateY(0);
        }
 .video-testimonials {
            margin-top: 4rem;
            text-align: center;
        }

        .video-section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #1e293b;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .video-testimonial {
            background: rgba(255,255,255,0.95);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
			display:flex;
        }

        .video-testimonial:hover {
            transform: translateY(-5px);
        }

        .video-container {
            position: relative;
            width: 100%;
            height: 225px;
            overflow: hidden;
            border-radius: 12px 12px 0 0;
        }

        .testimonial-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
            transition: transform 0.3s ease;
        }

        .testimonial-video:hover {
            transform: scale(1.05);
        }
        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #1e40af, #3b82f6, #06b6d4);
            background-size: 200% 100%;
            animation: testimonialsGradientShift 3s ease-in-out infinite;
        }

        @keyframes testimonialsGradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .testimonial-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 60px rgba(30, 64, 175, 0.2);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .customer-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #1e40af, #3b82f6);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: 700;
            box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
            flex-shrink: 0;
        }

        .customer-info {
            flex: 1;
        }

        .customer-info h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 0.25rem;
        }

        .customer-role {
            font-size: 0.9rem;
            color: #64748b;
            display:none;
            margin-bottom: 0.5rem;
        }

        .testimonial-rating {
            display: flex;
            gap: 2px;
            align-items: center;
            margin-bottom: 0.5rem;
        }

        .testimonial-star {
            color: #fbbf24;
            font-size: 1rem;
        }

        .testimonial-rating-text {
            font-size: 0.8rem;
            color: #64748b;
            margin-left: 0.5rem;
        }

        .testimonial-text {
            font-size: 1rem;
            color: #475569;
            line-height: 1.6;
            font-style: italic;
            position: relative;
            margin-bottom: 1rem;
            padding: 0 15px;
        }

        .testimonial-text::before {
            content: '"';
            font-size: 3rem;
            color: #1e40af;
            position: absolute;
            top: -15px;
            left: -5px;
            font-family: Georgia, serif;
            opacity: 0.3;
        }

        .verification-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, #10b981, #059669);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 500;
            margin-top: 1rem;
        }

        .video-testimonials {
            margin-top: 4rem;
            text-align: center;
        }

        .video-section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #1e293b;
        }

        .video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .video-testimonial {
            background: rgba(255,255,255,0.95);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .video-testimonial:hover {
            transform: translateY(-5px);
        }

        .video-container {
            position: relative;
            width: 100%;
            height: 225px;
            overflow: hidden;
            border-radius: 12px 12px 0 0;
        }

        .testimonial-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
            transition: transform 0.3s ease;
        }

        .testimonial-video:hover {
            transform: scale(1.05);
        }

        /* Custom video controls styling */
        .testimonial-video::-webkit-media-controls-panel {
            background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
        }

        .testimonial-video::-webkit-media-controls-play-button {
            background-color: #1e40af;
            border-radius: 50%;
        }

        .testimonial-video::-webkit-media-controls-start-playback-button {
            background-color: #1e40af;
            border-radius: 50%;
        }

        /* Add a play button overlay for better UX */
        .video-container::before {
            content: '▶';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 4rem;
            color: white;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
            z-index: 2;
        }

        .video-container:hover::before {
            opacity: 1;
        }

        .testimonial-video:not([data-playing])::before {
            opacity: 1;
        }

        .video-fallback {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .video-placeholder {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            height: 225px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 3rem;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            border-radius: 12px 12px 0 0;
        }

        .video-placeholder:hover {
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        }

        .video-info {
            padding: 1.5rem;
        }

        .video-info h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #1e293b;
        }

        .video-info p {
            font-size: 0.9rem;
            color: #64748b;
        }

        .testimonials-cta-section {
            text-align: center;
            margin-top: 4rem;
            padding: 3rem;
            background: rgba(255,255,255,0.9);
            backdrop-filter: blur(20px);
            border-radius: 25px;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .testimonials-cta-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1e293b;
        }

        .testimonials-cta-text {
            font-size: 1.1rem;
            color: #64748b;
            margin-bottom: 2rem;
        }

        .testimonials-cta-button {
            background: linear-gradient(135deg, #1e40af, #3b82f6);
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(30, 64, 175, 0.3);
        }

        .testimonials-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(30, 64, 175, 0.4);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .testimonials-title {
                font-size: 2rem;
            }

            .testimonials-stats-row {
                flex-direction: column;
                gap: 1.5rem;
                align-items: center;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .testimonial-card {
                padding: 1.5rem;
            }

            .video-grid {
                grid-template-columns: 1fr;
            }

            .testimonials-cta-section {
                padding: 2rem 1.5rem;
            }

            .testimonial-header {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }

            .customer-info {
                text-align: center;
            }
        }

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

        /* Success badge */
        .success-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 600;
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
        }

        /* Contact Section */
        .contact-section {
            padding: 4rem 0;
            background: white;
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-top: 3rem;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .contact-item {
    display: flex
;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #f1f5f9 100%);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

        .contact-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 45px rgba(59, 130, 246, 0.15);
        }

        .contact-icon {
            font-size: 2.5rem;
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
        }

        .contact-details h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 0.5rem;
        }

        .contact-details p {
            color: #64748b;
            font-size: 0.95rem;
            margin-bottom: 0.3rem;
        }

        .contact-form {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            padding: 3rem;
            border-radius: 25px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.08);
            border: 1px solid rgba(59, 130, 246, 0.1);
        }

        .form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .form-group {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .form input,
        .form select,
        .form textarea {
            padding: 15px 20px;
            border: 2px solid #e2e8f0;
            border-radius: 15px;
            font-size: 0.95rem;
            outline: none;
            transition: all 0.3s ease;
            background: white;
        }

        .form input:focus,
        .form select:focus,
        .form textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .form textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-btn {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            color: white;
            border: none;
            padding: 18px 32px;
            border-radius: 25px;
            font-size: 1.1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 50px rgba(59, 130, 246, 0.4);
        }

        /* Newsletter */
        .newsletter {
            padding: 3rem 0;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
            color: white;
        }

        .newsletter-content {
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }

        .newsletter-content h2 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .newsletter-content p {
            font-size: 1rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .newsletter-form {
            display: flex;
            gap: 0.8rem;
            justify-content: center;
            align-items: center;
            max-width: 500px;
            margin: 0 auto;
        }

        .newsletter-input {
            flex: 1;
            padding: 14px 20px;
            border: none;
            border-radius: 25px;
            font-size: 0.9rem;
            outline: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .newsletter-btn {
            background: white;
            color: #1e40af;
            border: none;
            padding: 14px 24px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .newsletter-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        }

        /* Footer */
        .footer {
            background: #1e293b;
            color: white;
            padding: 3rem 0 1.5rem;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 3rem;
            margin-bottom: 2rem;
        }

        .footer-brand {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-brand-text {
            font-size: 1.4rem;
            font-weight: 800;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .footer-brand p {
            color: #94a3b8;
            line-height: 1.6;
            max-width: 400px;
            font-size: 0.9rem;
        }

        .social-links {
            display: flex;
            gap: 0.8rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(59, 130, 246, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3b82f6;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .social-link:hover {
            background: #3b82f6;
            color: white;
            transform: translateY(-2px);
        }

        .footer-links {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .footer-section h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: white;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 0.6rem;
        }

        .footer-section ul li a {
            color: #94a3b8;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 0.85rem;
        }

        .footer-section ul li a:hover {
            color: #3b82f6;
        }

        .footer-bottom {
            border-top: 1px solid #374151;
            padding-top: 1.5rem;
            text-align: center;
            color: #94a3b8;
            font-size: 0.85rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav {
                flex-direction: column;
                gap: 1rem;
            }
            
            .nav-menu {
                flex-direction: column;
                gap: 1rem;
            }
            
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 3rem;
            }
            
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
            
            .stats-container {
                grid-template-columns: 1fr;
            }
            
            .stat-numbers {
                grid-template-columns: 1fr;
            }
            
            .courses-grid {
                grid-template-columns: 1fr;
            }
            
            .founder-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
            }
            
            .footer-links {
                grid-template-columns: 1fr;
            }
            
            .newsletter-form {
                flex-direction: column;
                align-items: stretch;
            }
            
            .cta-buttons {
                flex-direction: column;
            }
        }
		
		    /* Courses Section */
        .courses {
            padding: 5rem 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

      .section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #0f5485 0%, #02639e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
        .section-subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .courses-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
        }

        .course-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .course-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 60px rgba(0,0,0,0.15);
        }

        .course-header {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .course-icon {
            font-size: 2rem;
            color: white;
            opacity: 0.9;
        }

        .course-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #333;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .courses-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in-up {
            animation: fadeInUp 0.8s ease forwards;
        }
		
		        /* Package Cards */
        .packages-section {
            padding: 2rem 0;
        }

        .packages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 2rem;
            margin-bottom: 4rem;
        }

        .package-card {
            background: white;
            border-radius: 24px;
            padding: 2.5rem;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border: 3px solid transparent;
        }

        .package-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #ff6b35, #f7931e, #ff6b35);
            background-size: 200% 100%;
            animation: gradient 3s ease-in-out infinite;
        }

        @keyframes gradient {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

        .package-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 60px rgba(255, 107, 53, 0.2);
            border-color: #ff6b35;
        }

        

        .package-header {
            text-align: center;
            margin-bottom: 1rem;
        }
.package-price{
    display: flex
;
margin-bottom:8px;
}
       .package-icon {
    width: 262px!important;
    height: 200px;
    border-radius: 0px;
    margin: 0;
    top: -40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    position: relative;
    left: -40px;
}
.package-icon img {
    width: 270px!important;
    object-fit: cover;
    position: relative;
}
.package-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}
.original-price {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
    margin-right: 8px;
}
.package-header {
    text-align: center;
    margin-bottom: 1rem;
}
.price {
    font-size: 18px;
    font-weight: 800;
    color: #ff6b35;
    line-height: 1;
}.price-period {
    color: #666;
    font-size: 1rem;
    margin-left: 8px;
}.cta-button {
    width: 100%;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 11px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

/* FAQ Section */
        .faq-section {
            margin: 4rem 0;
        }

        .faq-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 3rem;
            color: #333;
        }

        .faq-item {
            background: white;
            border-radius: 16px;
            margin-bottom: 1rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .faq-question {
            padding: 1.5rem;
            background: none;
            border: none;
            width: 100%;
            text-align: left;
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-answer {
            padding: 0 1.5rem 1.5rem;
            color: #666;
            line-height: 1.6;
            display: none;
        }

        .faq-answer.active {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }


/* Submenu styles */
.nav-menu .submenu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    top: 100%;
    left: 0;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 6px;
    z-index: 1000;
}

.nav-menu .submenu li {
    width: 100%;
}

.nav-menu .submenu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

.nav-menu .submenu li a:hover {
    background: #f2f2f2;
}

/* Show submenu on hover */
.nav-menu li.has-submenu {
    position: relative;
}

.nav-menu li.has-submenu:hover .submenu {
    display: block;
}/* Breadcrumb */
        .breadcrumb {
            margin-bottom: 30px;
            padding-top: 20px;
        }

        .breadcrumb-nav {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #666;
        }

        .breadcrumb-link {
            color: #007bbf;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .breadcrumb-link:hover {
            color: #005a8b;
        }

        .breadcrumb-separator {
            color: #999;
        }

        .breadcrumb-current {
            color: #333;
            font-weight: 500;
        }
		
        /* Mobile Scrollable Sections CSS */
        
        /* Common scrollable container styles for mobile */
        @media (max-width: 768px) {
            
            /* Stats Section Mobile Scroll */
            .stats-container {
                display: flex !important;
                grid-template-columns: none !important;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-behavior: smooth;
                gap: 1rem;
                padding: 0 15px 20px 15px;
                -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
            }
            
            .stats-container .stat-card {
                flex: 0 0 280px; /* Fixed width, no shrink/grow */
                min-width: 280px;
                max-width: 280px;
            }
            
            /* Courses Section Mobile Scroll */
            .courses-grid {
                display: flex !important;
                grid-template-columns: none !important;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-behavior: smooth;
                gap: 1.5rem;
                padding: 0 15px 20px 15px;
                -webkit-overflow-scrolling: touch;
            }
            
            .courses-grid .course-card {
                flex: 0 0 300px;
                min-width: 300px;
                max-width: 300px;
            }
            
            /* Testimonials Section Mobile Scroll */
            .testimonials-grid {
                display: flex !important;
                grid-template-columns: none !important;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-behavior: smooth;
                gap: 1.5rem;
                padding: 0 15px 20px 15px;
                -webkit-overflow-scrolling: touch;
            }
            
            .testimonials-grid .testimonial-card {
                flex: 0 0 320px;
                min-width: 320px;
                max-width: 320px;
            }
            
            /* Common scrollbar styling for all scrollable sections */
            .stats-container::-webkit-scrollbar,
            .courses-grid::-webkit-scrollbar,
            .testimonials-grid::-webkit-scrollbar {
                height: 6px;
            }
            
            .stats-container::-webkit-scrollbar-track,
            .courses-grid::-webkit-scrollbar-track,
            .testimonials-grid::-webkit-scrollbar-track {
                background: #f1f1f1;
                border-radius: 10px;
                margin: 0 15px;
            }
            
            .stats-container::-webkit-scrollbar-thumb,
            .courses-grid::-webkit-scrollbar-thumb,
            .testimonials-grid::-webkit-scrollbar-thumb {
                background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
                border-radius: 10px;
            }
            
            .stats-container::-webkit-scrollbar-thumb:hover,
            .courses-grid::-webkit-scrollbar-thumb:hover,
            .testimonials-grid::-webkit-scrollbar-thumb:hover {
                background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #0891b2 100%);
            }
            
            /* Scroll indicators */
            .scroll-section {
                position: relative;
            }
            
            .scroll-indicator {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(30, 64, 175, 0.9);
                color: white;
                border: none;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                font-size: 18px;
                z-index: 1000;
                transition: all 0.3s ease;
                box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
                opacity: 0;
                visibility: hidden;
            }
            
            .scroll-indicator.visible {
                opacity: 1;
                visibility: visible;
            }
            
            .scroll-indicator:hover {
                background: rgba(30, 64, 175, 1);
                transform: translateY(-50%) scale(1.1);
                box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
            }
            
            .scroll-indicator.left {
                left: 5px;
            }
            
            .scroll-indicator.right {
                right: 5px;
            }
            
            /* Progress indicator for scroll position */
            .scroll-progress {
                position: absolute;
                bottom: 0;
                left: 15px;
                right: 15px;
                height: 3px;
                background: rgba(30, 64, 175, 0.2);
                border-radius: 2px;
                overflow: hidden;
            }
            
            .scroll-progress-bar {
                height: 100%;
                background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #06b6d4 100%);
                border-radius: 2px;
                transition: width 0.3s ease;
                width: 0%;
            }
            
            /* Mobile-specific adjustments */
            .stats .container,
            .courses .container,
            .testimonials .container {
                padding: 0;
            }
            
            /* Scroll hint animation */
            @keyframes scrollHint {
                0%, 100% { transform: translateX(0); }
                50% { transform: translateX(10px); }
            }
            
            .scroll-hint {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                color: #3b82f6;
                font-size: 24px;
                animation: scrollHint 2s ease-in-out infinite;
                pointer-events: none;
                opacity: 0.7;
            }
            
            /* Hide scroll hint after first interaction */
            .scroll-section.interacted .scroll-hint {
                display: none;
            }
        }
        
        /* Tablet adjustments */
        @media (max-width: 1024px) and (min-width: 769px) {
            .stats-container .stat-card {
                flex: 0 0 350px;
                min-width: 350px;
            }
            
            .courses-grid .course-card {
                flex: 0 0 380px;
                min-width: 380px;
            }
            
            .testimonials-grid .testimonial-card {
                flex: 0 0 400px;
                min-width: 400px;
            }
        }
     
        /* Mobile Menu Button */
        
        
.video-testimonial img {
    object-fit: cover;
    height: 365px;
    width: 565px;
    border-radius: 12px;
}

.customer-avatar img{
    width: 100px!important;
    height: 60px!important;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}