:root{--primary-color:#FFCC00;--secondary-color:#FFE66B;--highlight-color:#FFE066;--light-color:#F3F8FE;--dark-color:#212529;}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:var(--dark-color);line-height:1.6;background-color:#fff;}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:swap;src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:swap;src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2') format('woff2');}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:swap;src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2');}.navbar{padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,0.1);background-color:#fff;}.navbar-brand{font-weight:700;font-size:1.5rem;color:var(--primary-color);}.navbar-brand:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;}.nav-link{color:var(--dark-color);font-weight:500;margin:0 0.5rem;transition:color 0.3s ease;}.nav-link:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;}.nav-link:hover,.nav-link:focus{color:var(--primary-color);}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--dark-color);font-weight:600;transition:all 0.3s ease;}.btn-primary:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);color:var(--dark-color);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1);}.btn-primary:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;box-shadow:0 0 0 0.25rem rgba(255,222,89,0.35);}.hero-section{position:relative;padding:0;color:#fff;background-color:#000;overflow:hidden;}.hero-slider-wrapper{position:relative;}.hero-carousel{position:relative;}.hero-carousel .carousel-item{aspect-ratio:16/9;min-height:320px;max-height:720px;}.hero-carousel .carousel-item img{width:100%;height:100%;object-fit:cover;}.hero-carousel .carousel-caption{background:rgba(0,0,0,0.55);border-radius:1rem;padding:2.5rem 2rem;max-width:720px;margin:0 auto;backdrop-filter:blur(4px);}.hero-carousel .carousel-indicators{margin-bottom:2.5rem;}.hero-carousel .carousel-indicators [data-bs-target]{width:0.9rem;height:0.9rem;border-radius:50%;}.hero-carousel .carousel-caption .btn{margin-top:1.5rem;}.hero-content{max-width:800px;margin:0 auto;}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,0.5);}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,0.5);}.section-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center;}.section-subtitle{font-size:1.2rem;color:var(--secondary-color);margin-bottom:3rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;}.about-section{padding:6rem 0;background-color:var(--light-color);}.about-content{display:flex;align-items:center;gap:3rem;flex-wrap:wrap;}.about-text{flex:1;min-width:280px;}.about-image{flex:1;min-width:280px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.about-image img{width:100%;height:auto;display:block;}.wingtsung-carousel .carousel-item img{height:100%;max-height:420px;object-fit:cover;}.wingtsung-carousel .carousel-caption{background:rgba(0,0,0,0.55);border-radius:0.75rem;padding:1.5rem;backdrop-filter:blur(4px);}.wingtsung-carousel .carousel-indicators [data-bs-target]{width:0.8rem;height:0.8rem;border-radius:50%;}.programs-section{padding:6rem 0;}.program-card{border:none;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;}.program-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px rgba(0,0,0,0.15);}.program-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem;}.program-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color);}.testimonials-section{padding:6rem 0;background-color:var(--light-color);}.testimonial-card{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.1);height:100%;}.testimonial-text{font-style:italic;margin-bottom:1.5rem;color:var(--dark-color);}.testimonial-author{font-weight:600;color:var(--primary-color);}.contact-section{padding:6rem 0;}.contact-info{background-color:var(--light-color);border-radius:10px;padding:2rem;margin-bottom:2rem;}.contact-form{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.map-container{height:400px;border-radius:10px;overflow:hidden;margin-top:2rem;}.footer{background-color:var(--dark-color);color:#fff;padding:3rem 0 1rem;}.footer a{color:#fff;}.footer-link{margin-bottom:0.5rem;display:block;transition:color 0.3s ease;}.footer-link:hover,.footer-link:focus{color:var(--highlight-color);}.footer-link:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;}.social-icons{margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1rem;}.social-icon{color:#fff;font-size:1.5rem;transition:color 0.3s ease;}.social-icon:hover,.social-icon:focus{color:var(--highlight-color);}.social-icon:focus-visible{outline:2px solid var(--highlight-color);outline-offset:2px;border-radius:50%;}.copyright{border-top:1px solid rgba(255,255,255,0.1);padding-top:1rem;margin-top:2rem;text-align:center;font-size:0.9rem;}.accordion-button:focus-visible{box-shadow:0 0 0 0.25rem rgba(255,222,89,0.35);}@media (max-width:575.98px){.hero-carousel .carousel-item{aspect-ratio:4/5;min-height:240px;max-height:560px;}}@media (max-width:992px){.about-content{flex-direction:column;}.map-container{height:320px;}}@media (max-width:768px){.hero-section{padding:4rem 1rem;min-height:auto;}.hero-title{font-size:2.2rem;}.hero-subtitle{font-size:1.2rem;}.section-title{font-size:2rem;}}
