*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden;display:block}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}img{max-width:100%;height:auto;display:block}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}.page-container,.page-container-our{width:100%;max-width:100vw;overflow-x:hidden}.school-header{background-color:#113d3c;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;width:100%;box-sizing:border-box}.header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.logo{flex:0 0 auto;cursor:pointer}.school-logo{height:50px;width:auto}.nav-menu{display:flex;align-items:center;flex:1;justify-content:center}.contact-section{flex:0 0 auto}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;display:block;padding:.5rem 0}.nav-link:hover{color:#ff5e00}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#1a4f4e;min-width:200px;box-shadow:0 4px 15px #0003;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.nav-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu ul{list-style:none;margin:0;padding:.5rem 0}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;font-size:.9rem;transition:all .3s ease;border-left:3px solid transparent}.dropdown-menu a:hover{background-color:#ff5e00;border-left-color:#fff;transform:translate(1px)}.contact-button{background-color:#ff5e00;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s ease}.contact-button:hover{background-color:#e54d00}.hero-section{position:relative;width:100%;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.hero-overlay{position:absolute;inset:0;background-color:#0000004d}.hero-content{position:relative;z-index:10;text-align:left;color:#fff;max-width:42rem;padding:2rem 1rem;width:100%;box-sizing:border-box}.hero-subtitle{font-size:1.125rem;font-weight:400;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06))}.hero-subtitle-dot{width:.625rem;height:.625rem;background-color:#fff;border-radius:50%}.hero-title{font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));text-wrap:balance}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.hero-button-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#ff5e00;color:#fff;font-weight:500;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease-in-out;text-align:center}.hero-button-primary:hover{background-color:#1d4ed8}.hero-button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .2s ease-in-out;text-align:center}.hero-button-secondary:hover{background-color:#fff;color:#111827}.hero-button-arrow{font-size:1.125rem}@media (min-width: 640px) and (max-width: 768px){.hero-content{padding:2rem;max-width:90%}.hero-subtitle{font-size:1.1rem;margin-bottom:1.2rem}.hero-title{font-size:2rem;margin-bottom:1.8rem}.hero-buttons{flex-direction:row;gap:1rem;flex-wrap:wrap}.hero-button-primary,.hero-button-secondary{flex:1;min-width:140px}}@media (min-width: 768px){.hero-title{font-size:2.25rem}.hero-buttons{flex-direction:row;gap:1.5rem}}@media (min-width: 1024px){.hero-content{padding:2rem 4rem}.hero-subtitle{font-size:1.5rem}.hero-title{font-size:3rem}}.hero-button{border:none;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.hero-button.primary{background-color:#ff5e00;color:#fff}.hero-button.primary:hover{background-color:#e54d00;transform:translateY(-2px)}.hero-button.secondary{background-color:transparent;color:#fff}.hero-button.secondary:hover{background-color:#fff;color:#113d3c}.mobile-menu-button{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#113d3c;padding:1rem;box-shadow:0 4px 10px #0000001a;width:100%;box-sizing:border-box}.mobile-menu.open{display:block}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.mobile-dropdown{background-color:#1a4f4e;margin-top:.5rem;border-radius:4px;overflow:hidden}.mobile-dropdown a{display:block;padding:.5rem 1rem;color:#ccc;font-size:.9rem;border-bottom:1px solid #2a5f5e}.mobile-dropdown a:last-child{border-bottom:none}.mobile-dropdown a:hover{background-color:#ff5e00;color:#fff}@media (max-width: 768px){.school-header{padding:.8rem 1rem}.header-container{padding:0}.nav-menu,.contact-section{display:none}.mobile-menu-button{display:block}.hero-section{padding-left:1rem;padding-right:1rem}.hero-content{padding:1rem;max-width:100%}.hero-title{font-size:1.8rem;line-height:1.3}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:.8rem}.hero-button-primary,.hero-button-secondary{width:100%;max-width:280px;justify-content:center;padding:.8rem 1.2rem}}@media (max-width: 480px){.school-header{padding:.5rem .8rem}.hero-content{padding:.8rem}.hero-title{font-size:1.5rem;line-height:1.4}.hero-subtitle{font-size:.9rem}.school-logo{height:35px}.contact-button{padding:.4rem .8rem;font-size:.85rem}.mobile-menu{padding:.8rem}}@media (min-width: 769px) and (max-width: 1024px){.school-header{padding:1rem 1.5rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem}.hero-title{font-size:2.2rem}.hero-content{padding:2rem 1.5rem}}html{scroll-behavior:smooth}.nav-link:focus,.contact-button:focus,.hero-button:focus{outline-offset:2px}.scrolling-banner{position:relative;overflow:hidden;background-color:#fff;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;width:100%;box-sizing:border-box}.animate-scroll{display:flex;white-space:nowrap;animation:scroll 20s linear infinite}.animate-scroll:hover{animation-play-state:paused}.banner-item{display:flex;align-items:center;margin:0 2rem}.banner-text{font-size:1.125rem;font-weight:500;color:#374151;white-space:nowrap}.banner-star{color:#f97316;font-size:1.5rem;margin:0 2rem}@media (max-width: 768px){.banner-text{font-size:1rem}.banner-star{font-size:1.2rem;margin:0 1rem}.banner-item{margin:0 1rem}}.fade-left,.fade-right{position:absolute;top:0;height:100%;width:6rem;pointer-events:none;z-index:10}.fade-left{left:0;background:linear-gradient(to right,#fff,transparent)}.fade-right{right:0;background:linear-gradient(to left,#fff,transparent)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.about-section{padding:4rem 1rem;background-color:#fff8f3;width:100%;box-sizing:border-box;overflow-x:hidden}.about-container{text-align:center;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.about-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.orange-dot{width:12px;height:12px;background-color:orange;border-radius:50%}.about-title{font-size:1.125rem;font-weight:500;color:#000}.about-text{margin-bottom:2rem;font-size:1rem;color:#444;line-height:1.6}.about-heading{font-size:2.25rem;color:#000;font-weight:700;margin-bottom:3rem;line-height:1.3}@media (max-width: 768px){.about-section{padding:2rem 1rem}.about-heading{font-size:1.8rem;margin-bottom:2rem}.about-text{font-size:.95rem;margin-bottom:1.5rem}}@media (min-width: 768px){.about-heading{font-size:3rem}}.about-images{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;width:100%;box-sizing:border-box}.about-images img{border-radius:1rem;object-fit:cover;max-width:100%;height:auto}.side-img{width:350px;height:380px}.center-img{width:340px;height:460px}@media (max-width: 768px){.about-images{flex-direction:column;gap:1.5rem}.side-img{width:100%;max-width:300px;height:250px}.center-img{width:100%;max-width:320px;height:280px}}@media (min-width: 769px) and (max-width: 1024px){.about-images{gap:1rem}.side-img{width:280px;height:380px}.center-img{width:300px;height:380px}}.news-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.news-title{text-align:center;font-size:1.75rem;font-weight:600;color:#000;margin-bottom:2.5rem}.news-container{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.news-image img{border-radius:4rem;object-fit:contain;max-width:100%;height:auto}.news-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.news-date{background-color:#ffeede;color:#f60;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;flex-shrink:0}.news-heading{font-size:1.125rem;font-weight:600;color:#000;margin-bottom:.5rem}.news-text{font-size:.95rem;color:#444;line-height:1.5}@media (max-width: 768px){.news-section{padding:2rem 1.5rem}.news-container{flex-direction:column;align-items:center}.news-image img{max-width:100%}.news-item{flex-direction:column;align-items:flex-start}.news-title{font-size:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.news-section{padding:3rem 1.75rem}.news-container{gap:1rem}}:root{--bg: #f9f6f3;--card-bg: #fbf6f2;--text: #0f0f0f;--muted: #5c5c5c;--orange: #ff6a00;--cta: #ff6800;--radius: 24px;--shadow: 0 2px 10px rgba(0, 0, 0, .06)}.programs-wrap{padding:40px 20px;display:flex;justify-content:center;background:#fff}.programs-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.program-card{background:var(--card-bg);border-radius:var(--radius);padding:28px 28px 26px;box-shadow:var(--shadow);min-height:220px}.icon-dot{width:56px;height:56px;border-radius:50%;background:#ffefe6;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.icon-dot img{width:26px;height:26px;display:block}.program-title{margin:0 0 10px;font-size:28px;line-height:1.2;letter-spacing:-.01em;color:#101010;font-weight:600;font-family:ui-serif,Georgia,Times New Roman,Times,serif}.program-text{margin:0;font-size:15px;line-height:1.7;color:var(--muted);max-width:48ch}.program-cta{position:relative;background:var(--cta);border-radius:var(--radius);box-shadow:var(--shadow);min-height:220px;overflow:hidden;color:#fff;display:flex;align-items:stretch;grid-column:3;grid-row:2}.cta-content{position:relative;z-index:2;padding:28px;display:flex;flex-direction:column;gap:14px}.cta-title{margin:0;font-size:28px;line-height:1.2;font-weight:700}.cta-text{margin:0;font-size:15px;line-height:1.7;opacity:.95}.cta-btn{margin-top:6px;width:fit-content;border:none;background:#fff;color:#111;padding:10px 16px;border-radius:999px;font-size:14px;cursor:pointer;transition:transform .15s ease}.cta-btn:active{transform:scale(.98)}.program-cta .cta-burst{position:absolute;right:-60px;bottom:-80px;width:360px;height:360px;background:radial-gradient(circle,#ffffff59 0 40%,#fff0 41% 100%),conic-gradient(from 0deg,#ffffff40 0 360deg);clip-path:polygon(50% 0%,60% 35%,98% 35%,66% 57%,79% 92%,50% 70%,21% 92%,34% 57%,2% 35%,40% 35%);opacity:.35}@media (max-width: 768px){.programs-grid{grid-template-columns:1fr}.program-card,.program-cta{min-height:unset}.program-cta{grid-column:1;grid-row:auto}}@media (min-width: 769px) and (max-width: 1024px){.programs-grid{grid-template-columns:1fr 1fr}.program-cta{grid-column:span 2;grid-row:auto}}.commitment-section{background:#fff;padding:4rem 2rem}.commitment-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.commitment-content{flex:1;min-width:300px}.commitment-content h2{font-size:2.2rem;font-weight:700;color:#111;margin-bottom:1.5rem;line-height:1.4}.commitment-list{list-style:none;padding:0;margin-bottom:2rem}.commitment-list li{position:relative;margin-bottom:1rem;padding-left:2rem;font-size:1rem;color:#333;line-height:1.5}.commitment-list li:before{content:"✔";position:absolute;left:0;top:0;color:#000;font-weight:700}.contact-btn{background-color:#f25c05;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s ease}.contact-btn:hover{background-color:#d44d04}.commitment-image{flex:1;min-width:300px}.commitment-image img{width:100%;border-radius:15px;object-fit:cover}@media (max-width: 768px){.commitment-container{flex-direction:column;text-align:center}.commitment-content h2{font-size:1.8rem}}@media (min-width: 769px) and (max-width: 1024px){.commitment-container{gap:2rem}}.disclosure-section{text-align:center;padding:3rem 2rem;background:#fff}.disclosure-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#111}.disclosure-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab-btn{background:#f5f5f5;border:none;padding:.6rem 1.2rem;border-radius:20px;font-size:.95rem;cursor:pointer;transition:all .3s ease;color:#000}.tab-btn.active{background:#000;color:#fff}.tab-btn.inactive{background:#f5f5f5;color:#000}.disclosure-table-container{display:flex;justify-content:center;margin-top:1rem;overflow-x:auto}.disclosure-table{border-collapse:collapse;width:50%;min-width:600px;background:#fff;box-shadow:0 2px 8px #0000000d}.disclosure-table th{background:#133d39;color:#fff;padding:12px;text-align:left;font-size:.95rem}.disclosure-table td{padding:12px;border:1px solid #ccc;font-size:.9rem;text-align:left;color:#111}.disclosure-table tbody tr:nth-child(2n){background:#fdf8f5}@media (max-width: 768px){.disclosure-tabs{flex-direction:column;align-items:center}.disclosure-table{width:100%;min-width:unset;font-size:.8rem}.disclosure-table th,.disclosure-table td{padding:8px;font-size:.8rem}}@media (min-width: 769px) and (max-width: 1024px){.disclosure-table{width:80%}}.reviews-section{text-align:center;padding:4rem 2rem;max-width:1200px;margin:0 auto}.reviews-subtitle{font-size:.9rem;color:#444;margin-bottom:.5rem}.reviews-subtitle:before{content:"● ";color:orange}.reviews-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#111}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.review-card{background:#fff7f5;border-radius:12px;padding:1.5rem;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:translateY(-4px);box-shadow:0 6px 15px #0000001a}.review-text{font-size:.95rem;color:#333;margin-bottom:1rem;line-height:1.6}.review-name{font-weight:600;color:#000}@media (max-width: 768px){.reviews-grid{grid-template-columns:1fr}.reviews-title{font-size:1.6rem}}@media (min-width: 769px) and (max-width: 1024px){.reviews-grid{gap:1rem}}@media (max-width: 480px){.news-section,.programs-wrap,.commitment-section,.disclosure-section,.reviews-section{max-width:100vw!important;overflow-x:hidden!important}.news-container,.programs-grid,.commitment-container,.disclosure-tabs,.reviews-grid{max-width:100%!important}}.contact-section{display:flex;justify-content:space-between;align-items:stretch;padding:4rem 2rem;background-color:#0d3b36;color:#fff;gap:2rem;max-width:100%;overflow-x:hidden}.contact-form{flex:1;display:flex;flex-direction:column;gap:1.2rem}.form-label{font-size:.9rem;opacity:.8}.form-title{font-size:2rem;font-weight:700;line-height:1.3}.form-row{display:flex;gap:1rem}.form-row input{flex:1;border:none;border-bottom:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:.5rem}.form-row input::placeholder{color:#ffffffb3}textarea{width:100%;border:none;border-bottom:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:.5rem;min-height:80px;resize:vertical}textarea::placeholder{color:#ffffffb3}.submit-btn{margin-top:1rem;padding:.8rem 1.5rem;border:none;border-radius:25px;background:#fff;color:#000;font-weight:500;cursor:pointer;width:45%;transition:background-color .3s ease}.submit-btn:hover{background-color:#f0f0f0}.contact-slider{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:300px}.slide{position:relative;width:100%;height:100%}.side-img-two{width:100%;height:100%;object-fit:cover;border-radius:20px}.caption{position:absolute;bottom:15px;left:20px;color:#fff;font-size:1rem;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5)}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0006;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .3s ease}.arrow:hover{background:#0009}.arrow.left{left:10px}.arrow.right{right:10px}.footer{display:flex;padding:2rem;background:#fff;color:#222;font-family:Arial,sans-serif;max-width:100%;overflow-x:hidden}.footer-section{flex:1;margin:0 1rem}.footer-logo{width:80px;margin-bottom:1rem}.footer-text{font-size:14px;line-height:1.6;color:#333;max-width:350px}.footer-heading{font-size:16px;font-weight:700;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem;font-size:14px;cursor:pointer;transition:color .3s}.footer-links li a{color:inherit;text-decoration:none}.footer-links li:hover,.footer-links li a:hover{color:#e67e22}.footer-section p{font-size:14px;margin-bottom:.5rem}@media (max-width: 768px){.contact-section{flex-direction:column;padding:2rem 1.5rem;gap:2rem}.form-title{font-size:1.5rem}.form-row{flex-direction:column;gap:1rem}.submit-btn{width:100%;padding:1rem}.contact-slider{min-height:250px}.caption{font-size:.9rem;bottom:10px;left:15px}}@media (max-width: 480px){.contact-section{padding:1.5rem 1rem}.form-title{font-size:1.3rem}.contact-slider{min-height:200px}.side-img-two{border-radius:15px}}@media (max-width: 768px){.footer{flex-direction:column;padding:2rem 1.5rem;gap:2rem}.footer-section{margin:0;margin-bottom:1.5rem}.footer-text{max-width:100%}}@media (max-width: 480px){.footer{padding:1.5rem 1rem}.footer-logo{width:60px}.footer-text,.footer-links li,.footer-section p{font-size:13px}.footer-heading{font-size:15px}}@media (max-width: 480px){.contact-section,.footer,.contact-form,.contact-slider{max-width:100vw!important;overflow-x:hidden!important}}.age-container-our{min-height:100vh;background-color:#f9f9f9;color:#333;padding-top:80px}.guidelines-page{font-family:Arial,sans-serif;color:#222;line-height:1.6}.guidelines-header{background-color:#113d3c;color:#fff;text-align:center;padding:40px 20px}.guidelines-header h1{font-size:2.2rem;margin:0}.guidelines-content{padding:40px 20px;width:100%;max-width:1200px;margin:auto}.learn-about{color:#e85d04;font-weight:700;margin-bottom:10px;font-size:1rem}.guidelines-content h2{font-size:1.8rem;margin-bottom:15px}.description{font-size:1rem;margin-bottom:30px;color:#444;line-height:1.7}.guidelines-body{display:flex;gap:30px;flex-wrap:wrap;align-items:center}.image-section img{width:100%;max-width:500px;height:auto;border-radius:8px;box-shadow:0 4px 10px #00000026}.points-section{flex:1;min-width:280px}.points-section ul{list-style:none;padding:0}.points-section li{margin-bottom:12px;font-size:1rem}@media (max-width: 1024px){.guidelines-content{padding:30px 25px}.guidelines-header h1{font-size:2rem}}@media (max-width: 768px){.guidelines-body{flex-direction:column;text-align:center}.points-section{margin-top:20px}.guidelines-header h1{font-size:1.8rem}.guidelines-content h2{font-size:1.4rem}.description{font-size:.95rem}}@media (max-width: 480px){.guidelines-header h1{font-size:1.6rem}.learn-about{font-size:.9rem}.guidelines-content h2{font-size:1.2rem}.description,.points-section li{font-size:.9rem}}.guidelines-footer{background:#f5f5f5;padding:40px 60px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}.footer-left{max-width:400px}.footer-logo{width:60px;margin-bottom:15px}.footer-right{display:flex;gap:60px;flex-wrap:wrap}.footer-right h4{margin-bottom:10px}.footer-right ul{list-style:none;padding:0}.footer-right li{margin-bottom:8px}.guidelines-section{font-family:Georgia,serif}.guidelines-header{background-color:#113d3c;padding:40px 20px;text-align:center}.guidelines-header h2{color:#fff;font-size:2rem;font-weight:600}.guidelines-content{width:100%;margin:0;padding:30px 20px;box-sizing:border-box}.guidelines-subtitle{font-size:1rem;font-weight:600;margin-bottom:15px;display:flex;align-items:center;color:#333}.guidelines-subtitle .dot{height:8px;width:8px;background-color:orange;border-radius:50%;display:inline-block;margin-right:8px}.guidelines-text{font-size:1rem;color:#555;width:100%}.values-section{display:flex;flex-wrap:wrap;align-items:center;padding:40px 20px;gap:40px;background-color:#fff;font-family:Georgia,serif}.values-image{flex:1 1 400px;display:flex;justify-content:center}.values-image img{width:100%;max-width:500px;border-radius:20px;object-fit:cover;box-shadow:0 4px 10px #0000001a}.values-text{flex:1 1 500px;font-size:1rem;color:#444;text-align:left}.values-text p{margin-bottom:15px;line-height:1.6}.values-text strong{font-weight:600;color:#000}@media (max-width: 1200px){.values-section{gap:20px}}@media (max-width: 900px){.values-section{flex-direction:column;padding:30px 15px}.values-image,.values-text{flex:1 1 100%;max-width:100%}}@media (max-width: 600px){.guidelines-header h2{font-size:1.5rem}.values-text{font-size:.95rem}}.faculty-page{font-family:Arial,sans-serif;color:#333;padding:0;margin:0}.faculty-header{background-color:#113d3c;color:#fff;padding:40px;text-align:center}.faculty-header h1{font-size:2rem;margin:0}.faculty-intro{padding:40px 80px;line-height:1.7}.faculty-intro .breadcrumb{color:#ff4500;font-size:.9rem;margin-bottom:10px}.faculty-intro h2{font-size:1.8rem;margin-bottom:20px}.faculty-intro p{margin-bottom:20px;font-size:1rem}.teachers-section{text-align:center;padding:40px 80px}.teachers-section h2{font-size:1.8rem;margin-bottom:30px}.teachers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center;margin-top:20px}.teacher-card{text-align:center}.teacher-card img{width:220px;height:220px;object-fit:cover;border-radius:8px;border:2px solid #ddd}.teacher-card p{margin-top:10px;font-weight:700}@media (max-width: 900px){.teachers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.teachers-grid{grid-template-columns:1fr}}.admissions-container{font-family:Arial,sans-serif;color:#333;background:#fff;padding:0;margin:0}.admissions-header{background-color:#113d3c;color:#fff;padding:40px;display:flex;align-items:center;justify-content:center}.admissions-header h1{flex:1;text-align:center;margin:0;font-size:24px}.admissions-content{padding:30px;max-width:900px;margin:auto}.section-title{color:#c00;margin-bottom:15px}.admissions-content p{line-height:1.6;margin-bottom:15px}h3{margin-top:25px;margin-bottom:15px;color:#0c3b34}.fee-table{width:100%;border-collapse:collapse;margin-bottom:25px}.fee-table th,.fee-table td{border:1px solid #ccc;padding:10px 15px;text-align:left}.fee-table th{background-color:#0c3b34;color:#fff}.notes{list-style:none;padding:0}.notes li{margin-bottom:8px;position:relative;padding-left:25px}.notes li:before{content:"✔";position:absolute;left:0;color:#0c3b34;font-weight:700}.guidelines-container{font-family:Arial,sans-serif;color:#222;line-height:1.6}.guidelines-header-our{background-color:#113d3c;padding:40px 20px;text-align:center;color:#fff}.guidelines-header-our h1{margin:0;font-size:2rem}.guidelines-content{max-width:900px;margin:40px auto;padding:0 20px}.breadcrumb{font-size:.9rem;color:#d35400;margin-bottom:15px}.title{font-size:1.8rem;margin-bottom:20px;color:#111}.intro-text{margin-bottom:25px;font-size:1rem;color:#444}.guidelines-list p{margin-bottom:20px}.guidelines-list strong{color:#000}.pedagogy-container{font-family:Arial,sans-serif;color:#222;line-height:1.6}.pedagogy-header{background-color:#0d3d3f;padding:40px 20px;text-align:center}.pedagogy-header h1{color:#fff;font-size:2rem;margin:0}.pedagogy-content{padding:40px 20px;max-width:900px;margin:auto}.pedagogy-subtitle{color:#d35400;font-weight:700;display:block;margin-bottom:10px}.italic-text{font-style:italic;margin:15px 0}.pedagogy-content h2{font-size:1.8rem;margin-bottom:20px}.pedagogy-section p{margin-bottom:15px}.pedagogy-section strong{color:#000}.school-timings-page{font-family:Arial,sans-serif;line-height:1.6;color:#222;background:#fff}.header{background-color:#113c3b;color:#fff;padding:40px;text-align:center}.content{max-width:900px;margin:40px auto;padding:0 20px}.tagline{color:#d32f2f;font-size:14px;margin-bottom:10px}h2{margin:10px 0;font-size:28px}h3{margin-top:30px;font-size:20px;color:#143d33}.table-section{margin:30px 0}.table-section h4{background-color:#143d33;color:#fff;padding:10px;border-radius:4px 4px 0 0}table{width:100%;border-collapse:collapse;margin-top:0}table th,table td{border:1px solid #ddd;padding:12px;text-align:center}table th{background-color:#f5f5f5;font-weight:700}.opportunities{margin-top:40px}.gallery-page{font-family:Arial,sans-serif;background:#fff;color:#222}.gallery-header{background-color:#113d3c;color:#fff;text-align:center;padding:40px 20px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:1100px;margin:40px auto;padding:0 20px}.gallery-grid img{width:100%;height:220px;border-radius:8px;object-fit:cover;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.03)}.documents-page{font-family:Arial,sans-serif;color:#333}.documents-header{text-align:center;margin-bottom:2rem;background-color:#113c3b;padding-top:20px;padding-bottom:20px}.documents-header h1{font-size:2rem;margin-bottom:.5rem;color:#222}.documents-url{font-size:.9rem;color:#666;word-break:break-word}.documents-list{display:flex;flex-direction:column;gap:1rem;padding-left:20px;padding-right:20px}.document-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border:1px solid #ddd;border-radius:6px;transition:background-color .2s}.document-item:hover{background-color:#f9f9f9}.document-item span{font-size:1rem;font-weight:500}.download-btn{background-color:#0c3b34;color:#fff;text-decoration:none;padding:.4rem .8rem;border-radius:4px;font-size:.9rem;transition:background-color .2s}.download-btn:hover{background-color:#0056b3}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#111c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000}.lightbox-img{max-width:85%;max-height:80%;border-radius:10px;box-shadow:0 4px 20px #0009}.close-btn{position:absolute;top:20px;right:40px;font-size:40px;color:#fff;cursor:pointer;transition:color .3s ease}.close-btn:hover{color:#ff4d4d}.prev-btn,.next-btn{position:absolute;top:50%;font-size:50px;color:#fff;cursor:pointer;transform:translateY(-50%);-webkit-user-select:none;user-select:none;transition:color .3s ease}.prev-btn:hover,.next-btn:hover{color:#ff9800}.prev-btn{left:40px}.next-btn{right:40px}.submit-btn[disabled]{opacity:.7;cursor:not-allowed}
