@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;-webkit-user-select:none;user-select:none;scroll-behavior:smooth;margin:0;padding:0;font-family:Poppins,sans-serif}:root{--btncolor:#4c4cc9}body{color:#2e1065;background:#faf8ff;overflow-x:hidden}header{z-index:10;background:#ede9fe;justify-content:space-between;align-items:center;padding:25px 60px;display:flex;position:sticky;top:0;box-shadow:0 2px 6px #00000014}header h1{color:#4c1d95;font-size:1.3rem;font-weight:600}nav a{color:#4c1d95;margin-left:25px;font-weight:500;text-decoration:none}.register-btn{color:#fff;background:#6d28d9;border-radius:8px;padding:10px 24px;font-weight:500;text-decoration:none;transition:all .3s}.register-btn:hover{background:var(--btncolor)}.hero{text-align:center;background:#f5f3ff radial-gradient(#ddd6fe 1px,#0000 1px) 0 0/40px 40px;min-height:100vh}.hero h2{color:#4c1d95;margin-bottom:10px;font-size:2.4rem;font-weight:700}.hero p{color:#5b21b6;margin-bottom:30px;font-size:1.1rem}.hero .btn{color:#fff;background:#6d28d9;border-radius:8px;padding:14px 32px;font-weight:500;text-decoration:none;transition:all .3s;box-shadow:0 4px 10px #00000026}.hero .btn:hover{background:var(--btncolor)}section{text-align:center;padding:80px 40px}h3.section-title{color:#4c1d95;margin-bottom:50px;font-size:1.8rem;font-weight:600}#level{min-height:100vh;padding:4rem}.levels{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:auto;display:grid}.level-card{background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;padding:30px;transition:transform .3s;display:flex;box-shadow:0 4px 15px #0000001a}.level-card:hover{transform:translateY(-5px)}.level-card img{width:50%;margin-bottom:15px}.level-card h4{color:#4c1d95;margin-bottom:10px}.level-card i{padding-bottom:2rem;font-size:60px}.level-card .first{color:#c08e47}.level-card .second{color:#988686}.level-card .third{color:#d94848}.progress{background:#e9d5ff;border-radius:4px;height:6px;margin-top:15px;position:relative}.progress:after{content:"";background:#7c3aed;border-radius:4px;width:70%;height:6px;position:absolute;top:0;left:0}.subtext{color:#6b21a8;font-size:.9rem}.groups{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:25px;max-width:1100px;margin:auto;display:grid}.group-card{background:#fff;border-radius:16px;padding:25px;transition:all .3s;box-shadow:0 4px 10px #0000001a}.group-card:hover{transform:translateY(-5px)}.group-card h5{color:#fff;border-radius:12px;margin-bottom:10px;padding:6px 14px;font-size:.9rem;display:inline-block}.group-card p{color:#6b21a8;font-size:.95rem}.g1 h5{background:#f87171}.g2 h5{background:#fbbf24}.g3 h5{background:#34d399}.g4 h5{background:#60a5fa}.g5 h5{background:#a78bfa}.g6 h5{background:#fb923c}footer{text-align:center;color:#fff;background:#7c3aed;border-top-left-radius:30px;border-top-right-radius:30px;margin-top:100px;padding:30px}.animation{justify-content:center;align-items:center;gap:50px;margin-bottom:60px;display:flex}.animation h2{color:#4c1d95;letter-spacing:1px;font-family:cursive;font-size:2.8rem;font-weight:700}.unique-shape{background:radial-gradient(circle,#c4b5fd,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 25px #7c3aed99}.unique-shape .telugu-letter{opacity:1;color:#fff;font-size:5rem;font-weight:600;transition:opacity .4s,transform .4s;position:relative;transform:scale(1)}.morph-text{color:#6d28d9;letter-spacing:2px;font-family:Momo Trust Display,sans-serif;font-size:4rem;font-weight:1000;display:inline-block;opacity:1!important;transform:none!important}.morph-text span{opacity:1;transition:all .25s ease-in-out;display:inline-block}.contact{width:100%;min-height:50vh}.call{cursor:pointer;margin:2rem;display:flex}.call i{padding-right:4rem;font-size:2rem}.contact iframe{border:2px dotted purple;min-width:90%;padding-top:5rem}
