:root{--font-sans: "Outfit", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", sans-serif}*{padding:0;margin:0;box-sizing:border-box;font-family:var(--font-sans);scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}input,textarea{font-size:16px}.app{width:90%;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:999;background-color:#fff;padding:20px 0;transition:all .3s ease}.navbar-scrolled{box-shadow:0 1px #0000001a;padding:10px 0}.navbar .logo{width:160px}.navbar-menu{display:flex;list-style:none;gap:20px;color:#49557e;font-size:18px}.navbar-right{display:flex;align-items:center;gap:10px}.navbar-buttons{display:flex;flex-direction:column;gap:5px;width:100%;justify-content:center;margin:0 auto}.navbar button{background:#2f55d4;font-size:16px;color:#fff;border:1px solid #2f55d4;padding:10px 30px;border-radius:8px;cursor:pointer;transition:.3s}.navbar button:hover{background-color:#2f56d4db}.navbar .contact-number-navbar,.navbar .contact-number{background:#2f56d409;color:#49557e;border:none;font-size:16px;cursor:pointer;border:1px solid #2f55d4}.navbar .contact-number-navbar:hover,.navbar .contact-number:hover{background-color:#2f56d4db;color:#fff}.navbar .active{padding-bottom:2px;border-bottom:2px solid #49557e}.navbar li{cursor:pointer}.navbar-search-icon{position:relative}.navbar-search-icon .dot{position:absolute;min-width:10px;min-height:10px;background-color:tomato;border-radius:5px;top:-8px;right:-8px}.navbar-profile{position:relative}.nav-profile-dropdown{position:absolute;display:none;right:0;z-index:1}.navbar-profile:hover .nav-profile-dropdown{display:flex;flex-direction:column;gap:10px;background-color:#fff2ef;padding:12px 25px;border-radius:4px;border:1px solid tomato;outline:2px solid white;list-style:none}.nav-profile-dropdown li{display:flex;align-items:center;gap:10px;cursor:pointer}.nav-profile-dropdown img{width:20px}.nav-profile-dropdown li:hover{color:tomato}.navbar-admin{gap:10px}.hamburger-icon{display:none;color:#2f55d4;cursor:pointer}@media (max-width:1150px){.navbar .logo{width:120px}.navbar-menu{gap:20px;font-size:17px}.navbar-right{gap:10px}.navbar-right img{width:22px}.navbar-right button{padding:8px 25px}}.navbar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:997}.dropdown{position:relative;display:inline-block}.dropdown-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.dropdown .chevron{transition:transform .2s ease}.dropdown-menu{position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid #e6e8f0;border-radius:10px;box-shadow:0 10px 25px #00000014;padding:8px;display:none;z-index:1001}.dropdown-menu a{display:block;padding:10px 12px;border-radius:8px;color:#49557e;font-size:16px;text-decoration:none;white-space:nowrap}.dropdown-menu a:hover{background:#f5f7ff;color:#2f55d4}.dropdown.open .dropdown-menu{display:block}.dropdown.open .chevron{transform:rotate(180deg)}.navbar .dropdown .active{border-bottom:none}@media (max-width: 1050px){.dropdown{width:100%}.dropdown-menu{position:static;border:none;box-shadow:none;padding:6px 0 0 10px;margin-top:6px;display:none}.dropdown.open .dropdown-menu{display:block}.dropdown-menu a{width:100%;text-align:left;padding:10px 6px;font-size:18px}.dropdown-toggle{padding-left:30px;width:100%;justify-content:center}}@media (max-width: 1050px){.navbar-menu{position:fixed;top:0;right:0;height:100vh;width:40%;background:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:20px;box-shadow:-4px 0 8px #0000001a;transform:translate(100%);transition:transform .3s ease;z-index:1000}.navbar-menu.open{transform:translate(0)}.hamburger-icon{display:block;font-size:2.2rem;cursor:pointer;margin-left:10px;margin-top:8px}.navbar-menu a{margin-bottom:10px;font-size:18px;color:#2f55d4;text-decoration:none;text-align:center;width:100%}.contact-number-navbar,.navbar-right .login{display:none}.navbar .login{width:80%}.navbar .active{padding-bottom:2px;border-bottom:none;color:#017cff}.simple-line-divider{border:none;height:1px;background-color:#ccc;margin:1.5rem auto;width:60%}.get-started-menu{width:80%}.contact-number{margin:10px auto;width:80%}.close-icon{display:block;font-size:1rem;color:#2f55d4;cursor:pointer;align-self:flex-start;margin-bottom:20px}}@media (max-width:900px){.navbar-menu{gap:15px;font-size:16px}.navbar-right{gap:5px}.navbar-right img{width:20px}.navbar-right button{padding:7px 20px;font-size:15px}}@media (max-width: 600px){.navbar-menu{width:60%}}@media (max-width: 500px){.navbar-right button{padding:6px 15px;font-size:14px}}@media (max-width: 400px){.navbar-right button{padding:6px 15px;font-size:11px}}.testimonial-section{display:flex;flex-direction:row;gap:1rem}.testimonial-section>*{flex:1}@media (max-width: 1050px){.testimonial-section{flex-direction:column;gap:0rem}}.header{margin:10px 0 30px;display:flex;background-size:contain;position:relative;border-radius:50px}.header img{max-width:100%;object-fit:cover}.header-left{flex-grow:3;border-top-left-radius:30px;border-bottom-left-radius:30px}.header-right{flex-grow:1;border-top-right-radius:30px;border-bottom-right-radius:30px}.header-contents{position:absolute;display:flex;flex-direction:column;align-items:start;gap:1.5vw;max-width:40%;bottom:10%;left:3vw;animation:fadeIn 3s}.header-contents h2{font-weight:500;color:#000;font-size:max(3vw,18px)}.header-contents p{color:#000;font-size:1.4vw}.header-contents .highlight{color:#2f55d4;font-weight:600}.header-contents button{border:none;color:#fff;font-weight:500;padding:1vw 2.3vw;background-color:#2f55d4;font-size:max(1.2vw,13px);border-radius:8px;cursor:pointer}.header-contents button:hover{background-color:#2f56d4db}.header-contents .header-images{display:flex;gap:1vw}.full-header{border-radius:20px}.flyer-mobile{text-align:center}.flyer-mobile img{width:60vw;border-radius:30px;margin-bottom:20px;cursor:pointer}@media (max-width:1050px){.header-contents{max-width:100%;gap:2.5vw;align-items:center;left:auto}.header-contents p{display:none}.header-contents h2{font-size:max(2rem,18px);text-align:center}.header-contents button{font-size:max(1rem,14px);margin:0 auto;width:100%;padding:1.5vw 2.5vw}.header{height:38vw;justify-content:center}.full-header{height:32vw;width:100%}}@media (max-width: 768px){.header img{max-width:100%;object-fit:cover}.full-header{border-radius:20px}}@media (max-width: 650px){.header-contents{max-width:90%;gap:4vw;text-align:center}.header-contents p{display:none}.header-contents h2{font-size:max(2vw,24px)}.header-contents button{padding:15px 4vw;font-size:max(1.2vw,16px);margin:0 auto;width:100%}.full-header{height:25vh;width:auto}.header{height:30vh}}:root{--gradient-start: hsl(220 85% 55%);--gradient-end: hsl(220 85% 65%)}.icon-box{width:3.5rem;height:3.5rem;border-radius:.75rem;background-image:linear-gradient(to bottom right,var(--gradient-start),var(--gradient-end));display:flex;align-items:center;justify-content:center;transition:transform .3s}.features-section{padding:4rem 2rem}.features-title{text-align:center;font-size:1.8rem;font-weight:700;color:#2f55d4;margin-bottom:3rem}.features-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.feature-box{flex:1 1 15%;max-width:300px;background-color:#fff;border:1px solid #e0e7ff;border-radius:16px;padding:2rem;gap:1rem;box-shadow:0 4px 12px #2f55d41a;transition:transform .2s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(20px);animation:fadeUp .6s ease-out forwards}.feature-box:hover{transform:translateY(-5px);box-shadow:0 6px 16px #2f55d426}.feature-box:nth-child(1){animation-delay:0s}.feature-box:nth-child(2){animation-delay:.1s}.feature-box:nth-child(3){animation-delay:.2s}.feature-box:nth-child(4){animation-delay:.3s}.feature-icon{width:30px;height:30px;color:#fff}.feature-box h3{font-size:1.1rem;font-weight:500;color:#333;margin:0}.feature-box p{font-size:.95rem;font-weight:300;color:#555;margin:0}@media (max-width: 1400px){.feature-box{flex:1 1 45%}}@media (max-width: 768px){.features-container{flex-direction:column;align-items:center;gap:1rem}.features-title{font-size:1.8rem}.feature-box{width:100%;max-width:90%;flex:1 1 auto;box-shadow:none;border:none}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.subject-section{display:flex;flex-direction:column;padding:4rem 1rem;background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto}.section-title{font-size:1.8rem;font-weight:700;color:#2f55d4;text-align:center;margin-bottom:2rem;padding-left:1rem}.subject-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin:0 auto}.subject-card{padding:1.5rem 2rem;border-radius:16px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;transition:transform .3s;flex:1 1 20%}.subject-card:hover{transform:scale(1.05);box-shadow:0 6px 16px #2f55d426}.subject-content{max-width:500px;flex:1}.subject-image{width:200px;height:200px;border-radius:12px}.subject-list{list-style-type:disc;padding-left:20px;margin:0}ul.subject-list li::marker{color:#3b82f6}.subject-list li{margin-bottom:8px;font-size:.95rem}.align-left{align-self:flex-start;flex-direction:row}.align-right{align-self:flex-end;flex-direction:row-reverse}.icon-container{flex-shrink:0;font-size:2.8rem;color:#3b82f6}.subject-title{font-size:1.3rem;font-weight:600;padding-bottom:10px;color:#1f2937;margin-bottom:.5rem}.subject-description{color:#4b5563;line-height:1.6;font-size:.95rem;margin-bottom:.75rem}.learn-more{display:inline-block;color:#3b82f6;font-weight:500;text-decoration:none;transition:color .2s ease;cursor:pointer}.learn-more:hover{color:#1d4ed8}@media (max-width: 1360px){.subject-section{width:80%}.subject-card{flex:1 1 40%}}@media (max-width: 1050px){.subject-card{align-items:left}.subject-title{font-size:1.1rem}.subject-description{font-size:.9rem}.icon-container{font-size:3rem;margin-bottom:1rem}.section-title{font-size:1.8rem}}.faq-container{max-width:700px;margin:20px auto;padding:40px 15px;box-sizing:border-box}.faq-title{text-align:center;font-size:1.8rem;margin-bottom:20px;color:#2f55d4}.faq-item{border-bottom:1px solid #ddd;padding:15px 0}.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;cursor:pointer;color:#333;transition:color .3s ease}.faq-question:hover{color:#2f56d4}.faq-answer span{display:inline-block;margin-left:4px}.faq-answer span a{color:#2f55d4;text-decoration:underline;font-weight:500;transition:color .3s ease}.faq-answer span a:hover{color:#1a3bb3;text-decoration:none}.faq-answer{margin-top:10px;font-size:.95rem;color:#555;line-height:1.5}.faq-answer ul{margin:10px 0;padding-left:20px}@media (max-width: 600px){.faq-title{font-size:1.8rem}.faq-question{font-size:.95rem}.faq-answer{font-size:.9rem}}.impact-section{position:relative;background-size:cover;background-position:center;padding:60px 20px;text-align:center;width:90%;margin:0 auto}.impact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:30px;z-index:1}.impact-content{position:relative;z-index:2;max-width:1000px;margin:0 auto}.impact-heading{font-size:1.8rem;margin-bottom:40px;font-weight:700;color:#2f55d4}.impact-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.impact-box{background-color:#ffffff1a;padding:30px 20px;border-radius:12px;width:220px;transition:transform .3s}.impact-box:hover{transform:scale(1.05)}.impact-icon{font-size:2.5rem;margin-bottom:15px;color:#2b6cee}.impact-box h3{font-size:1.8rem;margin-bottom:8px;color:#2b6cee}.impact-box p{font-size:1rem;font-weight:300}@media (max-width: 768px){.impact-stats{flex-direction:column;align-items:center;gap:1rem}}.overlay-image-container{position:relative;width:100%;border-radius:12px;overflow:hidden;height:auto;max-height:500px}.overlay-image{width:100%;height:100%;object-fit:cover;display:block}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.8rem;font-weight:700;text-align:center;padding:1rem 2rem;background-color:#00000080;border-radius:10px;max-width:90%}@media (max-width: 768px){.overlay-text{font-size:1.2rem;padding:.75rem 1.5rem}}.carousel-container{width:100%;margin:20px auto;padding:30px 10px;text-align:center;font-family:Arial,sans-serif;border-color:#cad0e369;border-width:1px;border-style:solid;border-radius:12px;box-shadow:0 8px 20px #0000000d;position:relative;overflow:hidden;flex:1}.carousel-wrapper{padding:40px 10px}.carousel-title{text-align:center;font-size:1.8rem;font-weight:700;color:#2f55d4}.testimonial-card{padding:0 50px;display:flex;flex-direction:column;align-items:flex-start;position:relative}.testimonial-avatar{width:60px;height:60px;background-color:#ccc;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;-webkit-user-select:none;user-select:none}.testimonial-message{font-size:16px;font-style:italic;margin:15px 0;color:#333;padding:0 10px;text-align:left}.testimonial-name{font-weight:700;margin-top:10px;font-size:16px}.testimonial-role{font-size:14px;color:#777}.testimonial-stars{display:flex;justify-content:start;gap:4px;margin-top:8px}.testimonial-footer{display:flex;align-items:center;gap:15px;margin-top:10px}.testimonial-info{display:flex;flex-direction:column;align-items:flex-start}.star-icon{width:18px;height:18px;color:#fbbf24;transition:transform .2s ease}.star-icon:hover{transform:scale(1.1)}.carousel-dots{margin-top:20px}.carousel-dots .dot{display:inline-block;width:10px;height:10px;margin:0 6px;background-color:#bbb;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.carousel-dots .dot.active{background-color:#333}.arrow-button{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;border-radius:50%;width:38px;height:38px;box-shadow:0 0 6px #0000001a;cursor:pointer;z-index:2;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.arrow-button svg{stroke:#333;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.arrow-button.left{left:0}.arrow-button.right{right:0}.arrow-button:hover{background-color:#333}.arrow-button:hover svg{stroke:#fff}@media (max-width: 1050px){.carousel-wrapper{padding:5px}.testimonial-section{flex-direction:column;gap:0rem}.testimonial-card{padding:0 40px}.testimonial-avatar{width:60px;height:60px;font-size:20px}.testimonial-message{font-size:14px}.testimonial-name{font-size:15px}.testimonial-role{font-size:13px}}@media (max-width: 600px){.testimonial-card{padding:0 40px}.star-icon{width:16px;height:16px}.arrow-button{width:34px;height:34px}.testimonial-message{font-size:15px}.testimonial-name{font-size:14px}.testimonial-role{font-size:13px}}:root{--muted-foreground: #6b7280;--primary-foreground: #ffffff;--secondary-foreground: #ffffff;--primary-from: hsl(220 85% 55%);--primary-to: hsl(220 85% 65%);--secondary-from: hsl(35 85% 60%);--secondary-to: hsl(35 85% 70%);--gap-sm: .75rem;--gap-md: 1rem;--gap-lg: 2rem}.rt-container{text-align:center;padding-inline:.75rem}.animate-fade-in{animation:rt-fade-in .6s ease both}@keyframes rt-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rt-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--gap-sm)}.rt-item{display:flex;align-items:center;gap:.5rem}.rt-badge{width:2rem;height:2rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center}.rt-badge--primary{background-image:linear-gradient(to bottom right,var(--primary-from),var(--primary-to))}.rt-badge--secondary{background-image:linear-gradient(to bottom right,var(--secondary-from),var(--secondary-to))}.rt-text{font-size:clamp(.875rem,.8rem + .4vw,1rem);font-weight:500;line-height:1.3}.rt-text--muted{color:var(--muted-foreground);word-break:break-word}.rt-icon{width:1rem;height:1rem}.rt-check{font-size:.75rem;font-weight:700;line-height:1}.rt-icon--fg-primary{color:var(--primary-foreground)}.rt-icon--fg-secondary{color:var(--secondary-foreground)}@media (min-width: 400px){.rt-row{gap:var(--gap-md)}}@media (min-width: 520px){.rt-row{flex-direction:row;flex-wrap:wrap;gap:var(--gap-lg)}}@media (min-width: 768px){.rt-badge{width:2.25rem;height:2.25rem}.rt-icon{width:1.125rem;height:1.125rem}}@media (prefers-reduced-motion: reduce){.animate-fade-in{animation:none}}.footer{color:#d9d9d9;background-color:#263d87;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 8vw;padding-top:80px;margin-top:100px}.footer-content{width:100%;display:grid;grid-template-columns:1fr 1fr 2fr;gap:80px}.footer-content-left,.footer-content-right,.footer-content-center{display:flex;flex-direction:column;align-items:start;gap:20px}.footer-content-left img{max-width:240px}.footer-content-left li,.footer-content-right li,.footer-content-center li{list-style:none;margin-bottom:10px;cursor:pointer}.footer-content-left h2,.footer-content-right h2,.footer-content-center h2{color:#fff}.footer-social-icons img{width:40px;margin-right:15px}.footer-social-icons{width:120px;display:flex;justify-content:space-between}.footer-social-icons svg{cursor:pointer}.footer hr{width:100%;height:2px;margin:20px 0;background-color:#d9d9d9;border:none}.footer .contact-info{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer .contact-item{display:flex;flex-direction:row;align-items:center;gap:20px}.map-iframe{width:80%;border:none;border-radius:10px}@media (max-width: 853px){.footer-content{display:flex;flex-direction:column;gap:35px}.footer-copyright{text-align:center}.map-iframe{width:100%}}@media (max-width: 540px){.footer-content-left img{max-width:250px}.footer-social-icons{width:25vw}.footer-social-icons img{width:30px;margin-right:10px}}@media (max-width: 400px){.footer-social-icons{width:80vw;justify-content:space-evenly}}.about-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,sans-serif;color:#333;background-color:#fff}.about-content{display:flex;flex-direction:column;align-items:center;text-align:left;gap:2rem;margin-bottom:3rem}.about-content h1{font-size:2.2rem;color:#2f55d4;margin-bottom:1rem;text-align:center}.about-content p{max-width:900px;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;text-align:justify}.instructors-title{font-size:1.8rem;margin-bottom:2rem;color:#2f55d4;text-align:center}@media (max-width: 768px){.about-content h1{font-size:1.75rem}.about-content p{font-size:1rem}}.instructor-list{margin-top:2rem}.instructor-list h2{font-size:1.8rem;margin-bottom:2rem;color:#2f55d4;text-align:center}.instructor-container{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background-color:#f5f7fa;border-radius:12px;box-shadow:0 4px 12px #2f55d41a;transition:transform .3s ease}.instructor-container:hover{transform:translateY(-4px)}.instructor-image img{width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid #2f55d4}.instructor-details{flex:1}.instructor-details h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.3rem}.qualification{font-size:.95rem;color:#666;margin-bottom:.75rem}.description{font-size:1rem;color:#444;line-height:1.5}.toggle-button{margin-top:.75rem;background:none;color:#2f55d4;border:none;font-size:.9rem;cursor:pointer;padding:0;text-decoration:underline}@media (max-width: 768px){.instructor-container{flex-direction:column;align-items:center;text-align:center}.instructor-image img{width:100px;height:100px}.instructor-details h3{font-size:1.2rem}.description{font-size:.95rem;text-align:justify}}.privacy-policy{max-width:800px;margin:auto;padding:2rem;font-family:Arial,sans-serif;line-height:1.6;color:#333}.privacy-policy h2{font-size:2rem;margin-bottom:.5rem}.privacy-policy h3{margin-top:2rem;font-size:1.4rem;color:#2f55d4}.privacy-policy h4{margin-top:1.5rem;font-size:1.2rem;color:#444}.privacy-policy p,.privacy-policy li{font-size:1rem}.privacy-policy ul{padding-left:1.2rem;margin-top:.5rem}.privacy-policy a{color:#2f55d4;text-decoration:none}.privacy-policy a:hover{text-decoration:underline}.privacy-policy .last-updated{font-size:.9rem;color:#777;margin-bottom:1rem}.terms-of-use{max-width:900px;margin:auto;padding:2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#333;line-height:1.7;background-color:#fff}.terms-of-use h2{font-size:2rem;margin-bottom:.5rem}.terms-of-use h3{margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;color:#2f55d4;border-bottom:2px solid #2f55d4;padding-bottom:.25rem}.terms-of-use h4{margin-top:2rem;font-size:1.2rem;color:#444}.terms-of-use p{margin-bottom:1rem;font-size:1rem;color:#333}.terms-of-use ul{margin:1rem 0;padding-left:1.5rem}.terms-of-use li{margin-bottom:.5rem}.terms-of-use a{color:#2f55d4;text-decoration:none}.terms-of-use a:hover{text-decoration:underline}.terms-of-use .last-updated{font-size:.9rem;color:#666;margin-bottom:2rem;display:block}@media screen and (max-width: 600px){.terms-of-use{padding:1rem}.terms-of-use h2{font-size:1.5rem}.terms-of-use h3{font-size:1.3rem}.terms-of-use h4{font-size:1.1rem}}.subject-container{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:10px}.subject-header{display:flex;align-items:flex-start}.subject-header-image{width:20rem;margin-right:10px}.subject-container .subject-title{font-size:2.5rem;font-weight:700;color:#004080}.subject-container .subject-description{display:flex;flex-direction:column;gap:30px;margin-top:10px;font-size:16px}.math-support-container{margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333}.math-support-container h1{font-size:2.2rem;margin-bottom:20px;color:#004080}.math-support-container h2{font-size:1.6rem;margin-top:30px;margin-bottom:15px;color:#0055a5}.math-support-container h3{font-size:1.2rem;margin-top:20px;color:#0073c2}.math-support-container p{margin-bottom:15px}.math-support-container ul{padding-left:20px;margin-bottom:20px}.math-support-container ul li{margin-bottom:8px}.support-section{margin-left:10px;border-left:4px solid #d0e6ff;padding-left:15px}.language-description{margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333}.language-description h1{font-size:2.2rem;margin-bottom:20px;color:#004080}.language-description h2{font-size:1.6rem;margin-top:30px;margin-bottom:15px;color:#0055a5}.language-description h3{font-size:1.2rem;margin-top:20px;color:#0073c2}.language-description p{margin-bottom:15px}.language-description ul{padding-left:20px;margin-bottom:20px}.language-description ul li{margin-bottom:8px}.coding-description{max-width:900px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333}.coding-description h1{font-size:2.2rem;margin-bottom:20px;color:#004080}.coding-description h2{font-size:1.6rem;margin-top:30px;margin-bottom:15px;color:#0055a5}.coding-description h3{font-size:1.2rem;margin-top:20px;color:#0073c2}.coding-description p{margin-bottom:15px}.coding-description ul{padding-left:20px;margin-bottom:20px}.coding-description ul li{margin-bottom:8px}.music-description{max-width:900px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.7;color:#333}.music-description h1{font-size:2.2rem;margin-bottom:20px;color:#004080}.music-description h2{font-size:1.6rem;margin-top:30px;margin-bottom:15px;color:#0055a5}.music-description h3{font-size:1.2rem;margin-top:20px;color:#0073c2}.music-description p{margin-bottom:15px}.music-description ul{padding-left:20px;margin-bottom:20px}.music-description ul li{margin-bottom:8px}.subject-description span{display:inline-block;margin-left:0}.subject-description span a{color:#2f55d4;text-decoration:underline;font-weight:500;transition:color .3s ease}.subject-description span a:hover{color:#1a3bb3;text-decoration:none}.get-started-section{display:flex;justify-content:center;margin:0 0 50px}.get-started-button{background-color:#2f55d4;color:#fff;padding:17px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;width:50vw;max-width:300px}.get-started-button:hover{background-color:#2f56d4db}@media (max-width: 1050px){.subject-container,.subject-header{flex-direction:column;align-items:center}.subject-header-image{width:100%;max-width:300px;margin-right:0;margin-bottom:10px}.subject-container .subject-title{font-size:2rem;text-align:center}.subject-container .subject-description{font-size:14px;gap:20px}}.get-started-container{background-color:#f3f6f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:50vw;margin:30px auto 0;padding:24px}@media (max-width: 900px){.get-started-container{width:90vw}}.progress-bar{width:100%;background:#e0e0e0;height:10px;border-radius:5px;margin:20px 0}.progress-bar-fill{height:100%;transition:width .3s ease}.multi-select-container{display:flex;flex-direction:column;gap:10px}.multi-option{display:flex;align-items:center;gap:12px;cursor:pointer}.checkbox{transform:scale(1.2);accent-color:#2f55d4}.option-text{padding:10px 16px;border:2px solid white;border-radius:8px;background-color:#fff;color:#333;transition:all .2s ease-in-out;flex-grow:1}.optional-tag{font-size:.8rem;font-weight:400;color:#888;margin-left:8px}.multi-option.selected .option-text{background-color:#2f55d4;color:#fff;box-shadow:0 0 10px #2f55d480;border-color:#fff}.form-input.error,.form-textarea.error{border:2px solid red}.form-input{width:100%;padding:12px 14px;font-size:1rem;border:2px solid #ccc;border-radius:8px;margin-top:10px;box-sizing:border-box;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-input:focus{border-color:#2f55d4;box-shadow:0 0 5px #2f55d4;outline:none}.form-textarea{width:100%;padding:12px 14px;font-size:1rem;border:2px solid #ccc;border-radius:8px;margin-top:10px;box-sizing:border-box;resize:vertical;min-height:100px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.form-textarea:focus{border-color:#2f55d4;box-shadow:0 0 5px #4caf504d;outline:none}.sigaramlogo{width:180px;margin:20px auto;display:block}.form-step-container h2{font-size:1.5rem;color:#203b91;margin-bottom:20px}.button-container{display:flex;justify-content:space-between;margin-top:20px}.button-container button{padding:10px 20px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;background-color:#2f55d4;color:#fff;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.button-container button:hover{background-color:#2f55d4db;color:#fff;transform:translateY(-2px)}.form-step-container .subtext{font-size:.9rem;color:#6b7280;margin-top:8px;margin-bottom:16px}.radio-option-container{display:flex;flex-direction:column;gap:10px}.radio-option{display:flex;align-items:center;font-size:1rem;cursor:pointer}.radio-input{margin-right:10px}.radio-label{padding:10px 16px;border:2px solid white;border-radius:8px;background-color:#fff;color:#333;transition:all .2s ease-in-out;width:100%}.radio-option input[type=radio]:checked+.radio-label{background-color:#2f55d4;color:#fff;box-shadow:0 0 10px #2f55d480;border-color:#fff}.question-block{margin-bottom:20px}.error-text{color:#d9534f;font-size:.9rem;margin-top:4px}input.error,textarea.error{border:1px solid #d9534f}@media (max-width: 600px){.sigaramlogo{width:100px}.form-step-container h2{font-size:1.25rem}}.construction-container{display:flex;flex-direction:column;gap:1.5rem;align-items:center;height:100vh;padding:20px;text-align:center}.construction-box{background-color:#fff;border-radius:16px;padding:40px 30px;max-width:500px;box-shadow:0 10px 20px #00000026}.construction-icon{font-size:64px;color:#2f55d4;margin-bottom:20px}.construction-box h1{font-size:28px;color:#333;margin-bottom:12px}.construction-box p{font-size:16px;color:#555;margin:8px 0}.contact-info a{color:#2f55d4;font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}.construction-container img{width:max(150px,15vw)}@media (max-width: 600px){.construction-box{padding:30px 20px}.construction-icon{font-size:48px}.construction-box h1{font-size:22px}}.thank-you-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background-color:#f0f4ff;height:50vh;text-align:center;padding:20px}.thank-you-container h2{font-size:24px;margin-bottom:10px}.thank-you-container p{font-size:16px;margin-bottom:5px}.registration-form .logo{display:block;margin:0 auto 1rem;width:200px;padding:10px}.registration-form h1{text-align:center}.name-row{display:flex;gap:1rem;flex-wrap:wrap}.name-row label{flex:1}.form-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;font-family:sans-serif}.registration-form h2{margin-top:1.5rem;margin-bottom:1rem}.student-section{padding:1rem;border:1px solid #ddd;margin-bottom:1rem;border-radius:8px;background:#f9f9f9}.registration-form label{display:block;margin-bottom:1rem;font-weight:500}.registration-form input,.registration-form select{width:100%;padding:.6rem;margin-top:.3rem;border-radius:4px;border:1px solid #ccc;box-sizing:border-box;display:block;-webkit-appearance:textfield;-moz-appearance:textfield;min-height:1.2em}.add-button{display:inline-block;margin-bottom:1rem;padding:.5rem 1rem;background:#1976d2;color:#fff;border:none;border-radius:4px;font-size:.95rem;cursor:pointer}.add-button:hover{background:#135ba1}.checkbox-label{display:flex!important;align-items:flex-start;justify-content:flex-start;margin:1rem 0}.checkbox-label input{margin-right:.5rem;margin-top:.1rem;width:auto}.registration-form button[type=submit]{padding:.75rem 1.5rem;background-color:#2e7d32;color:#fff;border:none;border-radius:5px;cursor:pointer}.registration-form button[type=submit]:disabled{background-color:#a5d6a7;cursor:not-allowed}.success{color:green;margin-top:1rem;font-weight:700}.student-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.remove-button{background:none;border:none;color:red;font-size:1.2rem;cursor:pointer}.subject-boxes{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.subject-box{padding:.6rem 1rem;border:2px solid #ccc;border-radius:8px;background-color:#f5f5f5;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.2s ease-in-out}.subject-box:hover{background-color:#eaeaea}.subject-box.selected{background-color:#1976d2;color:#fff;border-color:#1976d2}.form-privacy-policy,.form-terms-of-service{color:#1976d2;text-decoration:none;margin-left:.2rem;margin-right:.2rem;font-weight:500}.form-privacy-policy:hover,.form-terms-of-service:hover{text-decoration:underline;color:#135ba1}.disclaimer{margin-top:1rem;font-size:.9rem;color:#555}.error-input{border:2px solid red!important}.error{color:red;font-size:.85rem;margin-top:.25rem;display:block}.error-message{color:red;font-size:1.05rem;margin-top:1.25rem;display:block}@media (max-width: 600px){.form-container{padding:1rem}.registration-form h1{font-size:1.5rem}.student-section{padding:.75rem}.name-row{flex-direction:column}}.contact-form{max-width:500px;margin:2rem auto;padding:2rem;border-radius:8px;background-color:#f9f9fb;box-shadow:0 4px 12px #00000014;font-family:Arial,sans-serif}.contact-form h2{text-align:center;color:#2f55d4;margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.3rem;font-weight:700;color:#333}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#2f55d4;outline:none}.contact-form button{width:100%;padding:.75rem;background-color:#2f55d4;color:#fff;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.contact-form button:hover{background-color:#1d3fa7}.contact-form .error{color:#d8000c;font-size:.9rem;margin-top:-.75rem;margin-bottom:.75rem;display:block}.status-message{margin-top:1rem;font-size:1rem}.not-found{text-align:center;padding:50px}.not-found h1{font-size:5rem;color:#2f55d4}.not-found a{display:inline-block;margin-top:20px;padding:10px 20px;color:#fff;background:#2f55d4;border-radius:5px;text-decoration:none}.not-found a:hover{background:#1e3c99}
