*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,sans-serif}body{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}#root{flex-direction:column;min-height:100svh;display:flex}main{flex:1}:root{--dark-green:#156619;--orange:#d97706;--yellow:#facc15}.container{max-width:1300px;margin:auto;padding:0 20px}.top-bar{background:var(--dark-green);color:#fff;padding:10px 0;font-size:14px}.top-flex{justify-content:space-between;align-items:center;display:flex}.top-right a{color:#fff;margin-left:15px;text-decoration:none}.middle-bar{background:#fff;border-bottom:1px solid #eee}.middle-flex{justify-content:space-between;align-items:center;padding:15px 0;display:flex}.logo-group{color:inherit;align-items:center;text-decoration:none;display:flex}.logo-group img{height:100px}.quick-actions{gap:30px;display:flex}.action{cursor:pointer;align-items:center;gap:8px;font-size:14px;text-decoration:none;display:flex}.action-text{flex-direction:column;gap:2px;font-weight:700;display:flex}.action i{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:25px;display:flex}.hospital-text{flex-direction:column;margin-left:15px;line-height:1.3;display:flex}.hospital-name{color:var(--dark-green);letter-spacing:1px;font-size:30px;font-weight:800}.hospital-sub{color:var(--dark-green);font-size:20px;font-weight:600}.location{color:#555;font-size:14px}.navbar{background:var(--dark-green);border-radius:50px;width:fit-content;margin:0 auto;transition:all .3s}.navbar ul{justify-content:center;align-items:center;gap:30px;padding:14px 30px;list-style:none;display:flex}.navbar li{color:#fff;cursor:pointer;font-weight:600}.navbar li a{color:inherit;text-decoration:none}.navbar li:hover{color:var(--yellow)}.navbar.sticky{z-index:999;border-radius:0;width:100%;position:fixed;top:0;left:0}.navbar.sticky ul{justify-content:center;align-items:center;max-width:1300px;height:60px;margin:auto;padding:0;display:flex}.mobile-header{display:none}@media (width<=900px){.mobile-logo-group{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.mobile-logo-group img{height:45px}.mobile-hospital-text{color:#fff;flex-direction:column;line-height:1.1;display:flex}.mobile-hospital-name{letter-spacing:.5px;font-size:16px;font-weight:700}.mobile-hospital-sub{opacity:.9;font-size:12px;font-weight:500}.top-bar,.middle-bar{display:none}.mobile-header{background:var(--dark-green);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.mobile-logo img{height:55px}.mobile-toggle{color:#fff;cursor:pointer;font-size:26px}.navbar{border-radius:0;width:100%}.navbar ul{background:var(--dark-green);flex-direction:column;gap:18px;height:auto;padding:20px;display:none}.navbar.sticky{position:static}.navbar{background:var(--dark-green)}.navbar ul{display:none}.navbar ul.show{display:flex}}.hospital-footer{color:#e0f2f1;background:linear-gradient(#0b3d1f,#09301a);padding:50px 20px 0;font-family:Poppins,sans-serif}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:35px;max-width:1300px;margin:auto;display:grid}.footer-box img{max-width:140px}.footer-box h4{color:#7ef4a1;margin-bottom:12px;font-size:20px}.footer-box p,.footer-box ul li a{color:#e0f2f1;font-size:14px;font-weight:500;line-height:1.7}.footer-box p a{color:inherit;text-decoration:none}.footer-box p a:hover{text-decoration:underline}.footer-box ul{margin:0;padding:0;list-style:none}.footer-box ul li{margin-bottom:8px}.footer-box ul li a{text-decoration:none;transition:all .3s}.footer-box ul li a:hover{color:#a3f7b5;padding-left:6px}.socials{margin-top:18px}.socials a.social{text-align:center;color:#fff;background:#156619;border-radius:50%;width:36px;height:36px;margin-right:10px;font-size:16px;line-height:36px;transition:all .3s;display:inline-block}.socials a.social:hover{background:#43a047;transform:translateY(-3px)}.footer-bottom{text-align:center;color:#fff;background:#2565af;padding:14px 10px;font-size:14px}.footer-bottom a{color:#fff;font-weight:600;text-decoration:none}.footer-bottom a:hover{opacity:.9}@media (width<=900px){.footer-container{text-align:center;flex-direction:column;gap:25px;display:flex}.footer-box img{margin:0 auto 12px}.socials{justify-content:center;display:flex}}:root{--emergency-red:#e11d48;--light-bg:#f9fffd}.emergency-float{cursor:pointer;z-index:9999;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:1.5s infinite pulse;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #00000040}.emergency-float img{width:42px}@keyframes pulse{0%{box-shadow:0 0 #e11d4899}70%{box-shadow:0 0 0 20px #e11d4800}to{box-shadow:0 0 #e11d4800}}.appointment-float{color:#fff;cursor:pointer;z-index:9998;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;text-decoration:none;transition:all .25s;display:flex;position:fixed;bottom:95px;right:30px;box-shadow:0 10px 25px #00000040}.appointment-float:hover{transform:scale(1.1);box-shadow:0 14px 30px #25d36673}.emergency-overlay{z-index:10000;background:#0009;justify-content:center;align-items:center;padding:15px;display:flex;position:fixed;inset:0}.emergency-box{text-align:center;background:#fff;border-radius:18px;width:520px;max-width:100%;padding:45px 35px 35px;animation:.4s popup;position:relative}@keyframes popup{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.popup-siren img{width:70px;margin-bottom:12px;animation:.9s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.35}}.emergency-box h2{color:var(--emergency-red);margin-bottom:30px;font-size:26px}.emergency-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.emergency-item{background:var(--light-bg);border-radius:12px;padding:16px}.emergency-item span{color:#555;margin-bottom:6px;font-size:14px;display:block}.emergency-item a{color:var(--emergency-red);font-size:17px;font-weight:700;text-decoration:none}.emergency-item a:hover{text-decoration:underline}.close-btn{background:var(--emergency-red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:30px;font-weight:900;transition:all .25s;display:flex;position:absolute;bottom:-26px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #e11d4873}.close-btn:hover{transform:translate(-50%)scale(1.08)}@media (width<=600px){.emergency-box{width:100%;padding:35px 20px 30px}.emergency-box h2{font-size:22px}.emergency-grid{grid-template-columns:1fr;gap:15px}.popup-siren img{width:60px}}.landing-hero{text-align:center;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.landing-video{object-fit:cover;z-index:1;filter:brightness(55%);width:100%;height:100%;position:absolute;inset:0}.landing-overlay{z-index:2;background:linear-gradient(#00000073,#0009);position:absolute;inset:0}.landing-content{z-index:3;color:#fff;max-width:900px;padding:0 25px;position:relative}.experience-badge{background:#156619d9;border-radius:50px;align-items:center;gap:10px;margin-bottom:25px;padding:10px 22px;font-weight:700;display:inline-flex;box-shadow:0 6px 20px #0006}.experience-badge i{color:#facc15}.landing-content h1{text-shadow:0 6px 18px #000000b3;margin-bottom:20px;font-size:4.2rem;font-weight:900;line-height:1.15}.landing-content h1 span{color:#facc15}.landing-content p{text-shadow:0 3px 10px #0009;margin-bottom:45px;font-size:1.4rem;line-height:1.8}.hero-actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.landing-btn{border-radius:50px;padding:15px 38px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s}.landing-btn.primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #0006}.landing-btn.primary:hover{transform:translateY(-3px)}.landing-btn.secondary{color:#fff;border:2px solid #fff}.landing-btn.secondary:hover{color:#000;background:#fff}@media (width<=1024px){.landing-content h1{font-size:3.2rem}.landing-content p{font-size:1.2rem}}@media (width<=768px){.landing-content h1{font-size:2.4rem}.landing-content p{font-size:1rem}}.alka-hero{background:url(http://sunilghartimire.com.np/wp-content/uploads/2026/01/unnamed-3-1-rotated.jpg) 50%/cover no-repeat;padding:20px;font-family:Poppins,sans-serif}.alka-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1400px;margin:auto;display:grid}.alka-image{justify-content:center;align-items:center;display:flex}.alka-image img{width:100%;max-width:600px;height:auto;box-shadow:none;background:0 0;border-radius:0}.alka-content .tag{color:var(--dark-green);text-transform:uppercase;letter-spacing:1px;font-weight:600}.alka-content h1{color:var(--dark-green);margin:15px 0;font-size:48px;line-height:1.2}.heartbeat{color:var(--dark-green);margin:20px 0;font-size:34px}.alka-content p{color:#000;font-size:1.15rem;line-height:1.8}.btn{background:var(--dark-green);color:#fff;border-radius:6px;margin-top:30px;padding:16px 38px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn:hover{background:#1e8a24}@media (width<=1024px){.alka-wrap{text-align:center;grid-template-columns:1fr}.alka-content h1{font-size:40px}}@media (width<=768px){.alka-image img{max-width:320px}.alka-content h1{font-size:32px}.alka-content p{font-size:1rem}}@media (width<=480px){.alka-content h1{font-size:28px}}.stats-section{--stats-light-green:#e8f5ee;--accent-green:#1faa59;background:#fff;padding:40px 20px}.stats-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:35px;max-width:1250px;margin:auto;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #f2f2f2;border-radius:20px;padding:45px 30px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 35px #00000012}.stat-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px #1566192e}.top-accent{background:linear-gradient(90deg, var(--accent-green), var(--dark-green));width:100%;height:4px;position:absolute;top:0;left:0}.stat-icon{background:radial-gradient(circle at top, #fff, var(--stats-light-green));border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 20px;display:flex;box-shadow:inset 0 0 0 6px #fff,0 8px 20px #1faa5940}.stat-icon i{color:var(--accent-green);font-size:32px}.stat-card h2{color:var(--dark-green);letter-spacing:.5px;margin-bottom:8px;font-size:44px;font-weight:800}.stat-card p{letter-spacing:1px;color:#555;text-transform:uppercase;font-size:15px}.features-outer{--services-light-green:#e9f6ec;--soft-shadow:#15661926;background:linear-gradient(180deg, #fff 0%, var(--services-light-green) 100%);max-width:1600px;margin:auto;padding:40px 20px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.features-inner{text-align:center;z-index:1;max-width:1400px;margin:auto;position:relative}.features-inner h2{color:var(--dark-green);margin-bottom:60px;font-size:40px;font-weight:700;position:relative}.features-inner h2:after{content:"";background:var(--dark-green);border-radius:2px;width:80px;height:4px;margin:15px auto 0;display:block}.features-grid{grid-template-columns:repeat(4,1fr);gap:45px;display:grid}.feature-card{text-align:center;box-shadow:0 14px 35px var(--soft-shadow);border-top:6px solid var(--dark-green);background:#fff;border-radius:30px;padding:38px 22px 28px;transition:all .35s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 30px 70px #15661940}.feature-card .icon{background:#fff;border:6px solid #fff;border-radius:50%;width:130px;height:130px;margin:0 auto 25px;overflow:hidden;box-shadow:0 12px 28px #00000026}.feature-card .icon img{object-fit:cover;width:100%;height:100%}.feature-card h3{color:var(--dark-green);margin-bottom:14px;font-size:20px;font-weight:600}.feature-card p{color:#444;font-size:17px;font-weight:500;line-height:1.65}.features-outer .services-btn-wrap{text-align:center;margin-top:40px}.features-outer .view-all-btn{color:#fff;background:var(--dark-green);border-radius:50px;padding:16px 46px;font-size:16px;font-weight:600;transition:all .35s;display:inline-block;box-shadow:0 14px 35px #1566194d}.features-outer .view-all-btn:hover{color:#fff;background:#0f4d14;transform:translateY(-4px);box-shadow:0 22px 55px #15661973}@media (width<=1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.features-outer{padding:45px 15px}.features-inner h2{margin-bottom:40px;font-size:28px}.features-grid{grid-template-columns:repeat(2,1fr);gap:25px}.feature-card{border-radius:24px;padding:26px 18px 22px}.feature-card .icon{width:95px;height:95px;margin-bottom:15px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px}.features-outer .services-btn-wrap{margin-top:45px}.features-outer .view-all-btn{padding:14px 36px;font-size:15px}}@media (width<=480px){.features-inner h2{margin-bottom:30px;font-size:22px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:22px 16px 18px}.feature-card .icon{width:80px;height:80px}.feature-card h3{font-size:16px}.feature-card p{font-size:13px;line-height:1.5}.features-outer .view-all-btn{padding:13px 30px;font-size:14px}}.departments-section{color:#1f2937;background:linear-gradient(135deg,#e9f6ec,#fff);padding:30px 20px;font-family:Poppins,sans-serif}.departments-section .container{max-width:1300px;margin:auto}.section-title{text-align:center;margin-bottom:50px}.section-title h1{color:#156619;margin-bottom:12px;font-size:36px;font-weight:700}.section-title p{color:#4b5563;max-width:900px;margin:auto;font-size:16px;font-weight:500;line-height:1.7}.departments-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;display:grid}.departments-grid a{text-decoration:none}.department-card{text-align:center;color:#156619;cursor:pointer;background:#fff;border:2px solid #c7e6c7;border-radius:20px;padding:35px 20px;font-size:16px;font-weight:600;transition:all .4s;position:relative;box-shadow:0 12px 30px #1566191a}.department-card:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#156619,#43a047);border-radius:20px;width:calc(100% + 20px);height:calc(100% + 20px);transition:all .4s;position:absolute;top:-10px;left:-10px}.department-card:hover{color:#fff;transform:translateY(-8px)scale(1.05)}.department-card:hover:before{opacity:1}.services-btn-wrap{text-align:center;margin-top:45px}.view-all-btn{color:#fff;background:#156619;border-radius:50px;padding:16px 38px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.view-all-btn:hover{background:#1e8a24}@media (width<=900px){.departments-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}}@media (width<=600px){.departments-grid{grid-template-columns:1fr;gap:15px}.section-title h1{font-size:28px}.section-title p{font-size:15px}}.hospital-location{background:linear-gradient(135deg,#e9f6ec,#fff);padding:60px 20px;font-family:Poppins,sans-serif;overflow:hidden}.location-wrapper{grid-template-columns:1fr 1fr;align-items:stretch;gap:40px;max-width:1200px;margin:auto;display:grid}.location-content{background:#fff;border-radius:30px;flex-direction:column;padding:40px;display:flex;box-shadow:0 25px 45px #15661926}.location-content h2{color:#156619;margin-bottom:15px;font-size:36px;font-weight:700}.location-content p{color:#1f2937;font-size:18px;line-height:1.7}.contact-box{background:#e6f4e6;border-radius:22px;margin-top:auto;padding:22px;font-size:16px}.contact-item{align-items:center;margin-bottom:12px;display:flex}.contact-item span{color:#156619;margin-right:10px;font-size:22px}.contact-item a{color:#156619;font-weight:600;text-decoration:none}.contact-item a:hover{text-decoration:underline}.phone-numbers{gap:10px;display:flex}.phone-numbers a{color:#156619;font-weight:600;text-decoration:none}.phone-numbers a:hover{text-decoration:underline}.map-box{cursor:pointer;background:#fff;border-radius:30px;flex-direction:column;text-decoration:none;transition:transform .3s;display:flex;box-shadow:0 25px 45px #15661926}.map-box:hover{transform:scale(1.03)}.map-box iframe{pointer-events:none;border:none;border-radius:24px;flex-grow:1;width:100%;height:100%}.map-label{text-align:center;color:#156619;margin-top:10px;font-size:15px;font-weight:500}@media (width<=900px){.location-wrapper{grid-template-columns:1fr}.map-box{margin-top:30px}}@media (width<=600px){.hospital-location{padding:40px 16px}.location-content{padding:26px 22px}.location-content h2{font-size:26px}.location-content p{font-size:15.5px}.phone-numbers{flex-direction:column;gap:6px}.map-box iframe{min-height:260px}}.department-section{--dept-green:#166534;--dept-orange:#d97706;background:#f9fafb;padding:60px 20px}.department-container{grid-template-columns:280px 1fr;align-items:start;gap:30px;max-width:1400px;margin:auto;display:grid}.department-list{background:#fff;border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex;box-shadow:0 10px 30px #00000014}.dept-dropdown{border:1px solid #ccc;border-radius:10px;width:100%;margin-bottom:10px;padding:12px;font-weight:600;display:none}.dept-buttons{flex-direction:column;gap:10px;display:flex}.dept-btn{color:#000;cursor:pointer;text-align:left;background:#fff;border:none;border-radius:10px;align-items:center;gap:10px;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:all .3s;display:flex}.dept-btn:hover,.dept-btn.active{background:var(--dept-green);color:#fff}.dept-text h2{color:var(--dept-green);margin-bottom:12px}.dept-text p{color:#374151;font-size:15px;line-height:1.8}.dept-points{color:#374151;margin-top:15px;padding-left:20px;line-height:1.8;list-style-type:disc}.dept-points li{margin-bottom:8px}.department-content{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #00000014}.dept-top{grid-template-columns:1.3fr 1fr;gap:30px;margin-bottom:40px;display:grid}.dept-images{flex-direction:column;gap:16px;display:flex}.dept-images img{aspect-ratio:1;object-fit:cover;border-radius:16px;width:100%;box-shadow:0 8px 20px #0000001a}.dept-doctors h3{border-left:5px solid var(--dept-orange);margin-bottom:20px;padding-left:12px}.doctor-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.doctor-card{text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:20px}.doctor-card img{object-fit:cover;border-radius:50%;width:90px;height:90px;margin-bottom:10px}.doctor-card span{color:var(--dept-orange)}.book-btn{color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e);border-radius:999px;margin-top:12px;padding:10px;font-weight:600;text-decoration:none;transition:all .3s;display:block}.book-btn:hover{background:linear-gradient(135deg,#15803d,#22c55e)}@media (width<=900px){.department-container,.dept-top,.doctor-grid{grid-template-columns:1fr}.dept-dropdown{display:block}.dept-buttons{display:none}}.team-section{color:#1f2937;background:linear-gradient(#fff,#e9f6ec);padding:30px 20px;font-family:Poppins,sans-serif}.team-container{max-width:1350px;margin:auto}.team-section .section-title{text-align:center;margin-bottom:50px}.team-section .section-title h1{color:#156619;margin-bottom:10px;font-size:36px;font-weight:700}.team-section .section-title p{color:#4b5563;max-width:800px;margin:auto;font-size:16px;font-weight:500}.team-grid{grid-template-columns:repeat(4,1fr);gap:50px;display:grid}.team-member{text-align:center;background:#fff;border:1px solid #d1e7d3;border-top:5px solid #156619;border-radius:20px;padding:20px;transition:transform .3s,box-shadow .3s;overflow:hidden}.team-member:hover{transform:translateY(-6px);box-shadow:0 15px 35px #15661933}.team-member img{aspect-ratio:1;object-fit:cover;border:4px solid #156619;border-radius:16px;width:100%;margin-bottom:14px}.team-member h3{color:#156619;margin-bottom:6px;font-size:18px;font-weight:600}.team-member .position{color:#156619;font-size:14px;font-weight:500;display:block}@media (width<=1200px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.team-grid{grid-template-columns:1fr}.team-section .section-title h1{font-size:28px}.team-section .section-title p{font-size:15px}}.services-page-outer{--services-dark-green:#156619;--services-light-green:#e9f6ec;--services-soft-shadow:#15661926;background:linear-gradient(180deg, #fff 0%, var(--services-light-green) 100%);max-width:1600px;margin:auto;padding:40px 20px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.services-page-inner{text-align:center;z-index:1;max-width:1400px;margin:auto;position:relative}.services-page-title{color:var(--services-dark-green);padding-bottom:30px;font-size:40px;font-weight:900}.services-page-grid{grid-template-columns:repeat(4,1fr);gap:45px;display:grid}.service-card{text-align:center;box-shadow:0 14px 35px var(--services-soft-shadow);border-top:6px solid var(--services-dark-green);background:#fff;border-radius:30px;padding:38px 22px 28px;transition:all .35s}.service-card:hover{transform:translateY(-10px);box-shadow:0 30px 70px #15661940}.service-card .service-card-icon{background:#fff;border:6px solid #fff;border-radius:50%;width:130px;height:130px;margin:0 auto 25px;overflow:hidden;box-shadow:0 12px 28px #00000026}.service-card .service-card-icon img{object-fit:cover;width:100%;height:100%}.service-card h3{color:var(--services-dark-green);margin-bottom:14px;font-size:20px;font-weight:600}.service-card p{color:#444;font-size:17px;font-weight:500;line-height:1.65}@media (width<=1200px){.services-page-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.services-page-outer{padding:45px 15px}.services-page-title{padding-bottom:20px;font-size:28px}.services-page-grid{grid-template-columns:repeat(2,1fr);gap:25px}.service-card{border-radius:24px;padding:26px 18px 22px}.service-card .service-card-icon{width:95px;height:95px;margin-bottom:15px}.service-card h3{font-size:18px}.service-card p{font-size:14px}}@media (width<=480px){.services-page-title{padding-bottom:15px;font-size:22px}.services-page-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:22px 16px 18px}.service-card .service-card-icon{width:80px;height:80px}.service-card h3{font-size:16px}.service-card p{font-size:13px;line-height:1.5}}.fewa-heading{color:var(--dark-green);text-align:center;text-shadow:1px 1px 3px #0003;padding:15px;font-size:2.5rem;font-weight:700}.program-cards-section{--college-green:#156619;background:#eef6f0;padding:40px 20px}.program-cards-container{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1300px;margin:auto;display:grid}.program-main-card{background:#fff;border:1px solid #dbe7dd;border-radius:24px;text-decoration:none;transition:all .35s;display:block;overflow:hidden;box-shadow:0 10px 30px #0000000d}.program-main-card:hover{transform:translateY(-8px)}.program-image{height:240px;overflow:hidden}.program-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.program-main-card:hover img{transform:scale(1.05)}.program-card-top,.program-main-card h2,.program-main-card p,.program-details,.program-link{padding-left:28px;padding-right:28px}.program-card-top{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.program-icon{background:#e8f5ea;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.program-badge{color:var(--college-green);background:#e8f5ea;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700}.program-main-card h2{color:#1f2937;margin-top:22px;font-size:28px}.program-main-card p{color:#6b7280;margin-top:14px;line-height:1.8}.program-details{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.program-details div{background:#f8faf8;border:1px solid #e5ece7;border-radius:12px;padding:14px;font-size:14px}.program-link{color:var(--college-green);margin-top:24px;padding-bottom:30px;font-weight:700}.program-detail-section{--college-green:#156619;background:#fff;padding:100px 20px}.program-detail-section.alt-bg{background:linear-gradient(#fff,#eef6f0)}.detail-container{grid-template-columns:1fr 1fr;align-items:center;gap:70px;max-width:1300px;margin:auto;display:grid}.detail-image{border-radius:28px;height:650px;overflow:hidden;box-shadow:0 20px 40px #00000014}.detail-image img{object-fit:cover;width:100%;height:100%}.detail-badge{color:var(--college-green);background:#e8f5ea;border-radius:999px;margin-bottom:20px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-block}.detail-content h2{color:var(--college-green);margin-bottom:24px;font-size:52px;line-height:1.2}.detail-content p{color:#6b7280;margin-bottom:18px;font-size:16px;line-height:1.9}.detail-info-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:35px;display:grid}.detail-info-grid div{background:#fff;border:1px solid #e7ece8;border-radius:16px;padding:18px}.stats-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:35px;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #e7ece8;border-radius:22px;padding:28px}.stat-card h3{color:var(--college-green);margin-bottom:10px;font-size:34px}.stat-card p{margin:0}.stat-card.primary{background:var(--college-green);border:none}.stat-card.primary h3,.stat-card.primary p{color:#fff}.offer-section{background:linear-gradient(#fff 0%,#eef8f1 100%);padding:40px 20px}.offer-section .offer-container{max-width:1200px;margin:auto}.offer-section .section-header{text-align:center;max-width:800px;margin:0 auto 70px}.offer-section .section-header h2{color:#156619;margin-bottom:12px;font-size:42px;font-weight:700;position:relative}.offer-section .section-header h2:after{content:"";background:#156619;border-radius:10px;width:70px;height:4px;margin:14px auto 0;display:block}.offer-section .section-header p{color:#6b7280;max-width:640px;margin:18px auto 0;font-size:18px;line-height:1.6}.offer-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.offer-card{text-align:center;background:#fff;border-radius:24px;padding:38px 30px;transition:all .35s;box-shadow:0 18px 40px #00000014}.offer-card i{color:#156619;margin-bottom:20px;font-size:38px}.offer-card h4{color:#1f2937;margin-bottom:12px;font-size:22px;font-weight:600}.offer-card p{color:#6b7280;font-size:16px;line-height:1.65}.offer-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001f}@media (width<=992px){.program-cards-container{grid-template-columns:1fr}.detail-container{grid-template-columns:1fr;gap:40px}.right-layout .detail-image{order:-1}.detail-content h2{font-size:38px}.detail-image{height:420px}}@media (width<=768px){.offer-section{padding:60px 15px}.offer-section .section-header h2{font-size:36px}.offer-section .section-header p{font-size:16px}}@media (width<=600px){.program-main-card h2{font-size:24px}.detail-content h2{font-size:32px}.detail-info-grid,.stats-grid,.program-details{grid-template-columns:1fr}}#fch-qr-section{box-sizing:border-box;color:#183b55;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:100vh;margin:0;padding:25px 15px;font-family:Arial,Helvetica,sans-serif;display:flex}#fch-qr-section *,#fch-qr-section :before,#fch-qr-section :after{box-sizing:border-box}#fch-qr-section .fch-container{width:100%;max-width:1150px;margin:0 auto}#fch-qr-section .fch-card{background:#fff;border:1px solid #e3edf2;border-radius:26px;grid-template-columns:44% 56%;width:100%;display:grid;overflow:hidden;box-shadow:0 18px 55px #12425b1f}#fch-qr-section .fch-photo{width:100%;min-height:610px;position:relative;overflow:hidden}#fch-qr-section .fch-photo img{object-fit:cover;width:100%;height:100%;min-height:610px;display:block}#fch-qr-section .fch-photo-overlay{pointer-events:none;background:linear-gradient(#04334805 35%,#043348ad);position:absolute;inset:0}#fch-qr-section .fch-photo-badge{z-index:2;color:#14723c;background:#fffffff5;border-radius:50px;padding:11px 18px;font-size:13px;font-weight:700;position:absolute;bottom:24px;left:24px;box-shadow:0 8px 25px #00000026}#fch-qr-section .fch-photo-badge span{color:#16934a;margin-right:5px}#fch-qr-section .fch-details{flex-direction:column;justify-content:center;padding:50px 48px;display:flex}#fch-qr-section .fch-label{color:#087fb5;letter-spacing:1.4px;margin-bottom:10px;font-size:13px;font-weight:800}#fch-qr-section .fch-details h2{color:#153d5a;margin:0 0 13px;padding:0;font-size:47px;font-weight:700;line-height:1.08}#fch-qr-section .fch-intro{color:#6b8190;margin:0 0 25px;font-size:15px;line-height:1.65}#fch-qr-section .fch-info{background:#f7fbfd;border:1px solid #e1eef4;border-radius:13px;align-items:center;gap:13px;width:100%;margin-bottom:9px;padding:12px 14px;display:flex}#fch-qr-section .fch-info-icon{background:#e9f7fc;border-radius:11px;justify-content:center;align-items:center;width:41px;min-width:41px;height:41px;font-size:18px;display:flex}#fch-qr-section .fch-info-content span{color:#8799a5;letter-spacing:.8px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}#fch-qr-section .fch-info-content strong{color:#183d56;flex-wrap:wrap;gap:6px;font-size:13px;line-height:1.4;display:flex}#fch-qr-section .fch-direct-call{cursor:pointer;-webkit-tap-highlight-color:transparent}#fch-qr-section .fch-info-content a,#fch-qr-section .fch-popup-info a{color:#183d56;text-decoration:none}#fch-qr-section .fch-info-content a:hover{color:#087fb5}#fch-qr-section .fch-buttons{gap:9px;margin-top:14px;display:flex}#fch-qr-section .fch-btn{border-radius:10px;flex:1;justify-content:center;align-items:center;min-height:46px;padding:11px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:flex}#fch-qr-section .fch-btn:hover{transform:translateY(-2px)}#fch-qr-section .fch-call{color:#fff;background:#087fb5}#fch-qr-section .fch-call:hover{background:#056b96}#fch-qr-section .fch-map{color:#0873a4;background:#edf8fc;border:1px solid #d8edf5}#fch-qr-section .fch-emergency{background:#fff7f7;border:1px solid #f3dada;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:10px;padding:12px 14px;display:flex}#fch-qr-section .fch-emergency-left span{color:#b76666;letter-spacing:.8px;margin-bottom:2px;font-size:9px;font-weight:800;display:block}#fch-qr-section .fch-emergency-left strong{color:#a82e2e;font-size:15px}#fch-qr-section .fch-emergency-btn{color:#fff;white-space:nowrap;background:#d73535;border-radius:8px;padding:9px 13px;font-size:10px;font-weight:800;text-decoration:none}#fch-qr-section .fch-open-popup{color:#0873a4;cursor:pointer;background:#f0f8fc;border:none;border-radius:10px;width:100%;margin-top:12px;padding:12px;font-size:12px;font-weight:700;transition:all .2s}#fch-qr-section .fch-open-popup:hover{background:#e2f3f9}#fch-qr-section .fch-popup{justify-content:center;align-items:center;padding:20px;display:none;z-index:999999!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}#fch-qr-section .fch-popup.fch-show{display:flex}#fch-qr-section .fch-popup-background{-webkit-backdrop-filter:blur(6px);background:#031b28c2;width:100%;height:100%;position:absolute;inset:0}#fch-qr-section .fch-popup-box{z-index:3;background:#fff;border-radius:23px;width:100%;max-width:500px;max-height:94vh;animation:.3s fch-popup-animation;position:relative;overflow-y:auto;box-shadow:0 30px 90px #0000004d}@keyframes fch-popup-animation{0%{opacity:0;transform:translateY(25px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}#fch-qr-section .fch-popup-close{z-index:10;color:#344d5d;text-align:center;cursor:pointer;background:#fffffff0;border:none;border-radius:50%;width:35px;height:35px;padding:0;font-size:25px;line-height:35px;position:absolute;top:13px;right:13px;box-shadow:0 3px 12px #0000001f}#fch-qr-section .fch-popup-photo{border-radius:23px 23px 0 0;width:100%;height:190px;position:relative;overflow:hidden}#fch-qr-section .fch-popup-photo img{object-fit:cover;width:100%;height:100%;display:block}#fch-qr-section .fch-popup-photo-overlay{background:linear-gradient(#03314605,#033146b8);position:absolute;inset:0}#fch-qr-section .fch-popup-photo-text{color:#fff;letter-spacing:.7px;font-size:18px;font-weight:800;position:absolute;bottom:18px;left:22px}#fch-qr-section .fch-popup-content{padding:24px}#fch-qr-section .fch-popup-label{color:#087fb5;letter-spacing:1.1px;margin-bottom:6px;font-size:10px;font-weight:800}#fch-qr-section .fch-popup-content h3{color:#153d5a;margin:0 0 7px;padding:0;font-size:28px;font-weight:800;line-height:1.15}#fch-qr-section .fch-popup-description{color:#718594;margin:0 0 15px;font-size:12px;line-height:1.55}#fch-qr-section .fch-popup-info{background:#f7fbfd;border:1px solid #e3eff4;border-radius:10px;align-items:center;gap:11px;margin-bottom:7px;padding:10px 11px;display:flex}#fch-qr-section .fch-popup-icon{background:#e8f6fb;border-radius:9px;justify-content:center;align-items:center;width:37px;min-width:37px;height:37px;font-size:16px;display:flex}#fch-qr-section .fch-popup-info small{color:#8b9ca7;letter-spacing:.8px;margin-bottom:2px;font-size:8px;font-weight:800;display:block}#fch-qr-section .fch-popup-info strong{color:#193d55;flex-wrap:wrap;gap:5px;font-size:12px;display:flex}#fch-qr-section .fch-popup-info a{color:#193d55;text-decoration:none}#fch-qr-section .fch-popup-danger{background:#fff7f7;border-color:#f1dada}#fch-qr-section .fch-popup-danger .fch-popup-icon{background:#ffeded}#fch-qr-section .fch-popup-danger strong,#fch-qr-section .fch-popup-danger a{color:#ae3030}#fch-qr-section .fch-divider{color:#9aabb5}#fch-qr-section .fch-popup-buttons{gap:8px;margin-top:9px;display:flex}#fch-qr-section .fch-popup-btn{text-align:center;border-radius:9px;flex:1;justify-content:center;align-items:center;min-height:43px;padding:10px 8px;font-size:10px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}#fch-qr-section .fch-popup-btn:hover{transform:translateY(-1px)}#fch-qr-section .fch-popup-emergency-btn{color:#fff;background:#d73535}#fch-qr-section .fch-popup-ambulance-btn{color:#fff;background:#147c4a}#fch-qr-section .fch-popup-website-btn{color:#fff;background:#087fb5}#fch-qr-section .fch-popup-map-btn{color:#0873a4;background:#edf8fc;border:1px solid #d8edf5}@media (width<=850px){#fch-qr-section .fch-card{grid-template-columns:1fr}#fch-qr-section .fch-photo{height:330px;min-height:330px}#fch-qr-section .fch-photo img{min-height:330px}#fch-qr-section .fch-details{padding:35px 30px}#fch-qr-section .fch-details h2{font-size:38px}}@media (width<=600px){#fch-qr-section{padding:12px 10px}#fch-qr-section .fch-card{border-radius:20px}#fch-qr-section .fch-photo,#fch-qr-section .fch-photo img{height:260px;min-height:260px}#fch-qr-section .fch-details{padding:27px 18px}#fch-qr-section .fch-details h2{font-size:31px}#fch-qr-section .fch-intro{font-size:13px}#fch-qr-section .fch-buttons{flex-direction:column}#fch-qr-section .fch-emergency{align-items:center}#fch-qr-section .fch-popup{padding:12px}#fch-qr-section .fch-popup-box{border-radius:20px;max-height:95vh}#fch-qr-section .fch-popup-photo{border-radius:20px 20px 0 0;height:160px}#fch-qr-section .fch-popup-content{padding:19px}#fch-qr-section .fch-popup-content h3{font-size:25px}#fch-qr-section .fch-popup-buttons{gap:7px}#fch-qr-section .fch-popup-btn{font-size:9px}}@media (width<=370px){#fch-qr-section .fch-details h2{font-size:28px}#fch-qr-section .fch-popup-content{padding:16px}#fch-qr-section .fch-popup-info{padding:8px}}
