:root{--font-heading: "Automata Display", "Exo 2", "Roboto", sans-serif;--font-nav: "Exo 2", "Roboto", sans-serif;--font-body: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;--accent: #ff6f3c;--dark-bg: #1a101e;--gold-accent: #f9bc26;--orange: #ff5500;--orange-aa: #cc4400;--blue: #2596be;--teal: #14b8a6;--light-gray: #f8f9fa;--text-dark: #333333;--text-medium: #555555;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px}body{margin:0}.nextra-school-main{width:100%;background:#fff;font-family:var(--font-body)}.school-container{max-width:1200px;margin:0 auto;padding:0 20px}.school-hero{position:relative;background-image:url(./courses-hero1-tIQyH7OQ.webp);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;min-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden}.school-hero:before{content:"";position:absolute;inset:0;background:#1a101e99;z-index:1}.school-hero-content{position:relative;z-index:2;width:100%;padding:80px 58px;text-align:left}.school-hero-title{font-size:3rem;font-family:var(--font-heading);font-weight:700;line-height:1.1;color:#fff;text-shadow:1px 1px 3px #1A101E}.school-hero-subtitle{font-family:"Exo 2";font-size:1.1rem;opacity:1;line-height:1.4;font-weight:500;color:#fff}@media(max-width:1024px){.school-hero-content{padding:60px 50px}.school-hero-title{font-size:2.5rem}}@media(max-width:768px){.school-hero{min-height:250px}.school-hero-content{padding:40px 30px;text-align:center}.school-hero-title{font-size:2rem;margin-bottom:15px}.school-hero-subtitle{font-size:1rem}}@media(max-width:480px){.school-hero{min-height:200px}.school-hero-content{padding:30px 20px}.school-hero-title{font-size:1.6rem;margin-bottom:10px}.school-hero-subtitle{font-size:.95rem}}.school-courses{padding:40px 40px 60px;position:relative}.school-section-header{text-align:left;margin-bottom:40px}.school-section-title{font-size:2.5rem;color:var(--dark-bg);margin-bottom:10px;font-family:var(--font-heading);font-weight:700;line-height:1.2}.school-section-subtitle{color:var(--text-medium);font-size:1.1rem;line-height:1.6;font-weight:400;font-family:var(--font-nav)}.school-filter-container{margin-bottom:40px}.school-filter-tabs.desktop-only{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.school-filter-btn{background:#fff;border:2px solid #e0e0e0;padding:8px 12px;font-size:.79rem;cursor:pointer;color:var(--text-medium);border-radius:var(--border-radius-md);transition:all .2s ease;font-weight:500;white-space:nowrap;font-family:var(--font-nav)}.school-filter-btn.active{background:#c40;color:#fff;border-color:#c40}.school-filter-btn:hover:not(.active){border-color:#c40;color:#c40}.school-filter-dropdown.mobile-only{display:none;position:relative;width:100%;margin:10px auto 20px!important}.school-filter-dropdown-btn{background:#fff;border:2px solid #e0e0e0;padding:12px 20px;font-size:1rem;cursor:pointer;color:var(--text-dark);border-radius:var(--border-radius-md);width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-family:var(--font-nav)}.school-filter-dropdown-btn i{transition:transform .3s ease}.school-filter-dropdown-btn.active i{transform:rotate(180deg)}.school-filter-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:var(--border-radius-md);margin-top:5px;box-shadow:0 10px 25px #0000001a;display:none;z-index:1000;max-height:300px;overflow-y:auto}.school-filter-dropdown-menu.show{display:block}.school-filter-dropdown-item{padding:10px 20px;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem;color:var(--text-dark);font-family:var(--font-nav);border-bottom:1px solid #f0f0f0;transition:all .2s ease}.school-filter-dropdown-item:last-child{border-bottom:none}.school-filter-dropdown-item:hover{background:#f8f9fa;color:#c40}.school-filter-dropdown-item.active{background:#c40;color:#fff}.school-courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:20px}.school-course-card{background:#cc44000d;border:1px solid #999;border-radius:15px;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.school-course-image{width:100%;height:250px;object-fit:cover;border-radius:13px 13px 0 0;background:#f8f9fa;display:block}.school-course-header{display:flex;justify-content:space-between;align-items:flex-start;margin:25px 15px 10px}.school-course-name{font-size:1.2rem;color:var(--orange-aa);line-height:1.3;flex:1;font-family:var(--font-nav);font-weight:700}.school-course-tag{background:#1a101e;color:#fff;padding:4px 8px;border-radius:var(--border-radius-sm);font-size:.9rem;font-weight:550;white-space:nowrap;font-family:var(--font-nav);letter-spacing:.5px}.school-course-description{color:#333;line-height:1.4;flex-grow:1;font-family:var(--font-nav);font-size:.9rem;margin:0 15px 15px}.school-course-details{padding:0 5px 0 15px;border-left:2px solid var(--orange-aa);font-family:var(--font-nav);margin:0 15px 20px}.school-course-detail{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#444;font-size:.9rem}.school-course-detail span{color:#444;font-weight:400}.school-course-detail:last-child{margin-bottom:0}.school-course-detail i{color:var(--orange);min-width:14px}.school-course-detail strong{font-weight:600;margin-right:5px}.school-course-cta{display:flex;gap:10px;margin:0 15px 15px;text-align:left}.btn-course-details{color:#1a101e;padding:8px 15px;font-size:.9rem;font-weight:600;border-radius:25px;text-decoration:none;display:flex;align-items:center;justify-content:center;border:2px solid #1A101E;width:100%;gap:8px;transition:all .3s ease;font-family:var(--font-nav)}@media(max-width:1200px){.school-courses{padding:40px 60px 60px}.school-courses-grid{gap:40px}}@media(max-width:992px){.school-courses{padding:40px 40px 60px}.school-section-title{font-size:2rem}.school-section-subtitle{font-size:1rem}}@media(max-width:768px){.school-filter-dropdown.mobile-only{display:block}.school-filter-tabs.desktop-only{display:none}.school-courses{padding:30px 20px 40px}.school-section-header{margin-bottom:30px}.school-section-title{font-size:1.8rem;margin-bottom:8px}.school-section-subtitle{font-size:.95rem}.school-courses-grid{grid-template-columns:1fr;gap:30px}.school-course-card{max-width:600px;margin:0 auto}.school-course-image{height:250px}.school-course-header{margin:15px 20px}.school-course-name{font-size:1.2rem}.school-course-description{margin:0 20px 25px;font-size:.95rem}.school-course-details{margin:0 20px 25px}.school-course-cta{margin:0 20px 20px}}@media(max-width:480px){.school-courses{padding:25px 0 35px}.school-section-title{font-size:1.6rem}.school-section-subtitle{font-size:.9rem}.school-courses-grid{gap:25px}.school-course-card{border-radius:20px}.school-course-image{height:200px;border-radius:20px 20px 0 0}.school-course-header{margin:15px;flex-direction:column;gap:10px}.school-course-name{font-size:1.1rem;margin-right:0}.school-course-description{margin:0 15px 20px;font-size:.9rem}.school-course-details{margin:0 15px 20px}.school-course-cta{margin:0 15px 15px}}@media(max-width:360px){.school-courses{padding:20px 10px 30px}.school-course-image{height:180px}.school-course-name{font-size:1rem}.school-course-description,.school-course-detail{font-size:.85rem}.btn-course-details{font-size:.85rem;padding:6px 12px}}.school-why-section{padding:50px 60px 80px;background:#f9f9f9;background:linear-gradient(to right,#f6f6f6,#fff);border-top:2px solid #f6f6f6;border-bottom:2px solid #f6f6f6}.school-why-title{font-size:2.5rem;margin-bottom:60px;font-family:"Exo 2",Automata Display;color:#1a101e;position:relative;text-align:left;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:15px;text-decoration-color:var(--gold-accent);text-decoration-thickness:2px}.school-why-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.school-why-card{position:relative}.school-why-image img{width:100%;height:300px;object-fit:cover;border:2px solid #f7ba21;border-radius:25px 0}.school-why-content{position:relative;margin-top:-100px;background:#fff;padding:50px 15px 15px;border-radius:0 20px;box-shadow:0 15px 40px #0000005a;text-align:center;width:400px;align-self:center;left:70px;border:1px solid #e0e0e0}.school-why-icon{position:absolute;top:-35px;left:50%;transform:translate(-50%);width:70px;height:70px;background:var(--orange-aa);border-radius:50%;display:flex;align-items:center;justify-content:center;border:7px solid #ffffff}.school-why-icon-2{background:#f7ba21}.school-why-icon i{color:#fff;font-size:28px}.school-why-content h3{font-size:26px;font-weight:700;color:#1f2933;margin-bottom:16px;font-family:"Exo 2",Automata Display}.school-why-content p{font-size:15px;line-height:1.6;color:#4b5563;font-family:"Exo 2";font-size:1rem}.school-why-highlight{color:var(--orange-aa);font-weight:450}.school-why-highlight-2{color:#f7ba21;font-weight:450}@media(max-width:1200px){.school-why-section{padding:50px 80px 80px}.school-why-content{width:320px;left:50px}.school-why-image img{height:280px}}@media(max-width:992px){.school-why-section{padding:50px 40px 80px}.school-why-grid{grid-template-columns:1fr;gap:80px}.school-why-content{width:350px;left:50%;transform:translate(-50%);margin-top:-120px}.school-why-image img{height:250px}}@media(max-width:768px){.school-why-section{padding:40px 30px 60px}.school-why-title{font-size:2rem;margin-bottom:60px}.school-why-content{width:300px;padding:40px 25px 20px;margin-top:-100px}.school-why-image img{height:220px}.school-why-content h3{font-size:22px}.school-why-content p{font-size:14px}.school-why-icon{width:60px;height:60px;border-width:5px;top:-30px}.school-why-icon i{font-size:24px}}@media(max-width:576px){.school-why-section{padding:30px 20px 50px}.school-why-title{font-size:1.8rem;margin-bottom:50px;text-align:center}.school-why-grid{gap:70px}.school-why-content{width:280px;padding:35px 20px 20px;margin-top:-100px}.school-why-image img{height:200px}}@media(max-width:400px){.school-why-section{padding:25px 15px 40px}.school-why-title{font-size:1.6rem;margin-bottom:40px}.school-why-grid{gap:60px}.school-why-content{width:260px;padding:30px 15px 15px;margin-top:-80px}.school-why-image img{height:180px}.school-why-content h3{font-size:20px;margin-bottom:12px}.school-why-content p{font-size:13px}.school-why-icon{width:50px;height:50px;top:-25px}.school-why-icon i{font-size:20px}}.school-formats-section{padding:50px 45px 80px;background:#fff;border-bottom:1px solid #e0e0e0}.school-formats-grid{margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.school-format-card{background:#fff;border-radius:15px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #f7ba21}.school-format-image{width:100%;height:200px;overflow:hidden}.school-format-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.school-format-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.school-format-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff55001a,#f7ba211a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.school-format-icon i{font-size:1.8rem;color:#f50}.school-format-title{font-size:1.3rem;color:#f7ba21;margin-bottom:15px;font-weight:600;font-family:"Exo 2"}.school-format-description{color:#1a101e;line-height:1.3;margin-bottom:20px;font-family:"Exo 2";font-size:.95rem;flex-grow:1}.school-format-features{list-style:none;padding:0;margin-top:auto}.school-format-features li{display:flex;align-items:center;gap:5px;margin-bottom:5px;color:#1a101e;font-size:.85rem;font-family:"Exo 2";font-weight:500}.school-format-features li i{color:#f7ba21;font-size:.8rem}@media(max-width:1200px){.school-formats-section{padding:50px 80px 80px}.school-formats-grid{gap:25px}}@media(max-width:992px){.school-formats-section{padding:50px 40px 80px}.school-formats-grid{grid-template-columns:1fr;max-width:600px;gap:40px}.school-format-card{max-width:100%}}@media(max-width:768px){.school-formats-section{padding:40px 30px 60px}.school-formats-grid{gap:30px}.school-format-content{padding:25px}.school-format-icon{width:50px;height:50px;margin-bottom:15px}.school-format-icon i{font-size:1.5rem}.school-format-title{font-size:1.2rem;margin-bottom:12px}.school-format-description{font-size:.9rem;margin-bottom:15px}.school-format-features li{font-size:.85rem}}@media(max-width:576px){.school-formats-section{padding:30px 20px 50px}.school-formats-grid{gap:25px}.school-format-image{height:200px}.school-format-content{padding:20px}}@media(max-width:480px){.school-formats-section{padding:25px 15px 40px}.school-format-image{height:180px}.school-format-content{padding:18px}.school-format-title{font-size:1.1rem;margin-bottom:10px}.school-format-description{font-size:.85rem;margin-bottom:12px}.school-format-features li{font-size:.8rem}}@media(max-width:360px){.school-formats-section{padding:20px 10px 30px}.school-format-image{height:160px}.school-format-icon{width:45px;height:45px;margin-bottom:12px}.school-format-icon i{font-size:1.3rem}}.school-cta{padding:80px 20px;background:linear-gradient(135deg,#fff 0% 100%);color:#1a101e;text-align:center}.school-cta-content{max-width:800px;margin:0 auto}.school-cta-title{font-size:2rem;margin-bottom:15px;font-family:var(--font-heading);font-weight:700;line-height:1.2}.school-cta-description{font-size:1rem;opacity:.9;line-height:1.5;margin-bottom:25px;font-weight:300;font-family:"Exo 2"}.school-cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;font-family:"Exo 2"}.btn-school-cta{font-family:"Exo 2";padding:8px 25px}.btn-school-cta-primary{background:var(--orange);color:#fff;padding:10px 30px;font-size:1rem;font-weight:600;border-radius:25px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;transition:all .3s ease}.btn-school-cta-primary:hover{background:#e64a00}.btn-school-cta-secondary{background:#1a101e;color:#fff;padding:10px 30px;font-size:1rem;font-weight:600;border-radius:25px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.btn-school-cta-secondary i{font-size:1.1rem}.btn-school-cta-secondary:hover{background:#180f1bf3}@media(max-width:768px){.school-cta{padding:40px 15px}.school-cta-title{font-size:1.6rem;margin-bottom:10px}.school-cta-description{font-size:.95rem;margin-bottom:20px}.school-cta-buttons{flex-direction:column;align-items:center;gap:10px}.btn-school-cta-primary,.btn-school-cta-secondary{width:100%;max-width:250px;padding:10px 20px;font-size:.95rem}}@media(max-width:480px){.school-cta{padding:30px 15px}.school-cta-title{font-size:1.4rem}.school-cta-description{font-size:.9rem}.btn-school-cta-primary,.btn-school-cta-secondary{padding:8px 18px;font-size:.9rem}}@media(max-width:360px){.school-cta{padding:25px 10px}.school-cta-title{font-size:1.3rem}.school-cta-description{font-size:.85rem}.btn-school-cta-primary,.btn-school-cta-secondary{padding:8px 15px;font-size:.85rem}}.no-courses-message{text-align:center;padding:40px 20px;background:#fff;border:2px dashed #e8e8e8;border-radius:var(--border-radius-lg);margin-bottom:20px;grid-column:1 / -1}.no-courses-message h3{font-size:1.5rem;color:var(--dark-bg);margin-bottom:10px;font-weight:600}.no-courses-message p{color:var(--text-medium);margin-bottom:20px;font-size:1rem}.btn-show-all-courses{background:var(--orange);color:#fff;border:none;padding:10px 25px;font-size:.95rem;font-weight:600;border-radius:var(--border-radius-md);cursor:pointer;transition:all .3s ease}.btn-show-all-courses:hover{background:#e64a00}@media(max-width:768px){.no-courses-message{padding:30px 15px}.no-courses-message h3{font-size:1.3rem}.no-courses-message p{font-size:.95rem}.btn-show-all-courses{padding:8px 20px;font-size:.9rem}}@media(max-width:480px){.no-courses-message{padding:25px 10px}.no-courses-message h3{font-size:1.2rem}.no-courses-message p{font-size:.9rem}}
