<style>
        *{margin:0;padding:0;box-sizing:border-box;font-family:Poppins}
        
        
        /* floating gradient blobs */
        
        
        .container_contan{width:92%;max-width:1150px;margin:auto;padding-bottom:90px;padding-top: 6rem;}
        
        /* GLASS CARD_cat */
        .glass{
        background:rgba(255,255,255,.7);
        backdrop-filter:blur(14px);
        border:1px solid rgba(255,255,255,.4);
        box-shadow:0 20px 40px rgba(0,0,0,.08);
        border-radius:22px;
        }
        
        /* HERO */
        .heropage{margin-top:25px;padding:35px;display:flex;gap:30px;align-items:center}
        .teacher-img{
        width:150px;height:150px;border-radius:50%;
        border:6px solid white;box-shadow:0 15px 25px rgba(0,0,0,.15)
        }
        .badge{background:#22c55e;color:#fff;padding:5px 12px;border-radius:30px;font-size:13px}
        .heropage h1{font-size:32px}
        .stats{margin:10px 0;color:#555}
        
        /* BUTTON */
        .btn{
        padding:13px 22px;border:none;border-radius:12px;
        color:#fff;font-weight:600;cursor:pointer;
        transition:.3s;box-shadow:0 6px 15px rgba(0,0,0,.15)
        }
        .btn:hover{transform:scale(1.05)}
        /*.btn:hover{transform:translateY(-3px)}*/
        .whatsapp{background:linear-gradient(45deg,#22c55e,#16a34a)}
        .demo{background:linear-gradient(45deg,#6366f1,#4338ca)}
        .call{background:linear-gradient(45deg,#111,#444)}
        .mail{background: linear-gradient(to right, #4facfe 0%, #2fcdd5 100%);}
        .center-btn{text-align:center;margin-top:20px}
        
        
        /* SECTION_sec */
        .section_sec{margin-top:30px;padding:30px}
        .section_sec h2{margin-bottom:20px;font-size:26px}
        
        .trust{background:#fff;margin-top:15px;padding:32px;border-radius:12px;display:flow;justify-content:space-around;box-shadow:0 5px 20px rgba(0,0,0,.05)}
        .trust_span{padding:10px;  }
        
        /* GRID */
        .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:25px}
        
        /* CARD_cat */
        .card_cat{
        background:#fff;border-radius:20px;padding:20px;
        box-shadow:0 10px 25px rgba(0,0,0,.08);
        transition:.4s;position:relative
        }
        /*.card_cat:hover{transform:translateY(-8px);}*/

        .card_cat:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(37,99,235,0.15)}


        .ribbon{
        position:absolute;top:15px;right:-10px;
        background:#ef4444;color:#fff;padding:5px 15px;
        font-size:12px;border-radius:20px
        }
        
        /* topper img */
        .avatar{width:70px;height:70px;border-radius:50%;margin-bottom:10px}
        
        /* BLOG IMAGE */
        .blog-img{
        height:140px;border-radius:15px;background-size:cover;margin-bottom:10px
        }
        
        
        
        .section_sec{
        background:#fff;margin-top:30px;padding:30px;border-radius:20px;
        box-shadow:0 10px 35px rgba(0,0,0,.06);border:1px solid #eef2f7;
        }
        .section_sec h2{margin-bottom:25px;padding-left:18px;position:relative}
        .section_sec h2:before{content:"";width:6px;height:28px;background:#2563eb;position:absolute;left:0;border-radius:10px}
        
        
        
        /* ================= MOBILE RESPONSIVE ================= */
        
        @media (max-width: 900px){
        
        .heropage{
        flex-direction:column;
        text-align:center;
        }
        
        .teacher-img{
        width:130px;
        height:130px;
        }
        
        .trust{
        flex-direction:column;
        gap:10px;
        text-align:center;
        }
        
        .section_sec{
        padding:22px;
        }
        
        .grid{
        grid-template-columns:repeat(2,1fr);
        gap:18px;
        }
        
        }
        
        /* ================= SMALL MOBILE ================= */
        
        @media (max-width: 600px){
        
        .container_contan{
        width:94%;
        }
        
        .heropage h1{
        font-size:26px;
        }
        
        .stats{
        font-size:14px;
        }
        
        .btn{
        width:100%;
        margin-top:10px;
        }
        
        .heropage .btn{
        display:block;
        }
        
        .grid{
        grid-template-columns:1fr;
        }
        
        .avatar{
        width:60px;
        height:60px;
        }
        
        .section_sec h2{
        font-size:22px;
        }
        
        .trust span{
        display:block;
        }
        
        
        }
        .card_cat_cat{
            background:#fff;
            border-radius:20px;
            padding:18px;
            text-align:center;
            box-shadow:0 5px 15px rgba(0,0,0,0.08);
            transition:0.3s;
        }

        .card_cat_cat:hover{
            transform:translateY(-5px);
        }

        .avatar_cat{
            width:80px;
            height:80px;
            border-radius:50%;
            object-fit:cover;
            border:3px solid #FFD700;
        }

        .card_cat_cat h6{
            margin:10px 0 5px;
            font-size:18px;
            font-weight:600;
        }

        .score{
            color:#16a34a;
            font-size:22px;
            font-weight:700;
            margin-bottom:12px;
        }

        .info-tags{
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            gap:8px;
        }

        .info-tags span{
            background:#f3f4f6;
            padding:6px 10px;
            border-radius:20px;
            font-size:12px;
            color:#444;
        }


        .batch-card{
            background:#fff;
            border-radius:20px;
            padding:22px;
            box-shadow:0 10px 25px rgba(0,0,0,.08);
            transition:.3s;
            position:relative;
            overflow:hidden;
        }

        .batch-card:hover{
            transform:translateY(-8px);
        }

        .batch-header{
            display:flex;
            justify-content:space-between;
            margin-bottom:12px;
        }

        .course-tag{
            background:#eef2ff;
            color:#4f46e5;
            padding:6px 12px;
            border-radius:20px;
            font-size:12px;
            font-weight:600;
        }

        .seat-tag{
            background:#fff7ed;
            color:#ea580c;
            padding:6px 12px;
            border-radius:20px;
            font-size:12px;
            font-weight:600;
        }

        .batch-card h3{
            font-size:24px;
            margin-bottom:8px;
            line-height:1.3;
        }

        .batch-class{
            color:#6b7280;
            font-weight:600;
            margin-bottom:15px;
        }

        .batch-details p{
            margin:8px 0;
            color:#4b5563;
            font-size:14px;
        }

        .join-btn{
            display:block;
            text-align:center;
            margin-top:18px;
            padding:12px;
            border-radius:12px;
            text-decoration:none;
            font-weight:600;
            color:#fff;
            background:linear-gradient(
                135deg,
                #6366f1,
                #4338ca
            );
        }
        .batch-card a:hover{
            text-decoration: none!important;
            color: #fff !important;
        }
        .title{font-size:24px;margin-bottom:18px}
        .related{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}
        .related-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.05)}
        .related-card img{width:100%;height:160px;object-fit:cover}
        .related-card .p{padding:15px}
        .related-wrapper-card{margin-top:30px;padding:30px;}

        /* FAQ SECTION */

        .faq-section{
            margin-top:30px;
            padding:35px;
            background:#ffffff;
            border-radius:22px;
            box-shadow:0 10px 35px rgba(0,0,0,.06);
            border:1px solid #eef2f7;
        }

        .faq-title{
            font-size:28px;
            font-weight:700;
            color:#2563eb;
            margin-bottom:25px;
            position:relative;
            padding-left:18px;
        }

        .faq-title:before{
            content:"";
            width:6px;
            height:30px;
            background:#2563eb;
            position:absolute;
            left:0;
            top:2px;
            border-radius:10px;
        }


        .faq-item{
            background:#f8fafc;
            border-radius:16px;
            margin-bottom:15px;
            overflow:hidden;
            transition:.3s;
        }


        .faq-item:hover{
            box-shadow:0 8px 25px rgba(0,0,0,.08);
        }


        .faq-question{
            width:100%;
            padding:20px;
            border:none;
            background:none;
            display:flex;
            justify-content:space-between;
            align-items:center;
            font-size:17px;
            font-weight:600;
            color:#1e293b;
            cursor:pointer;
        }

        .faq-icon{
            width:30px;
            height:30px;
            background:#2563eb;
            color:white;
            border-radius:50%;
            display:flex;
            justify-content:center;
            align-items:center;
            font-size:22px;
        }


        .faq-answer{
            display:none;
            padding:0 20px 20px;
            color:#64748b;
            line-height:1.7;
            font-size:15px;
        }


        @media(max-width:600px){

            .faq-section{
                padding:20px;
            }

            .faq-title{
                font-size:22px;
            }

            .faq-question{
                font-size:15px;
            }

        }

    </style>