@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&family=Nunito:wght@300;400;600&family=Roboto:wght@300;400;500;700&display=swap";*{margin:0;padding:0;text-decoration:none!important;box-sizing:border-box;outline:none;text-transform:capitalize;transition:all .15s linear;font-family:Nunito,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:5rem;overflow-x:hidden}html::-webkit-scrollbar{width:1rem}html::-webkit-scrollbar-track{background:#000}html::-webkit-scrollbar-thumb{background:#c48a2d}body{background-color:#000}.flex{display:flex;justify-content:center;align-items:center}.flex-2{flex:1 1 35rem}.container{max-width:1300px;margin:0 auto;padding:0 20px}.sm-container{max-width:600px;margin:0 auto;padding:0 20px;overflow:hidden}.card{background-color:var(--darkblue);border-radius:10px;box-shadow:var(--shadow);padding:20px}.btn{margin-top:1rem;display:inline-block;padding:1rem 2.8rem;cursor:pointer;font-size:1rem}.btn:hover{transform:scale(1.1)}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;justify-content:center;align-items:center;height:100%}.grid-1{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.text-center{text-align:center}.my-1{margin:1rem 0}.my-2{margin:1.5rem 0}.home{padding:6.5rem 0;background-color:#fff}.home{position:relative;background-image:url(../images/Home-page-background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;color:#000}.home:before{content:"";position:absolute;inset:0;background-color:#ffffffb9;z-index:1}.wrapper{margin-top:100px}.home .content{position:relative;z-index:2}.content{max-width:800px;margin:0 auto;text-align:center}.landing-title{font-size:3.8rem;font-weight:900;margin-bottom:10px;color:#000;line-height:80%;text-align:center}.landing-logo{width:100%;max-width:200px;margin:0 auto 20px}.logo{width:100%;height:auto;display:block}.landing-logo{max-width:200px;margin:0 auto 20px}.subtitle_1{background-color:#c48a2d;color:#fff;font-size:1rem;padding:.3rem;margin:1rem}.subtitle_2{text-align:center;font-size:1.2rem;font-weight:700;color:#343434;margin-bottom:20px;padding:1rem}.landing-description{font-size:1.2rem;color:#000;margin-bottom:30px;line-height:1.6;text-align:center}.cta-button{display:inline-block;padding:15px 30px;font-size:1rem;color:#fff;background-color:#c48a2d;text-decoration:none;font-weight:700;border-radius:5px;transition:background-color .3s ease}.cta-button:hover{background-color:#c48a2d}@media (max-width: 1024px){.landing-title{font-size:4rem;line-height:90%}}@media screen and (max-width: 800px){.landing-title{font-size:5rem;line-height:100%}.landing-description{padding:0 1rem}}@media screen and (max-width: 500px){.landing-title{font-size:5rem;line-height:100%;margin:0;padding:0}.subtitle-1{background-color:#c48a2d;color:#fff;font-weight:700;font-size:1rem}.landing-description{font-size:1rem;padding:0 2rem}.cta-button{padding:12px 25px;font-size:.9rem}.landing-logo{max-width:150px}}@media (max-width: 768px){.wrapper{margin-top:50px}.landing-logo{padding:10px 0}.landing-title{font-size:2rem}.subtitle{font-size:1rem}.description{font-size:.9rem;padding:0 1rem}.cta-button{padding:12px 25px;font-size:.9rem}}@media screen and (max-width: 480px){.wrapper{margin-top:70px}.landing-logo{max-width:120px}.landing-title{font-size:1.5rem}.subtitle{font-size:.9rem}.description{font-size:.8rem;padding:0 1rem}.cta-button{padding:10px 20px;font-size:.8rem}}.ws-section{background:#fff;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0;box-sizing:border-box}.ws-row{display:flex;flex-direction:row;gap:3rem;width:90%;max-width:1100px;align-items:stretch;justify-content:center;height:650px;margin:2rem;box-sizing:border-box}.ws-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;height:100%;box-sizing:border-box}.ws-slideshow{height:100%;width:100%;display:flex;align-items:stretch;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000014;box-sizing:border-box}.ws-img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.ws-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:2rem;max-width:450px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.ws-title{font-size:2rem;margin-bottom:1.5rem;font-weight:700}.ws-list{list-style:none;padding:0;margin:0;font-size:1.15rem;color:#222}.ws-list li{margin-bottom:1rem;line-height:1.5}.ws-col .ws-card button,.ws-more-btn{margin-top:1.5rem;background:#c48a2d;color:#fff;font-size:1.05rem;border:none;border-radius:8px;padding:10px 22px;cursor:pointer;box-shadow:0 2px 12px #0000001a;transition:background .2s}.ws-col .ws-card button:hover,.ws-more-btn:hover{background:#c48a2d}@media (max-width: 900px){.ws-row{flex-direction:column;height:auto;gap:2rem;margin:0;max-width:100vw}.ws-col{height:auto;min-height:unset}.ws-slideshow{width:100%;height:250px;min-height:200px;max-width:100vw}.ws-img{width:100%;height:100%;min-height:150px;object-fit:cover;border-radius:12px;display:block}.ws-card{max-width:100%;width:100%;height:auto;min-height:unset;padding:1.5rem 1rem;box-sizing:border-box}.ws-title{font-size:1.6rem}}@media (max-width: 480px){.ws-title{font-size:1.4rem}.ws-list li{font-size:1rem}}.services-container{position:relative;background:url(/assets/OurService-4vqsPX86.jpg) center center/cover no-repeat #000;min-height:600px;width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 1rem 3rem;box-sizing:border-box;z-index:1}.services-container:before{content:"";position:absolute;inset:0;background:#060606c2;z-index:0;pointer-events:none}.main-services-title{font-size:2.5rem;font-weight:700;margin-bottom:1.2rem;text-align:center;letter-spacing:.04em;position:relative;z-index:1;color:#f3f3f3;text-shadow:0 3px 14px rgba(0,0,0,.55),0 1px 3px rgba(0,0,0,.16)}.subtitle-row{margin-top:2.5rem;width:100%;max-width:1000px;display:flex;align-items:center;margin-bottom:1.3rem;position:relative;z-index:1}.services-subtitle{background-color:#c48a2d;color:#f3f3f3;font-size:1.13rem;font-weight:600;border-radius:8px;padding:.15em 1.5em;margin-left:0;text-align:left;box-shadow:0 2px 8px #c48a2d24;position:relative;z-index:1}.services-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;max-width:1000px;width:100%;margin-bottom:2rem;position:relative;z-index:1}.service-card{background-color:#f5f5f5;box-shadow:0 4px 12px #00000014;border-radius:1rem;padding:1.2rem 1rem;flex:1 1 220px;max-width:260px;min-width:180px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .3s ease,transform .3s ease;position:relative;z-index:1}.service-card:hover{box-shadow:0 6px 18px #00000026;transform:translateY(-2px)}.step-number{background-color:#c48a2d;color:#fff;font-weight:700;font-size:1.1rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.4rem}@media (max-width: 768px){.main-services-title{font-size:3rem;margin-bottom:.8rem}.subtitle-row{justify-content:center;margin-bottom:1rem;max-width:100%}.services-steps{flex-wrap:wrap;justify-content:center;gap:1.1rem}.service-card{flex:0 0 calc(50% - 1.1rem);max-width:calc(50% - 1.1rem);min-width:110px;padding:1rem .7rem}}@media (max-width: 480px){.main-services-title{font-size:2.5rem}.services-steps{gap:.7rem}.service-card{font-size:.97rem;padding:.7rem .55rem;min-width:90px}}.contact-section{background:#fbfbfa;width:100%;min-height:650px;display:flex;justify-content:center;align-items:center;padding:2.5rem 1rem}.form-group #message{background-color:#faf7f3;height:100px;border-radius:10px;padding:.5rem}.contact-container{max-width:900px;width:100%;background:#fff;border-radius:16px;box-shadow:0 6px 32px #3c1e081f;padding:2.5rem 2rem;display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap;box-sizing:border-box}.qr-code-container{flex:1 1 250px;max-width:300px;text-align:center}.qr-code-container img{width:180px;height:180px;object-fit:contain;border-radius:12px;box-shadow:0 4px 15px #3c1e081a}.qr-code-container p{margin-top:10px;font-size:1.1rem;color:#222}.contact-methods{flex:2 1 500px;min-width:280px}.contact-title{font-size:2.4rem;font-weight:700;color:#c48a2d;text-align:center;margin-bottom:1.5rem}.social-icons{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.8rem}.social-icons a{color:#c48a2d;font-size:1.8rem;cursor:pointer;transition:transform .3s ease}.social-icons a:hover{transform:scale(1.2)}.contact-info-list{margin-bottom:1.7rem;font-size:1.15rem;color:#222;line-height:1.7}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#c48a2d;margin-bottom:.4em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7em .85em;border:1px solid #e5e7eb;border-radius:8px;background:#faf7f3;font-size:1.05rem;color:#222;transition:border .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border:1.5px solid #c48a2d;outline:none}.checkbox-group{display:flex;flex-wrap:wrap;gap:12px 20px}.checkbox-group label{display:inline-flex;align-items:center;gap:6px;line-height:1.2;font-size:1rem;white-space:nowrap}.checkbox-group input[type=checkbox]{margin:0;width:18px;height:18px;accent-color:#c48a2d}.contact-submit{background:#c48a2d;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;padding:.6em 2.5em;cursor:pointer;box-shadow:0 2px 8px #c48a2d21;margin-top:.7em;align-self:flex-end;transition:background .2s}.contact-submit:hover{background:#a77610}@media (max-width: 768px){.contact-container{flex-direction:column;padding:1.7rem 1rem}.qr-code-container,.contact-methods{margin:0 auto 20px;max-width:100%;flex:1 1 auto}.qr-code-container img{width:140px;height:140px}.contact-title{font-size:1.8rem}.checkbox-group{justify-content:flex-start;gap:10px 15px}.checkbox-group label{flex:1 1 45%;white-space:normal}}.education-highlight-section{background:#faf6ef;padding:4rem .5rem}.section-title{font-size:2.4rem;font-weight:700;color:#c48a2d;text-align:center;margin-bottom:3rem;letter-spacing:.04em}.education-blocks{max-width:1080px;margin:0 auto;display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.education-block{background:#fff;box-shadow:0 4px 18px #00000014;border-radius:18px;padding:2rem 1rem 2.5rem;flex:1 1 320px;min-width:280px;max-width:470px;display:flex;flex-direction:column;margin-bottom:1rem}.block-title{font-size:1.5rem;font-weight:700;color:#c48a2d;text-align:center;margin-bottom:3rem;letter-spacing:.04em}.block-list{font-size:1.1rem;color:#222;padding-left:1.2em;margin-bottom:1.25rem;line-height:1.8}.badge-ap{background:#c48a2d;color:#fff;padding:.1em .7em;border-radius:12px;margin-left:.6em;font-size:.93rem;font-weight:500}.block-desc{color:#666;font-size:1.1rem;margin-bottom:1.8rem}.btn-more{background:#c48a2d;color:#fff;font-weight:600;border:none;border-radius:10px;font-size:1.07rem;padding:.85em 2.3em;cursor:pointer;align-self:flex-start;box-shadow:0 2px 8px #c48a2d21;transition:background .16s}.btn-more:hover{background:#a17217}@media (max-width: 750px){.education-blocks{flex-direction:column;gap:2.2rem}.education-block{max-width:100%;min-width:0;border-radius:10px;padding:1.2rem 1rem 1.7rem}.block-title{font-size:1.25rem}}.brand-section{width:100%;background:#fff;padding:2.5rem 0;box-sizing:border-box;display:flex;justify-content:center;min-height:700px}.brand-content{display:flex;width:90%;max-width:1100px;align-items:stretch;gap:2.5rem;box-sizing:border-box;flex-wrap:nowrap}.brand-text{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem;display:flex;flex-direction:column;justify-content:center;flex:1 1 0;min-width:0;max-width:530px;color:#000}.brand-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#c48a2d}.brand-sub{font-size:1.13rem;margin-bottom:.7rem;font-weight:600}.brand-lead{margin-bottom:1rem;font-size:1.07rem}.brand-desc{font-size:1rem;line-height:1.7;margin-bottom:1.2rem}.brand-list{list-style:none;padding:0;margin:0;font-size:1.08rem}.brand-list li{color:#000;background-color:#faf6ef;border-radius:8px;padding:1rem 1.2rem;margin-bottom:.9rem}.brand-carousel{flex:1 1 0;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;align-items:center;position:relative;max-width:530px;height:100%;min-height:400px;width:100%}.carousel-track{display:flex;width:400%;transition:transform .7s ease-in-out}.brand-img{flex-shrink:0;object-fit:contain;border-radius:12px;width:100%;height:600px;max-height:90vh;margin:0 auto;display:block}@media (max-width: 900px){.brand-content{flex-direction:column;gap:1.5rem;max-width:98vw;height:auto}.brand-carousel{max-width:100%!important;height:auto!important;min-height:unset}.carousel-track{width:400%!important}.carousel-track img,.brand-img{object-fit:contain!important;height:400px!important;width:100%!important;max-height:90vh!important}.brand-text{max-width:100vw;padding:1rem}.brand-title{font-size:1.25rem}}@media only screen and (min-width: 768px) and (max-width: 1024px){.brand-content{flex-direction:row;gap:2rem;max-width:98vw;height:auto}.brand-text{flex:0 0 48%;max-width:48%;padding:2rem}.brand-carousel{flex:0 0 50%;max-width:50%;height:auto;min-height:500px;background:#eaf5ff}.brand-img{height:100%;max-height:480px;width:auto!important;max-width:100%!important;object-fit:contain!important}}@media (max-width: 480px){.brand-title{font-size:1rem}.brand-sub,.brand-lead,.brand-desc,.brand-list li{font-size:.9rem}.brand-carousel{min-height:320px!important}}.why-choose-us-section{background-color:#fff9f0;padding:3rem 1.5rem;display:flex;justify-content:center;box-sizing:border-box}.why-container{max-width:900px;width:100%;text-align:left}.why-title{font-size:2.2rem;color:#c48a2d;font-weight:700;margin-bottom:2rem}.why-list{list-style:none;padding:0}.why-item{font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem;color:#4a4a4a;display:flex;align-items:flex-start}.why-icon{color:#c48a2d;font-weight:900;margin-right:.8rem;font-size:1.3rem;line-height:1.2;-webkit-user-select:none;user-select:none}.modal-bg{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2500;padding:20px;overflow-y:visible;height:100vh}.modal-content{background:#fff;width:90vw;max-width:480px;height:auto;display:flex;flex-direction:row;border-radius:18px;overflow:visible;box-shadow:0 4px 30px #0000004d}.modal-left{flex:1;padding:24px 30px;overflow:visible;display:flex;flex-direction:column}@media screen and (max-width: 768px){.modal-content{flex-direction:column;width:90vw;max-width:95vw;height:auto;max-height:none}.modal-left,.modal-right{flex:none;width:100%;padding:16px;overflow:visible}.modal-right{margin-top:20px;align-items:center}.modal-img{max-width:100%;max-height:none}}@media screen and (max-width: 500px){.modal-content{width:95vw;max-width:95vw;height:auto;max-height:none}.modal-img{width:100%;max-height:none;height:auto}}.education-system-section{padding:8rem 0;text-align:center;background-color:#faf6ef}.education-title{font-size:2.7rem;font-weight:700;margin-bottom:2rem;color:#c48a2d}.btn-show-system{padding:10px 22px;background-color:#c48a2d;color:#fff;border:none;border-radius:8px;font-size:1.8rem;cursor:pointer;transition:background-color .2s ease}.btn-show-system:hover{background-color:#eebe71}.modal-fullscreen{position:fixed;inset:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-fullscreen-img{max-width:95vw;max-height:90vh;box-shadow:0 2px 20px #ffffff40;border-radius:8px}.modal-close-btn{position:fixed;top:25px;right:25px;font-size:2.8rem;background:transparent;color:#fff;border:none;cursor:pointer;z-index:2100;font-weight:600;line-height:1;-webkit-user-select:none;user-select:none}.header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background:#fff;z-index:99}.logoImage{width:15%}.logoImage img{width:100%;object-fit:cover}.navbar{width:40%;display:flex;justify-content:space-between;align-items:center}.navbar a,.dropdown-toggle{color:#000;font-weight:700;padding:1rem;font-size:1rem;cursor:pointer;text-decoration:none}.navbar a:hover,.dropdown-toggle:hover{background:#c48a2d;border-radius:5px;color:#fff}.nav-item{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 3px 10px #0003;display:none;flex-direction:column;min-width:180px;border-radius:6px;z-index:100}.dropdown-menu a{padding:.8rem 1rem;font-size:.95rem;color:#333;text-decoration:none;white-space:nowrap;transition:background .25s}.dropdown-menu a:hover{background:#c48a2d;color:#fff;border-radius:4px}.nav-item:hover .dropdown-menu,.dropdown-menu.show{display:flex}#menu-btn{font-size:2rem;color:#000;cursor:pointer;display:none}@media screen and (max-width: 800px){.logoImage{width:35%}#menu-btn{display:inline-block;z-index:200}.navbar{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ebebebfa;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:100px;overflow-y:auto;text-align:center;transition:clip-path .3s ease-in-out;clip-path:polygon(0 0,100% 0,100% 0,0 0)}.navbar.active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.navbar a,.dropdown-toggle{display:block;font-size:1.6rem;margin:.8rem 0;color:#000}.nav-item{width:100%;text-align:center}.dropdown-menu{position:static;background:transparent;box-shadow:none;flex-direction:column;align-items:center;gap:5px;margin-top:.3rem}.dropdown-menu a{font-size:1.4rem;padding:.4rem 0}.dropdown-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.show{max-height:500px}}.footer{background-color:#000;padding:3rem 2rem 2.5rem;color:#fff;font-family:Noto Sans TC,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:2rem 3rem;align-items:center}.footer-column{line-height:1.7}.about-column{display:flex;flex-direction:column;align-items:flex-start}.footer-title{font-size:1.3rem;margin-bottom:1.1rem;font-weight:700;color:#c48a2d}.footer-column p{font-size:1rem;color:#ddd;text-align:left}.center-title{text-align:center;width:100%}.social-column{display:flex;flex-direction:column;align-items:center;justify-content:center}.social-icons{display:flex;gap:1.5rem;justify-content:center}.social-icon{font-size:2rem;color:#fff;transition:color .3s;display:flex;align-items:center;justify-content:center}.social-icon:hover{color:#c48a2d}.logo-column{display:flex;justify-content:flex-end;align-items:center}.footer-logo{max-width:12rem;height:auto}.sub-footer{background-color:#333;color:#fff;padding:1rem;text-align:center;font-weight:600;font-size:1rem;font-family:Noto Sans TC,sans-serif}.createdBy{margin:0}.brand-name{color:#c48a2d}@media (max-width: 1024px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem 1rem}.logo-column{justify-content:flex-end;margin-top:2rem}.about-column{align-items:flex-start;margin-bottom:2rem}}@media (max-width: 600px){.footer-container{grid-template-columns:1fr;gap:1.5rem 1rem}.logo-column,.about-column,.social-column{justify-content:center;align-items:center;margin:0}.about-column p{text-align:center}.social-icons{justify-content:center}}.slideshow-container{position:relative;width:100vw;height:600px;overflow:hidden;background:#000;margin-top:5rem}.slideshow-title{position:absolute;top:3rem;left:25px;z-index:1;color:#faf6ef;font-size:2rem;font-weight:700;text-shadow:2px 2px 10px rgba(0,0,0,.6)}.slideshow{width:100%;height:100%;position:relative}.slideshow-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:0;-webkit-user-select:none;user-select:none;pointer-events:none}.local-education-container{background-color:#c48a2d;padding:36px 24px;max-width:100vw;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:30px}.features-cards{display:flex;justify-content:center;gap:24px;width:100%;max-width:900px;flex-wrap:wrap}.feature-card{background-color:#fff;color:#c48a2d;font-weight:700;border-radius:10px;padding:26px 20px;box-shadow:0 3px 14px #0003;text-align:left;-webkit-user-select:none;user-select:none;flex:1 1 280px;min-width:280px;max-width:320px;display:flex;flex-direction:column;justify-content:flex-start;gap:16px;height:320px;overflow:auto}.feature-card .feature-label{font-size:1.3rem;font-weight:900;margin:0}.feature-card .feature-description{font-weight:400;font-size:1rem;line-height:1.5;color:#444;overflow-y:auto}.highlights-section{background-color:#fff;border-radius:12px;padding:30px 40px;max-width:900px;width:100%;display:flex;justify-content:space-around;gap:40px;box-sizing:border-box;flex-wrap:wrap}.highlight-item{text-align:center;color:#c48a2d;flex:1 1 220px;min-width:180px}.highlight-icon{font-size:5rem;font-weight:700;margin-bottom:16px}@media (max-width: 720px){.features-cards{flex-direction:column;max-width:320px;gap:20px}.feature-card{max-width:100%;height:auto}.highlights-section{flex-direction:column;max-width:320px;padding:24px 20px}.highlight-item{flex:none;margin-bottom:28px}.highlight-icon{font-size:36px}}.famous-schools-section{margin:0 auto;padding:5rem 12px;background-color:#faf6ef}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:24px}.card-carousel{display:flex;align-items:center;gap:16px;max-width:980px;margin:0 auto;overflow:hidden;position:relative}.card-carousel>button{width:48px;height:48px;background-color:#c48a2d;border:none;border-radius:50%;color:#fff;font-size:24px;font-weight:700;cursor:pointer;transition:background-color .3s ease;z-index:10;position:absolute;top:50%;transform:translateY(-50%)}.card-carousel>button:first-child{left:10px}.card-carousel>button:last-child{right:10px}.card-carousel>button:hover{background-color:#a17217}.card-carousel-list{display:flex;gap:18px;will-change:transform;-webkit-user-select:none;user-select:none}.school-card{width:300px;height:380px;border-radius:12px;box-shadow:0 4px 20px #0003;cursor:pointer;background:#fff;text-align:center;padding:16px 14px 20px;-webkit-user-select:none;user-select:none;flex-shrink:0;transition:transform .3s ease}.school-card:hover{transform:translateY(-4px)}.school-thumb{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:12px}.school-logo{width:100px;height:auto;margin:10px auto 14px;object-fit:contain;display:block}.school-name-zh{font-weight:700;font-size:1.2rem}.school-name-en{font-size:1rem;color:#666;margin-top:6px}.modal-bg{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2500}.modal-content{background:#fff;width:80vw;max-width:950px;height:70vh;display:flex;border-radius:18px;overflow:hidden;position:relative}.close-btn{position:absolute;right:16px;top:16px;background:transparent;border:none;font-size:2.2rem;cursor:pointer;z-index:10}.modal-left{flex:1;padding:24px 30px;overflow-y:auto}.modal-left h2{font-size:1.9rem;margin-bottom:4px}.modal-left h3{font-size:1.3rem;margin-bottom:20px;color:#555}.modal-left p{margin-bottom:16px;line-height:1.6}.external-btn{background-color:#a17217;border:none;padding:12px 22px;color:#fff;font-weight:600;border-radius:12px;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.external-btn:hover{background-color:#a17217}.modal-right{flex:1;background:#f5f5f5;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 12px}.modal-img{max-width:90%;max-height:70vh;border-radius:12px;-webkit-user-select:none;user-select:none}.modal-img-controls{margin-top:14px;display:flex;gap:10px;align-items:center}.modal-img-controls button{background:transparent;border:none;font-size:1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-img-controls span{font-weight:600;letter-spacing:.05em}.carousel-dots{text-align:center;margin-top:18px}.carousel-dot{display:inline-block;width:12px;height:12px;margin:0 7px;background-color:#c48a2d;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.carousel-dot.active{background-color:#623401}.study-singapore-section{background-color:#fff9f0;width:100vw;min-height:100vh;margin:0;padding:12rem 10rem;box-sizing:border-box;display:flex;gap:40px;align-items:center;overflow-x:hidden}.text-container{flex:1;color:#000;font-size:1.1rem;line-height:1.8}.text-container h2{font-weight:700;font-size:2rem;margin-bottom:24px;color:#c48a2d}.image-container{flex:1}.image-container img{width:100%;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 6px 20px #0000001a}@media (max-width: 768px){.study-singapore-section{flex-direction:column;padding:30px 16px;min-height:auto}.text-container,.image-container{width:100%}.text-container{margin-bottom:24px}}@media (max-width: 500px){.study-singapore-section{padding:8rem 2rem}}.pointers-section{background:#fff;width:100vw;min-height:100vh;margin:0;padding:48px 0 64px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.pointers-section h2{color:#c48a2d;font-size:2.3rem;font-weight:700;margin-bottom:44px;text-align:center;width:100%;max-width:1100px}.pointers-container{display:flex;flex-wrap:wrap;justify-content:center;gap:38px;width:80vw;max-width:1100px;box-sizing:border-box;padding:0;background:none}.pointer-card{padding:0 18px;width:calc(50% - 19px);display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;background:none;border:none}.pointer-card img{width:30rem;height:20rem;aspect-ratio:1 / 1;object-fit:cover;margin-bottom:26px;margin-top:6px;border-radius:8px;background:#f2f2f2}.pointer-title{font-size:1.32rem;font-weight:700;color:#c48a2d;margin-bottom:20px}.pointer-desc{font-size:1.11rem;line-height:1.7;color:#000}@media (max-width: 900px){.pointers-container{width:96vw;gap:22px}.pointer-card{width:100%;margin:0 auto;padding:0 6vw}.pointer-card img{width:200px;height:140px}}@media (max-width: 600px){.pointers-section{padding:26px 0 32px}.pointers-section h2{font-size:1.18rem;margin-bottom:26px}.pointers-container{gap:12px;width:98vw;max-width:100%}.pointer-card{padding:10px 10vw}.pointer-title{font-size:1.05rem;margin-bottom:10px}.pointer-card img{width:270px;height:120px}.pointer-desc{font-size:.95rem}}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;background-color:#fff}.expenses-section{background-color:#fff;width:100vw;max-width:100%;min-height:100vh;padding:48px 24px;box-sizing:border-box;margin:0 auto;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.expenses-section h2{color:#c48a2d;font-weight:700;font-size:2.4rem;margin-bottom:32px;text-align:center;width:100%}.intro-text{font-size:1.15rem;line-height:1.6;margin-bottom:36px;max-width:720px;text-align:justify;color:#000}.expenses-table-wrapper{width:100%;overflow-x:visible}.expenses-table{margin:0 auto;width:70%;border-collapse:collapse;text-align:center}.expenses-table thead th{background-color:#c48a2d;color:#fff;font-weight:700;padding:14px 12px;border-radius:4px 4px 0 0}.expenses-table tbody tr:nth-child(odd){background-color:#f9f5f0}.expenses-table tbody td{padding:14px 12px;border-bottom:1px solid #ddd;font-size:1rem;color:#222;white-space:normal;word-break:break-word;overflow-wrap:break-word}.expenses-table tbody tr:last-child td{border-bottom:none}@media (max-width: 720px){.expenses-section{padding:32px 16px}.expenses-section h2{font-size:1.6rem;margin-bottom:24px}.intro-text{font-size:1rem;margin-bottom:28px;max-width:100%}.expenses-table thead th,.expenses-table tbody td{padding:12px 8px;font-size:.9rem}}.qa-section{max-width:900px;margin:64px auto;padding:0 24px;font-family:Noto Sans,sans-serif}.qa-section h2{color:#c48a2d;font-weight:700;font-size:2.4rem;margin-bottom:2rem;text-align:center}.qa-container{border-top:1px solid #ddd}.qa-item+.qa-item{border-top:1px solid #ddd}.qa-question{background:transparent;border:none;width:100%;padding:18px 1rem;font-size:1.1rem;font-weight:600;color:#444;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease;outline:none}.qa-question:hover,.qa-question.open{color:#c48a2d}.arrow{font-size:1.3rem;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.qa-question.open .arrow{transform:rotate(180deg)}.qa-answer{padding:0 1rem 18px;color:#222;font-size:1rem;line-height:1.6;animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 720px){.qa-section{margin:0 auto 64px 0;padding:0 24px}}
