*{margin:0;padding:0}body{height:100vh;font-family:outfit}.topbar{background:#f6f1e9;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:40px;font-size:14px;color:#333;box-shadow:0 1px 3px #0000001a}@media(min-width:600px){.topbar{padding:0 40px;font-size:15px}}@media(min-width:1024px){.topbar{padding:0 170px;font-size:16px}}@media(max-width:350px){.topbar{height:auto;padding:10px 15px;text-align:center}}.nav{position:sticky;top:0;z-index:999;background:#0a1d3a;display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:80px}.logo img{width:100px;height:auto}.pages{display:flex;gap:30px}.pages a{text-decoration:none;color:#ffd93d;font-weight:500;transition:color .3s}.pages a:hover{color:#ff9a00}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger div{width:25px;height:3px;background-color:#ffd93d}.pages .close-btn{display:none;margin-bottom:10px;cursor:pointer}.pages .close-btn img{width:25px;height:25px}@media(max-width:1024px){.nav{padding:0 20px}}@media(max-width:768px){.hamburger{display:flex}.pages{position:fixed;top:0;right:-350px;width:250px;height:100vh;background-color:#333;flex-direction:column;gap:20px;padding:80px 20px 20px;transition:right .3s ease;z-index:1000}.pages.open{right:0}.pages .close-btn{display:block}.pages a{color:#ffd93d;font-size:18px}.logo img{width:70px;height:auto}}:root{--primary-color: #FF9A00;--secondary-color: #0077b6;--text-dark: #222;--text-light: #484c59;--bg-color: #f0f8ff;--shadow-light: 0 8px 20px rgba(0, 0, 0, .05);--shadow-dark: 0 15px 40px rgba(0, 0, 0, .1)}.hero-modern{display:flex;justify-content:space-between;align-items:center;gap:4rem;padding:5rem 5%;min-height:80vh;background-color:var(--bg-color);max-width:1400px;margin:0 auto}.hero-left{flex:1;max-width:600px}.hero-left h1{font-size:clamp(2.5rem,5vw + 1rem,4rem);font-weight:900;line-height:1.2;color:var(--secondary-color);margin-bottom:1.5rem}.hero-left p{font-size:clamp(1rem,2vw,1.3rem);color:var(--text-light);margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero-cta button{padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 5px 15px #ff9a0066}.btn-primary:hover{background-color:#cc7b00;box-shadow:0 8px 20px #ff9a0099;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--secondary-color);border:2px solid var(--secondary-color)}.btn-secondary:hover{background-color:var(--secondary-color);color:#fff}.hero-highlights{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.highlight{padding:.5rem 1rem;border:1px solid var(--secondary-color);border-radius:50px;font-size:.9rem;font-weight:500;color:#000;background-color:#fff;box-shadow:var(--shadow-light)}.hero-right{flex:1;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;position:relative;max-width:600px}.hero-img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;box-shadow:var(--shadow-dark)}.hero-right img:nth-child(1){grid-column:1 / 3;grid-row:1 / 3;aspect-ratio:16 / 9;transform:rotate(-2deg);z-index:2;max-height:400px}.hero-right img:nth-child(2){grid-column:1 / 2;grid-row:2 / 3;width:150px;height:150px;aspect-ratio:1;object-fit:cover;border-radius:50%;transform:translate(-30px,30px);z-index:3}.hero-right img:nth-child(3){grid-column:2 / 3;grid-row:1 / 2;width:200px;height:150px;transform:translate(20px,-50px);z-index:1}@media(max-width:1024px){.hero-modern{flex-direction:column;text-align:center;padding-top:3rem;padding-bottom:3rem}.hero-left{max-width:100%;margin-bottom:3rem;padding:0 1rem}.hero-cta,.hero-highlights{justify-content:center}.hero-right{max-width:500px;margin:0 auto;grid-template-columns:1fr 1fr;grid-template-rows:auto}.hero-right img:nth-child(1){grid-column:1 / 3;grid-row:1 / 1;transform:rotate(0)}.hero-right img:nth-child(2){display:none}.hero-right img:nth-child(3){display:none}}@media(max-width:600px){.hero-modern{padding:2rem .5rem;min-height:auto}.hero-left h1{margin-bottom:1rem}.hero-left p{font-size:1.1rem;margin-bottom:2rem}.hero-cta button{padding:.7rem 1.2rem;font-size:.9rem}.highlight{font-size:.8rem;padding:.4rem .8rem}.hero-right{max-width:90%}.hero-right img:nth-child(1){aspect-ratio:4 / 3}}.highlights-wrapper{padding:80px 8%;background:#fff}.section-title{text-align:center;font-size:36px;font-weight:800;margin-bottom:40px}.section-title span{color:#ffd200}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px;margin-bottom:80px}.highlight-card{background:#fff9d1;padding:18px 20px;border-radius:12px;font-weight:600;display:flex;gap:12px;align-items:center;border-left:5px solid #ffd200;box-shadow:0 5px 18px #00000014}.highlight-dot{width:10px;height:10px;background:#ff9a00;border-radius:50%}.course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:30px;margin-bottom:80px}.course-card{background:#fff;padding:25px;border-radius:16px;box-shadow:0 8px 25px #0000001a;transition:.3s}.course-card:hover{transform:scale(1.03)}.course-card h3{font-size:22px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.course-card ul{padding-left:18px}.course-card li{margin-bottom:8px;color:#555}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:25px}.testimonial-card{background:#fff;padding:25px;border-radius:16px;box-shadow:0 8px 25px #0000001a}.stars{font-size:22px;margin-bottom:10px}.testimonial-card p{color:#333;line-height:1.6;font-size:15px}.testimonials-pic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-top:30px}.testimonial-pic-card{background:#fff;border-radius:16px;padding:18px;text-align:center;cursor:pointer;box-shadow:0 8px 25px #00000014;transition:.3s}.testimonial-pic-card:hover{transform:scale(1.05);box-shadow:0 12px 35px #00000026}.testimonial-pic-card img{width:110px;height:110px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:4px solid #ffcc00}.testimonial-pic-card p{font-size:1rem;color:#444;margin:8px 0}.read-more{margin-top:10px;display:inline-block;color:#d68c00;font-weight:600;font-size:.9rem}@media(max-width:768px){.section-title{font-size:28px}.highlight-card,.course-card,.testimonial-card,.testimonial-pic-card{padding:18px}.testimonials-pic-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.highlights-wrapper{padding:50px 5%}.testimonials-pic-grid,.course-grid{grid-template-columns:1fr}}.scroll-top-btn{position:fixed;bottom:40px;right:40px;width:48px;height:48px;background:#ffd93d;color:#000;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:20px;cursor:pointer;z-index:9999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 12px #00000026}.scroll-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background:#fc0}.teach-section{padding:80px 20px;background:#f6f1e9;text-align:center}.teach-title{font-size:32px;font-weight:700;margin-bottom:10px}.teach-subtitle{font-size:16px;color:#555;margin-bottom:40px}.teach-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.teach-card{background:#fff;width:300px;padding:30px;border-radius:15px;box-shadow:0 4px 12px #00000014;transition:.3s ease}.teach-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0000001f}.teach-icon{font-size:50px;color:#ff9a00;margin-bottom:15px}@media(max-width:768px){.teach-cards{flex-direction:column;align-items:center}}.footer{background:#0a1d3a;color:#fff;padding:50px 150px 20px;margin-top:50px}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-box{width:250px}.footer-box h3{margin-bottom:15px;font-size:18px;color:#fc0}.footer-box p,.footer-box li{font-size:14px;line-height:1.6}.footer-box ul{list-style:none;padding:0}.footer-box ul li{margin-bottom:8px}.footer-box ul li a{color:#ffffffd9;text-decoration:none}.footer-box ul li a:hover{color:#fc0}.footer-social{display:flex;gap:5px}.icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-social a{font-size:22px;margin-right:12px;color:#fff}.footer-social a:hover{color:#fc0}.footer-bottom{text-align:center;margin-top:40px;border-top:1px solid #ffffff33;padding-top:15px;font-size:14px;opacity:.8}@media(max-width:900px){.footer{padding:40px}.footer-box{width:100%}}.about-container{padding:50px 10%;background:#fff}.about-title{text-align:center;font-size:38px;font-weight:700;margin-bottom:40px;color:#111}.about-box{background:#f8f8f8;padding:25px 30px;border-radius:12px;margin-bottom:30px;box-shadow:0 4px 10px #0000000d}.about-box h3{margin-bottom:10px;font-size:24px;color:#222}.about-box p{line-height:1.6;color:#444}.about-box ul{padding-left:20px}.about-box ul li{margin-bottom:10px;color:#444}.gallery-title{margin-top:50px;margin-bottom:25px;font-size:28px;text-align:center;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #00000014;transition:.3s ease}.logo-wrapper{display:flex;justify-content:center;align-items:center}.logo{width:120px}@media(max-width:768px){.about-title{font-size:30px}.about-box h3{font-size:20px}.gallery-grid img{height:180px}}.founder-container{width:90%;max-width:1400px;margin:50px auto;padding:1rem}.founder-title{text-align:center;font-size:clamp(2rem,5vw,2.8rem);font-weight:800;color:#222;margin-bottom:3rem;letter-spacing:1px}.founder-title:after{content:"";width:90px;height:5px;background:#ffd93d;display:block;margin:.8rem auto 0;border-radius:8px}.about-founder{background:#fff;padding:2.5rem;border-radius:20px;display:flex;gap:2.5rem;box-shadow:0 10px 30px #00000026;align-items:stretch}.founder-pic{flex-shrink:0}.founder-pic img{width:100%;max-width:380px;height:auto;aspect-ratio:380 / 480;object-fit:cover;border-radius:16px;box-shadow:0 8px 20px #00000026;transition:transform .3s ease}.founder-pic img:hover{transform:scale(1.02)}.biography{flex:1;color:#333;line-height:1.6}.biography h3{font-size:clamp(1.8rem,3.5vw,2.2rem);font-weight:800;margin-bottom:.3rem;color:#222}.position{font-size:1.1rem;margin-bottom:1rem;color:#555;font-weight:500}.bio-text{font-size:1rem;margin:1.5rem 0;color:#444}.biography h4{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.5rem;color:#ff9a00;font-weight:700}.biography ul{list-style:none;padding-left:0;margin-top:.8rem}.edu-list li{display:flex;align-items:center;gap:10px;margin-bottom:.7rem;font-size:1rem;color:#333;font-weight:500}.edu-icon{font-size:1.2rem;color:#ff9a00}hr{border:none;height:1px;background:#e0e0e0;margin:1.5rem 0}@media(max-width:980px){.about-founder{flex-direction:column;align-items:center;text-align:center;padding:2rem;gap:2rem}.founder-pic{max-width:320px}.founder-pic img{max-width:100%;aspect-ratio:1;height:320px;border-radius:50%}.biography{text-align:left;width:100%;max-width:600px}.biography h3,.position{text-align:center}.biography ul{padding-left:0;margin:0 auto;max-width:100%}}@media(max-width:600px){.founder-container{margin:2rem auto;padding:.5rem}.founder-title{font-size:2rem;margin-bottom:2rem}.about-founder{padding:1.5rem}.founder-pic{max-width:200px}.founder-pic img{height:200px}.biography h3{font-size:1.6rem}.position{font-size:1rem}.bio-text,.edu-list li,.biography p{font-size:.95rem}hr{margin:1rem 0}}.courses-container{width:90%;max-width:1200px;margin:4rem auto;padding:2rem 1rem;background-color:var(--bg-light);border-radius:15px}.courses-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:3rem;position:relative}.courses-title:after{content:"";width:100px;height:6px;background-color:var(--primary-color);display:block;margin:.5rem auto 0;border-radius:5px}.courses-container>div:not(.each-course){display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.course-card{background-color:#fff;padding:2rem;border-radius:12px;border-left:6px solid var(--primary-color);box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00000026}.course-card h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:1rem;border-bottom:2px solid var(--secondary-color);padding-bottom:.5rem}.course-card ul{list-style:none;padding:0}.course-card li{font-size:1rem;color:var(--text-light);margin-bottom:.8rem;padding-left:1.5rem;position:relative}.course-card li:before{content:"✓";color:var(--primary-color);font-weight:700;position:absolute;left:0;top:0}.each-course{background-color:var(--primary-color);color:#fff;padding:1.5rem 2rem;border-radius:12px;margin-top:3rem;box-shadow:0 4px 15px #00000026}.each-course h3{font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.5)}.each-course ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem}.each-course li{font-size:1.1rem;font-weight:500;position:relative;padding-left:15px}.each-course li:before{content:"•";color:#fff;font-size:1.2rem;position:absolute;left:0}@media(max-width:768px){.courses-container{width:95%;margin:2rem auto}.courses-container>div:not(.each-course){grid-template-columns:1fr}.course-card{padding:1.5rem}.each-course ul{flex-direction:column;gap:.5rem}}.activities-container{max-width:1150px;margin:auto;padding:60px 20px}.activities-title{text-align:center;font-size:38px;font-weight:800;margin-bottom:10px}.activities-sub{text-align:center;color:#555;margin-bottom:40px;font-size:18px}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.activity-card{background:#fff;border-radius:18px;box-shadow:0 6px 18px #0000001a;overflow:hidden;transition:.2s ease}.activity-card:hover{transform:translateY(-5px)}.activity-card img{width:100%;height:200px;object-fit:cover}.activity-card h3{font-size:20px;font-weight:700;margin:15px 15px 5px}.activity-card p{margin:0 15px 20px;color:#666;font-size:15px}:root{--primary-color: #FF9A00;--secondary-color: #FFD93D;--text-dark: #222;--text-light: #444;--bg-light: #f7f7f7}.achievement-container{width:90%;max-width:1300px;margin:4rem auto;padding:2rem 1rem}.title,.voice-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:3.5rem;position:relative}.title:after,.voice-title:after{content:"";width:120px;height:6px;background-color:var(--primary-color);display:block;margin:.5rem auto 0;border-radius:5px}.achievement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.achievement-card{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 20px #0000001a;overflow:hidden;text-align:center;transition:transform .3s ease;border-bottom:5px solid var(--primary-color)}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.achieve-img{width:100%;height:250px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.achieve-name{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin:.5rem 0}.achieve-program{font-size:1rem;font-weight:500;color:var(--text-light);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed #ddd}.achieve-details{text-align:left;line-height:1.6}.achieve-details p{font-size:.95rem;color:var(--text-light);margin-bottom:.3rem}.achieve-details span{font-weight:600;color:var(--text-dark);margin-right:5px}.voice-container{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.voice-card{display:flex;max-width:900px;width:100%;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;border-top:5px solid var(--secondary-color);overflow:hidden}.voice-img{flex-shrink:0;width:150px;height:auto;object-fit:cover;clip-path:polygon(0 0,100% 0,85% 100%,0% 100%)}.voice-text{padding:1.5rem 2rem 1.5rem 1rem}.voice-text h3{font-size:1.4rem;color:var(--primary-color);margin-bottom:.2rem}.voice-text .course{font-size:.9rem;font-style:italic;color:#777;margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px dotted #e0e0e0}.voice-text .review{font-size:1rem;line-height:1.8;color:var(--text-light);display:block;overflow:visible}@media(max-width:992px){.achievement-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.title,.voice-title{margin-bottom:2.5rem}.voice-container{gap:1.5rem}.voice-card{flex-direction:column;align-items:center;text-align:center;max-width:100%}.voice-img{width:100px;height:100px;border-radius:50%;object-fit:cover;clip-path:none;margin-top:1.5rem;margin-bottom:.5rem}.voice-text{padding:1rem 1.5rem;text-align:left}.voice-text h3,.voice-text .course{text-align:center}.voice-text .review{font-size:.95rem;line-height:1.7}}.contact-wrapper{padding:80px 8%;background:#fefefe;text-align:center}.section-title{font-size:36px;font-weight:800;margin-bottom:50px}.branches{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:40px}.branch-card{background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 5px 15px #00000014;width:300px;text-align:left}.branch-card h3{font-size:22px;font-weight:700;margin-bottom:10px}.branch-card p{font-size:15px;line-height:1.6;color:#555}.contact-details{font-size:16px;font-weight:600;margin-bottom:40px}.contact-details a{color:#ffd200;text-decoration:none}.contact-details a:hover{text-decoration:underline}.social-title{font-size:24px;font-weight:700;margin-bottom:20px}.social-links{display:flex;justify-content:center;gap:20px}.social-icon{font-size:26px;padding:15px;background:#fff;border-radius:50%;display:flex;color:#333;box-shadow:0 4px 12px #0000001a;transition:.3s}.facebook:hover{background:#1877f2;color:#fff}.instagram:hover{background:#00f;color:#fff}.tiktok:hover{background:#000;color:#fff}.youtube:hover{background:red;color:#fff}@media(max-width:768px){.branches{flex-direction:column}.branch-card{width:90%}.social-icon{font-size:22px;padding:12px}}
