@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Segoe UI,sans-serif}body{color:#333;background-color:#fff}.navbar{z-index:999;background:0 0;justify-content:center;align-items:center;width:100%;height:90px;font-size:1rem;transition:all .4s;display:flex;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;height:80px;box-shadow:0 4px 15px #0056651a}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1300px;padding:0 40px;display:flex}.navbar-logo{align-items:center;text-decoration:none;display:flex}.navbar-logo img{object-fit:contain;transform-origin:0;width:auto;height:45px;margin-left:-60px;transform:scale(2)}.nav-menu{align-items:center;margin-left:auto;list-style:none;display:flex}.nav-item{margin:0 1rem}.mobile-btn{display:none}.nav-links{color:#4a5568;padding:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-links:hover{color:#1fc9a9}.nav-btn-container{display:block}.nav-book-btn{color:#fff;cursor:pointer;background-color:#18c900;border:none;border-radius:50px;padding:10px 28px;font-size:12px;font-weight:600;transition:background-color .3s}.menu-icon{cursor:pointer;display:none}.bar1,.bar2,.bar3{background-color:#1a202c;border-radius:2px;width:25px;height:3px;margin:5px 0;transition:all .4s}@media screen and (width<=960px){.navbar.menu-open{background:#fff}.navbar-logo img{height:35px;margin-left:-17px;transform:scale(1.5)}.navbar-container{padding:0 20px}.nav-btn-container{display:none}.mobile-btn{display:block}.nav-menu{opacity:1;background:#fff;flex-direction:column;justify-content:flex-start;width:100%;height:calc(100vh - 90px);transition:all .5s;display:flex;position:absolute;top:90px;left:-100%;overflow-y:auto;box-shadow:0 4px 20px #0000000d}.navbar.scrolled .nav-menu{height:calc(100vh - 80px);top:80px}.nav-menu.active{opacity:1;z-index:10;left:0}.nav-item{margin:.8rem 0}.nav-links{padding:.8rem;font-size:1.1rem}.menu-icon{display:block;position:absolute;top:30px;right:20px}.menu-icon.active .bar1{transform:translateY(8px)rotate(-45deg)}.menu-icon.active .bar2{opacity:0}.menu-icon.active .bar3{transform:translateY(-8px)rotate(45deg)}}.hero-section{background:linear-gradient(135deg,#fff 40% 70%);justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:120px 0 60px;display:flex;position:relative;overflow:hidden}.hero-container{justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1300px;padding:0 40px;display:flex}.hero-content{flex:1;max-width:600px}.hero-subtitle{display:inline-block}.hero-subtitle p{color:#18c900;letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:25px;font-weight:700}.hero-subtitle svg{width:100%;max-width:250px;display:block}.hero-logo{object-fit:contain;width:280px;height:auto;display:block}.hero-logo-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.hero-title .highlight{color:#18c900}.hero-description{color:#64748b;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.hero-buttons{align-items:center;gap:20px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;background-color:#18c900;box-shadow:0 4px 15px #18c9004d}.btn-secondary{color:#005665;background-color:#0000;border:2px solid #e2e8f0}.btn-secondary:hover{color:#18c900;border-color:#18c900}.hero-images{flex:1;justify-content:center;align-items:center;gap:25px;display:flex;position:relative}.image-wrapper{background:#fff;border:10px solid #fff;border-radius:120px;flex-shrink:0;width:270px;height:480px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.image-wrapper:hover .hero-img{transform:scale(1.05)}.img-left{transform:translateY(30px)}.img-right{transform:translateY(-30px)}@media screen and (width<=1100px){.hero-title{font-size:3rem}.image-wrapper{width:220px;height:400px}}@media screen and (width<=960px){.hero-container{text-align:center;flex-direction:column;padding:0 20px}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-subtitle svg{margin:0 auto}.hero-images{scroll-snap-type:x mandatory;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;flex-direction:row;justify-content:flex-start;gap:15px;width:100%;padding-bottom:20px;display:flex;overflow:auto hidden}.hero-images::-webkit-scrollbar{display:none}.image-wrapper{scroll-snap-align:center;box-sizing:border-box;border-radius:80px;flex:none;width:85vw;min-width:85vw;height:70vw;min-height:350px;max-height:450px}.image-wrapper .hero-img{object-position:top}.image-wrapper:last-child{margin-right:0}}@media screen and (width<=600px){.hero-title{font-size:2.2rem}.hero-description{font-size:14px}.hero-description br{display:none}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes floatImageLeft{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(30px)}}@keyframes floatImageRight{0%{opacity:0;transform:translateY(-80px)}to{opacity:1;transform:translateY(-30px)}}.hero-subtitle,.hero-title,.hero-description,.hero-buttons,.img-left,.img-right{opacity:0}.animate-hero .hero-subtitle{animation:1.2s cubic-bezier(.25,1,.5,1) forwards fadeInUp}.animate-hero .hero-title{animation:1.2s cubic-bezier(.25,1,.5,1) .3s forwards slideInLeft}.animate-hero .hero-description{animation:1.2s cubic-bezier(.25,1,.5,1) .6s forwards fadeInUp}.animate-hero .hero-buttons{animation:1.2s cubic-bezier(.25,1,.5,1) .9s forwards fadeInUp}.animate-hero .img-left{animation:1.8s cubic-bezier(.25,1,.5,1) .4s forwards floatImageLeft}.animate-hero .img-right{animation:1.8s cubic-bezier(.25,1,.5,1) .7s forwards floatImageRight}@media screen and (width<=960px){.animate-hero .img-left{animation:1.4s cubic-bezier(.25,1,.5,1) .4s forwards fadeInUp}.animate-hero .img-right{animation:1.4s cubic-bezier(.25,1,.5,1) .7s forwards fadeInUp}}.ribbon-section{z-index:10;width:100%;margin-top:-60px;position:relative;overflow:hidden}.ribbon-band{opacity:0;width:100%}.animate-ribbon .ribbon-band{animation:1.2s cubic-bezier(.25,1,.5,1) forwards fadeInUp}@media screen and (width<=960px){.ribbon-band svg{width:150%;margin-left:-25%}}@media screen and (width<=600px){.ribbon-band svg{width:250%;margin-left:-50%}}.about-section{background-color:#f8fafc;justify-content:center;padding:70px 5%;display:flex;overflow:hidden}.about-container{align-items:center;gap:60px;width:100%;max-width:1300px;display:flex}.about-image-column{flex:1;position:relative}.dual-image-wrapper{width:550px;height:520px;position:relative}.dual-image{border:8px solid #fff;border-radius:50%;width:320px;height:435px;position:absolute;overflow:hidden;box-shadow:0 15px 35px #0000001a}.dual-image img{object-fit:cover;width:100%;height:100%}.main-image{z-index:2;opacity:0;top:0;left:0}.secondary-image{z-index:1;opacity:0;top:85px;right:0}@keyframes elegantRevealImage{0%{opacity:0;filter:blur(10px);transform:translateY(60px)scale(.9)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.animate-about .main-image{animation:1.4s cubic-bezier(.16,1,.3,1) forwards elegantRevealImage}.animate-about .secondary-image{animation:1.4s cubic-bezier(.16,1,.3,1) .3s forwards elegantRevealImage}.experience-badge.circular-badge{text-align:center;z-index:3;background-color:#005665;border:5px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;padding:0;display:flex;position:absolute;bottom:-10px;right:0;box-shadow:0 15px 30px #00566540}.experience-badge.circular-badge h3{color:#18c900;margin-bottom:2px;font-size:2rem;font-weight:800;line-height:1}.experience-badge.circular-badge p{color:#fff;font-size:.8rem;font-weight:600;line-height:1.1}.about-content-column{flex:1;max-width:600px}.about-subtitle{opacity:0;align-items:center;gap:15px;margin-bottom:20px;display:flex}.animate-about .about-subtitle{animation:1s cubic-bezier(.25,1,.5,1) .2s forwards fadeInUp}.about-subtitle span{color:#18c900;letter-spacing:2px;font-size:14px;font-weight:700}.subtitle-line{background-color:#18c900;border-radius:2px;width:60px;height:3px}.about-title{color:#005665;opacity:0;margin-bottom:25px;font-size:2.8rem;font-weight:800;line-height:1.2}.animate-about .about-title{animation:1s cubic-bezier(.25,1,.5,1) .4s forwards fadeInUp}.about-title .highlight-dark{color:#005665}.animate-about .about-description{animation:1s cubic-bezier(.25,1,.5,1) .6s forwards fadeInUp}.about-features{opacity:0;color:#64748b;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6;list-style:none}.animate-about .about-features{animation:1s cubic-bezier(.25,1,.5,1) .8s forwards fadeInUp}.about-features li{align-items:center;gap:15px;margin-bottom:15px;font-size:16px;font-weight:500;display:flex}.about-features li svg{flex-shrink:0;width:28px;height:28px}.about-btn{color:#fff;cursor:pointer;opacity:0;background-color:#18c900;border:none;border-radius:50px;padding:15px 35px;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px #00566533}.animate-about .about-btn{animation:1s cubic-bezier(.25,1,.5,1) 1s forwards fadeInUp}@media screen and (width<=1199px){.about-title{font-size:2.5rem}.dual-image-wrapper{width:480px;height:480px}.dual-image{width:280px;height:380px}.secondary-image{top:75px}}@media screen and (width<=991px){.about-container{text-align:center;flex-direction:column;gap:20px;padding:0 20px}.about-image-column{justify-content:center;width:100%;max-width:550px;display:flex}.about-subtitle{justify-content:center}.about-features li{text-align:left;justify-content:flex-start}}@media screen and (width<=767px){.about-section{padding:60px 0}.about-title{font-size:2rem}.dual-image-wrapper{width:420px;height:440px}.dual-image{width:240px;height:330px}.secondary-image{top:60px}.about-features li{font-size:1rem}}@media screen and (width<=479px){.about-title{font-size:1.6rem}.dual-image-wrapper{width:100%;max-width:300px;height:340px}.dual-image{border-width:5px;width:180px;height:250px}.secondary-image{top:40px}.about-features li{font-size:.9rem}}.about-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;background:#000000a6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s modalBgFadeIn;display:flex;position:fixed;top:0;left:0}.about-modal-content{background:#fff;border-top:5px solid #005665;border-radius:20px;width:90%;max-width:700px;max-height:90vh;padding:40px;animation:.4s cubic-bezier(.25,1,.5,1) modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0003}.about-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:32px;line-height:1;transition:color .3s,transform .3s;position:absolute;top:20px;right:25px}.about-modal-header{border-bottom:1px solid #f1f5f9;margin-bottom:25px;padding-bottom:20px}.about-modal-eyebrow{letter-spacing:1px;color:#005665;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.about-modal-header h3{color:#005665;font-size:25px;font-weight:800;line-height:1.3}.about-modal-body p{color:#64748b;margin-bottom:20px;font-size:16px;line-height:1.7}.about-modal-body ul{margin-bottom:25px;padding-left:0;list-style-type:none}.about-modal-body ul li{color:#334155;margin-bottom:12px;padding-left:25px;font-size:15px;line-height:1.6;position:relative}.about-modal-body ul li:before{content:"✓";color:#18c900;font-weight:700;position:absolute;top:0;left:0}.modal-cta-btn{background-color:#005665;width:100%;margin-top:10px;box-shadow:0 4px 15px #00566526}@keyframes modalBgFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=767px){.about-modal-content{width:95%;max-height:95vh;padding:30px 20px}.about-modal-header h3{font-size:1.5rem}.about-modal-body p,.about-modal-body ul li{font-size:14px}}.clean-services-section{background-color:#fff;justify-content:center;padding:100px 5%;display:flex;overflow:hidden}.clean-services-container{width:100%;max-width:1300px}.clean-services-header{text-align:center;opacity:0;margin-bottom:70px}.animate-clean .clean-services-header{animation:1s forwards fadeInUp}.clean-services-header h2{color:#000;margin-bottom:25px;font-family:Inter,sans-serif;font-size:2.8rem;font-weight:800}.clean-services-header p{color:#64748b;max-width:1100px;margin:0 auto;font-family:Inter,sans-serif;font-size:15px;line-height:1.9}.clean-mission-vision{opacity:0;justify-content:center;align-items:stretch;display:flex}.animate-clean .clean-mission-vision{animation:1s .3s forwards fadeInUp}.clean-mv-box{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 50px;display:flex}.about-subtitles{opacity:0;color:#18c900;justify-content:center;align-items:center;gap:15px;margin-bottom:20px;font-size:14px;font-weight:700;display:flex}.animate-clean .about-subtitles{animation:1s forwards fadeInUp}.clean-mv-box h3{color:#005665;margin-bottom:30px;font-family:Inter,sans-serif;font-size:20px;font-weight:700}.clean-mv-icon{margin-bottom:25px}.clean-mv-box p{color:#64748b;max-width:500px;font-family:Inter,sans-serif;font-size:15px;line-height:1.8}.clean-divider{background-color:#e2e8f0;width:1px;margin:0 10px}@media screen and (width<=991px){.clean-mission-vision{flex-direction:column;gap:60px}.clean-divider{width:100%;height:1px;margin:0}.clean-mv-box{padding:0}.clean-services-header h2{font-size:2.2rem}}@media screen and (width<=767px){.clean-services-section{padding:60px 5%}.clean-services-header p{text-align:left}.clean-mv-box p{text-align:center}.clean-services-header h2{font-size:1.8rem}}.doctor-img{z-index:2;object-fit:cover;border-radius:20px;max-height:110%;padding-right:83px;position:relative}.services-right{opacity:0;flex:1.5;grid-template-columns:1fr 1fr;gap:25px;display:grid}.service-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:35px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}@media screen and (width<=1199px){.services-top{gap:30px}.services-title{font-size:2rem}.services-right{gap:15px}.service-card{padding:25px}.stat-item h3{font-size:1.8rem}}@media screen and (width<=991px){.services-top{flex-direction:column;align-items:center}.services-left{text-align:center;max-width:100%;margin-bottom:40px}.services-header{flex-direction:column;align-items:center;display:flex}.doctor-image-wrapper{max-width:400px;height:400px;margin:0 auto}.floating-badge{left:0}}@media screen and (width<=767px){.services-section{padding:60px 5%}.services-right{grid-template-columns:1fr;width:100%}.stats-banner{flex-direction:column;gap:30px}.stat-divider{width:50px;height:2px}}@media screen and (width<=479px){.services-title{font-size:1.6rem}.doctor-image-wrapper{height:320px}.floating-badge{padding:10px 15px;bottom:20px;left:-10px}.badge-icon{padding:5px;font-size:20px}.badge-text strong{font-size:15px}.stat-item h3{font-size:1.5rem}}.testimonials-section{background-color:#f8fafc;flex-direction:column;align-items:center;padding:70px 5%;display:flex;overflow:hidden}.testi-header{text-align:center;opacity:0}.animate-testimonials .testi-header,.animate-testimonials .about-subtitles{animation:1s forwards fadeInUp}.testi-title{color:#0f172a;margin-bottom:10px;font-family:Playfair Display,serif,sans-serif;font-size:2.8rem;font-weight:800}.testi-subtitle{color:#64748b;font-family:Inter,sans-serif;font-size:16px}.testi-slider-wrapper{opacity:0;justify-content:center;align-items:center;width:100%;max-width:1400px;display:flex;position:relative}.animate-testimonials .testi-slider-wrapper{animation:1s .3s forwards fadeInUp}.testi-slider-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:30px;width:100%;max-width:1200px;padding:20px 10px;display:flex;overflow-x:auto}.testi-slider-container::-webkit-scrollbar{display:none}.testi-card{scroll-snap-align:center;background:#fff;border:1px solid #e1e9f0;border-left:5px solid #005665;border-radius:12px;flex-direction:column;flex:0 0 calc(33.333% - 20px);min-height:380px;padding:40px 30px;display:flex;position:relative;box-shadow:0 10px 30px #00000008}.quote-icon{color:#18c900;margin-top:10px;margin-bottom:25px;font-family:Arial,Helvetica,sans-serif;font-size:60px;line-height:.5}.quote-text{color:#475569;margin-bottom:15px;font-family:Inter,sans-serif;font-size:16px;line-height:1.7}.read-more-link{color:#005665;cursor:pointer;margin-left:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;text-decoration:underline}.card-footer-spacer{flex-grow:1}.author-box{border-top:1px solid #f1f5f9;align-items:center;gap:15px;padding-top:25px;display:flex}.author-avatar{color:#18c900;border:2px solid #005665;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;font-weight:800;display:flex}.author-name{color:#1e293b;font-family:Inter,sans-serif;font-size:16px;font-weight:800}.testi-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.testi-modal-content{background:#fff;border-left:5px solid #005665;border-radius:20px;width:40%;max-height:90vh;padding:50px;animation:.4s cubic-bezier(.25,1,.5,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000026}.testi-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:30px;transition:color .3s;position:absolute;top:20px;right:25px}.modal-quote{margin-bottom:0;font-size:80px;line-height:.8}.full-quote{color:#1e293b;font-size:17px;line-height:1.8}.modal-author{border-top:1px solid #e2e8f0;margin-top:30px;padding-top:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=1440px){.testimonials-section{padding:60px 5%}.testi-slider-container{max-width:1300px}.testi-card{flex:0 0 calc(33.333% - 20px);min-height:400px;padding:45px 35px}.testi-title{font-size:2.8rem}.testi-subtitle{font-size:16px}.quote-text{font-size:16px;line-height:1.7}.testi-modal-content{width:45%;padding:55px}.modal-quote{font-size:85px}}@media screen and (width>=1280px) and (width<=1439px){.testimonials-section{padding:70px 5%}.testi-slider-container{max-width:1200px}.testi-card{flex:0 0 calc(33.333% - 20px);min-height:390px;padding:42px 32px}.testi-title{font-size:2.7rem}.testi-subtitle,.quote-text{font-size:16px}.testi-modal-content{width:45%;padding:50px}.modal-quote{font-size:80px}}@media screen and (width>=1024px) and (width<=1279px){.testimonials-section{padding:120px 5%}.testi-slider-container{width:90%;max-width:1000px}.testi-card{flex:0 0 calc(50% - 15px);min-height:360px;padding:38px 28px}.testi-title{font-size:2.5rem}.testi-subtitle{font-size:15px}.quote-text{font-size:15px;line-height:1.6}.testi-modal-content{width:55%;padding:45px}.modal-quote{font-size:75px}}@media screen and (width>=912px) and (width<=1023px){.testimonials-section{padding:75px 5%}.testi-slider-container{width:90%;max-width:900px}.testi-card{flex:0 0 calc(50% - 15px);min-height:350px;padding:36px 26px}.testi-title{font-size:2.4rem}.testi-subtitle{font-size:15px}.quote-text{font-size:15px;line-height:1.6}.testi-modal-content{width:60%;padding:42px}.modal-quote{font-size:72px}}@media screen and (width>=834px) and (width<=911px){.testimonials-section{padding:70px 5%}.testi-slider-container{width:90%;max-width:800px}.testi-card{flex:0 0 calc(50% - 12px);min-height:330px;padding:34px 24px}.testi-title{font-size:2.2rem}.testi-subtitle{font-size:14px}.quote-text{font-size:14px;line-height:1.6}.testi-modal-content{width:65%;padding:40px}.modal-quote{font-size:68px}}@media screen and (width>=768px) and (width<=833px){.testimonials-section{padding:55px 5%}.testi-slider-container{width:90%;max-width:720px}.testi-card{flex:0 0 calc(50% - 12px);min-height:320px;padding:32px 22px}.testi-title{font-size:2.1rem}.testi-subtitle{font-size:14px}.quote-text{font-size:14px;line-height:1.55}.testi-modal-content{width:70%;padding:38px}.modal-quote{font-size:65px}}@media screen and (width>=480px) and (width<=767px){.testimonials-section{padding:70px 5%}.testi-slider-container{width:100%;max-width:100%;padding:10px}.testi-card{scroll-snap-align:center;flex:0 0 100%;min-height:330px;padding:35px 25px}.testi-title{font-size:2rem}.testi-subtitle{font-size:14px}.quote-text{font-size:14px;line-height:1.55}.testi-modal-content{border-radius:16px;width:90%;padding:30px}.modal-quote{font-size:60px}}@media screen and (width>=430px) and (width<=479px){.testimonials-section{padding:60px 4%}.testi-slider-container{width:100%;padding:8px}.testi-card{flex:0 0 100%;min-height:300px;padding:32px 22px}.testi-title{font-size:1.85rem}.testi-subtitle{font-size:13px}.quote-text{font-size:13px;line-height:1.5}.quote-icon{margin-bottom:18px;font-size:55px}.author-avatar{width:45px;height:45px;font-size:16px}.author-name{font-size:14px}.testi-modal-content{border-radius:14px;width:92%;padding:28px}.modal-quote{font-size:55px}}@media screen and (width>=414px) and (width<=429px){.testimonials-section{padding:55px 4%}.testi-slider-container{width:100%;padding:8px}.testi-card{flex:0 0 100%;min-height:290px;padding:30px 20px}.testi-title{font-size:1.8rem}.testi-subtitle{font-size:13px}.quote-text{font-size:13px;line-height:1.5}.quote-icon{margin-bottom:16px;font-size:52px}.author-avatar{width:45px;height:45px;font-size:15px}.author-name{font-size:14px}.testi-modal-content{border-radius:12px;width:93%;padding:26px}.modal-quote{font-size:52px}}@media screen and (width>=390px) and (width<=413px){.testimonials-section{padding:50px 4%}.testi-slider-container{width:100%;padding:6px}.testi-card{flex:0 0 100%;min-height:280px;padding:28px 18px}.testi-title{font-size:1.75rem}.testi-subtitle{font-size:12px}.quote-text{font-size:12px;line-height:1.45}.quote-icon{margin-bottom:15px;font-size:50px}.author-avatar{width:42px;height:42px;font-size:14px}.author-name{font-size:13px}.testi-modal-content{border-radius:12px;width:94%;padding:24px}.modal-quote{font-size:50px}}@media screen and (width>=375px) and (width<=389px){.testimonials-section{padding:48px 3%}.testi-slider-container{width:100%;padding:6px}.testi-card{flex:0 0 100%;min-height:270px;padding:26px 16px}.testi-title{font-size:1.7rem}.testi-subtitle{font-size:12px}.quote-text{font-size:12px;line-height:1.45}.quote-icon{margin-bottom:14px;font-size:48px}.author-avatar{width:40px;height:40px;font-size:13px}.author-name{font-size:13px}.testi-modal-content{border-radius:10px;width:95%;padding:22px}.modal-quote{font-size:48px}}@media screen and (width<=374px){.testimonials-section{padding:45px 3%}.testi-slider-container{width:100%;padding:4px}.testi-card{flex:0 0 100%;min-height:260px;padding:24px 14px}.testi-title{font-size:1.65rem}.testi-subtitle{font-size:11px}.quote-text{font-size:11px;line-height:1.4}.quote-icon{margin-bottom:12px;font-size:46px}.author-avatar{width:38px;height:38px;font-size:12px}.author-name{font-size:12px}.testi-modal-content{border-radius:10px;width:96%;padding:20px}.modal-quote{font-size:46px}}@media screen and (width<=991px){.faq-question{padding:20px 25px}.faq-answer{padding:0 25px 22px}}@media screen and (width<=767px){.faq-section{padding:60px 5%}.faq-question{padding:18px 20px}.faq-question h3{font-size:15px}.faq-answer{padding:0 20px 20px;font-size:14.5px}}@media screen and (width<=479px){.faq-section{padding:50px 5%}.faq-header{margin-bottom:35px}.faq-question{padding:16px 18px}.faq-question h3{font-size:14.5px}.faq-answer{padding:0 18px 18px;font-size:14px}.faq-icon{width:32px;height:32px;font-size:16px}}.contact-section{background-color:#f8fafc;justify-content:center;padding:20px 5%;display:flex;overflow:hidden}.contact-wrapper{opacity:0;align-items:center;gap:60px;width:100%;max-width:1400px;display:flex}.animate-contact .contact-wrapper{animation:1s forwards fadeInUp}.contact-info{color:#1e293b;flex:1}.contact-info .about-subtitles span{color:#18c900}.contact-info .subtitle-line{background-color:#18c900}.contact-info .about-title,.contact-info .about-subtitles{opacity:0}.animate-contact .contact-info .about-title,.animate-contact .contact-info .about-subtitles{animation:1s forwards fadeInUp}.contact-description{color:#64748b;max-width:550px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.contact-details{flex-direction:column;gap:25px;display:flex}.contact-item{align-items:center;gap:20px;display:flex}.contact-icon{background:#fff;border:1px solid #18c900;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.contact-item h4{color:#005665;margin-bottom:5px;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.contact-item p{color:#475569;margin:0;font-family:Inter,sans-serif;font-size:15px}.contact-form-container{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:1;padding:35px;box-shadow:0 25px 60px #0000000d}.contact-form h3{color:#005665;margin-bottom:20px;font-family:Inter,sans-serif;font-size:24px;font-weight:800}.form-row{gap:20px;display:flex}.form-group{margin-bottom:14px}.form-group.flex-1{flex:1}.form-group label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:block}.optional-tag{color:#cbd5e1;text-transform:none;letter-spacing:0;font-weight:400}.form-group input,.form-group textarea,.premium-select{color:#0f172a;background:#f8fafc;border:2px solid #f1f5f9;border-radius:8px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus,.premium-select:focus{background:#fff;border-color:#00a3a3;outline:none;box-shadow:0 0 0 4px #00a3a31a}.premium-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background-color:#18c900;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:5px;padding:15px;font-family:Inter,sans-serif;font-size:15px;font-weight:800;transition:all .3s;display:flex}.btn-arrow{transition:transform .3s}@media screen and (width>=1200px){.contact-wrapper{flex-direction:row}}@media screen and (width>=992px) and (width<=1199px){.contact-wrapper{gap:40px}.contact-form-container{padding:40px}}@media screen and (width>=768px) and (width<=991px){.contact-wrapper{flex-direction:column}.contact-info,.contact-form-container{width:100%}.form-row{gap:20px}}@media screen and (width>=480px) and (width<=767px){.contact-section{padding:70px 5%}.contact-wrapper{flex-direction:column}.contact-form-container{width:100%;padding:30px}.form-row{flex-direction:column;gap:0}}@media screen and (width<=479px){.contact-section{padding:50px 5%}.contact-wrapper{flex-direction:column}.contact-form-container{width:100%;padding:25px}.form-row{flex-direction:column;gap:0}.contact-icon{width:50px;height:50px;font-size:20px}}.footer-section{color:#e2e8f0;background-color:#0b1120;padding:80px 5% 30px}.footer-container{max-width:1400px;margin:0 auto}.footer-bottom{flex-direction:column;align-items:center;gap:8px;display:flex}.footer-bottom p{margin:0}.footer-grid{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:40px;padding-bottom:50px;display:flex}.footer-col{flex:1;min-width:250px}.brand-col{flex:1.8;min-width:360px}.brand-col h3{color:#fff;font-family:Playfair Display,serif,sans-serif;font-size:26px;font-weight:800;margin-bottom:0!important}.footer-brand{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.footer-logo{object-fit:contain;border-radius:12px;flex-shrink:0;width:220px;height:auto}.brand-col p{color:#94a3b8;margin-bottom:25px;font-family:Inter,sans-serif;font-size:15px;line-height:1.8}.social-icons{gap:15px;display:flex}.social-icons a{color:#18c900;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{color:#fff;background:#18c900;transform:translateY(-3px)}.footer-col h4{color:#fff;margin-bottom:25px;font-family:Inter,sans-serif;font-size:18px;font-weight:700;display:inline-block;position:relative}.footer-col h4:after{content:"";background-color:#18c900;border-radius:2px;width:30px;height:3px;position:absolute;bottom:-8px;left:0}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col ul li{margin-bottom:15px}.footer-col ul li a{color:#94a3b8;font-family:Inter,sans-serif;font-size:15px;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#18c900}.newsletter-col p{color:#94a3b8;margin-bottom:20px;font-family:Inter,sans-serif;font-size:15px;line-height:1.6}.newsletter-form{flex-direction:column;gap:10px;display:flex}.newsletter-form input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:15px 20px;font-family:Inter,sans-serif;font-size:14px}.newsletter-form input:focus{border-color:#18c900;outline:none}.newsletter-form button{color:#fff;cursor:pointer;background:#18c900;border:none;border-radius:8px;padding:15px 20px;font-family:Inter,sans-serif;font-weight:700;transition:background .3s}.newsletter-form button:hover{background:#14a300}.footer-bottom{justify-content:center;padding-top:30px;display:flex}.footer-bottom p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:14px}.footer-bottom a{color:#18c900;font-weight:700;text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:#fff;text-decoration:underline}@media screen and (width>=1200px){.footer-grid{flex-wrap:nowrap}}@media screen and (width>=992px) and (width<=1199px){.footer-grid{flex-wrap:wrap}.footer-col{flex:0 0 calc(50% - 20px)}}@media screen and (width>=768px) and (width<=991px){.footer-grid{flex-wrap:wrap}.footer-col{flex:0 0 calc(50% - 20px)}}@media screen and (width>=480px) and (width<=767px){.footer-section{padding:60px 5% 30px}.footer-grid{flex-direction:column;gap:30px}.footer-col{flex:0 0 100%;width:100%}.footer-brand{text-align:center;flex-direction:column;justify-content:center;align-items:center}}@media screen and (width<=479px){.footer-section{padding:50px 5% 25px}.footer-grid{flex-direction:column;gap:30px}.footer-col{flex:0 0 100%;width:100%}.brand-col h3{font-size:22px}.footer-logo{border-radius:12px;width:240px;max-width:100%}.footer-brand{text-align:center;flex-direction:column;justify-content:center;align-items:center}.footer-bottom p{text-align:center;font-size:13px}}:root{--brand-teal:#005665;--brand-green:#18c900;--bg-light:#fdfdfd;--bg-gray:#f4f7f6;--text-dark:#111827;--text-muted:#6b7280;--ap-white:#fff;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif}.ap-wrapper{font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.ap-container{width:90%;max-width:1200px;margin:0 auto}.ap-teal-text{color:var(--brand-teal)}.ap-green-text{color:var(--brand-green)}.ap-section-tag{letter-spacing:2.5px;color:var(--brand-teal);text-transform:uppercase;border-bottom:2px solid var(--brand-green);margin-bottom:15px;padding-bottom:4px;font-size:12px;font-weight:700;display:inline-block}.ap-hero-clean{background-color:var(--bg-light);text-align:center;padding:clamp(80px,8vw,120px) 0 clamp(40px,5vw,60px)}.ap-hero-text-centered{max-width:800px;margin:0 auto clamp(40px,6vw,60px)}.ap-hero-text-centered h1{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:25px;font-size:clamp(38px,5vw,65px);font-weight:800;line-height:1.15}.ap-hero-text-centered p{color:var(--text-muted);font-size:clamp(16px,1.8vw,20px);line-height:1.8}.ap-hero-image-banner{border-radius:24px;width:100%;height:clamp(300px,50vh,550px);overflow:hidden;box-shadow:0 20px 40px #0000000f}.ap-hero-image-banner img{object-fit:cover;object-position:center 20%;width:100%;height:100%}.ap-who-clean{background-color:var(--bg-light);padding:clamp(60px,8vw,100px) 0}.ap-grid-halves{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,6vw,80px);display:grid}.ap-image-column-clean{padding-bottom:20px;padding-right:20px;position:relative}.ap-image-column-clean img{z-index:2;object-fit:cover;border-radius:20px;width:100%;height:auto;position:relative;box-shadow:0 15px 35px #0056651a}.ap-img-backdrop-teal{z-index:1;background-color:#0056650d;border:2px solid #0056651a;border-radius:20px;width:85%;height:85%;position:absolute;bottom:0;right:0}.ap-text-column-clean h2{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:25px;font-size:clamp(32px,4vw,42px);line-height:1.25}.ap-divider{background:var(--brand-teal);border-radius:2px;width:80px;height:4px;margin-bottom:25px}.ap-lead-text{color:var(--brand-teal);margin-bottom:20px;font-size:18px;font-weight:500;line-height:1.7}.ap-text-column-clean p:not(.ap-lead-text){color:var(--text-muted);font-size:16px;font-weight:400;line-height:1.8}.ap-mission-vision{background-color:var(--bg-gray);padding:clamp(60px,8vw,100px) 0}.ap-mv-split{grid-template-columns:1fr 1fr;gap:40px;display:grid}.ap-mv-block{background:var(--ap-white);border-radius:20px;align-items:flex-start;gap:25px;padding:40px;transition:transform .4s;display:flex;box-shadow:0 10px 30px #00000005}.ap-mv-block:hover{transform:translateY(-5px)}.ap-mv-icon-box{width:60px;height:60px;color:var(--brand-teal);background:#0056650d;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.green-icon-box{color:var(--brand-green);background:#18c90014}.ap-mv-content h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:15px;font-size:26px}.ap-mv-content p{color:var(--text-muted);margin:0;font-size:15px;line-height:1.8}.ap-why{background-color:var(--bg-light);padding:70px 5%;overflow:hidden}.ap-why .ap-header-center,.ap-why .ap-why-card,.ap-why .ap-why-cta-wrapper{opacity:0;transform:translateY(50px)}.ap-why-cta-wrapper{text-align:center;margin-top:50px}.ap-why-visible .ap-header-center{animation:1.6s cubic-bezier(.16,1,.3,1) forwards apLuxFloatUp}.ap-why-visible .ap-why-card:first-child{animation:1.4s cubic-bezier(.16,1,.3,1) .15s forwards apLuxFloatUp}.ap-why-visible .ap-why-card:nth-child(2){animation:1.4s cubic-bezier(.16,1,.3,1) .3s forwards apLuxFloatUp}.ap-why-visible .ap-why-card:nth-child(3){animation:1.4s cubic-bezier(.16,1,.3,1) .45s forwards apLuxFloatUp}.ap-why-visible .ap-why-card:nth-child(4){animation:1.4s cubic-bezier(.16,1,.3,1) .6s forwards apLuxFloatUp}.ap-why-visible .ap-why-cta-wrapper{animation:1.6s cubic-bezier(.16,1,.3,1) .75s forwards apLuxFloatUp}@keyframes apLuxFloatUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ap-header-center{text-align:center;margin-bottom:clamp(50px,8vw,80px)}.ap-header-center h2{font-family:var(--font-heading);margin:15px 0;font-size:clamp(34px,4.5vw,46px)}.ap-header-center p{color:var(--text-muted);font-size:18px}.ap-why-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.ap-why-card{background:var(--ap-white);z-index:1;border:1px solid #00000008;border-radius:16px;padding:40px 30px;transition:all .4s;position:relative;box-shadow:0 4px 20px #00000008}.ap-why-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00566514}.ap-watermark{font-family:var(--font-heading);color:#18c9000a;z-index:-1;font-size:100px;font-weight:800;line-height:1;transition:color .4s;position:absolute;top:-10px;right:5px}.ap-why-card:hover .ap-watermark{color:#18c9001a}.ap-why-card h4{color:var(--brand-teal);margin-bottom:15px;font-size:20px;font-weight:700}.ap-why-card p{color:var(--text-muted);z-index:2;margin:0;font-size:15px;line-height:1.7;position:relative}.ap-approach{background-color:var(--bg-gray);padding:clamp(60px,8vw,100px) 0}.ap-steps-wrapper{justify-content:space-between;align-items:flex-start;max-width:900px;margin:0 auto;display:flex}.ap-step{text-align:center;flex:1;padding:0 20px;position:relative}.ap-step-ring{background:var(--ap-white);border:1px solid #00566533;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 25px;transition:all .3s;display:flex;position:relative}.ap-step-dot{background-color:#0056654d;border-radius:50%;width:14px;height:14px}.active-ring{border-color:var(--brand-green);box-shadow:0 0 0 8px #18c9000d}.active-dot{background-color:var(--brand-green)}.ap-step-line{background:#00566526;flex-shrink:0;width:100px;height:1px;margin-top:30px}.ap-step h3{font-family:var(--font-heading);color:var(--brand-teal);margin-bottom:10px;font-size:22px}.ap-step p{color:var(--text-muted);font-size:14px;line-height:1.6}.ap-cta{text-align:center;background-color:var(--bg-light);padding:30px 5%}.ap-cta-box{max-width:800px;margin:0 auto}.ap-cta-box h2{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:25px;font-size:clamp(36px,5vw,50px)}.ap-cta-box p{color:var(--text-muted);margin-bottom:45px;font-size:18px}.ap-solid-btn{color:var(--bg-light);letter-spacing:1px;text-transform:uppercase;background-color:#18c900;border-radius:50px;padding:15px 20px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}@media screen and (width>=1200px) and (width<=1439px){.ap-container{max-width:1100px}}@media screen and (width>=992px) and (width<=1199px){.ap-container{width:85%}.ap-why-grid{grid-template-columns:repeat(2,1fr)}.ap-step-line{width:50px}}@media screen and (width>=768px) and (width<=991px){.ap-grid-halves,.ap-mv-split{grid-template-columns:1fr}.ap-why-grid{grid-template-columns:repeat(2,1fr)}.ap-steps-wrapper{gap:15px}.ap-step-line{display:none}}@media screen and (width>=480px) and (width<=767px){.ap-grid-halves,.ap-mv-split,.ap-why-grid{grid-template-columns:1fr}.ap-steps-wrapper{flex-direction:column;align-items:center;gap:40px}.ap-step-line{display:none}.ap-cta-box h2{font-size:32px}}@media screen and (width<=479px){.ap-grid-halves,.ap-mv-split,.ap-why-grid{grid-template-columns:1fr}.ap-steps-wrapper{flex-direction:column;align-items:center;gap:40px}.ap-step-line{display:none}.ap-solid-btn{box-sizing:border-box;width:100%}.ap-mv-block{text-align:center;flex-direction:column;align-items:center;padding:30px 20px}}:root{--teal-dark:#005665;--green-care:#18c900;--green-bg-soft:#f1faee;--text-slate:#64748b;--white:#fff}.about-hero-section{background-color:var(--white);padding:120px 5%;font-family:Inter,sans-serif;overflow-x:hidden}.about-hero-container{grid-template-columns:42% 52%;align-items:center;gap:50px;width:100%;max-width:1300px;display:grid}.about-image-column{z-index:1;width:100%;max-width:440px;margin:0 auto;position:relative}.organic-img-wrapper{z-index:3;aspect-ratio:.9;border:10px solid var(--white);border-radius:40% 60% 70% 30%/40% 50% 60%;transition:border-radius .4s;position:relative;overflow:hidden;box-shadow:0 15px 40px #075b6b14}.organic-img-wrapper img{object-fit:cover;width:100%;height:100%}.organic-blob-bg{background-color:var(--green-bg-soft);z-index:1;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:100%;height:95%;position:absolute;top:5%;left:-5%}.organic-green-line{border:2px solid var(--green-care);z-index:2;opacity:.8;border-radius:50% 50% 40% 60%/60% 50% 50% 40%;width:108%;height:100%;position:absolute;top:1%;right:-1%}.organic-dots{background-image:radial-gradient(var(--green-care) 20%, transparent 20%);opacity:.4;z-index:0;background-size:14px 14px;width:100px;height:100px;position:absolute;bottom:-3%;left:-8%}.about-content-column{z-index:5;position:relative}.about-eyebrow{margin-bottom:20px;display:inline-block}.about-eyebrow span{color:var(--green-care);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:.9rem;font-weight:700;display:block}.eyebrow-curve{width:100%;max-width:140px;display:block}.about-main-title{color:var(--teal-dark);margin-bottom:25px;font-family:Inter,sans-serif;font-size:40px;font-weight:700;line-height:1.15}.about-description{color:var(--text-slate);margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.about-features-container{justify-content:space-between;gap:15px;margin-bottom:35px;display:flex}.feature-item{flex-direction:column;flex:1;align-items:flex-start;display:flex}.feature-icon{background-color:var(--green-bg-soft);width:45px;height:45px;color:var(--green-care);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;transition:transform .3s;display:flex}.feature-item:hover .feature-icon{transform:translateY(-3px)}.feature-icon svg{width:20px;height:20px}.feature-text-block h4{color:var(--teal-dark);margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.25}.feature-text-block p{color:var(--text-slate);margin:0;font-size:13px;line-height:1.4}.about-cta-buttons{align-items:center;gap:15px;display:flex}.cta-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:14.5px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.primary-btn{background-color:var(--green-care);color:var(--white);gap:8px;box-shadow:0 8px 15px #18c90026}.primary-btn:hover{background-color:#14a800;transform:translateY(-3px);box-shadow:0 12px 20px #18c90040}.secondary-btn{background-color:var(--white);color:var(--teal-dark);border:1px solid #cbd5e1}.secondary-btn:hover{border-color:var(--teal-dark);background-color:#f8fafc}.animate-on-scroll{opacity:0}.fade-in-visible .animate-on-scroll{animation:1.6s cubic-bezier(.2,.8,.2,1) forwards gentleFloatUp}.fade-in-visible .delay-0{animation-delay:.1s}.fade-in-visible .delay-1{animation-delay:.35s}.fade-in-visible .delay-2{animation-delay:.6s}.fade-in-visible .delay-3{animation-delay:.85s}.fade-in-visible .delay-4{animation-delay:1.1s}.fade-in-visible .delay-5{animation-delay:1.4s}@keyframes gentleFloatUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.organic-img-wrapper{opacity:0}.fade-in-visible .organic-img-wrapper{animation:2.8s cubic-bezier(.16,1,.3,1) .1s forwards luxuriousPanReveal}@keyframes luxuriousPanReveal{0%{opacity:0;filter:blur(12px);transform:translateY(60px)scale(1.05)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media screen and (width<=1024px){.about-hero-container{gap:30px}.about-image-column{max-width:420px}.about-main-title{font-size:36px}}@media screen and (width<=768px){.about-hero-container{text-align:center;grid-template-columns:1fr;gap:50px}.about-image-column{order:-1;max-width:500px}.about-eyebrow,.about-description,.about-cta-buttons{margin-left:auto;margin-right:auto}.about-features-container{flex-wrap:wrap;justify-content:center;gap:25px}.feature-item{flex:40%;align-items:center;min-width:180px}.about-cta-buttons{justify-content:center}}@media screen and (width<=425px){.about-hero-section{padding:130px 4% 60px}.about-hero-container{gap:45px}.about-image-column{width:100%;max-width:320px;margin:0 auto}.organic-img-wrapper{border-width:6px}.organic-green-line,.organic-dots{display:none}.about-content-column{text-align:left}.about-features-container{flex-direction:column;gap:20px}.feature-item{text-align:left;flex-direction:row;align-items:flex-start;gap:15px}.feature-icon{flex-shrink:0;margin-bottom:0}.about-cta-buttons{flex-direction:column;gap:12px;width:100%}.cta-btn{width:100%}}@media screen and (width<=375px){.about-hero-section{padding:130px 3% 50px}.about-main-title{font-size:32px}.about-description{font-size:15px}}@media screen and (width<=320px){.about-hero-section{padding:130px 2% 40px}.about-main-title{font-size:28px;line-height:1.1}.about-description{font-size:14px}.feature-item h4{font-size:13.5px}.cta-btn{padding:12px}}.founder-section{background-color:#f8fafc;padding:60px 0;font-family:Inter,sans-serif;overflow-x:hidden}.founder-container{grid-template-columns:52% 43%;align-items:center;width:95%;max-width:1200px;margin:0 auto;display:grid}.founder-content{z-index:5;padding-right:15px;position:relative}.founder-eyebrow{margin-bottom:15px;display:inline-block}.founder-eyebrow span{color:#18c900;text-transform:uppercase;letter-spacing:1px;margin-bottom:3px;font-size:.85rem;font-weight:700;display:block}.founder-title{color:#005665;margin-bottom:20px;font-size:32px;font-weight:700;line-height:1.2}.founder-text-block{margin-bottom:35px}.founder-text-block p{color:#64748b;margin-bottom:12px;font-size:15px;line-height:1.6}.founder-text-block p:last-child{margin-bottom:0}.founder-stats-grid{gap:40px;display:flex}.founder-stat-item .stat-number{color:#18c900;margin-bottom:5px;font-size:32px;font-weight:800}.founder-stat-item .stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:14px;font-weight:600}.founder-image-wrapper{justify-content:flex-end;width:100%;display:flex;position:relative}.founder-image-card{z-index:2;width:100%;max-width:320px;position:relative}.founder-img-inner{aspect-ratio:4/5;z-index:3;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 15px 30px #00000014}.founder-img-inner img{object-fit:cover;object-position:center top;width:100%;height:100%}.founder-badge{z-index:4;background:#fff;border-radius:8px;padding:15px 25px;position:absolute;bottom:-15px;left:-20px;box-shadow:0 10px 25px #00566514}.founder-badge h4{color:#005665;margin-bottom:2px;font-size:16px;font-weight:700}.founder-badge p{color:#18c900;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:13px;font-weight:600}.founder-blob-bg{z-index:1;background:#e2f1f3;border-radius:20px;width:100%;height:100%;position:absolute;top:-20px;right:-25px}.founder-section .animate-on-scroll{opacity:0}.founder-section.fade-in-visible .animate-on-scroll.delay-0{animation:1.8s cubic-bezier(.16,1,.3,1) .1s forwards luxuriousSweepLeft}.founder-section.fade-in-visible .animate-on-scroll.delay-1{animation:1.8s cubic-bezier(.16,1,.3,1) .4s forwards luxuriousSweepRight}@keyframes luxuriousSweepLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes luxuriousSweepRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media screen and (width<=1024px){.founder-container{gap:30px}.founder-title{font-size:30px}.founder-image-card{max-width:280px}}@media screen and (width<=768px){.founder-container{text-align:center;grid-template-columns:1fr;gap:50px}.founder-content{padding-right:0}.founder-image-wrapper{justify-content:center}.founder-badge{width:85%;bottom:-20px;left:50%;transform:translate(-50%)}.founder-text-block{text-align:center}.founder-stats-grid{justify-content:center}.founder-eyebrow{margin-left:auto;margin-right:auto}}@media screen and (width<=425px){.founder-section{padding:50px 5%}.founder-title{font-size:28px}.founder-blob-bg{top:-10px;right:-10px}.founder-badge{width:90%;padding:12px 15px}.founder-badge h4{font-size:15px}}@media screen and (width<=375px){.founder-section{padding:40px 4%}.founder-title{font-size:24px}.founder-text-block p{font-size:14px}.founder-stat-item .stat-number{font-size:24px}}@media screen and (width<=320px){.founder-section{padding:30px 4%}.founder-title{font-size:22px}.founder-badge h4{font-size:14px}.founder-stats-grid{flex-direction:column;gap:20px}}.faq-section{background-color:#f8fafc;justify-content:center;padding:80px 5%;display:flex;overflow:hidden}.faq-container{opacity:0;width:100%;max-width:750px}.animate-faq .faq-container{animation:1s forwards fadeInUp}.faq-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.faq-header .about-title,.faq-header .about-subtitles{opacity:0}.animate-faq .faq-header .about-title,.animate-faq .faq-header .about-subtitles{animation:1s forwards fadeInUp}.faq-subtitle{color:#64748b;max-width:600px;margin-top:10px;font-family:Inter,sans-serif;font-size:16px}.faq-accordion.professional-layout{flex-direction:column;gap:15px;display:flex}.professional-faq-item{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000008}.professional-faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.professional-faq-item.active{border:1px solid #18c90033;box-shadow:0 10px 40px #18c90014}.faq-question{justify-content:space-between;align-items:center;padding:24px 30px;font-family:Inter,sans-serif;display:flex}.faq-question h3{color:#1e293b;margin:0;padding-right:20px;font-size:17px;font-weight:600;line-height:1.5;transition:color .3s}.professional-faq-item.active .faq-question h3{color:#18c900;font-weight:700}.icon-wrapper{flex-shrink:0}.faq-icon{color:#475569;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:400;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex}.professional-faq-item:hover .faq-icon{background:#e2e8f0}.professional-faq-item.active .faq-icon{color:#fff;background:#18c900;transform:rotate(180deg)}.faq-answer-wrapper{transition:max-height .4s;overflow:hidden}.faq-answer{color:#475569;padding:0 30px 25px;font-family:Inter,sans-serif;font-size:15px;line-height:1.8}@media screen and (width<=991px){.faq-question{padding:20px 25px}.faq-answer{padding:0 25px 22px}}@media screen and (width<=767px){.faq-section{padding:60px 5%}.faq-question{padding:18px 20px}.faq-question h3{font-size:15px}.faq-answer{padding:0 20px 20px;font-size:14.5px}}@media screen and (width<=479px){.faq-section{padding:50px 5%}.faq-header{margin-bottom:35px}.faq-question{padding:16px 18px}.faq-question h3{font-size:14.5px}.faq-answer{padding:0 18px 18px;font-size:14px}.faq-icon{width:32px;height:32px;font-size:16px}}.cert-section{background-color:#fff;justify-content:center;padding:clamp(60px,8vw,100px) 5%;display:flex;overflow:hidden}.cert-container{width:100%;max-width:1100px}.cert-content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.cert-text-column{opacity:0;transition:all 1s .2s;transform:translate(-40px)}.animate-cert .cert-text-column{opacity:1;transform:translate(0)}.cert-subtitle{letter-spacing:2px;color:#18c900;margin-bottom:15px;font-size:13px;font-weight:700}.cert-title{color:#005665;margin-bottom:25px;font-family:Playfair Display,serif;font-size:clamp(32px,4vw,42px);font-weight:800;line-height:1.25}.cert-description{color:#64748b;margin-bottom:35px;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.cert-features{flex-direction:column;gap:15px;display:flex}.cert-feature-item{color:#0f172a;align-items:center;gap:15px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex}.cert-check{color:#18c900;background-color:#18c9001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;display:flex}.cert-image-column{opacity:0;transition:all 1s .4s;position:relative;transform:translateY(40px)}.animate-cert .cert-image-column{opacity:1;transform:translateY(0)}.cert-frame-wrapper{width:100%;max-width:500px;margin:0 auto;position:relative}.cert-bg-accent{z-index:1;background-color:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;width:100%;height:100%;position:absolute;top:-15px;right:-15px}.cert-image-box{z-index:2;aspect-ratio:4/3;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:10px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.cert-img{object-fit:contain;border-radius:4px;width:100%;height:100%}.cert-floating-badge{z-index:3;background:#fff;border-bottom:3px solid #18c900;border-radius:12px;align-items:center;gap:15px;padding:15px 20px;animation:4s ease-in-out infinite floatBadge;display:flex;position:absolute;bottom:-25px;left:-25px;box-shadow:0 15px 30px #0056651a}.badge-icon-shield{color:#18c900}.cert-floating-badge .badge-text strong{color:#005665;font-size:16px;font-weight:800;display:block}.cert-floating-badge .badge-text span{color:#64748b;font-family:Inter,sans-serif;font-size:13px}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media screen and (width<=991px){.cert-content-grid{text-align:center;grid-template-columns:1fr}.cert-features{align-items:center}.cert-feature-item{text-align:center;justify-content:center}.cert-frame-wrapper{max-width:450px;margin-top:40px}.cert-floating-badge{animation:none;bottom:-30px;left:50%;transform:translate(-50%)}}@media screen and (width<=480px){.cert-floating-badge{justify-content:center;width:80%;padding:10px 15px}}@media screen and (width<=768px){h2.about-title,h2.hero-title,h2.hf-title{font-size:20px!important}p.about-description,p.hero-description,p.hf-description,p.contact-description,p.testi-subtitle,.service-card p,.clean-mv-box p{font-size:14px!important;line-height:1.6!important}}@media screen and (width<=480px){h2.about-title,h2.hero-title,h2.hf-title{font-size:25px!important}p.about-description,p.hero-description,p.hf-description,p.contact-description,p.testi-subtitle,.service-card p,.clean-mv-box p{font-size:13px!important;line-height:1.5!important}}:root{--sp-brand-primary:#005665;--sp-brand-secondary:#18c900;--sp-bg-main:#fdfdfd;--sp-bg-sec:#f4f7f6;--sp-text-dark:#111827;--sp-text-muted:#6b7280;--sp-white:#fff;--sp-font-head:"Playfair Display", serif;--sp-font-body:"Inter", sans-serif}.sp-wrapper{background-color:var(--sp-bg-main);font-family:var(--sp-font-body)}.sp-container{width:90%;max-width:1300px;margin:0 auto}.sp-section-padding{padding:40px 5%}.sp-eyebrow{letter-spacing:2px;color:var(--sp-brand-secondary);text-transform:uppercase;margin-bottom:15px;font-size:13px;font-weight:700;display:inline-block}.sp-section-title{font-family:var(--sp-font-head);color:var(--sp-brand-primary);margin-bottom:20px;font-size:clamp(32px,4vw,42px);font-weight:800;line-height:1.25}.sp-section-desc{color:var(--sp-text-muted);max-width:650px;font-size:16px;line-height:1.7}.sp-fade-in{opacity:0;transition:all .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.sp-animate .sp-fade-in{opacity:1;transform:translateY(0)}.sp-delay-1{transition-delay:.1s}.sp-delay-2{transition-delay:.2s}.sp-delay-3{transition-delay:.3s}.sp-delay-4{transition-delay:.4s}.sp-hero{padding:clamp(80px,12vw,150px) 0 clamp(60px,10vw,120px);position:relative;overflow:hidden}.sp-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.sp-hero-text h1{font-family:var(--sp-font-head);color:var(--sp-text-dark);margin-bottom:25px;font-size:clamp(40px,5vw,65px);font-weight:800;line-height:1.15}.sp-hero-text p{color:var(--sp-text-muted);max-width:550px;margin-bottom:40px;font-size:clamp(16px,1.5vw,18px);line-height:1.7}.sp-btn-primary{background-color:var(--sp-brand-secondary);color:var(--sp-white);cursor:pointer;border:none;border-radius:50px;padding:18px 35px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.sp-btn-primary:hover{background-color:#15b000;transform:translateY(-2px);box-shadow:0 10px 20px #18c90033}.sp-hero-image-wrapper{border-radius:20px;height:100%;min-height:450px;position:relative;overflow:hidden;box-shadow:0 25px 50px #0056651a}.sp-hero-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0056651a 0%,#18c9001a 100%);position:absolute;inset:0}.sp-hero-image-wrapper img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.sp-carousel-viewport{width:100%;margin-top:60px;overflow:hidden}.sp-carousel-track{gap:35px;display:flex}.sp-carousel-slide{flex:0 0 calc(33.333% - 23.33px);min-width:0}.sp-services-grid{grid-template-columns:repeat(3,1fr);gap:35px;margin-top:60px;display:grid}.sp-service-card{background:var(--sp-white);cursor:default;z-index:1;border:1px solid #0000000a;border-radius:16px;padding:40px 30px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.sp-service-card:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#18c90008 0%,#00566505 100%);transition:opacity .4s;position:absolute;inset:0}.sp-service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00566514}.sp-service-card:hover:before{opacity:1}.sp-card-icon-box{width:60px;height:60px;color:var(--green-care,#18c900);background:#18c90014;border-radius:12px;justify-content:center;align-items:center;margin-bottom:25px;font-size:26px;display:flex}.sp-service-card h3{color:var(--sp-text-dark);margin-bottom:12px;font-size:20px;font-weight:700}.sp-service-card p{color:var(--sp-text-muted);font-size:15px;line-height:1.6}.sp-why{background-color:var(--sp-bg-sec)}.sp-why-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:50px;display:grid}.sp-why-item{background:var(--sp-white);text-align:left;border:1px solid #0056650d;border-radius:16px;padding:35px 25px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.sp-why-item:before{content:"";background:var(--sp-brand-secondary);border-radius:16px 0 0 16px;width:4px;height:100%;transition:all .3s;position:absolute;top:0;left:0}.sp-why-item:hover{border-color:#18c90033;transform:translateY(-5px);box-shadow:0 15px 30px #00566514}.sp-why-item h4{color:var(--sp-brand-primary);margin:0 0 15px;font-size:19px;font-weight:700;line-height:1.4}.sp-why-item p{color:var(--sp-text-muted);margin:0;font-size:15px;line-height:1.6}.sp-process-flex{justify-content:space-between;margin-top:60px;display:flex;position:relative}.sp-process-flex:before{content:"";z-index:0;background:#0056651a;height:2px;position:absolute;top:40px;left:10%;right:10%}.sp-process-step{text-align:center;z-index:1;flex:1;padding:0 20px;position:relative}.sp-process-number{background:var(--sp-white);border:3px solid var(--sp-brand-secondary);width:80px;height:80px;font-family:var(--sp-font-head);color:var(--sp-brand-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:28px;font-weight:800;display:flex;box-shadow:0 10px 20px #18c9001a}.sp-process-step h4{color:var(--sp-brand-primary);margin-bottom:15px;font-size:20px}.sp-cta{background:linear-gradient(135deg, var(--sp-brand-primary) 0%, #003a45 100%);text-align:center;color:var(--sp-white);padding:80px 0}.sp-cta h2{font-family:var(--sp-font-head);margin-bottom:20px;font-size:clamp(32px,4vw,46px)}.sp-cta p{color:#fffc;max-width:600px;margin:0 auto 40px;font-size:18px}.sp-faq-accordion{flex-direction:column;gap:12px;display:flex}.sp-faq-item{background:var(--sp-white);cursor:pointer;border:1px solid #eef2f6;border-radius:10px;transition:all .3s;overflow:hidden;box-shadow:0 3px 12px #00000008}.sp-faq-item:hover{border-color:#d1d5db;box-shadow:0 8px 25px #0056650d}.sp-faq-item.active{border:1px solid #00566533;box-shadow:0 10px 30px #00566514}.sp-faq-question{justify-content:space-between;align-items:center;padding:18px 25px;display:flex}.sp-faq-question h3{color:var(--sp-text-dark);margin:0;padding-right:20px;font-size:16px;font-weight:700;line-height:1.4;transition:color .3s}.sp-faq-item.active .sp-faq-question h3{color:var(--sp-brand-primary)}.sp-faq-icon-wrapper{flex-shrink:0}.sp-faq-icon{color:var(--sp-brand-primary);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:600;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex}.sp-faq-item.active .sp-faq-icon{background:var(--sp-brand-secondary);color:var(--sp-white);transform:rotate(180deg)}.sp-faq-answer-wrapper{transition:max-height .4s}.sp-faq-answer{color:var(--sp-text-muted);padding:0 25px 20px;font-size:14px;line-height:1.7}@media screen and (width<=1024px){.sp-carousel-slide{flex:0 0 calc(50% - 17.5px)}.sp-services-grid{grid-template-columns:repeat(2,1fr)}.sp-hero-grid{gap:30px}}@media screen and (width<=768px){.sp-carousel-slide{flex:0 0 100%}.sp-hero-grid{text-align:center;grid-template-columns:1fr}.sp-hero-text p{margin:0 auto 30px}.sp-hero-image-wrapper{min-height:350px}.sp-process-flex{flex-direction:column;gap:40px}.sp-process-flex:before{display:none}}@media screen and (width<=425px){.sp-services-grid{grid-template-columns:1fr}.sp-section-title{text-align:center}.sp-section-desc{text-align:center;margin:0 auto}.sp-eyebrow{text-align:center;display:block}}@media screen and (width<=375px){.sp-service-card{padding:25px 20px}}@media screen and (width<=320px){.sp-hero-text h1{font-size:32px}.sp-process-number{width:60px;height:60px;font-size:20px}}.services-section{background-color:#fff;justify-content:center;padding:70px 5%;display:flex;overflow:hidden}.services-container{width:100%;max-width:1300px}.services-top{gap:60px;margin-bottom:80px;display:flex}.services-left{opacity:0;flex:1;max-width:500px}.animate-services .services-left{animation:1s forwards fadeInUp}.services-header{margin-bottom:125px}.services-title{color:#0f172a;margin-bottom:15px;font-size:2.4rem;font-weight:800;line-height:1.3}.view-all-link{color:#64748b;text-transform:uppercase;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.view-all-link:hover{color:#18c900}.doctor-image-wrapper{justify-content:center;align-items:center;width:100%;height:450px;display:flex;position:relative}.doc-bg-shape{z-index:1;background-color:#eaf8f1;border-radius:40px 40px 40px 100px;width:90%;height:80%;position:absolute;bottom:0}.doctor-img{z-index:2;object-fit:cover;border-radius:20px;width:110%;height:90%;position:fixed;box-shadow:0 15px 35px #0000001a}.floating-badge{z-index:3;background:#fff;border-radius:15px;align-items:center;gap:15px;padding:15px 25px;display:flex;position:absolute;bottom:60px;left:-30px;box-shadow:0 15px 35px #0000001a}.badge-icon{background:#fff4e5;border-radius:50%;padding:10px;font-size:30px;line-height:1}.badge-text strong{color:#005665;font-size:18px;font-weight:800;display:block}.badge-text span{color:#64748b;font-size:13px;font-weight:600}.services-right{opacity:0;grid-template-columns:1fr 1fr;gap:25px;display:grid}.animate-services .services-right{animation:1s .3s forwards fadeInUp}.service-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:35px;transition:all .3s;position:relative;overflow:hidden}.service-card:hover{border-color:#18c900;transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.card-icon{color:#18c900;background:#eaf8f1;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:20px;display:flex}.card-icon-watermark{color:#f1f5f9;z-index:0;opacity:.5;font-size:50px;position:absolute;top:20px;right:20px}.service-card h3{color:#005665;z-index:1;margin-bottom:12px;font-family:Inter,sans-serif;font-size:16px;position:relative}.service-card p{color:#64748b;z-index:1;font-family:Inter,sans-serif;font-size:14px;line-height:1.7;position:relative}.stats-banner{opacity:0;background-color:#f0f7ff;border-radius:12px;justify-content:space-between;align-items:center;margin-top:10px;padding:25px 40px;display:flex;box-shadow:0 5px 15px #00566508}.animate-services .stats-banner{animation:1s .6s forwards fadeInUp}.stat-item{text-align:center;flex:1}.stat-item h3{color:#005665;margin-bottom:2px;font-size:1.6rem;font-weight:800}.stat-item p{color:#64748b;font-size:13px;font-weight:500}.stat-divider{background-color:#cbd5e1;width:1px;height:40px}@media screen and (width<=1199px){.services-top{gap:30px}.services-title{font-size:2rem}.services-right{gap:15px}.service-card{padding:25px}.stat-item h3{font-size:1.8rem}}@media screen and (width<=991px){.services-top{flex-direction:column;align-items:center}.services-left{text-align:center;max-width:100%;margin-bottom:40px}.services-header{flex-direction:column;align-items:center;display:flex}.doctor-image-wrapper{max-width:400px;height:400px;margin:0 auto}.floating-badge{left:0}}@media screen and (width<=767px){.services-section{padding:60px 5%}.services-right{grid-template-columns:1fr;width:100%}.stats-banner{flex-direction:column;gap:30px}.stat-divider{width:50px;height:2px}}@media screen and (width<=479px){.services-title{font-size:1.6rem}.doctor-image-wrapper{height:320px}.floating-badge{padding:10px 15px;bottom:20px;left:-10px}.badge-icon{padding:5px;font-size:20px}.badge-text strong{font-size:15px}.stat-item h3{font-size:1.5rem}}:root{--tp-brand-primary:#005665;--tp-brand-secondary:#18c900;--tp-bg-main:#fdfdfd;--tp-bg-sec:#f4f7f6;--tp-text-dark:#111827;--tp-text-muted:#6b7280;--tp-white:#fff;--tp-font-head:"Playfair Display", serif;--tp-font-body:"Inter", sans-serif}.tp-wrapper{background-color:var(--tp-bg-main);font-family:var(--tp-font-body);padding-top:90px}.tp-container{width:90%;max-width:1300px;margin:0 auto}.tp-fade-in{opacity:0;transition:all .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.tp-animate .tp-fade-in{opacity:1;transform:translateY(0)}.tp-delay-1{transition-delay:.1s}.tp-delay-2{transition-delay:.2s}.tp-delay-3{transition-delay:.3s}.tp-delay-4{transition-delay:.4s}.tp-hero{background-color:var(--tp-bg-sec);padding:clamp(80px,12vw,150px) 0 clamp(60px,10vw,120px);position:relative;overflow:hidden}.tp-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.tp-eyebrow{letter-spacing:2px;color:var(--tp-brand-secondary);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;font-size:13px;font-weight:700;display:inline-flex}.tp-title{font-family:var(--tp-font-head);color:var(--tp-text-dark);margin-bottom:25px;font-size:clamp(40px,5vw,65px);font-weight:800;line-height:1.15}.title-highlight{color:var(--tp-brand-secondary)}.tp-description{color:var(--tp-text-muted);max-width:550px;margin-bottom:40px;font-size:clamp(16px,1.5vw,18px);line-height:1.7}.tp-btn-primary{background-color:var(--tp-brand-secondary);color:var(--tp-white);cursor:pointer;border:none;border-radius:50px;padding:18px 35px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.tp-btn-primary:hover{background-color:#15b000;transform:translateY(-2px);box-shadow:0 10px 20px #18c90033}.tp-hero-content{grid-template-columns:1fr;gap:30px;display:grid}.tp-stat-mini{background:var(--tp-white);text-align:center;border:1px solid #00000008;border-radius:16px;padding:35px 30px;transition:all .4s;box-shadow:0 4px 20px #00000008}.tp-stat-mini:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0056651a}.stat-number{font-family:var(--tp-font-head);color:var(--tp-brand-secondary);margin-bottom:8px;font-size:clamp(28px,4vw,40px);font-weight:800}.stat-label{color:var(--tp-text-muted);font-size:14px;font-weight:600}.tp-cta{background-color:var(--tp-white);padding:clamp(70px,10vw,120px) 0}.tp-cta-box{background:linear-gradient(135deg, var(--tp-bg-sec) 0%, #fff 100%);border:1px solid #0056650d;border-radius:24px;padding:clamp(50px,8vw,80px);box-shadow:0 20px 60px #00566514}.tp-cta-content{text-align:center}.tp-cta-title{font-family:var(--tp-font-head);color:var(--tp-text-dark);margin-bottom:20px;font-size:clamp(32px,5vw,48px);line-height:1.25}.cta-highlight{color:var(--tp-brand-secondary)}.tp-cta-description{color:var(--tp-text-muted);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:clamp(16px,1.5vw,18px);line-height:1.7}.tp-cta-buttons{justify-content:center;align-items:center;gap:20px;display:flex}.tp-cta-btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:50px;padding:16px 35px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s}.tp-cta-btn.primary{background-color:var(--tp-brand-secondary);color:var(--tp-white)}.tp-cta-btn.primary:hover{background-color:#15b000;transform:translateY(-2px);box-shadow:0 10px 20px #18c90033}.tp-cta-btn.secondary{color:var(--tp-brand-primary);border:2px solid var(--tp-brand-primary);background-color:#0000}.tp-cta-btn.secondary:hover{background-color:var(--tp-brand-primary);color:var(--tp-white)}@media screen and (width>=1440px){.tp-hero{padding:150px 0 120px}.tp-hero-grid{gap:80px}.tp-eyebrow{margin-bottom:25px}.tp-title{margin-bottom:30px;font-size:65px}.tp-description{margin-bottom:45px;font-size:18px}.tp-stat-mini{padding:40px 35px}.stat-number{font-size:40px}.tp-cta{padding:120px 0}.tp-cta-box{padding:80px}.tp-cta-title{margin-bottom:25px;font-size:48px}.tp-cta-description{margin-bottom:50px;font-size:18px}.tp-cta-btn{padding:18px 40px;font-size:16px}}@media screen and (width>=1280px) and (width<=1439px){.tp-hero{padding:130px 0 100px}.tp-hero-grid{gap:70px}.tp-eyebrow{margin-bottom:22px}.tp-title{margin-bottom:28px;font-size:58px}.tp-description{margin-bottom:42px;font-size:17px}.tp-stat-mini{padding:35px 30px}.stat-number{font-size:36px}.tp-cta{padding:110px 0}.tp-cta-box{padding:70px}.tp-cta-title{margin-bottom:22px;font-size:44px}.tp-cta-description{margin-bottom:45px;font-size:17px}.tp-cta-btn{padding:16px 35px;font-size:15px}}@media screen and (width>=1024px) and (width<=1279px){.tp-hero{padding:110px 0 90px}.tp-hero-grid{gap:60px}.tp-eyebrow{margin-bottom:20px}.tp-title{margin-bottom:25px;font-size:50px}.tp-description{margin-bottom:38px;font-size:16px}.tp-stat-mini{padding:32px 26px}.stat-number{font-size:32px}.tp-cta{padding:100px 0}.tp-cta-box{padding:60px}.tp-cta-title{margin-bottom:20px;font-size:40px}.tp-cta-description{margin-bottom:40px;font-size:16px}.tp-cta-btn{padding:14px 30px;font-size:14px}}@media screen and (width>=912px) and (width<=1023px){.tp-hero{padding:100px 0 80px}.tp-hero-grid{gap:50px}.tp-eyebrow{margin-bottom:18px}.tp-title{margin-bottom:22px;font-size:44px}.tp-description{margin-bottom:35px;font-size:15px}.tp-stat-mini{padding:30px 24px}.stat-number{font-size:30px}.stat-label{font-size:13px}.tp-cta{padding:90px 0}.tp-cta-box{padding:55px}.tp-cta-title{margin-bottom:18px;font-size:36px}.tp-cta-description{margin-bottom:35px;font-size:15px}.tp-cta-btn{padding:13px 28px;font-size:14px}}@media screen and (width>=834px) and (width<=911px){.tp-hero{padding:90px 0 75px}.tp-hero-grid{gap:45px}.tp-eyebrow{margin-bottom:16px}.tp-title{margin-bottom:20px;font-size:40px}.tp-description{margin-bottom:32px;font-size:15px}.tp-stat-mini{padding:28px 22px}.stat-number{font-size:28px}.stat-label{font-size:12px}.tp-cta{padding:80px 0}.tp-cta-box{padding:50px}.tp-cta-title{margin-bottom:16px;font-size:33px}.tp-cta-description{margin-bottom:30px;font-size:14px}.tp-cta-btn{padding:12px 26px;font-size:13px}}@media screen and (width>=768px) and (width<=833px){.tp-hero{padding:80px 0 70px}.tp-hero-grid{grid-template-columns:1fr;gap:40px}.tp-eyebrow{margin-bottom:15px}.tp-title{margin-bottom:18px;font-size:36px}.tp-description{margin-bottom:30px;font-size:14px}.tp-hero-content{grid-template-columns:repeat(3,1fr);gap:20px}.tp-stat-mini{padding:26px 20px}.stat-number{font-size:26px}.stat-label{font-size:11px}.tp-cta{padding:70px 0}.tp-cta-box{padding:45px}.tp-cta-title{margin-bottom:15px;font-size:30px}.tp-cta-description{margin-bottom:28px;font-size:14px}.tp-cta-buttons{flex-wrap:wrap}.tp-cta-btn{padding:11px 24px;font-size:13px}}@media screen and (width>=480px) and (width<=767px){.tp-hero{padding:70px 0 60px}.tp-hero-grid{grid-template-columns:1fr;gap:35px}.tp-eyebrow{margin-bottom:14px;font-size:11px}.eyebrow-curve{width:150px}.tp-title{margin-bottom:16px;font-size:32px}.tp-description{margin-bottom:28px;font-size:13px}.tp-hero-content{grid-template-columns:1fr;gap:18px}.tp-stat-mini{padding:24px 18px}.stat-number{font-size:24px}.stat-label{font-size:11px}.tp-cta{padding:60px 0}.tp-cta-box{padding:40px}.tp-cta-title{margin-bottom:13px;font-size:26px}.tp-cta-description{margin-bottom:25px;font-size:13px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:13px 20px;font-size:13px}}@media screen and (width>=430px) and (width<=479px){.tp-hero{padding:60px 0 55px}.tp-hero-grid{grid-template-columns:1fr;gap:30px}.tp-eyebrow{margin-bottom:12px;font-size:10px}.eyebrow-curve{width:120px}.tp-title{margin-bottom:14px;font-size:28px}.tp-description{margin-bottom:25px;font-size:12px}.tp-hero-content{grid-template-columns:1fr;gap:16px}.tp-stat-mini{padding:22px 16px}.stat-number{font-size:22px}.stat-label{font-size:10px}.tp-cta{padding:50px 0}.tp-cta-box{padding:35px}.tp-cta-title{margin-bottom:12px;font-size:23px}.tp-cta-description{margin-bottom:22px;font-size:12px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:12px 18px;font-size:12px}}@media screen and (width>=414px) and (width<=429px){.tp-hero{padding:55px 0 50px}.tp-hero-grid{grid-template-columns:1fr;gap:28px}.tp-eyebrow{margin-bottom:11px;font-size:10px}.eyebrow-curve{width:100px}.tp-title{margin-bottom:13px;font-size:26px}.tp-description{margin-bottom:23px;font-size:12px}.tp-hero-content{grid-template-columns:1fr;gap:14px}.tp-stat-mini{padding:20px 14px}.stat-number{font-size:20px}.stat-label{font-size:9px}.tp-cta{padding:48px 0}.tp-cta-box{padding:32px}.tp-cta-title{margin-bottom:11px;font-size:21px}.tp-cta-description{margin-bottom:20px;font-size:11px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:11px 16px;font-size:11px}}@media screen and (width>=390px) and (width<=413px){.tp-hero{padding:50px 0 45px}.tp-hero-grid{grid-template-columns:1fr;gap:25px}.tp-eyebrow{margin-bottom:10px;font-size:9px}.eyebrow-curve{display:none}.tp-title{margin-bottom:12px;font-size:24px}.tp-description{margin-bottom:20px;font-size:11px}.tp-hero-content{grid-template-columns:1fr;gap:12px}.tp-stat-mini{padding:18px 12px}.stat-number{font-size:18px}.stat-label{font-size:8px}.tp-cta{padding:45px 0}.tp-cta-box{padding:30px}.tp-cta-title{margin-bottom:10px;font-size:20px}.tp-cta-description{margin-bottom:18px;font-size:11px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:10px 14px;font-size:10px}}@media screen and (width>=375px) and (width<=389px){.tp-hero{padding:48px 0 42px}.tp-hero-grid{grid-template-columns:1fr;gap:22px}.tp-eyebrow{margin-bottom:9px;font-size:8px}.tp-title{margin-bottom:11px;font-size:22px}.tp-description{margin-bottom:18px;font-size:11px}.tp-hero-content{grid-template-columns:1fr;gap:11px}.tp-stat-mini{padding:16px 10px}.stat-number{font-size:16px}.stat-label{font-size:7px}.tp-cta{padding:42px 0}.tp-cta-box{padding:28px}.tp-cta-title{margin-bottom:9px;font-size:18px}.tp-cta-description{margin-bottom:16px;font-size:10px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:9px 12px;font-size:9px}}@media screen and (width<=374px){.tp-hero{padding:45px 0 40px}.tp-hero-grid{grid-template-columns:1fr;gap:20px}.tp-eyebrow{margin-bottom:8px;font-size:7px}.tp-title{margin-bottom:10px;font-size:20px}.tp-description{margin-bottom:16px;font-size:10px}.tp-hero-content{grid-template-columns:1fr;gap:10px}.tp-stat-mini{padding:14px 8px}.stat-number{font-size:14px}.stat-label{font-size:7px}.tp-cta{padding:40px 0}.tp-cta-box{padding:25px}.tp-cta-title{margin-bottom:8px;font-size:16px}.tp-cta-description{margin-bottom:14px;font-size:10px}.tp-cta-buttons{flex-direction:column}.tp-cta-btn{width:100%;padding:8px 10px;font-size:8px}}:root{--prof-testi-primary:#005665;--prof-testi-secondary:#18c900;--prof-testi-bg:#f8fafc;--prof-testi-white:#fff;--prof-testi-text-dark:#1e293b;--prof-testi-text-muted:#64748b;--prof-testi-font-head:"Playfair Display", serif;--prof-testi-font-body:"Inter", sans-serif}.prof-testi-section{background-color:var(--prof-testi-bg);flex-direction:column;align-items:center;padding:70px 5%;display:flex;overflow:hidden}.prof-testi-container{width:100%;max-width:1300px;margin:0 auto}.prof-testi-header{text-align:center;opacity:0;margin-bottom:70px}.prof-testi-visible .prof-testi-header{animation:.8s cubic-bezier(.25,1,.5,1) forwards fadeInUp}.prof-testi-section-title{font-family:var(--prof-testi-font-head);color:var(--prof-testi-text-dark);margin-bottom:15px;font-size:clamp(36px,4vw,48px);font-weight:800;line-height:1.2}.prof-testi-section-subtitle{font-family:var(--prof-testi-font-body);color:var(--prof-testi-text-muted);font-size:clamp(16px,2vw,18px);line-height:1.6}.prof-testi-grid{grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:20px;display:grid}.prof-testi-card{background:var(--prof-testi-white);text-align:center;opacity:0;border:1px solid #00000008;border-radius:20px;padding:clamp(35px,5vw,50px);transition:all .4s cubic-bezier(.25,1,.5,1);transform:translateY(40px);box-shadow:0 10px 35px #00566514}.prof-testi-visible .prof-testi-card{opacity:1;transform:translateY(0)}.prof-testi-visible .prof-testi-card:first-child{animation:.8s cubic-bezier(.25,1,.5,1) .1s forwards fadeInUp}.prof-testi-visible .prof-testi-card:nth-child(2){animation:.8s cubic-bezier(.25,1,.5,1) .2s forwards fadeInUp}.prof-testi-visible .prof-testi-card:nth-child(3){animation:.8s cubic-bezier(.25,1,.5,1) .3s forwards fadeInUp}.prof-testi-visible .prof-testi-card:nth-child(4){animation:.8s cubic-bezier(.25,1,.5,1) .4s forwards fadeInUp}.prof-testi-visible .prof-testi-card:nth-child(5){animation:.8s cubic-bezier(.25,1,.5,1) .5s forwards fadeInUp}.prof-testi-visible .prof-testi-card:nth-child(6){animation:.8s cubic-bezier(.25,1,.5,1) .6s forwards fadeInUp}.prof-testi-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00566526}.prof-testi-avatar{background:linear-gradient(135deg, var(--prof-testi-primary) 0%, #003f4a 100%);width:clamp(60px,8vw,100px);height:clamp(60px,8vw,100px);color:var(--prof-testi-secondary);border:3px solid var(--prof-testi-secondary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 25px;font-size:clamp(24px,4vw,40px);font-weight:800;transition:all .4s;display:flex;box-shadow:0 8px 25px #00566533}.prof-testi-card:hover .prof-testi-avatar{transform:scale(1.1)}.prof-testi-name{font-family:var(--prof-testi-font-head);color:var(--prof-testi-text-dark);margin-top:0;margin-bottom:5px;font-size:clamp(18px,2.5vw,22px);font-weight:800}.prof-testi-title{font-family:var(--prof-testi-font-body);color:var(--prof-testi-secondary);text-transform:uppercase;letter-spacing:1px;margin-top:0;margin-bottom:20px;font-size:clamp(13px,1.5vw,15px);font-weight:600}.prof-testi-quote{font-family:var(--prof-testi-font-body);color:var(--prof-testi-text-muted);margin:0;font-size:clamp(14px,1.8vw,16px);line-height:1.7}@media screen and (width>=1440px){.prof-testi-section{padding:100px 5%}.prof-testi-header{margin-bottom:80px}.prof-testi-section-title{margin-bottom:20px;font-size:48px}.prof-testi-section-subtitle{font-size:18px}.prof-testi-grid{gap:40px}.prof-testi-card{padding:50px}.prof-testi-avatar{width:100px;height:100px;margin-bottom:30px;font-size:40px}.prof-testi-name{margin-bottom:8px;font-size:22px}.prof-testi-title{margin-bottom:25px;font-size:15px}.prof-testi-quote{font-size:16px}}@media screen and (width>=1280px) and (width<=1439px){.prof-testi-section{padding:90px 5%}.prof-testi-header{margin-bottom:75px}.prof-testi-section-title{margin-bottom:18px;font-size:44px}.prof-testi-section-subtitle{font-size:17px}.prof-testi-grid{gap:38px}.prof-testi-card{padding:48px}.prof-testi-avatar{width:90px;height:90px;margin-bottom:28px;font-size:36px}.prof-testi-name{margin-bottom:6px;font-size:20px}.prof-testi-title{margin-bottom:22px;font-size:14px}.prof-testi-quote{font-size:15px}}@media screen and (width>=1024px) and (width<=1279px){.prof-testi-section{padding:80px 5%}.prof-testi-header{margin-bottom:70px}.prof-testi-section-title{margin-bottom:16px;font-size:40px}.prof-testi-section-subtitle{font-size:16px}.prof-testi-grid{gap:35px}.prof-testi-card{padding:45px}.prof-testi-avatar{width:85px;height:85px;margin-bottom:25px;font-size:32px}.prof-testi-name{margin-bottom:5px;font-size:19px}.prof-testi-title{margin-bottom:20px;font-size:13px}.prof-testi-quote{font-size:14px}}@media screen and (width>=912px) and (width<=1023px){.prof-testi-section{padding:70px 5%}.prof-testi-header{margin-bottom:60px}.prof-testi-section-title{margin-bottom:15px;font-size:36px}.prof-testi-section-subtitle{font-size:15px}.prof-testi-grid{grid-template-columns:repeat(2,1fr);gap:32px}.prof-testi-card{padding:40px}.prof-testi-avatar{width:80px;height:80px;margin-bottom:22px;font-size:30px}.prof-testi-name{margin-bottom:4px;font-size:18px}.prof-testi-title{margin-bottom:18px;font-size:12px}.prof-testi-quote{font-size:14px}}@media screen and (width>=834px) and (width<=911px){.prof-testi-section{padding:65px 5%}.prof-testi-header{margin-bottom:55px}.prof-testi-section-title{margin-bottom:13px;font-size:34px}.prof-testi-section-subtitle{font-size:14px}.prof-testi-grid{grid-template-columns:repeat(2,1fr);gap:30px}.prof-testi-card{padding:38px}.prof-testi-avatar{width:75px;height:75px;margin-bottom:20px;font-size:28px}.prof-testi-name{margin-bottom:4px;font-size:17px}.prof-testi-title{margin-bottom:16px;font-size:12px}.prof-testi-quote{font-size:13px}}@media screen and (width>=768px) and (width<=833px){.prof-testi-section{padding:60px 5%}.prof-testi-header{margin-bottom:50px}.prof-testi-section-title{margin-bottom:12px;font-size:32px}.prof-testi-section-subtitle{font-size:14px}.prof-testi-grid{grid-template-columns:repeat(2,1fr);gap:28px}.prof-testi-card{padding:35px}.prof-testi-avatar{width:70px;height:70px;margin-bottom:18px;font-size:26px}.prof-testi-name{margin-bottom:3px;font-size:16px}.prof-testi-title{margin-bottom:15px;font-size:11px}.prof-testi-quote{font-size:13px}}@media screen and (width>=480px) and (width<=767px){.prof-testi-section{padding:55px 5%}.prof-testi-header{margin-bottom:45px}.prof-testi-section-title{margin-bottom:11px;font-size:28px}.prof-testi-section-subtitle{font-size:13px}.prof-testi-grid{grid-template-columns:1fr;gap:25px}.prof-testi-card{padding:32px}.prof-testi-avatar{width:65px;height:65px;margin-bottom:16px;font-size:24px}.prof-testi-name{margin-bottom:3px;font-size:15px}.prof-testi-title{margin-bottom:14px;font-size:11px}.prof-testi-quote{font-size:12px}}@media screen and (width>=430px) and (width<=479px){.prof-testi-section{padding:50px 4%}.prof-testi-header{margin-bottom:40px}.prof-testi-section-title{margin-bottom:10px;font-size:25px}.prof-testi-section-subtitle{font-size:12px}.prof-testi-grid{grid-template-columns:1fr;gap:22px}.prof-testi-card{padding:30px}.prof-testi-avatar{width:60px;height:60px;margin-bottom:15px;font-size:22px}.prof-testi-name{margin-bottom:2px;font-size:14px}.prof-testi-title{margin-bottom:12px;font-size:10px}.prof-testi-quote{font-size:11px}}@media screen and (width>=414px) and (width<=429px){.prof-testi-section{padding:48px 4%}.prof-testi-header{margin-bottom:38px}.prof-testi-section-title{margin-bottom:9px;font-size:23px}.prof-testi-section-subtitle{font-size:12px}.prof-testi-grid{grid-template-columns:1fr;gap:20px}.prof-testi-card{padding:28px}.prof-testi-avatar{width:58px;height:58px;margin-bottom:14px;font-size:20px}.prof-testi-name{margin-bottom:2px;font-size:13px}.prof-testi-title{margin-bottom:11px;font-size:9px}.prof-testi-quote{font-size:11px}}@media screen and (width>=390px) and (width<=413px){.prof-testi-section{padding:45px 4%}.prof-testi-header{margin-bottom:35px}.prof-testi-section-title{margin-bottom:8px;font-size:21px}.prof-testi-section-subtitle{font-size:11px}.prof-testi-grid{grid-template-columns:1fr;gap:18px}.prof-testi-card{padding:26px}.prof-testi-avatar{width:55px;height:55px;margin-bottom:12px;font-size:19px}.prof-testi-name{margin-bottom:2px;font-size:12px}.prof-testi-title{margin-bottom:10px;font-size:9px}.prof-testi-quote{font-size:10px}}@media screen and (width>=375px) and (width<=389px){.prof-testi-section{padding:42px 3%}.prof-testi-header{margin-bottom:32px}.prof-testi-section-title{margin-bottom:7px;font-size:19px}.prof-testi-section-subtitle{font-size:11px}.prof-testi-grid{grid-template-columns:1fr;gap:16px}.prof-testi-card{padding:24px}.prof-testi-avatar{width:52px;height:52px;margin-bottom:11px;font-size:18px}.prof-testi-name{margin-bottom:1px;font-size:12px}.prof-testi-title{margin-bottom:9px;font-size:8px}.prof-testi-quote{font-size:10px}}@media screen and (width<=374px){.prof-testi-section{padding:40px 3%}.prof-testi-header{margin-bottom:30px}.prof-testi-section-title{margin-bottom:6px;font-size:18px}.prof-testi-section-subtitle{font-size:10px}.prof-testi-grid{grid-template-columns:1fr;gap:15px}.prof-testi-card{padding:22px}.prof-testi-avatar{width:50px;height:50px;margin-bottom:10px;font-size:16px}.prof-testi-name{margin-bottom:1px;font-size:11px}.prof-testi-title{margin-bottom:8px;font-size:8px}.prof-testi-quote{font-size:9px}}:root{--cr-primary:#005665;--cr-secondary:#18c900;--cr-dark:#0a0e27;--cr-light:#f8fafc;--cr-gray:#f4f7f6;--cr-border:#e2e8f0;--cr-text:#1e293b;--cr-muted:#64748b;--cr-white:#fff;--cr-font-head:"Playfair Display", serif;--cr-font-body:"Inter", sans-serif;--cr-shadow:0 10px 40px #00566514;--cr-shadow-lg:0 25px 60px #0056651f}*{box-sizing:border-box;margin:0;padding:0}.career-wrapper{background:linear-gradient(to bottom, var(--cr-white), #fafbfc);font-family:var(--cr-font-body);color:var(--cr-text)}.career-container{width:90%;max-width:1300px;margin:0 auto}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.career-fade-in{opacity:0;transform:translateY(40px)}.career-animate .career-fade-in{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards fadeInUp}.career-delay-1{animation-delay:.1s}.career-delay-2{animation-delay:.2s}.career-delay-3{animation-delay:.3s}.career-job-fade-in{opacity:0;transform:translateY(20px)}.career-jobs-animate .career-job-fade-in{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards fadeInUp}.career-job-delay-1{animation-delay:50ms}.career-job-delay-2{animation-delay:.1s}.career-job-delay-3{animation-delay:.15s}.career-job-delay-4{animation-delay:.2s}.career-job-delay-5{animation-delay:.25s}.career-job-delay-6{animation-delay:.3s}.career-benefit-fade-in{opacity:0;transform:translateY(20px)}.career-benefits-animate .career-benefit-fade-in{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards fadeInUp}.career-benefit-delay-1{animation-delay:50ms}.career-benefit-delay-2{animation-delay:.1s}.career-benefit-delay-3{animation-delay:.15s}.career-benefit-delay-4{animation-delay:.2s}.career-benefit-delay-5{animation-delay:.25s}.career-benefit-delay-6{animation-delay:.3s}.career-hero{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative;overflow:hidden}.career-hero-pattern{pointer-events:none;background:radial-gradient(circle,#18c90014 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:0;right:-100px}.career-hero-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,8vw,100px);display:grid;position:relative}.career-eyebrow{letter-spacing:2.5px;color:var(--cr-secondary);text-transform:uppercase;align-items:center;gap:15px;margin-bottom:25px;font-size:13px;font-weight:700;display:inline-flex}.eyebrow-curve{width:200px;height:20px}.career-title{font-family:var(--cr-font-head);color:var(--cr-dark);letter-spacing:-1px;margin-bottom:25px;font-size:clamp(42px,5.5vw,70px);font-weight:800;line-height:1.1}.career-highlight{background:linear-gradient(135deg, var(--cr-secondary) 0%, #15b000 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.career-description{color:var(--cr-muted);max-width:550px;margin-bottom:40px;font-size:clamp(16px,1.8vw,18px);line-height:1.8}.career-cta-group{align-items:center;gap:20px;display:flex}.career-btn-primary{background:linear-gradient(135deg, var(--cr-secondary) 0%, #15b000 100%);color:var(--cr-white);cursor:pointer;border:none;border-radius:60px;align-items:center;gap:10px;padding:16px 35px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 10px 25px #18c90033}.career-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #18c9004d}.career-btn-secondary{color:var(--cr-primary);border:2px solid var(--cr-primary);cursor:pointer;background:0 0;border-radius:60px;padding:16px 30px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.career-btn-secondary:hover{background:var(--cr-primary);color:var(--cr-white);transform:translateY(-2px)}.career-hero-image{height:100%;min-height:350px;position:relative}.career-image-frame{height:100vh;box-shadow:var(--cr-shadow-lg);background:linear-gradient(135deg,#f0f9ff 0%,#f0fdf4 100%);border-radius:24px;position:relative;overflow:hidden}.career-image-frame img{object-fit:cover;width:100%;height:100%;display:block}.career-image-frame:before{content:"";z-index:1;background:linear-gradient(135deg,#18c9000d 0%,#00566508 100%);position:absolute;inset:0}.career-image-badge{z-index:10;background:var(--cr-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;padding:12px 24px;position:absolute;bottom:30px;left:30px;box-shadow:0 10px 30px #0000001a}.badge-text{color:var(--cr-primary);font-size:14px;font-weight:700}.career-categories{background:linear-gradient(to bottom, var(--cr-white), #f8fafc);padding:clamp(80px,12vw,140px) 0;position:relative}.career-section-header{text-align:center;margin-bottom:80px}.career-header-badge{letter-spacing:2px;color:var(--cr-secondary);text-transform:uppercase;background:#18c9001a;border-radius:30px;margin-bottom:20px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-block}.career-section-title{font-family:var(--cr-font-head);color:var(--cr-dark);letter-spacing:-.5px;margin-bottom:15px;font-size:clamp(38px,5vw,52px);font-weight:800}.career-section-subtitle{color:var(--cr-muted);font-size:clamp(16px,2vw,18px);line-height:1.6}.career-jobs-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.career-job-card{background:var(--cr-white);border:1px solid var(--cr-border);border-radius:20px;flex-direction:column;padding:42px 35px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.career-job-card:before{content:"";background:linear-gradient(90deg, var(--cr-secondary) 0%, var(--cr-primary) 100%);opacity:0;width:100%;height:4px;transition:opacity .4s;position:absolute;top:0;left:0}.career-job-card:hover:before{opacity:1}.career-job-card:hover{box-shadow:var(--cr-shadow-lg);border-color:#18c90033;transform:translateY(-8px)}.career-job-badge{color:var(--cr-white);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b6b 0%,#ff5252 100%);border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #ff6b6b4d}.career-job-icon{margin-bottom:20px;font-size:clamp(40px,6vw,56px)}.career-job-title{font-family:var(--cr-font-head);color:var(--cr-text);margin-top:0;margin-bottom:12px;font-size:clamp(20px,2.5vw,24px);font-weight:800}.career-job-description{color:var(--cr-muted);flex-grow:1;margin-bottom:25px;font-size:15px;line-height:1.7}.career-job-meta{border-top:1px solid var(--cr-border);border-bottom:1px solid var(--cr-border);color:var(--cr-muted);flex-direction:column;gap:12px;margin-bottom:20px;padding:20px 0;font-size:14px;display:flex}.career-job-location,.career-job-type{align-items:center;gap:8px;display:flex}.meta-icon{font-size:16px}.career-job-cta{color:var(--cr-secondary);align-items:center;gap:6px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.career-job-cta:hover{color:var(--cr-primary);transform:translate(4px)}.career-benefits{background:linear-gradient(135deg,#f8fafc 0%,#f0fdf4 100%);padding:clamp(80px,12vw,140px) 0}.career-benefits-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.career-benefit-card{background:var(--cr-white);text-align:center;border:1px solid var(--cr-border);border-radius:20px;padding:45px 35px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 4px 16px #0000000a}.career-benefit-card:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000,#18c9001a,#0000);border-radius:20px;padding:1px;transition:opacity .4s;position:absolute;inset:-1px}.career-benefit-card:hover{box-shadow:var(--cr-shadow-lg);border-color:#18c90033;transform:translateY(-8px)}.career-benefit-card:hover:after{opacity:1}.career-benefit-icon-wrapper{background:linear-gradient(135deg,#18c9001a 0%,#0056650d 100%);border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 25px;display:flex}.career-benefit-icon{font-size:36px;display:block}.career-benefit-card h3{font-family:var(--cr-font-head);color:var(--cr-text);margin-top:0;margin-bottom:12px;font-size:clamp(18px,2.5vw,22px);font-weight:800}.career-benefit-desc{color:var(--cr-muted);margin:0;font-size:15px;line-height:1.7}.career-cta{background:linear-gradient(135deg, var(--cr-dark) 0%, #1a1f3a 100%);padding:clamp(70px,10vw,120px) 0;position:relative;overflow:hidden}.career-cta-pattern{pointer-events:none;background:radial-gradient(circle,#18c9001a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.career-cta-box{text-align:center;z-index:2;position:relative}.career-cta-content{max-width:700px;margin:0 auto}.career-cta-title{font-family:var(--cr-font-head);color:var(--cr-white);letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(36px,5vw,48px);font-weight:800;line-height:1.2}.career-cta-highlight{background:linear-gradient(135deg, var(--cr-secondary) 0%, #15b000 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.career-cta-description{color:#ffffffd9;margin-bottom:45px;font-size:clamp(16px,1.8vw,18px);line-height:1.8}.career-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.career-cta-btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:60px;padding:16px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.career-cta-btn.primary{background:linear-gradient(135deg, var(--cr-secondary) 0%, #15b000 100%);color:var(--cr-white);box-shadow:0 10px 25px #18c9004d}.career-cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #18c90066}.career-cta-btn.secondary{color:var(--cr-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #18c90066}.career-cta-btn.secondary:hover{border-color:var(--cr-secondary);background:#18c90026;transform:translateY(-2px)}@media screen and (width>=1440px){.career-hero{padding:180px 0 90px}.career-hero-grid{gap:100px}.career-image-frame{height:100vh;min-height:380px}.career-section-header{margin-bottom:90px}.career-jobs-grid{gap:36px}.career-job-card{padding:45px 38px}.career-benefits-grid{gap:36px}.career-benefit-card{padding:50px 38px}.career-cta{padding:120px 0}.career-cta-title{margin-bottom:25px;font-size:48px}.career-cta-description{margin-bottom:50px;font-size:18px}.career-cta-btn{padding:18px 45px;font-size:16px}}@media screen and (width>=1280px) and (width<=1439px){.career-hero{padding:140px 0 80px}.career-hero-grid{gap:80px}.career-image-frame{height:100vh;min-height:350px}.career-title{font-size:58px}.career-section-header{margin-bottom:75px}.career-section-title{font-size:46px}.career-jobs-grid{gap:32px}.career-job-card{padding:40px 35px}.career-benefits-grid{gap:32px}.career-benefit-card{padding:42px 35px}.career-cta{padding:110px 0}.career-cta-title{font-size:44px}.career-cta-btn{padding:16px 40px}}@media screen and (width>=1024px) and (width<=1279px){.career-hero{padding:90px 0 70px}.career-hero-grid{gap:60px}.career-image-frame{height:100vh;min-height:320px}.career-title{font-size:50px}.career-section-header{margin-bottom:65px}.career-section-title{font-size:40px}.career-jobs-grid{gap:28px}.career-job-card{padding:36px 30px}.career-benefits-grid{gap:28px}.career-benefit-card{padding:38px 30px}.career-cta{padding:100px 0}.career-cta-title{font-size:40px}.career-cta-btn{padding:14px 35px}}@media screen and (width>=912px) and (width<=1023px){.career-hero{padding:85px 0 65px}.career-hero-grid{gap:50px}.career-image-frame{height:100vh;min-height:300px}.career-title{font-size:44px}.career-section-header{margin-bottom:60px}.career-section-title{font-size:36px}.career-jobs-grid{grid-template-columns:repeat(2,1fr);gap:26px}.career-job-card{padding:34px 28px}.career-benefits-grid{grid-template-columns:repeat(2,1fr);gap:26px}.career-benefit-card{padding:36px 28px}.career-cta{padding:90px 0}.career-cta-title{font-size:36px}.career-cta-btn{padding:13px 30px}}@media screen and (width>=834px) and (width<=911px){.career-hero{padding:80px 0 60px}.career-hero-grid{gap:45px}.career-image-frame{height:90vh;min-height:290px}.career-title{font-size:40px}.career-section-header{margin-bottom:55px}.career-section-title{font-size:34px}.career-jobs-grid{grid-template-columns:repeat(2,1fr);gap:24px}.career-job-card{padding:32px 26px}.career-benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.career-benefit-card{padding:34px 26px}.career-cta{padding:80px 0}.career-cta-title{font-size:33px}.career-cta-btn{padding:12px 28px}}@media screen and (width>=768px) and (width<=833px){.career-hero{padding:75px 0 55px}.career-hero-grid{grid-template-columns:1fr;gap:40px}.career-image-frame{order:-1;min-height:270px}.career-title{font-size:36px}.career-section-header{margin-bottom:50px}.career-section-title{font-size:32px}.career-jobs-grid{grid-template-columns:repeat(2,1fr);gap:22px}.career-job-card{padding:30px 24px}.career-benefits-grid{grid-template-columns:repeat(2,1fr);gap:22px}.career-benefit-card{padding:32px 24px}.career-cta{padding:70px 0}.career-cta-title{font-size:30px}.career-cta-buttons{flex-direction:column}.career-cta-btn{width:100%;padding:14px 24px}}@media screen and (width>=480px) and (width<=767px){.career-hero{padding:80px 0 50px}.career-hero-grid{grid-template-columns:1fr;gap:35px}.career-image-frame{order:-1;min-height:300px}.career-title{font-size:32px}.career-cta-group{flex-direction:column;align-items:flex-start;width:100%}.career-btn-primary,.career-btn-secondary{text-align:center;width:100%}.career-section-header{margin-bottom:45px}.career-section-title{font-size:28px}.career-jobs-grid{grid-template-columns:1fr;gap:20px}.career-job-card{padding:28px 22px}.career-benefits-grid{grid-template-columns:1fr;gap:20px}.career-benefit-card{padding:30px 22px}.career-cta{padding:60px 0}.career-cta-title{font-size:26px}.career-cta-description{font-size:14px}.career-cta-buttons{flex-direction:column}.career-cta-btn{width:100%;padding:14px 20px}}@media screen and (width>=430px) and (width<=479px){.career-hero{padding:70px 0 45px}.career-hero-grid{grid-template-columns:1fr;gap:30px}.career-image-frame{order:-1;min-height:280px}.career-title{font-size:28px}.career-description{font-size:14px}.career-cta-group{flex-direction:column;width:100%}.career-btn-primary,.career-btn-secondary{width:100%}.career-section-header{margin-bottom:40px}.career-section-title{font-size:25px}.career-section-subtitle{font-size:13px}.career-jobs-grid{grid-template-columns:1fr;gap:18px}.career-job-card{padding:26px 20px}.career-benefits-grid{grid-template-columns:1fr;gap:18px}.career-benefit-card{padding:28px 20px}.career-cta{padding:55px 0}.career-cta-title{font-size:23px}.career-cta-description{font-size:13px}.career-cta-btn{padding:12px 20px}}@media screen and (width>=414px) and (width<=429px){.career-hero{padding:65px 0 40px}.career-hero-grid{grid-template-columns:1fr;gap:28px}.career-image-frame{order:-1;min-height:270px}.career-title{font-size:26px}.career-description{font-size:13px}.career-cta-group{flex-direction:column;width:100%}.career-btn-primary,.career-btn-secondary{width:100%;padding:12px 18px;font-size:14px}.career-section-header{margin-bottom:38px}.career-section-title{font-size:23px}.career-section-subtitle{font-size:12px}.career-jobs-grid{grid-template-columns:1fr;gap:16px}.career-job-card{padding:24px 18px}.career-benefits-grid{grid-template-columns:1fr;gap:16px}.career-benefit-card{padding:26px 18px}.career-cta{padding:50px 0}.career-cta-title{font-size:21px}.career-cta-description{font-size:12px}.career-cta-btn{padding:11px 18px}}@media screen and (width>=390px) and (width<=413px){.career-hero{padding:60px 0 35px}.career-hero-grid{grid-template-columns:1fr;gap:25px}.career-image-frame{order:-1;min-height:260px}.career-title{font-size:24px}.career-description{font-size:12px}.career-cta-group{flex-direction:column;width:100%}.career-btn-primary,.career-btn-secondary{width:100%;padding:11px 16px;font-size:13px}.career-section-header{margin-bottom:35px}.career-section-title{font-size:21px}.career-section-subtitle{font-size:12px}.career-jobs-grid{grid-template-columns:1fr;gap:14px}.career-job-card{padding:22px 16px}.career-benefits-grid{grid-template-columns:1fr;gap:14px}.career-benefit-card{padding:24px 16px}.career-cta{padding:48px 0}.career-cta-title{font-size:20px}.career-cta-description{font-size:11px}.career-cta-btn{padding:10px 16px;font-size:12px}}@media screen and (width>=375px) and (width<=389px){.career-hero{padding:55px 0 32px}.career-hero-grid{grid-template-columns:1fr;gap:22px}.career-image-frame{order:-1;min-height:250px}.career-title{font-size:22px}.career-description{font-size:11px}.career-cta-group{flex-direction:column;width:100%}.career-btn-primary,.career-btn-secondary{width:100%;padding:10px 14px;font-size:12px}.career-section-header{margin-bottom:32px}.career-section-title{font-size:20px}.career-section-subtitle{font-size:11px}.career-jobs-grid{grid-template-columns:1fr;gap:12px}.career-job-card{padding:20px 14px}.career-benefits-grid{grid-template-columns:1fr;gap:12px}.career-benefit-card{padding:22px 14px}.career-cta{padding:45px 0}.career-cta-title{font-size:18px}.career-cta-description{font-size:10px}.career-cta-btn{padding:9px 14px;font-size:11px}}@media screen and (width<=374px){.career-hero{padding:50px 0 30px}.career-hero-grid{grid-template-columns:1fr;gap:20px}.career-image-frame{order:-1;min-height:240px}.career-title{font-size:20px}.career-description{font-size:11px}.career-cta-group{flex-direction:column;width:100%}.career-btn-primary,.career-btn-secondary{width:100%;padding:10px 12px;font-size:12px}.career-section-header{margin-bottom:30px}.career-section-title{font-size:18px}.career-section-subtitle{font-size:11px}.career-jobs-grid{grid-template-columns:1fr;gap:12px}.career-job-card{padding:18px 12px}.career-benefits-grid{grid-template-columns:1fr;gap:12px}.career-benefit-card{padding:20px 12px}.career-cta{padding:40px 0}.career-cta-title{font-size:16px}.career-cta-description{font-size:10px}.career-cta-btn{padding:9px 12px;font-size:10px}}.career-form-section{background-color:#f8fafc;justify-content:center;padding:80px 5%;display:flex;overflow:hidden}.career-form-wrapper{opacity:0;align-items:center;gap:60px;width:100%;max-width:1400px;display:flex}.animate-career-form .career-form-wrapper{animation:1s forwards fadeInUp}.career-info-column{color:#1e293b;flex:1}.cf-subtitles{justify-content:flex-start;align-items:center;gap:15px;margin-bottom:20px;display:flex}.cf-subtitles span{color:#18c900;letter-spacing:2px;font-size:14px;font-weight:700}.cf-subtitle-line{background-color:#18c900;border-radius:2px;width:60px;height:3px}.cf-title{color:#005665;margin-bottom:25px;font-size:25px;font-weight:800;line-height:1.2}.cf-title .cf-highlight{color:#18c900}.cf-description{color:#64748b;max-width:550px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.cf-benefits{flex-direction:column;gap:25px;display:flex}.cf-benefit-item{align-items:center;gap:20px;display:flex}.cf-icon{background:#fff;border:1px solid #18c900;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.cf-benefit-item h4{color:#005665;margin-bottom:5px;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.cf-benefit-item p{color:#475569;margin:0;font-family:Inter,sans-serif;font-size:15px}.cf-form-container{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:1;padding:50px;box-shadow:0 25px 60px #0000000d}.career-form h3{color:#005665;margin-bottom:30px;font-family:Inter,sans-serif;font-size:24px;font-weight:800}.cf-form-row{gap:20px;display:flex}.cf-form-group{margin-bottom:22px}.cf-form-group.flex-1{flex:1}.cf-form-group label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;display:block}.cf-optional-tag{color:#cbd5e1;text-transform:none;letter-spacing:0;font-weight:400}.cf-form-group input,.cf-form-group textarea,.cf-premium-select,.cf-file-input{color:#0f172a;background:#f8fafc;border:2px solid #f1f5f9;border-radius:12px;width:100%;padding:16px 20px;font-family:Inter,sans-serif;font-size:15px;transition:all .3s}.cf-file-input{padding:13px 20px}.cf-form-group input::placeholder,.cf-form-group textarea::placeholder{color:#94a3b8}.cf-form-group input:focus,.cf-form-group textarea:focus,.cf-premium-select:focus{background:#fff;border-color:#00a3a3;outline:none;box-shadow:0 0 0 4px #00a3a31a}.cf-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background-color:#18c900;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:10px;padding:20px;font-family:Inter,sans-serif;font-size:16px;font-weight:800;transition:all .3s;display:flex}.cf-submit-btn:hover{background-color:#15b000;transform:translateY(-2px);box-shadow:0 10px 20px #18c90033}.cf-btn-arrow{transition:transform .3s}.cf-submit-btn:hover .cf-btn-arrow{transform:translate(5px)}@media screen and (width>=1200px){.career-form-wrapper{flex-direction:row}}@media screen and (width>=992px) and (width<=1199px){.career-form-wrapper{gap:40px}.cf-form-container{padding:40px}.cf-title{font-size:2.2rem}}@media screen and (width>=768px) and (width<=991px){.career-form-wrapper{flex-direction:column}.career-info-column,.cf-form-container{width:100%}.cf-form-row{gap:20px}}@media screen and (width>=480px) and (width<=767px){.career-form-section{padding:60px 5%}.career-form-wrapper{flex-direction:column}.cf-form-container{width:100%;padding:30px}.cf-form-row{flex-direction:column;gap:0}.cf-title{font-size:2rem}}@media screen and (width<=479px){.career-form-section{padding:50px 5%}.career-form-wrapper{flex-direction:column}.cf-form-container{width:100%;padding:25px}.cf-form-row{flex-direction:column;gap:0}.cf-icon{width:50px;height:50px;font-size:20px}.cf-title{font-size:1.8rem}}.hospitals-wrapper{background-color:#fafbfc;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}.hs-hero{justify-content:center;align-items:center;min-height:80vh;padding:100px 5% 12px;display:flex}.hs-container{justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1400px;display:flex}.hs-hero-content{z-index:10;flex:1;min-width:500px;max-width:600px}.hs-title{color:var(--teal-dark);margin-bottom:25px;font-family:Inter,sans-serif;font-size:40px;font-weight:700;line-height:1.15}.hs-text-blue{color:#18c900;margin-bottom:25px;font-family:Inter,sans-serif;font-size:40px;font-weight:700;line-height:1.15}.hs-text-dark{color:#4a4a4a}.hs-description{color:#929292;max-width:520px;margin-bottom:50px;font-size:clamp(16px,1.8vw,18px);font-weight:500;line-height:1.6}.hs-cta-group{flex-wrap:wrap;align-items:center;gap:30px;display:flex}.hs-btn-primary{color:#fff;cursor:pointer;background-color:#18c900;border:none;border-radius:8px;align-items:center;gap:12px;padding:16px 36px;font-size:16px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 25px #013ee640}.hs-btn-play{cursor:pointer;background:0 0;border:none;align-items:center;gap:15px;display:flex}.hs-play-icon{color:#013ee6;background-color:#0000;border:2px solid #e0e6ed;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex}.hs-play-icon svg{width:20px;height:20px;margin-left:4px}.hs-play-text{color:#4a4a4a;font-size:16px;font-weight:600}.hs-hero-visual{flex:1.2;justify-content:center;align-items:flex-end;min-width:300px;max-width:650px;min-height:600px;padding-top:40px;display:flex;position:relative}.hs-visual-bg{z-index:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;right:0}.hs-circle-wrapper{justify-content:center;align-items:center;width:550px;height:550px;display:flex;position:relative}.hs-circle-layer{border-radius:50%;animation:30s linear infinite rotateSlow;position:absolute}.hs-layer-1{border:25px solid var(--teal-dark);width:100%;height:100%}.hs-layer-2{border:15px solid #e2e8f0;width:82%;height:82%;animation-duration:40s;animation-direction:reverse}.hs-layer-3{background-color:#18c900;width:72%;height:72%;animation:4s ease-in-out infinite pulseGlow}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{transform:scale(1);box-shadow:0 0 #013ee633}50%{transform:scale(1.02);box-shadow:0 0 40px 10px #013ee64d}}.hs-doctors-img{z-index:2;justify-content:center;align-items:flex-end;height:600px;display:flex;position:relative}.hs-doctors-img img{object-fit:contain;filter:drop-shadow(0 20px 40px #00000026);height:100%}.hs-floating-card{z-index:5;background:#fff;border-radius:16px;align-items:center;gap:16px;padding:16px 28px 16px 22px;animation:4s ease-in-out infinite floatBounce;display:flex;position:absolute;box-shadow:0 15px 40px #00000014}@keyframes floatBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hs-card-top{animation-delay:0s;top:8%;left:-115px}.hs-card-bottom{animation-delay:2s;bottom:25%;left:-20px}.hs-card-icon{color:#18c900;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hs-card-text{flex-direction:column;display:flex}.hs-card-text strong{color:#4a4a4a;margin-bottom:2px;font-size:15px;font-weight:700}.hs-card-text span{color:#929292;font-size:13px;font-weight:500}@media screen and (width<=1250px){.hs-circle-wrapper{width:480px;height:480px}.hs-doctors-img{height:520px}.hs-card-top{left:-30px}.hs-card-bottom{left:-10px}}@media screen and (width<=991px){.hs-container{text-align:center;flex-direction:column;gap:60px}.hs-hero-content{min-width:unset;max-width:100%;margin-top:50px}.hs-description{margin:0 auto 40px}.hs-cta-group{justify-content:center}.hs-hero-visual{transform-origin:top;width:100%;max-width:600px;min-height:450px;transform:scale(.95)}.hs-circle-wrapper{width:420px;height:420px}.hs-doctors-img{height:450px;padding-right:0}}@media screen and (width<=767px){.hs-hero{align-items:flex-start;padding:50px 5% 0}.hs-cta-group{flex-direction:column;gap:20px}.hs-btn-primary{justify-content:center;width:100%}.hs-hero-visual{transform-origin:top;min-height:380px;margin-top:40px}.hs-circle-wrapper{width:350px;height:350px}.hs-doctors-img{height:380px}.hs-floating-card{border-radius:12px;padding:12px 20px 12px 15px}.hs-card-text strong{font-size:13px}.hs-card-text span{font-size:11px}.hs-card-icon{width:20px;height:20px}.hs-card-top{top:15%;left:-10%}.hs-card-bottom{bottom:20%;left:-5%}}@media screen and (width<=479px){.hs-title{font-size:38px}.hs-hero-visual{margin-top:20px}.hs-circle-wrapper{width:300px;height:300px}.hs-doctors-img{height:320px}.hs-visual-bg{right:0}.hs-floating-card{gap:10px;padding:10px 15px}.hs-card-top{top:-11%;left:0%;transform:scale(.85)}.hs-card-bottom{bottom:15%;left:-10%;transform:scale(.85)}}.hf-section{background-color:#f8fafc;justify-content:center;padding:80px 5%;display:flex;overflow:hidden}.hf-wrapper{opacity:0;align-items:center;gap:60px;width:100%;max-width:1400px;display:flex}.animate-hf .hf-wrapper{animation:1s forwards fadeInUp}.hf-info-column{color:#1e293b;flex:1}.hf-subtitles{justify-content:flex-start;align-items:center;gap:15px;margin-bottom:20px;display:flex}.hf-subtitles span{color:#18c900;letter-spacing:2px;font-size:14px;font-weight:700}.hf-subtitle-line{background-color:#18c900;border-radius:2px;width:60px;height:3px}.hf-title{color:var(--teal-dark,#005665);margin-bottom:25px;font-size:clamp(32px,3.5vw,42px);font-weight:800;line-height:1.2}.hf-title .hf-highlight{color:#18c900}.hf-description{color:#64748b;max-width:550px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;line-height:1.8}.hf-contact-details{flex-direction:column;gap:25px;display:flex}.hf-contact-item{align-items:center;gap:20px;display:flex}.hf-icon{background:#fff;border:1px solid #18c900;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.hf-contact-item h4{color:var(--teal-dark,#005665);margin-bottom:5px;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.hf-contact-item p{color:#475569;margin:0;font-family:Inter,sans-serif;font-size:15px}.hf-form-container{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:1;padding:35px;box-shadow:0 25px 60px #0000000d}.hospitals-form h3{color:var(--teal-dark,#005665);margin-bottom:20px;font-family:Inter,sans-serif;font-size:24px;font-weight:800}.hf-form-row{gap:20px;display:flex}.hf-form-group{margin-bottom:14px}.hf-form-group.hf-flex-1{flex:1}.hf-form-group label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:block}.hf-form-group input,.hf-form-group textarea,.hf-premium-select{color:#0f172a;background:#f8fafc;border:2px solid #f1f5f9;border-radius:8px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;transition:all .3s}.hf-form-group input::placeholder,.hf-form-group textarea::placeholder{color:#94a3b8}.hf-form-group input:focus,.hf-form-group textarea:focus,.hf-premium-select:focus{background:#fff;border-color:#18c900;outline:none;box-shadow:0 0 0 4px #18c9001a}.hf-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background-color:#18c900;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:5px;padding:15px;font-family:Inter,sans-serif;font-size:15px;font-weight:800;transition:all .3s;display:flex}.hf-submit-btn:hover{background-color:#15b000;transform:translateY(-2px);box-shadow:0 10px 20px #18c90033}.hf-btn-arrow{transition:transform .3s}.hf-submit-btn:hover .hf-btn-arrow{transform:translate(5px)}@media screen and (width>=1200px){.hf-wrapper{flex-direction:row}}@media screen and (width>=992px) and (width<=1199px){.hf-wrapper{gap:40px}.hf-form-container{padding:40px}}@media screen and (width>=768px) and (width<=991px){.hf-wrapper{flex-direction:column}.hf-info-column,.hf-form-container{width:100%}.hf-form-row{gap:20px}}@media screen and (width>=480px) and (width<=767px){.hf-section{padding:60px 5%}.hf-wrapper{flex-direction:column}.hf-form-container{width:100%;padding:30px}.hf-form-row{flex-direction:column;gap:0}}@media screen and (width<=479px){.hf-section{padding:50px 5%}.hf-wrapper{flex-direction:column}.hf-form-container{width:100%;padding:25px}.hf-form-row{flex-direction:column;gap:0}.hf-icon{width:50px;height:50px;font-size:20px}}.hfaq-section{background-color:#f8fafc;justify-content:center;padding:80px 5%;display:flex;overflow:hidden}.hfaq-container{opacity:0;width:100%;max-width:750px}.animate-hfaq .hfaq-container{animation:1s forwards hfaqFadeInUp}.hfaq-header{text-align:center;opacity:0;flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.animate-hfaq .hfaq-header{animation:1s forwards hfaqFadeInUp}.hfaq-title{color:var(--teal-dark,#005665);margin-bottom:10px;font-family:Inter,sans-serif;font-size:27px;font-weight:800;line-height:1.25}.hfaq-highlight{color:#18c900}.hfaq-subtitle{color:#64748b;max-width:600px;margin-top:10px;font-family:Inter,sans-serif;font-size:16px}.hfaq-accordion{flex-direction:column;gap:15px;display:flex}.hfaq-item{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000008}.hfaq-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.hfaq-item.active{border:1px solid #18c90033;box-shadow:0 10px 40px #18c90014}.hfaq-question{justify-content:space-between;align-items:center;padding:24px 30px;font-family:Inter,sans-serif;display:flex}.hfaq-question h3{color:#1e293b;margin:0;padding-right:20px;font-size:17px;font-weight:600;line-height:1.5;transition:color .3s}.hfaq-item.active .hfaq-question h3{color:var(--teal-dark,#005665);font-weight:700}.hfaq-icon-wrapper{flex-shrink:0}.hfaq-icon{color:var(--teal-dark,#005665);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:400;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex}.hfaq-item:hover .hfaq-icon{background:#e2e8f0}.hfaq-item.active .hfaq-icon{color:#fff;background:#18c900;transform:rotate(180deg)}.hfaq-answer-wrapper{transition:max-height .4s;overflow:hidden}.hfaq-answer{color:#475569;padding:0 30px 25px;font-family:Inter,sans-serif;font-size:15px;line-height:1.8}@keyframes hfaqFadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=991px){.hfaq-question{padding:20px 25px}.hfaq-answer{padding:0 25px 22px}}@media screen and (width<=767px){.hfaq-section{padding:60px 5%}.hfaq-question{padding:18px 20px}.hfaq-question h3{font-size:15px}.hfaq-answer{padding:0 20px 20px;font-size:14.5px}}@media screen and (width<=479px){.hfaq-section{padding:50px 5%}.hfaq-header{margin-bottom:35px}.hfaq-icon{width:32px;height:32px;font-size:16px}.hfaq-question{padding:16px 18px}.hfaq-question h3{font-size:14.5px}.hfaq-answer{padding:0 18px 18px;font-size:14px}}.physio-wrapper{background-color:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,sans-serif;overflow-x:hidden}.physio-container{width:100%;max-width:1400px;margin:0 auto;padding:0 5%}.physio-wrapper .hero-title{color:#005665;letter-spacing:-1px;margin-bottom:25px;font-size:27px;font-weight:800;line-height:1.2;opacity:1!important;transform:none!important}.physio-hero{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);align-items:center;min-height:90vh;padding:180px 0 100px;display:flex;position:relative;overflow:hidden}.physio-bg-mesh{z-index:0;pointer-events:none;position:absolute;inset:0}.mesh-blob{filter:blur(120px);opacity:.15;border-radius:50%;position:absolute}.blob-1{background:#18c900;width:600px;height:600px;animation:15s ease-in-out infinite alternate drift;top:-100px;right:-100px}.blob-2{background:#022a36;width:500px;height:500px;animation:20s ease-in-out infinite alternate-reverse drift;bottom:-150px;left:-100px}@keyframes drift{0%{transform:translate(0)scale(1)}to{transform:translate(100px,50px)scale(1.1)}}.physio-hero .physio-container{z-index:10;justify-content:space-between;align-items:center;gap:60px;display:flex;position:relative}.physio-hero-text{opacity:0;flex:50%;max-width:650px;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.animate-in .physio-hero-text{opacity:1;transform:translateY(0)}.physio-badge{color:#129e00;letter-spacing:1.5px;text-transform:uppercase;background:#18c9001a;border:1px solid #18c90033;border-radius:30px;align-items:center;gap:8px;margin-bottom:25px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.badge-dot{background-color:#18c900;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseBadge}@keyframes pulseBadge{0%{box-shadow:0 0 #18c90066}70%{box-shadow:0 0 0 6px #18c90000}to{box-shadow:0 0 #18c90000}}.physio-display{color:#0c1a24;letter-spacing:-1.5px;margin-bottom:25px;font-size:clamp(52px,5.5vw,76px);font-weight:800;line-height:1.1}.highlight-green{color:#18c900}.hero-title{color:#005665;margin-bottom:25px;font-family:Inter,sans-serif;font-size:35px;font-weight:700;line-height:1.15}.highlight{color:#18c900}.physio-italic{color:#475569;font-style:italic;font-weight:300}.physio-subtext{color:#64748b;max-width:600px;margin-bottom:40px;font-family:Inter,sans-serif;font-size:16px;line-height:1.7}.physio-action-bar{align-items:center;gap:40px;display:flex}.physio-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#18c900,#139f00);border:none;border-radius:12px;padding:18px 40px;font-family:inherit;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 15px 35px -5px #18c90066}.physio-btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 20px 40px -5px #18c90080}.physio-rating{flex-direction:column;gap:4px;display:flex}.physio-rating .stars{gap:4px;display:flex}.physio-rating .stars svg{width:18px;height:18px}.physio-rating span{color:#64748b;font-size:13px}.physio-rating strong{color:#0f172a;font-weight:700}.physio-hero-visual{opacity:0;flex:50%;justify-content:center;align-items:center;transition:all 1.2s cubic-bezier(.16,1,.3,1) .2s;display:flex;position:relative;transform:scale(.95)}.animate-in .physio-hero-visual{opacity:1;transform:scale(1)}.visual-glass-backer{-webkit-backdrop-filter:blur(15px);z-index:1;background:linear-gradient(145deg,#ffffffb3,#fff3);border:1px solid #ffffff80;border-radius:30px;width:90%;height:100%;position:absolute;transform:rotate(4deg)}.visual-hero-img{z-index:2;object-fit:cover;border-radius:24px;width:100%;max-width:580px;height:auto;transition:transform .5s;position:relative;transform:rotate(-2deg);box-shadow:0 30px 60px #0000001a}.visual-hero-img:hover{transform:rotate(0)scale(1.02)}.visual-floating-card{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff;border-radius:16px;align-items:center;gap:16px;padding:16px 24px;animation:5s ease-in-out infinite premiumFloat;display:flex;position:absolute;box-shadow:0 20px 40px #00000014}.visual-floating-card.top-card{top:-20px;left:-30px}.v-card-icon{color:#18c900;background:#18c9001a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.v-card-icon svg{width:24px;height:24px}.v-card-content h6{color:#0f172a;margin:0 0 2px;font-size:15px;font-weight:700}.v-card-content p{color:#64748b;margin:0;font-size:13px;font-weight:500}@keyframes premiumFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.physio-premium-services{background:#fff;border-top:1px solid #f1f5f9;padding:120px 0;position:relative}.ps-header-centered{text-align:center;max-width:800px;margin:0 auto 70px}.ps-intro-badge{color:#18c900;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;font-size:14px;font-weight:700;display:inline-block}.ps-section-title{color:#0c1a24;margin-bottom:25px;font-size:clamp(36px,4vw,44px);font-weight:300;line-height:1.25}.ps-section-title strong{font-weight:800}.ps-section-desc{color:#64748b;font-family:Inter,sans-serif;font-size:16px}.ps-grid-4-col{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.ps-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;flex-direction:column;padding:30px 25px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.ps-card:before{content:"";background:#18c900;border-radius:0 0 4px;width:60px;height:4px;transition:width .4s;position:absolute;top:0;left:0}.ps-card:hover{border-color:#18c90026;transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.ps-card:hover:before{width:100%}.ps-card-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.ps-icon-wrapper{background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s;display:flex}.ps-card:hover .ps-icon-wrapper{background:#18c9001a}.ps-icon-wrapper svg{width:24px;height:24px}.ps-card-num{color:#f1f5f9;font-size:28px;font-weight:800}.ps-card h3{color:#005665;margin-bottom:12px;font-size:20px;font-weight:800}.ps-card p{color:#64748b;font-size:14px;line-height:1.6}@media screen and (width<=1250px){.ps-grid-4-col{grid-template-columns:repeat(3,1fr);gap:20px}}@media screen and (width<=1024px){.physio-hero{padding:140px 0 80px}.physio-display{font-size:48px}.physio-subtext{font-size:16px}.ps-grid-4-col{grid-template-columns:repeat(2,1fr);gap:25px}.ps-header-centered{margin-bottom:50px;padding:0 20px}}@media screen and (width<=768px){.physio-hero .physio-container{text-align:center;flex-direction:column;gap:60px}.physio-hero-text{max-width:100%}.physio-action-bar{flex-direction:column;align-items:center}.physio-hero-visual{transform:scale(.9)}.visual-hero-img{transform:rotate(0)}}@media screen and (width<=600px){.ps-grid-4-col{grid-template-columns:1fr}}@media screen and (width<=425px){.physio-hero{padding:120px 0 60px}.physio-display{font-size:38px}.physio-btn-primary{justify-content:center;width:100%;padding:16px}.visual-floating-card.top-card{padding:12px 16px;top:-40px;left:-10px}.physio-premium-services{padding:80px 0}.ps-section-title{font-size:32px}}@media screen and (width<=375px){.physio-display{letter-spacing:-.5px;font-size:34px}.visual-hero-img{max-width:100%}.v-card-icon{width:36px;height:36px}.v-card-icon svg{width:18px;height:18px}}@media screen and (width<=320px){.physio-hero{padding:100px 0 40px}.physio-display{font-size:30px}.ps-section-title{font-size:28px}.ps-card{padding:25px 20px}}.professional-page-wrapper{color:#2d3748;background-color:#fff;padding-top:80px;font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4{color:#1a202c;margin:0;font-weight:700}p{margin:0 0 1rem}.corporate-hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:75vh;min-height:500px;display:flex;position:relative}.hero-overlay{z-index:1;background-color:#0c1a24bf;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content-inner{z-index:2;color:#fff;max-width:900px;padding:0 20px;position:relative}.hero-eyebrow{text-transform:uppercase;letter-spacing:2px;color:#48bb78;margin-bottom:20px;font-size:.85rem;font-weight:600;display:inline-block}.hero-heading{color:#fff;margin-bottom:25px;font-size:35px;line-height:1.1}.hero-subheading{color:#e2e8f0;margin-bottom:40px;font-size:1.25rem;font-weight:300}.hero-consult-btn{color:#fff;cursor:pointer;background-color:#18c900;border:none;border-radius:4px;padding:16px 36px;font-size:1.1rem;font-weight:600;transition:background-color .3s}.hero-consult-btn:hover{background-color:#13a200}.corporate-section{padding:100px 5%}.section-light{background-color:#fff}.section-gray{background-color:#f7fafc}.corporate-container{max-width:1200px;margin:0 auto;padding-bottom:60px}.section-title-wrapper{margin-bottom:30px}.section-title-wrapper.center{text-align:center;margin-bottom:50px}.section-title,.professional-page-wrapper .about-title,.professional-page-wrapper .cf-title{color:#005665;margin-bottom:15px;font-family:Inter,sans-serif;font-size:25px;font-weight:800;opacity:1!important;visibility:visible!important;animation:none!important;transform:none!important}.title-underline{background-color:#18c900;width:60px;height:4px}.title-underline.center-line{margin:0 auto}.section-subtitle{color:#64748b;max-width:800px;margin:20px auto 0;font-family:Inter,sans-serif;font-size:15px;line-height:1.9}.section-paragraph{color:#64748b;text-align:left;margin-bottom:20px;font-family:Inter,sans-serif;font-size:15px;line-height:1.9}.split-layout{align-items:center;gap:80px;display:flex}.split-layout.reverse{flex-direction:row-reverse}.split-text{flex:1}.split-image{flex:1;position:relative}.content-img{z-index:2;border-radius:8px;width:100%;height:auto;position:relative;box-shadow:0 10px 30px #0000001a}.img-backdrop{z-index:1;border:2px solid #e2e8f0;border-radius:8px;width:100%;height:100%;position:absolute;top:-20px;left:-20px}.img-backdrop.right{left:auto;right:-20px}.double-image-layout{flex-direction:column;gap:30px;width:100%;display:flex}.double-image-layout .img-main,.double-image-layout .img-secondary{object-fit:cover;border:none;border-radius:8px;width:100%;height:auto;position:static;box-shadow:0 10px 30px #00000014}.corporate-quote{color:#64748b;background-color:#f7fafc;border-left:4px solid #18c900;border-radius:0 8px 8px 0;margin:40px 0 0;padding:20px 30px;font-family:Inter,sans-serif;font-size:15px;font-style:italic;line-height:1.9}.services-list-grid{grid-template-columns:repeat(2,1fr);gap:20px 40px;display:grid}.service-list-item{background-color:#fff;border:1px solid #edf2f7;border-radius:8px;align-items:flex-start;padding:20px;display:flex;box-shadow:0 4px 6px #00000005}.check-icon{width:24px;min-width:24px;height:24px;margin-top:2px;margin-right:15px}.service-list-item span{color:#64748b;font-family:Inter,sans-serif;font-size:15px;line-height:1.9}.corporate-cta{color:#fff;text-align:center;background-color:#005665;padding:80px 5%}.cta-container{max-width:900px;margin:0 auto}.cta-container h3{color:#18c900;margin-bottom:20px;font-size:2rem}.cta-container p{color:#cbd5e0;font-size:1.25rem}.form-section-bg{background-color:#fff;border-top:1px solid #edf2f7}@media screen and (width<=1200px){.split-layout{gap:50px}.hero-heading{font-size:3rem}}@media screen and (width<=992px){.corporate-hero{height:60vh;min-height:450px}.split-layout,.split-layout.reverse{flex-direction:column}.split-text{width:100%;margin-bottom:40px}.split-image{width:100%;max-width:600px;margin:0 auto}.img-backdrop,.img-backdrop.right{top:20px;left:20px;right:auto}.section-title{font-size:2rem}.services-list-grid{grid-template-columns:1fr}}@media screen and (width<=768px){.corporate-section{padding:60px 4%}.hero-heading{font-size:2.5rem}.hero-subheading{font-size:1.1rem}.hero-consult-btn{width:100%;padding:14px 20px}.corporate-cta{padding:50px 4%}.cta-container h3{font-size:1.5rem}.cta-container p{font-size:1.1rem}.section-paragraph{text-align:left;font-size:1rem}.corporate-quote{padding:15px 20px;font-size:1.05rem}}@media screen and (width<=480px){.hero-heading{font-size:2rem}.section-title{font-size:1.75rem}.service-list-item{padding:15px}.service-list-item span{font-size:.95rem}}@media screen and (width<=320px){.hero-heading{font-size:1.75rem}.hero-subheading{font-size:1rem}.corporate-section{padding:40px 4%}.section-title{font-size:1.5rem}}.whatsapp-floating-icon{color:#fff;z-index:9999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #0000004d}.whatsapp-floating-icon:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 6px 14px #0006}.whatsapp-svg{fill:currentColor;width:auto;height:35px;margin-bottom:1px;margin-right:1px}@media (width<=768px){.whatsapp-floating-icon{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-svg{width:auto;height:30px}}
