@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";body{font-family:Poppins,sans-serif}*{box-sizing:border-box;margin:0;padding:0}.top-bar{color:#fff;z-index:1100;background:#4bc387;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 40px;font-size:14px;display:flex;position:fixed;top:0}.top-bar-left{gap:30px;font-size:16px;display:flex}.social-icons-landing{gap:6px;display:flex}.social-icons-landing a{color:#fff;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .3s;display:flex}.top-icon-item{align-items:center;gap:8px;display:flex}.top-icon{color:#fff;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:18px;transition:all .3s;display:flex}.top-text{color:#fff;opacity:.95;font-size:16px}.social-icons-landing a:hover{color:#0f172a;background:#fff}.main{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;height:72px;padding:0 40px;display:flex;position:fixed;top:40px;box-shadow:0 3px 6px #0000000d}.L-img img{cursor:pointer;height:65px}.nav{align-items:center;gap:20px;display:flex}.nav span{cursor:pointer}.hamburger{cursor:pointer;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:#0f172a;border-radius:2px;width:26px;height:3px;transition:all .3s}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.primary-btn-nav{color:#fff;cursor:pointer;background:#4bc387;border:none;border-radius:30px;outline:none;padding:8px 18px;font-size:16px;font-weight:600;transition:all .3s}.primary-btn-nav:hover{background:#3aa96f;box-shadow:0 6px 18px #4bc38766}.primary-btn{cursor:pointer;color:#fff;background:#4bc387;border:none;border-radius:5px;width:220px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 6px 14px #4bc3874d}.primary-btn:hover{background:#36a56d;transform:translateY(-2px);box-shadow:0 10px 20px #4bc38766}.secondary-btn{cursor:pointer;color:#4bc387;background:0 0;border:1px solid #4bc387;border-radius:5px;width:200px;padding:10px;font-size:15px;font-weight:600;transition:all .3s}.secondary-btn:hover{color:#fff;background:#4bc387;transform:translateY(-2px);box-shadow:0 10px 20px #4bc3874d}.who-section{margin-top:0}.who-container{color:#333;justify-content:center;align-items:center;gap:60px;max-width:1200px;margin-top:10px;margin-left:60px;margin-right:50px;font-size:16px;line-height:1.5;display:flex}.who-content{flex:1}.who-content strong{font-weight:450}.who-video{flex:1;justify-content:center;margin-top:10px;display:flex}.who-video iframe{border-radius:14px;width:100%;height:330px;box-shadow:0 10px 30px #00000026}@media (max-width:768px){.who-container{flex-direction:column}.who-video iframe{height:220px}.top-bar{display:none}.main{top:0}.nav{background:#fff;flex-direction:column;padding:20px;display:none;position:absolute;top:72px;right:20px}.nav.open,.hamburger{display:flex}.who-container{flex-direction:column;margin-top:40px;position:static}.hamburger{display:flex}.nav{background:#fff;border-radius:12px;flex-direction:column;gap:15px;padding:20px;display:none;position:absolute;top:72px;right:20px;box-shadow:0 8px 25px #00000026}.nav.open{display:flex}}.pdf-modal{z-index:2000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pdf-viewer{background:#fff;border-radius:12px;width:90%;max-width:1200px;height:90vh;position:relative;overflow:hidden}.pdf-frame{border:none;width:100%;height:100%}.pdf-close{color:#fff;cursor:pointer;z-index:10;background:#ee383b;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:17px;right:14px}.pdf-close:hover{background:#ff4d4f}.bento-modal{z-index:3000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.bento-container{background:#fff;border-radius:18px;width:90%;max-width:900px;padding:30px;position:relative;box-shadow:0 20px 50px #0003}.bento-close{color:#fff;cursor:pointer;background:#ee383b;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;position:absolute;top:14px;right:16px}.bento-grid{grid-template-rows:160px 120px 120px;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.bento-card{cursor:pointer;color:#0f172a;background:#fff;border:2px solid #4bc387;border-radius:14px;justify-content:flex-start;align-items:flex-end;padding:14px;font-weight:600;transition:all .3s;display:flex}.bento-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.bento-card.big{grid-area:1/1/span 2/span 2}.bento-card.top-right{grid-area:1/3}.bento-card.mid-right{grid-area:2/3}.bento-card.bottom-left{grid-area:3/1}.bento-card.bottom-mid{grid-area:3/2}.bento-card.bottom-right{grid-area:3/3}.bento-pdf{border:none;border-radius:10px;width:100%;height:520px}@media (max-width:768px){.bento-container{width:95%;padding:20px}.bento-grid{grid-template-rows:auto;grid-template-columns:1fr}.bento-card{width:100%}.bento-card.big,.bento-card.top-right,.bento-card.mid-right,.bento-card.bottom-left,.bento-card.bottom-mid,.bento-card.bottom-right{grid-area:auto}}.hero{background:#fff;justify-content:center;align-items:center;min-height:80vh;margin-bottom:0;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;width:400px;height:400px;position:absolute}.hero-inner{z-index:2;justify-content:space-between;align-items:center;gap:40px;width:90%;max-width:1200px;display:flex;position:relative}.hero-cta{gap:16px;display:flex}.hero-left{flex:1}.hero-small{color:#666;margin-bottom:10px;font-size:20px}.hero-heading{color:#0f172a;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.2}.hero-tags{color:#555;margin-bottom:10px;font-size:18px}.hero-right{flex:1;justify-content:center;display:flex}.hero-right img{background:0 0;width:100%;max-width:500px}.hero-tags{color:#333;margin-top:15px;font-size:20px}.dot{color:#333}.hero-tags span{transition:all .3s}.active-tag{color:#4bc387;font-weight:700}.hero-fullform{color:#555;text-align:left;min-height:22px;margin-top:8px;font-size:18px}.hero-fullform:after{content:"|";margin-left:4px;animation:1s infinite blink}@keyframes blink{50%{opacity:1}to{opacity:0}}@media (max-width:768px){.hero{text-align:left;background:#f8fafc;justify-content:center;align-items:flex-start;min-height:85vh;padding-top:160px;display:flex;position:relative;overflow:hidden}.hero-fullform{color:#555;text-align:center;min-height:22px;margin-top:8px;font-size:18px}.hero-cta{display:block}.hero-cta button{width:200px;margin:10px;padding:20px}.hero-inner{text-align:center;flex-direction:column}.hero-heading{font-size:34px}.hero-cta{flex-direction:column}.hero-right img{display:none}}.services-section{text-align:center;background-color:#4bc387;padding:80px 60px}.services-title{color:#fff;margin-bottom:10px;font-size:55px;font-weight:400}.services-subtitle{color:#fff;margin-bottom:50px;font-size:20px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:30px;display:grid}.service-card{cursor:pointer;background:#fff;border-radius:14px;padding:35px 25px;transition:all .3s;box-shadow:0 10px 30px #00000014}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.service-card h2{color:#4bc387;margin-bottom:15px;font-size:22px;font-weight:500}.service-card p{color:#555;font-size:16px;line-height:1.6}@media (max-width:768px){.services-section{padding:60px 20px}.services-title{font-size:28px}}.animated-title{display:inline-block;position:relative}.letter{display:inline-block}.drag-character{z-index:2;width:90px;animation:6s forwards walkDrag;position:absolute;top:-60px;left:-120px}@keyframes walkDrag{0%{left:-120px}40%{left:40%}70%{left:50%;transform:translate(-50%)}to{top:-45px;left:18%}}.rope{background:#fff;height:2px;animation:4s forwards ropeStretch;position:absolute;top:10px;left:0}@keyframes ropeStretch{0%{width:0}60%{width:200px}to{width:0}}.speech{color:#000;opacity:0;background:#fff;border-radius:12px;padding:6px 12px;font-size:12px;animation:6s forwards speechShow;position:absolute;top:-90px;left:20%}@keyframes speechShow{0%,60%{opacity:0}70%,90%{opacity:1}to{opacity:0}}.contact-section{background:#f4f7f6;padding:80px 60px}.contact-container{align-items:flex-start;gap:60px;max-width:1100px;margin:auto;display:flex}.contact-info{flex:1;justify-content:flex-start}.contact-info h1{color:#222;margin-bottom:20px;font-size:38px}.contact-info p{color:#555;margin-bottom:15px;font-size:16px;line-height:1.8}.contact-form{background:#fff;border-radius:16px;flex:1;padding:45px;transition:all .3s;box-shadow:0 20px 50px #00000014}.contact-form form{flex-direction:column;display:flex}.form-row input,.form-row select{flex:1}.contact-form input,.contact-form select,.contact-form textarea{background:#fafafa;border:1px solid #ddd;border-radius:10px;outline:none;padding:14px 16px;font-size:14px;transition:all .3s}.contact-form textarea{resize:none;margin-bottom:18px}.form-row1{flex-direction:column;display:flex}.input-group1{gap:10px;margin-bottom:10px;font-size:14px;font-weight:500;display:block}.form-row1 label,.form-row1 select{flex:1}.input-group1 select,.form-row1 select{margin-top:10px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:#4bc387;box-shadow:0 0 0 3px #4bc38726}.contact-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4bc387,#3aa86f);border:none;border-radius:10px;padding:14px;font-size:16px;font-weight:500;transition:all .3s}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4bc38766}button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:992px){.contact-container{flex-direction:column;gap:40px}}@media (max-width:768px){.contact-section{padding:60px 20px}.form-row{flex-direction:column}.contact-form{padding:30px}.contact-info h1{font-size:28px}}.contact-form select{background:#fafafa;border:1px solid #ddd;border-radius:10px;outline:none;margin-bottom:15px;padding:14px 16px;font-size:14px;transition:all .3s}.contact-form select:focus{background:#fff;border-color:#4bc387;box-shadow:0 0 0 3px #4bc38726}.form-row{gap:15px;margin-bottom:15px;display:flex}.form-row input{flex:1}@media (max-width:768px){.form-row{flex-direction:column}}.required{color:red;margin-left:3px}.input-group label{margin-bottom:5px;font-size:14px;font-weight:500;display:block}.about-section{background:#fff;padding:0 60px}.about-container{align-items:center;gap:60px;max-width:1200px;margin:auto;display:flex}.about-image{flex:1;justify-content:center;display:flex}.about-image img{max-width:600px;height:auto;animation:.8s forwards fadeUp}.about-content{flex:1}.about-content h1{color:#0f172a;margin-bottom:20px;font-size:36px}.about-content p{color:#333;font-size:16px;line-height:1.5}.about-content strong{font-weight:450}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mvc-section{text-align:center;background:linear-gradient(135deg,#f8fafc,#fff);padding:100px 60px}.mvc-heading{color:#0f172a;margin-bottom:50px;font-size:36px}.mvc-cards{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:auto;display:grid}.mvc-card{background:#fff;border-radius:18px;padding:40px 30px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000014}.mvc-card:before{content:"";background:#4bc387;width:100%;height:4px;position:absolute;top:0;left:0}.mvc-icon{margin-bottom:20px;font-size:42px}.mvc-card h3{color:#0f172a;margin-bottom:15px;font-size:22px;font-weight:600}.mvc-card p{color:#555;font-size:15px;line-height:1.7}.mvc-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #4bc38740}@media (max-width:768px){.mvc-cards{grid-template-columns:1fr}.mvc-section{padding:80px 20px}.about-container{flex-direction:column}.about-image img{display:none}}.main-footer{color:#eaeaea;background:#111;padding:60px 60px 20px;font-family:Poppins,sans-serif}.footer-top{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:auto;display:grid}.footer-logo{height:110px}.footer-col h5{color:#fff;margin-bottom:15px;font-size:18px}.footer-col p{color:#cfcfcf;margin-bottom:20px;font-size:15px;line-height:1.6}.social-icons{gap:14px;margin-top:20px;margin-left:10px;display:flex}.social-icons a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;transition:all .3s;display:flex}.social-icons a:hover{background:#4bc387;transform:translateY(-4px)}.footer-col ul{padding:0;list-style:none}.footer-col ul li{color:#cfcfcf;cursor:pointer;margin-bottom:10px;font-size:14px;transition:color .3s}.footer-col ul li:hover{color:#4bc387}.contact-item{color:#fff;align-items:center;gap:10px;margin-bottom:5px;font-size:14px;display:flex}.contact-item svg{color:#4bc387}.contact-sub{color:#aaa;margin-bottom:15px;font-size:12px}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;margin-top:40px;padding-top:15px;font-size:13px}@media (max-width:992px){.footer-top{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:576px){.main-footer{padding:40px 20px 20px}.footer-top{grid-template-columns:1fr;gap:25px}.footer-col h3,.footer-col h5{font-size:20px}.social-icons{margin-top:10px}}.portfolio-section{text-align:center;background:#f8fafc;padding:80px 5%}.portfolio-title{color:#0f172a;margin-bottom:50px;font-size:32px;font-weight:700}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;display:grid}.portfolio-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:24px;padding:30px 20px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.portfolio-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#4bc387,#36a56d);border-radius:24px;padding:1px;transition:all .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.portfolio-card:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 60px #00000026}.portfolio-card:hover:before{opacity:1}.portfolio-icon{color:#4bc387;margin-bottom:20px;font-size:36px}.portfolio-title-card{color:#0f172a;margin-bottom:25px;font-size:18px;font-weight:600}.portfolio-arrow{color:#fff;cursor:pointer;background:#4bc387;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px}.portfolio-arrow:hover{background:#36a56d;transform:scale(1.1)rotate(10deg)}.portfolio-card:nth-child(odd){transform:translateY(0)}.portfolio-card:nth-child(2n){transform:translateY(10px)}@media (max-width:768px){.portfolio-section{padding:60px 20px}.portfolio-title{font-size:24px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.edu-section{width:100%;font-family:"Poppins" sans-serif}.back-btn{color:#000;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .3s;position:absolute;top:20px;left:20px}.back-btn:hover{color:#fff;background:#4bc387}.edu-banner{background:url(./hospital-img-D2xNP6iN.jpg) 50%/cover no-repeat;height:60vh;position:relative}.edu-banner-overlay{color:#fff;background:#00000080;flex-direction:column;justify-content:center;height:100%;padding-left:8%;display:flex}.edu-banner-overlay h1{max-width:500px;margin-bottom:20px;font-size:40px}.edu-banner-overlay button{color:#fff;cursor:pointer;background:#4bc387;border:none;border-radius:8px;width:fit-content;padding:12px 24px;font-size:14px;font-weight:700}.edu-help{text-align:center;padding:80px 5%}.edu-help h2{font-size:30px}.edu-help p{color:#555;margin-bottom:40px}.edu-help-grid{grid-template-columns:repeat(2,2fr);gap:20px;display:grid}.edu-help-card{text-align:left;background:#f1f5f9;border-radius:16px;padding:25px;transition:all .3s}.edu-help-card svg{color:#4bc387;background-color:#fff;border-radius:50%;padding:10px;font-size:55px}.edu-help-card:hover{transform:translateY(-5px)}.edu-work{text-align:center;background:#f9f6f2;padding:80px 5%}.edu-work-grid{grid-template-columns:repeat(4,1fr);margin-top:40px;display:grid}.edu-work-step{text-align:center}.edu-work-step svg{color:#4bc387;font-size:30px}.edu-work-step h4{margin-top:10px}.edu-contact{text-align:center;padding:80px 5%}.edu-contact button{color:#fff;cursor:pointer;background:#4bc387;border:none;border-radius:8px;padding:14px 30px}@media (max-width:768px){.edu-help-grid,.edu-work-grid{grid-template-columns:1fr}.edu-banner-overlay h1{font-size:28px}}
