body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ayushya-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hero{background:linear-gradient(90deg,#dceeff,#b6d9f2);padding:100px 20px 40px}.hero-content{align-items:center;display:flex;flex-direction:column-reverse;gap:40px;margin:0 auto;max-width:1200px}.hero-text{max-width:600px;text-align:center}.hero-title{color:#036;font-size:32px;font-weight:800;margin-bottom:10px}.hero-subtitle{color:#004080;font-size:18px;font-weight:600;margin-bottom:15px}.hero-description{color:#444;font-size:16px;line-height:1.6;margin-bottom:20px}.hero-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;text-decoration:none}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px}.btn.call{background-color:#036;color:#fff}.btn.call:hover{background-color:#024}.btn.book{background-color:#fff;border:2px solid #036;color:#036}.btn.book:hover{background-color:#e6f0ff}.hero-image img{height:auto;max-width:100%}@media (min-width:768px){.hero-content{align-items:center;flex-direction:row;justify-content:space-between}.hero-content,.hero-text{text-align:left}}.services-section{background-image:url(https://www.transparenttextures.com/patterns/xv.png);color:#fff;padding:60px 20px;position:relative}.container{margin:0 auto;max-width:1200px}.heading-section{margin-bottom:40px;position:relative;text-align:center}.background-title{color:#ffffff0d;font-size:80px;font-weight:900;left:50%;position:absolute;top:0;transform:translateX(-50%);white-space:nowrap;z-index:0}.main-title{color:#013144;font-size:46px;font-weight:700}.description,.main-title{position:relative;z-index:1}.description{color:#000;font-size:19px;line-height:1.7;margin:0 auto;max-width:700px}.more-btn{background:#fff;border:none;border-radius:8px;color:#08343c;cursor:pointer;font-weight:700;margin-top:20px;padding:10px 20px;transition:all .3s ease}.more-btn:hover{background-color:#e2e2e2}.cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:20px}.card,.cards{box-sizing:border-box}.card{background:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:15px;text-align:center;transition:transform .3s ease;width:100%}.card:hover{transform:translateY(-5px)}.card img{border-radius:10px;height:180px;object-fit:cover;width:100%}.card-title{color:#08343c;font-size:16px;font-weight:700;margin-top:10px}@media (max-width:992px){.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.hero-title{font-size:24px}.hero-subtitle{font-size:16px}.hero-description{font-size:14px}.cards{grid-template-columns:1fr;padding:10px}.card{max-width:100%;padding:10px}.background-title{font-size:50px}.main-title{font-size:32px}.description{font-size:16px}}.card-description{color:#555;flex-grow:1;font-size:14px;line-height:1.5;margin:10px 0}.card-button{align-self:center;background-color:#08343c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;margin-top:10px;padding:8px 16px;transition:background .3s ease}.card-button:hover{background-color:#065e63}.header{align-items:center;background-color:#1a8662;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:space-between;left:0;padding:15px 20px;position:fixed;top:0;width:100%;z-index:1000}.header,.menu-toggle{box-sizing:border-box}.menu-toggle{color:#333;cursor:pointer;display:none;font-size:24px;margin-left:auto;padding:5px;z-index:1100}.logo-section{align-items:center;display:flex}.logo{height:60px;margin-right:10px}.brand{color:#fff;font-size:20px;font-weight:700}.nav{display:flex;gap:20px}.nav a{color:#fff;font-size:larger;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:gold}.call-button{align-items:center;color:#fbff00c5;display:flex;font-weight:500;gap:5px;white-space:nowrap}@media (max-width:768px){.menu-toggle{display:block}.nav{background:#000;box-shadow:0 4px 8px #0000001a;display:none;flex-direction:column;left:0;padding:15px 20px;position:absolute;top:65px;width:100%;z-index:1000}.nav.active{display:flex}.call-button{display:none}}.phone-link{color:inherit;display:inline-flex;font-size:18px;gap:8px}.phone-link:hover{color:#1e008a;text-decoration:none}.features-section{background-color:#eaf2f7;padding:60px 20px;text-align:center}.features-title{font-size:36px;font-weight:700;margin-bottom:50px}.features-title .highlight{color:#016d97}.features-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.feature-box{background:#fff;border-radius:12px;box-shadow:0 0 20px #0000000d;flex:1 1 220px;max-width:260px;padding:30px;transition:transform .3s}.feature-box:hover{transform:translateY(-5px)}.feature-icon{align-items:center;background-color:#013144;border-radius:50%;color:#fff;display:flex;font-size:40px;height:100px;justify-content:center;margin:0 auto 20px;transition:transform .4s ease,box-shadow .3s ease;width:100px}.feature-box:hover .feature-icon{box-shadow:0 0 15px 4px #00c99c80;transform:scale(1.15)}.feature-box h3{font-size:18px;font-weight:600;margin-bottom:10px}.feature-box p{color:#555;font-size:14px;line-height:1.6}.stats{background-color:#0009;background-image:linear-gradient(#0009,#0009),url(data:image/jpeg;base64,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);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 4px 12px #0003;color:#fff;flex-wrap:wrap;gap:60px;justify-content:center;margin:0 auto;padding:40px 20px;width:100%}.stat-box,.stats{align-items:center;display:flex}.stat-box{flex-direction:column;text-align:center}.stat-box h3{color:#fff;font-size:48px;font-weight:700;margin-bottom:8px}.stat-box p{color:#ddd;font-size:18px;margin:0}@media (max-width:768px){.stats{gap:40px;padding:30px 16px}.stat-box h3{font-size:36px}.stat-box p{font-size:16px}}@media (max-width:480px){.stats{flex-direction:column;gap:24px}.stat-box h3{font-size:32px}.stat-box p{font-size:15px}}.stat-box{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.footer{background-color:#0e013e;color:#e0e0e0;font-family:Helvetica Neue,sans-serif;padding:50px 5%;text-align:center}.footer-container{margin:0 auto;max-width:1200px}.footer-top{align-items:flex-start;border-bottom:1px solid #333;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding-bottom:30px;text-align:left}.footer-col{flex:1 1 200px;min-width:250px}.footer-logo-img{height:200px;margin-bottom:15px;object-fit:contain;width:200px}.footer-col h2{color:#fff;font-size:26px;margin-bottom:12px}.footer-col h3{color:#00e676;font-size:18px;margin-bottom:15px}.footer-col p{color:#bbb;font-size:14px;line-height:1.7;margin-bottom:20px}.footer-col ul{grid-gap:10px 0;display:grid;gap:10px 0;grid-template-columns:repeat(2,auto);list-style:none;margin:0;padding:0}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{color:#fff;font-size:14px;text-decoration:none;transition:all .1s ease}.footer-col ul li a:hover{color:gold;transform:translateX(4px)}.footer-col ul li .active-footer-link{color:gold;font-weight:700;text-shadow:0 0 5px #ffd70080}.social-icons{gap:14px;margin-top:20px}.social-icons a{align-items:center;background-color:#00e676;border-radius:50%;color:#000;display:inline-flex;font-size:16px;justify-content:center;padding:8px;text-decoration:none;transition:all .3s ease}.social-icons a:hover{background-color:gold;color:#000;transform:scale(1.1)}.phone-link{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:500;gap:10px;text-decoration:none;transition:color .3s ease,transform .3s ease}.phone-link:hover{color:gold;transform:translateX(5px)}.phone-icon{font-size:20px;transition:color .3s ease}.phone-icon,.phone-link:hover .phone-icon{color:#00e676}.quick-contact-col p{align-items:flex-start;display:flex;gap:10px;margin-bottom:12px}.quick-contact-col p.contact-address{align-items:flex-start;margin-bottom:15px}.contact-address a{color:#fff;text-decoration:none}.contact-icon{color:#00e676;font-size:18px;min-width:18px}.quick-contact-col .contact-link{color:#fff;text-decoration:none;transition:color .3s ease}.quick-contact-col .contact-link:hover{color:#00e676;text-decoration:none}.footer-bottom{color:#999;font-size:16px;margin-top:25px}.footer-bottom a{color:#00e676;font-weight:600;margin-left:8px;text-decoration:none}.footer-bottom a:hover{color:gold}@media (max-width:1024px){.footer-top{gap:30px;grid-template-columns:repeat(2,1fr);justify-content:center}.footer-col{flex:1 1 45%;min-width:200px;text-align:center}.contact-number-col,.quick-contact-col{flex:1 1 100%;text-align:center}.contact-number-col .phone-link,.footer-col ul,.quick-contact-col p,.social-icons{justify-content:center}}@media (max-width:768px){.footer-top{flex-direction:column;gap:40px;grid-template-columns:1fr;text-align:center}.footer-col{flex:1 1 100%;min-width:100%;text-align:center}.contact-number-col .phone-link,.quick-contact-col p{justify-content:center;text-align:center}.quick-contact-col .contact-item{align-items:center;display:flex;justify-content:center;text-align:left}.footer-col ul,.social-icons{justify-content:center}.footer-col ul{grid-template-columns:repeat(2,auto)}}@media (max-width:480px){.footer-col h2{font-size:22px}.footer-col p{font-size:13px}.footer-col h3{font-size:16px}.footer-col ul{grid-template-columns:1fr}.footer-col ul li a{font-size:13px}.footer-bottom a{display:block;margin:5px 0 0}.quick-contact-col .contact-item{justify-content:flex-start;padding-left:10px;text-align:left}.quick-contact-col p{text-align:left}}@media (max-width:375px){.footer{padding:40px 3%}.footer-col h2{font-size:20px}.footer-col h3{font-size:15px}.footer-col p,.footer-col ul li a{font-size:12px}}.about-page{background-color:#f8f8f8;color:#333;font-family:Poppins,sans-serif;line-height:1.6}.about-hero{background:url(/static/media/nurse7.ef70432e72cb01cc5533.jpg) 50%/cover no-repeat;color:#fff;overflow:hidden;padding:150px 0;position:relative;text-align:center}.about-hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-hero h1{color:#fff;font-size:48px;font-weight:700;margin-top:10px;position:relative;text-shadow:2px 2px 4px #0006;z-index:2}.about-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;margin:-50px auto 0;padding:20px;position:relative;z-index:10}.about-intro-section{margin-bottom:30px;overflow:hidden;padding-bottom:20px;padding-top:20px;position:relative}.about-background-text{color:#f0f0f0;font-size:150px;font-weight:900;left:0;letter-spacing:5px;opacity:.8;pointer-events:none;position:absolute;text-transform:uppercase;top:-50px;white-space:nowrap;z-index:1}.about-intro-section h2{color:#333;font-size:36px;font-weight:700;margin-bottom:15px;position:relative;text-align:left;z-index:2}.about-intro-section h2 span{color:#00b386}.about-intro-section p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:15px;max-width:100%;position:relative;text-align:justify;z-index:2}@media (max-width:1024px){.about-intro-section h2{font-size:30px}.about-background-text{font-size:120px;top:-40px}}@media (max-width:768px){.about-intro-section h2{font-size:26px}.about-background-text{font-size:100px;top:-30px}.about-intro-section p{font-size:14px}}@media (max-width:480px){.about-intro-section h2{font-size:20px}.about-background-text{font-size:80px;top:-20px}}.section-wrapper{border-top:1px solid #eee;margin-top:40px}.values-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center;text-align:center}.value-item{background-color:#f0f8ff;border-radius:12px;box-shadow:0 3px 15px #0000000d;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.value-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-8px)}.value-icon{color:#00b386;font-size:3em;margin-bottom:15px}.value-item h3{color:#2c3e50;font-size:1.4em;margin-bottom:10px}.value-item p{color:#666;font-size:.9em}.why-choose-us-section{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;margin-bottom:40px;padding:40px}.why-choose-list{list-style:none;margin:0;padding:0}.why-choose-list li{color:#444;font-size:1.05em;margin-bottom:12px;padding-left:35px;position:relative;transition:color .3s ease,transform .3s ease}.why-choose-list li:hover{color:#008060;transform:translateX(5px)}.list-check-icon{color:#28a745;font-size:1.2em;left:0;position:absolute;top:3px}.about-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px}.about-image{flex:1 1;max-width:500px;min-width:300px;text-align:center}.about-image img{border-radius:10px;box-shadow:0 0 20px #0000001a;height:auto;transition:transform .3s ease;width:100%}.about-image img:hover{transform:scale(1.02)}.about-cards{display:flex;flex:1 1;flex-direction:column;gap:20px;max-width:500px;min-width:300px}.about-card{background-color:#e3f2f0;border-radius:12px;box-shadow:0 0 15px #0000000d;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-8px)}.about-icon{color:#00b386;font-size:32px;margin-bottom:10px}.about-card h3{color:#222;font-size:20px;font-weight:600;margin-bottom:10px}.about-card p{color:#555;font-size:15px;line-height:1.7}@media (max-width:1024px){.about-content{padding:50px 15px}.about-hero h1{font-size:40px}.about-content h2{font-size:32px}.section-heading{font-size:2em}.values-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.value-item{padding:20px}.why-choose-us-section{padding:30px}.why-choose-list li{font-size:1em;padding-left:30px}.list-check-icon{font-size:1.1em}.about-section{gap:30px}.about-cards,.about-image{max-width:48%}}@media (max-width:768px){.about-hero{padding:80px 0}.about-hero h1{font-size:36px}.about-content{margin-top:-30px;padding:30px 15px}.about-content h2{font-size:28px}.about-content p{font-size:15px}.section-wrapper{margin-top:30px;padding:30px 0}.section-heading{font-size:1.8em;margin-bottom:25px}.values-grid{gap:20px;grid-template-columns:1fr}.why-choose-us-section{padding:25px}.why-choose-list li{font-size:.95em;margin-bottom:10px;padding-left:25px}.list-check-icon{font-size:1em;top:2px}.about-section{align-items:center;flex-direction:column;gap:30px}.about-cards,.about-image{max-width:100%;min-width:0;min-width:auto}.about-card{padding:25px}.about-icon{font-size:28px}.about-card h3{font-size:18px}.about-card p{font-size:14px}}@media (max-width:480px){.about-hero h1{font-size:30px}.about-content h2{font-size:24px}.section-heading{font-size:1.5em}.value-item h3{font-size:1.3em}}.how-we-work-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000d;margin-top:40px;padding:50px 20px;text-align:center}.process-heading{color:#00b386;font-size:2em;font-weight:600;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.how-we-work-section .section-heading{font-size:3rem;margin-bottom:25px;margin-top:0}.process-description{color:#555;font-size:1.1em;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px}.process-steps-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:30px}.process-step-item{background-color:initial;border-bottom:1px solid #eee;border-radius:0;box-shadow:none;overflow:hidden;padding:25px;position:relative;text-align:center;transition:background-color .3s ease,transform .3s ease}.process-step-item:last-child{border-bottom:none}.process-step-item:hover{background-color:#e6f7ed;transform:translateY(-5px)}.process-icon-number{color:#00b386;font-size:2.5em;font-weight:700;opacity:.2;position:absolute;right:15px;top:10px;transition:opacity .3s ease,color .3s ease}.process-step-item:hover .process-icon-number{color:#008060;opacity:.5}.process-step-icon{color:#00b386;font-size:3em;margin-bottom:15px;transition:transform .3s ease,color .3s ease}.process-step-item:hover .process-step-icon{color:#00664d;transform:scale(1.1)}.process-step-item h3{color:#222;font-size:1.25em;font-weight:600;margin-bottom:10px;transition:color .3s ease}.process-step-item:hover h3{color:#008060}.process-step-item p{color:#666;font-size:.9em;line-height:1.6;transition:color .3s ease}.process-step-item:hover p{color:#333}@media (max-width:1024px){.how-we-work-section{padding:40px 15px}.process-steps-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.process-step-item{padding:20px}.process-icon-number{font-size:2em}.process-step-icon{font-size:2.5em}.process-step-item h3{font-size:1.15em}.process-step-item p{font-size:.85em}}@media (max-width:768px){.how-we-work-section{padding:30px 15px}.process-heading{font-size:1em}.how-we-work-section .section-heading{font-size:1.8em}.process-description{font-size:.95em}.process-steps-grid{gap:15px;grid-template-columns:1fr}.process-step-item{border-bottom:1px solid #eee;padding:20px}.process-step-item:last-child{border-bottom:none}.process-icon-number{font-size:1.8em;right:10px;top:5px}.process-step-icon{font-size:2.2em}.process-step-item h3{font-size:1.1em}.process-step-item p{font-size:.8em}}@media (max-width:480px){.how-we-work-section .section-heading,.process-icon-number{font-size:1.5em}.process-step-icon{font-size:2em}}.start-care-banner{align-items:center;background-color:#e6f7ed;border-radius:12px;box-shadow:0 4px 15px #0000000d;display:flex;justify-content:center;margin-top:50px;padding:40px 20px}.start-care-banner .banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;max-width:1100px;width:100%}.start-care-banner .banner-text h3{color:#2c3e50;font-size:2em;font-weight:700;line-height:1.3;margin:0}.start-care-banner .banner-text h3 span{color:#00b386}.start-care-banner .banner-text p{color:#555;font-size:1.1em;margin:5px 0 0}.start-care-banner .enquire-button{align-items:center;background-color:#00b386;border-radius:30px;box-shadow:0 4px 10px #0000001a;color:#fff;display:flex;font-size:1.05em;font-weight:600;gap:8px;padding:15px 30px;text-decoration:none;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.start-care-banner .enquire-button:hover{background-color:#008060;box-shadow:0 6px 15px #00000026;transform:translateY(-3px)}.start-care-banner .button-arrow-icon{font-size:1.2em;transition:transform .3s ease}.start-care-banner .enquire-button:hover .button-arrow-icon{transform:translateX(5px)}@media (max-width:768px){.start-care-banner{margin-top:30px;padding:30px 15px}.start-care-banner .banner-content{flex-direction:column;text-align:center}.start-care-banner .banner-text h3{font-size:1.8em}.start-care-banner .banner-text p{font-size:1em;margin-bottom:20px}.start-care-banner .enquire-button{font-size:1em;padding:12px 25px;width:fit-content}}@media (max-width:480px){.start-care-banner .banner-text h3{font-size:1.5em}.start-care-banner .banner-text p{font-size:.9em}}.google-reviews-section{background-color:#fefefe;border-radius:8px;box-shadow:0 4px 15px #0000000d;margin-top:50px;padding:50px 20px;text-align:center}.customer-says-text{color:#00b386;font-size:1.6em;font-weight:600;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.google-reviews-section .section-heading{color:#2c3e50;margin-bottom:40px;margin-top:0}.reviews-container{flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1400px}.overall-rating,.reviews-container{align-items:flex-start;display:flex}.overall-rating{border-right:1px solid #eee;flex:0 0 200px;flex-direction:column;padding:20px;text-align:left}.rating-excellent{color:#333;font-size:1.8em;font-weight:700;margin-bottom:5px}.overall-rating .stars{color:#f39c12;font-size:1.3em;margin-bottom:10px}.rating-based-on{color:#666;font-size:.9em;margin-bottom:15px}.google-logo-large{height:auto;object-fit:contain;width:100px}.review-cards-wrapper{align-items:center;display:flex;flex:1 1;min-width:300px;position:relative}.review-cards-grid{grid-gap:20px;-webkit-overflow-scrolling:touch;display:grid;gap:20px;grid-auto-columns:320px;grid-auto-flow:column;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;scrollbar-color:#00b386 #f1f1f1;scrollbar-width:thin}.review-cards-grid::-webkit-scrollbar{height:8px}.review-cards-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.review-cards-grid::-webkit-scrollbar-thumb{background:#00b386;border-radius:10px}.review-cards-grid::-webkit-scrollbar-thumb:hover{background:#008060}.review-card-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;flex-shrink:0;padding:20px;scroll-snap-align:start;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.review-card-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.review-header{align-items:center;display:flex;margin-bottom:10px}.user-avatar{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.user-info{flex-grow:1}.user-name{color:#333;font-size:.95em;font-weight:600;margin:0}.review-time{color:#888;font-size:.8em;margin:0}.google-icon-small{height:20px;object-fit:contain;width:20px}.review-stars{color:#f39c12;font-size:1em;margin-bottom:10px}.verified-icon{color:#28a745;font-size:.9em;margin-left:5px}.review-text{color:#555;font-size:.9em;line-height:1.6;margin:0}.review-nav-arrow{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5em;padding:10px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease;z-index:10}.review-nav-arrow:hover{background-color:#000000b3}.left-arrow{left:-20px}.right-arrow{right:-20px}@media (max-width:1024px){.google-reviews-section{padding:40px 15px}.overall-rating{flex:0 0 180px;padding:15px}.rating-excellent{font-size:1.6em}.overall-rating .stars{font-size:1.2em}.review-cards-grid{gap:15px;grid-auto-columns:280px}.review-card-item{padding:15px}.user-avatar{height:35px;width:35px}.user-name{font-size:.9em}.review-time{font-size:.75em}.review-stars{font-size:.9em}.review-text{font-size:.85em}}@media (max-width:768px){.google-reviews-section{margin-top:30px;padding:30px 15px}.reviews-container{flex-direction:column;gap:30px}.overall-rating{align-items:center;border-bottom:1px solid #eee;border-right:none;text-align:center;width:100%}.rating-excellent{font-size:1.5em}.overall-rating .stars{font-size:1.1em}.review-cards-wrapper{width:100%}.review-cards-grid{gap:15px;grid-auto-columns:90%;padding-left:5%;padding-right:5%}.review-nav-arrow{display:none}}@media (max-width:480px){.google-reviews-section .section-heading{font-size:1.8em}.overall-rating{padding:15px 10px}.rating-excellent{font-size:1.3em}.overall-rating .stars{font-size:1em}.review-cards-grid{grid-auto-columns:95%;padding-left:2.5%;padding-right:2.5%}.review-card-item{padding:12px}.user-name{font-size:.85em}.review-time{font-size:.7em}.review-text{font-size:.8em}}.row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.service-item{background-color:#c4ffc6;border-radius:6px;box-shadow:0 3px 8px #00000012;height:100%;padding:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.service-icon{color:#007bff;font-size:2rem;margin-bottom:10px;transition:color .3s ease}.service-item:hover .service-icon{color:#0056b3}.service-item h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:8px}.service-item p{color:#666;font-size:.8rem;line-height:1.4;text-align:left}.services-footer{margin-top:30px;text-align:center}.services-footer p{color:#666;font-size:1.2rem}@media (max-width:992px){.row{gap:10px;grid-template-columns:repeat(2,1fr)}.service-item{padding:15px}}@media (max-width:576px){.row{gap:10px;grid-template-columns:1fr}.service-item{padding:10px}.service-icon{font-size:1.8rem;margin-bottom:8px}.service-item h4{font-size:1rem}.services-footer{margin-top:20px}}.service-details-list{list-style-position:inside;margin-top:10px;padding-left:0;text-align:left}.service-details-list li{margin-bottom:5px}*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden}.contact-container{margin:auto;max-width:1200px;padding:40px 20px}.contact-hero{align-items:center;background-image:url(/static/media/contact.a78302f762df4eab05fc.png);background-position:50%;background-size:cover;display:flex;height:400px;justify-content:center;position:relative;text-align:center}.contact-hero:before{background-color:#0009;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.contact-hero h1{animation:fadeInDown 1s ease-in-out;color:#fff;font-size:5rem;font-weight:700;position:relative;z-index:1}.contact-title{color:#111;font-size:48px;font-weight:800;margin-bottom:20px;text-align:center;transition:all .3s ease}.contact-title span{color:#00c292}.social-section{margin-top:20px;text-align:center}.social-section p{font-size:20px;font-weight:600}.social-icons{color:#444;display:flex;font-size:28px;gap:20px;justify-content:center;margin-top:10px;transition:transform .2s ease}.social-icons svg:hover{color:#00c292;transform:scale(1.2)}.contact-grid{display:flex;flex-wrap:wrap;gap:30px;margin-top:40px}.contact-form{animation:slideUp .9s ease-in;flex:1 1 350px;gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.contact-form label{font-size:18px;font-weight:600}.contact-form input{border:1px solid #ccc;border-radius:8px;font-size:17px;padding:14px 16px;transition:border .3s ease}.contact-form input:focus{border-color:#007bff;outline:none}.contact-form button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;padding:14px 18px;transition:background .3s ease,transform .2s ease}.contact-form button:hover{background-color:#0056b3;transform:scale(1.03)}.info-section{animation:slideUp 1s ease-in;display:flex;flex:1 1 350px;flex-direction:column;gap:24px;margin-left:20px}.info-box{align-items:center;background:#f0f4f8;border-radius:12px;box-shadow:0 4px 16px #0000000d;display:flex;padding:20px;transition:transform .3s ease}.info-box p{margin:4px 0;overflow-wrap:break-word;word-break:break-word}.info-box:hover{transform:translateY(-4px)}.info-box a p{color:#111;text-decoration:none;transition:color .2s}.info-box a:hover p{color:#007bff;text-decoration:none}.icon-box{background-color:#002f34;border-radius:10px;color:#fff;font-size:26px;margin-right:16px;padding:14px}.icon-box.green{background-color:#00c292}.info-title{font-size:20px;font-weight:700;margin-bottom:4px}.info-box a{color:#000;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s ease}.info-box a:hover{color:#0056b3;text-decoration:none}.map-section{margin:40px auto 80px;max-width:1200px;padding:0 20px}.map-responsive{height:0;overflow:hidden;padding-bottom:30%;position:relative}.map-responsive iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.required{color:red}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){body{font-size:16px}.contact-container{padding:20px 12px}.contact-title{font-size:30px;margin-bottom:16px}.contact-hero{height:240px;padding:20px}.contact-hero h1{font-size:2rem;line-height:1.3}.social-section p{font-size:18px}.social-icons{font-size:22px;gap:14px}.contact-grid{flex-direction:column;gap:30px;margin-top:20px}.contact-form,.info-section{margin:0;width:100%}.contact-form button,.contact-form input{font-size:16px;padding:12px 14px}.info-section{gap:16px}.info-box{align-items:flex-start;flex-direction:row;gap:12px;padding:14px}.info-title{font-size:18px}.icon-box{font-size:20px;min-height:44px;min-width:44px;padding:10px}.map-responsive{padding-bottom:65%}}.services-page{background-color:#f8f8f8;color:#333;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.services-hero{background:url(/static/media/nurse6.c2f20dae67a04e2c7568.jpg) 50%/cover no-repeat;color:#fff;overflow:hidden;padding:150px 0;position:relative;text-align:center}.services-hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.services-hero h1{font-size:48px;font-weight:700;margin-top:10px;text-shadow:2px 2px 4px #0006}.breadcrumb-nav,.services-hero h1{color:#fff;position:relative;z-index:2}.breadcrumb-nav{font-size:.9em;font-weight:500;margin-bottom:10px;text-decoration:none}.breadcrumb-nav .active{color:#00b386;text-decoration:none}.breadcrumb-nav .divider{color:#fff;margin:0 10px}.services-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;margin:-50px auto 0;padding:60px 20px;position:relative;z-index:10}.section-heading{color:#2c3e50;font-size:3em;margin-bottom:30px;padding-bottom:15px;position:relative;text-align:center}.section-heading:after{background-color:#00b386;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.services-intro-text{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1200px;text-align:center}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center}.service-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-10px)}.service-card-image-container{height:200px;overflow:hidden;width:100%}.service-card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-card:hover .service-card-image{transform:scale(1.05)}.service-card-content{display:flex;flex-direction:column;flex-grow:1;padding:25px}.service-card-content h3{color:#2c3e50;font-size:1.5em;font-weight:600;margin-bottom:10px}.service-card-content p{color:#666;flex-grow:1;font-size:.95em;line-height:1.7;margin-bottom:20px}.read-more-button{align-items:center;align-self:flex-start;background-color:#00b386;border-radius:25px;color:#fff;display:inline-flex;font-size:.9em;font-weight:500;gap:5px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.read-more-button:hover{background-color:#008060;transform:translateX(5px)}.read-more-icon{font-size:.9em}@media (max-width:1024px){.services-hero h1{font-size:40px}.services-content{padding:50px 15px}.services-main-heading{font-size:32px}.services-intro-text{font-size:15px;margin-bottom:30px}.services-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card-content{padding:20px}.service-card-content h3{font-size:1.4em}.service-card-content p{font-size:.9em}}@media (max-width:768px){.services-hero{padding:80px 0}.services-hero h1{font-size:36px}.services-content{margin-top:-30px;padding:30px 15px}.services-main-heading{font-size:28px}.services-intro-text{font-size:14px;margin-bottom:25px}.services-grid{gap:25px;grid-template-columns:1fr}.service-card-image-container{height:180px}.service-card-content{padding:18px}.service-card-content h3{font-size:1.3em}.service-card-content p{font-size:.85em}.read-more-button{font-size:.85em;padding:8px 15px}}@media (max-width:480px){.services-hero h1{font-size:30px}.services-main-heading{font-size:24px}.services-intro-text{font-size:13px}.service-card-image-container{height:150px}.service-card-content h3{font-size:1.2em}.service-card-content p{font-size:.8em}}.additional-services-section{margin-top:50px;padding:40px 0}.additional-services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center}.additional-service-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.additional-service-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-10px)}.additional-service-card-image-container{height:200px;overflow:hidden;width:100%}.additional-service-card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.additional-service-card:hover .additional-service-card-image{transform:scale(1.05)}.additional-service-card-content{display:flex;flex-direction:column;flex-grow:1;padding:25px}.additional-service-card-content h3{color:#2c3e50;font-size:1.5em;font-weight:600;margin-bottom:10px}.additional-service-card-content p{color:#666;flex-grow:1;font-size:.95em;line-height:1.7;margin-bottom:20px}@media (max-width:1024px){.additional-services-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.additional-service-card-content{padding:20px}.additional-service-card-content h3{font-size:1.4em}.additional-service-card-content p{font-size:.9em}}@media (max-width:768px){.additional-services-section{margin-top:30px;padding:30px 0}.additional-services-grid{gap:25px;grid-template-columns:1fr}.additional-service-card-image-container{height:180px}.additional-service-card-content{padding:18px}.additional-service-card-content h3{font-size:1.3em}.additional-service-card-content p{font-size:.85em}}@media (max-width:480px){.additional-service-card-image-container{height:150px}.additional-service-card-content h3{font-size:1.2em}.additional-service-card-content p{font-size:.8em}}.our-process-section{background-color:#fff;overflow:hidden;text-align:center}.our-process-section .container{margin:0 auto;max-width:1200px;padding:0 20px}.process-heading{color:#2c3e50;font-size:3.2em;font-weight:700;margin-bottom:20px;padding-bottom:15px;position:relative}.process-heading:after{background-color:#00b386;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.process-heading span{color:#00b386}.process-intro{color:#555;font-size:1.1em;line-height:1.7;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:800px}.process-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:60px}.process-step{align-items:center;background-color:#f0f8f5;border-radius:12px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;height:100%;padding:20px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-10px)}.process-icon{color:#00b386;font-size:3.5em;margin-bottom:20px;position:relative}.process-icon .step-number{align-items:center;background-color:#00b386;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 5px #0003;color:#fff;display:flex;font-size:.6em;font-weight:700;height:30px;justify-content:center;position:absolute;right:-10px;top:-10px;width:30px}.process-step h3{color:#2c3e50;font-size:1.1em;font-weight:600;margin-bottom:15px}.process-step p{color:#666;flex-grow:1;font-size:1em;line-height:1.6}.process-cta{margin-top:40px}.process-cta p{color:#333;font-size:1.3em;font-weight:500;margin-bottom:30px}.process-button{align-items:center;background-color:#00b386;border-radius:30px;box-shadow:0 4px 10px #0000001a;color:#fff;display:inline-flex;font-size:1.1em;font-weight:600;gap:10px;padding:15px 35px;text-decoration:none;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.process-button:hover{background-color:#008060;box-shadow:0 6px 15px #0003;transform:translateY(-5px)}.process-button .button-arrow-icon{font-size:1em;transition:transform .3s ease}.process-button:hover .button-arrow-icon{transform:translateX(5px)}@media (max-width:1024px){.our-process-section{padding:60px 0}.process-heading{font-size:2.8em}.process-intro{font-size:1.1em;margin-bottom:40px}.process-grid{gap:25px}.process-step{padding:25px}.process-icon{font-size:3em}.process-icon .step-number{font-size:.55em;height:28px;width:28px}.process-step h3{font-size:1.4em}.process-step p{font-size:.95em}.process-cta p{font-size:1.1em;margin-bottom:25px}.process-button{font-size:1em;padding:12px 30px}}@media (max-width:768px){.our-process-section{margin-top:50px;padding:50px 0}.process-heading{font-size:2.2em;margin-bottom:15px}.process-heading:after{width:80px}.process-intro{font-size:1em;margin-bottom:30px;padding:0 10px}.process-grid{gap:20px;grid-template-columns:1fr}.process-step{padding:20px}.process-icon{font-size:2.8em}.process-icon .step-number{font-size:.5em;height:25px;width:25px}.process-step h3{font-size:1.3em}.process-step p{font-size:.9em}.process-cta p{font-size:1em;margin-bottom:20px}.process-button{font-size:.9em;padding:10px 25px}}@media (max-width:480px){.process-heading{font-size:1.8em}.process-intro{font-size:.9em}.process-icon{font-size:2.5em}.process-icon .step-number{right:-5px;top:-5px}.process-step h3{font-size:1.2em}.process-step p{font-size:.85em}.process-button{font-size:.8em;padding:8px 20px}}.ready-to-start-section{background-color:#f0f8f5;border-radius:12px;box-shadow:0 6px 20px #00000014;margin-left:auto;margin-right:auto;margin-top:70px;max-width:1100px;overflow:hidden;padding:10px 20px;position:relative;text-align:center}.ready-to-start-heading{color:#2c3e50;font-size:2.8em;font-weight:700;margin-bottom:20px}.ready-to-start-heading span{color:#00b386}.ready-to-start-text{color:#555;font-size:1.1em;line-height:1.8;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1000px}.ready-to-start-button{align-items:center;background-color:#00b386;border-radius:30px;box-shadow:0 4px 10px #0000001a;color:#fff;display:inline-flex;font-size:1.05em;font-weight:600;gap:8px;padding:15px 30px;text-decoration:none;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.ready-to-start-button:hover{background-color:#008060;box-shadow:0 6px 15px #0003;transform:translateY(-3px)}.ready-to-start-button .button-arrow-icon{font-size:1em;transition:transform .3s ease}.ready-to-start-button:hover .button-arrow-icon{transform:translateX(5px)}@media (max-width:1024px){.ready-to-start-section{margin-top:60px;padding:60px 15px}.ready-to-start-heading{font-size:2.4em}.ready-to-start-text{font-size:1em;margin-bottom:30px}.ready-to-start-button{font-size:1em;padding:12px 25px}}@media (max-width:768px){.ready-to-start-section{border-radius:8px;margin-top:40px;padding:40px 15px}.ready-to-start-heading{font-size:2em;margin-bottom:15px}.ready-to-start-text{font-size:.9em;margin-bottom:25px}.ready-to-start-button{font-size:.9em;padding:10px 20px}}@media (max-width:480px){.ready-to-start-heading{font-size:1.6em}.ready-to-start-text{font-size:.8em}.ready-to-start-button{font-size:.8em;padding:8px 18px}}.services-section-container{padding:40px 0}.services-grid-common{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center}.service-card-common{background-color:#fff;border-radius:12px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card-common:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-10px)}.service-card-image-container-common{height:200px;overflow:hidden;width:100%}.service-card-image-common{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-card-common:hover .service-card-image-common{transform:scale(1.05)}.service-card-content-common{display:flex;flex-direction:column;flex-grow:1;padding:25px}.service-card-content-common h3{color:#2c3e50;font-size:1.5em;font-weight:600;margin-bottom:10px}.service-card-content-common p{color:#666;flex-grow:1;font-size:.95em;line-height:1.7;margin-bottom:20px}.read-more-button-common{align-items:center;align-self:flex-start;background-color:#00b386;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9em;font-weight:500;gap:5px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.read-more-button-common:hover{background-color:#008060;transform:translateX(5px)}.read-more-icon-common{font-size:.9em}@media (max-width:1024px){.services-grid-common{gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card-content-common{padding:20px}.service-card-content-common h3{font-size:1.4em}.service-card-content-common p{font-size:.9em}}@media (max-width:768px){.services-section-container{padding:30px 0}.services-grid-common{gap:25px;grid-template-columns:1fr}.service-card-image-container-common{height:180px}.service-card-content-common{padding:18px}.service-card-content-common h3{font-size:1.3em}.service-card-content-common p{font-size:.85em}.read-more-button-common{font-size:.85em;padding:8px 15px}}@media (max-width:480px){.service-card-image-container-common{height:150px}.service-card-content-common h3{font-size:1.2em}.service-card-content-common p{font-size:.8em}}.service-detail-page{background-color:#f8f8f8;color:#333;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.detail-hero{background:url(/static/media/nurse.e593594e785012de2e21.jpg) 50%/cover no-repeat;color:#fff;overflow:hidden;padding:100px 0;position:relative;text-align:center}.detail-hero-overlay{background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.detail-hero h1{color:#fff;font-size:48px;font-weight:700;margin-top:10px;position:relative;text-shadow:2px 2px 4px #0006;z-index:2}.detail-hero .breadcrumb-nav{color:#fff;font-size:.9em;font-weight:500;margin-bottom:10px;position:relative;text-decoration:none;z-index:2}.detail-hero .breadcrumb-nav .active{color:#00b386;text-decoration:none}.detail-hero .breadcrumb-nav .divider{color:#fff;margin:0 10px}.detail-content{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;margin:-50px auto 0;padding:50px 20px;position:relative;z-index:10}.detail-image-container{border-radius:12px;box-shadow:0 5px 15px #0000001a;height:350px;margin-bottom:30px;max-width:600px;overflow:hidden;width:100%}.detail-image{height:100%;object-fit:cover;width:100%}.detail-text-content{max-width:800px;text-align:justify;width:100%}.detail-text-content h2{color:#2c3e50;font-size:2.5em;font-weight:700;margin-bottom:20px;text-align:center}.detail-text-content p{color:#555;font-size:1.1em;line-height:1.8;margin-bottom:30px}.back-button{align-items:center;background-color:#00b386;border-radius:25px;color:#fff;display:inline-flex;font-size:1em;font-weight:500;gap:8px;margin-top:20px;padding:12px 25px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.back-button:hover{background-color:#008060;transform:translateX(-5px)}.back-icon{font-size:.9em}@media (max-width:1024px){.detail-hero h1{font-size:40px}.detail-content{padding:40px 15px}.detail-image-container{height:300px}.detail-text-content h2{font-size:2em}.detail-text-content p{font-size:1em}}@media (max-width:768px){.detail-hero{padding:80px 0}.detail-hero h1{font-size:36px}.detail-content{margin-top:-30px;padding:30px 15px}.detail-image-container{height:250px;margin-bottom:20px}.detail-text-content h2{font-size:1.8em}.detail-text-content p{font-size:.95em;margin-bottom:20px}.back-button{font-size:.9em;padding:10px 20px}}@media (max-width:480px){.detail-hero h1{font-size:30px}.detail-image-container{height:200px}.detail-text-content h2{font-size:1.5em}.detail-text-content p{font-size:.9em}}
/*# sourceMappingURL=main.e9f9f5d4.css.map*/