/* 
  ╔════════════════════════════════════════════════════════════════╗
  ║    Comfort Home Health Care – Premium Website Design           ║
  ║    Designed & Developed by Aplus Technology                    ║
  ║    Bengaluru | www.aplustechnology.in                          ║
  ║    © 2025 Comfort Home Health Care. All rights reserved.       ║
  ╚════════════════════════════════════════════════════════════════╝
*/

.hero{background:linear-gradient(135deg,#0073c6,#00b6ca);color:#ffffff;padding:8rem 2rem 5rem;position:relative;overflow:hidden;display:flex;align-items:center;margin-top:6%;}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}.floating-icon{position:absolute;color:rgba(255,255,255,.1);font-size:2rem;animation:float 6s ease-in-out infinite;}.icon-1{top:15%;left:10%;animation-delay:0s;}.icon-2{top:25%;right:15%;animation-delay:1s;}.icon-3{bottom:30%;left:20%;animation-delay:2s;}.icon-4{top:60%;right:25%;animation-delay:3s;}.icon-5{bottom:15%;left:15%;animation-delay:4s;}.icon-6{top:40%;left:5%;animation-delay:5s;}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}.shape{position:absolute;border-radius:50%;opacity:.1;}.shape-1{width:200px;height:200px;background:#ffffff;top:10%;left:5%;animation:pulse 4s ease-in-out infinite;}.shape-2{width:150px;height:150px;background:#00d0b5;top:60%;right:10%;animation:pulse 4s ease-in-out infinite 1s;}.shape-3{width:100px;height:100px;background:#ffffff;bottom:20%;left:30%;animation:pulse 4s ease-in-out infinite 2s;}.shape-4{width:80px;height:80px;background:#00d0b5;top:30%;right:30%;animation:pulse 4s ease-in-out infinite 3s;}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;z-index:2;position:relative;}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;backdrop-filter:blur(10px);}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;}.hero-title .highlight{color:#00d0b5;position:relative;}.hero-title .highlight::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00d0b5,transparent);}.hero-subtitle{font-size:1.2rem;margin-bottom:2.5rem;color:#e0f7fa;line-height:1.6;}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:4rem;}.btn{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:60px;border:none;cursor:pointer;transition:all .35s ease;text-decoration:none;}.btn-glow.btn-consult{background:linear-gradient(135deg,#00D0B5,#ffffff);color:#0a0f2c;box-shadow:0 0 15px rgba(0,255,200,.25),0 6px 20px rgba(0,208,255,.25);}.btn-glow.btn-consult:hover{transform:translateY(-3px) scale(1.03);background:linear-gradient(135deg,#00D0B5,#ffffff);box-shadow:0 0 20px #00ffd5,0 10px 30px rgba(0,208,255,.4);}.btn-call-now{background:transparent;color:#ffffff;border:2px solid #ffffff;border-radius:60px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .35s ease;box-shadow:0 0 10px rgba(255,255,255,.15);}.btn-call-now:hover{border-color:#00D0B5;transform:translateY(-3px) scale(1.03);box-shadow:0 0 20px #00D0B5,0 8px 20px rgba(34,197,94,.4);}.btn i{font-size:1.1rem;}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);}.stat{text-align:center;}.stat-number{font-size:2.5rem;font-weight:800;color:#00d0b5;margin-bottom:.5rem;}.stat-label{font-size:.9rem;color:#e0f7fa;}.hero-image{position:relative;}.image-container{position:relative;background:linear-gradient(135deg,rgba(0,208,181,.1),rgba(0,182,202,.1));border-radius:30px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.2);}.hero-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.3);}.floating-card{position:absolute;background:white;padding:1rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;align-items:center;gap:.75rem;animation:cardFloat 3s ease-in-out infinite;}.card-1{top:-20px;left:-20px;animation-delay:0s;}.card-2{bottom:-20px;right:-20px;animation-delay:1.5s;}@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;}.card-1 .card-icon{background:linear-gradient(135deg,#10b981,#059669);color:white;}.card-2 .card-icon{background:linear-gradient(135deg,#0073c6,#00b6ca);color:white;}.card-title{font-weight:600;color:#333;font-size:.9rem;}.card-subtitle{font-size:.8rem;color:#666;}@media (min-width:1441px){}@media (min-width:1024px) and (max-width:1440px){.hero{padding:6rem 2rem 4rem}.hero-content{gap:3rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-image img{height:350px}.btn{padding:.9rem 2rem}}@media (min-width:768px) and (max-width:1023px){.hero{padding:5rem 1.5rem 3rem;margin-top:8%}.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-image{order:-1}.hero-title{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-actions{justify-content:center}.hero-stats{padding-top:1.5rem;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.hero-image img{height:300px}.floating-card{padding:.8rem}.card-1{top:0;left:0}.card-2{bottom:0;right:0}.shape-1{width:150px;height:150px}.shape-2{width:100px;height:100px}.shape-3{width:80px;height:80px}.shape-4{width:60px;height:60px}.floating-icon{font-size:1.5rem}}@media (max-width:767px){.hero{padding-top:70%;margin-top:10%}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-image{order:-1}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.5rem}.hero-actions{flex-direction:column;gap:1rem}.btn,.btn-call-now{width:100%;max-width:300px;margin:0 auto}.hero-stats{grid-template-columns:1fr;gap:1.5rem;padding-top:1.5rem}.hero-image img{height:250px}.floating-card{display:none}.bg-shapes,.hero-decoration{display:none}}@media (max-width:480px){.hero{padding-top:75%}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.8rem}.hero-image img{height:200px}.stat-number{font-size:1.8rem}}.features-premium{padding:4rem 2rem;background:#eaf6fb;color:#003A70;font-family:'Segoe UI',sans-serif;}.features-header{text-align:center;max-width:900px;margin:0 auto 3rem;}.features-header h2{font-size:2.7rem;font-weight:800;color:#008AAD;margin-bottom:.75rem;position:relative;}.features-header .underline{margin:.5rem auto 1.2rem;width:40%;height:4px;background:linear-gradient(to right,#008AAD,#00ADE6,#005FB8);border-radius:4px;animation:pulse-underline 2.5s infinite ease-in-out;}.features-header p{max-width:680px;margin:0 auto;font-size:1.05rem;color:#333;line-height:1.6;}@keyframes pulse-underline{0%,100%{transform:scaleX(1)}50%{transform:scaleX(1.5)}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:2rem;}.feature-card{background:#ffffffcc;backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 12px 35px rgba(0,173,230,.12);transition:all .3s ease;border:1px solid rgba(4,207,202,.3);border-top:4px solid transparent;border-bottom:4px solid transparent}.feature-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,173,230,.2);border-top-color:#00ADE6;border-bottom-color:#00ADE6;}.feature-icon{width:90px;height:90px;background:linear-gradient(135deg,#008AAD,#00ADE6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:2rem;margin:0 auto 1.5rem;box-shadow:0 4px 15px rgba(0,173,230,.35);}.feature-card h3{font-size:1.25rem;color:#005FB8;font-weight:700;margin-bottom:.6rem;}.feature-card p{font-size:.95rem;color:#444;line-height:1.5;}@media (min-width:1200px){.features-premium{padding:6rem 4rem}.features-header h2{font-size:3.5rem}.features-header p{font-size:1.15rem}.features-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px) and (max-width:1199px){.features-premium{padding:5rem 3rem}.features-header h2{font-size:3rem}.features-header p{font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.features-premium{padding:4rem 2rem}.features-header h2{font-size:2.5rem}.features-header p{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:480px) and (max-width:767px){.features-premium{padding:3rem 1.5rem}.features-header h2{font-size:2.2rem}.features-header p{font-size:.95rem}.feature-card{padding:2rem 1.5rem}.feature-icon{width:80px;height:80px;font-size:1.8rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.9rem}}@media (max-width:479px){.features-premium{padding:2rem 1rem}.features-header h2{font-size:2rem}.features-header p{font-size:.9rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem 1rem}.feature-icon{width:70px;height:70px;font-size:1.6rem;margin-bottom:1rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.85rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){}.care-services{padding:4rem 2rem;background:#ffffff;}.section-header{text-align:center;margin-bottom:3rem;}.section-title{font-size:2.5rem;font-weight:700;color:#008AAD;position:relative;display:inline-block;margin-bottom:1.5rem;}.section-title::after{content:'';position:absolute;left:30%;bottom:-12px;transform:translateX(-50%);width:40%;height:4px;background:linear-gradient(to right,#008AAD,#00ADE6,#005FB8);border-radius:4px;animation:pulse-underline 2.5s infinite ease-in-out;}.section-title span{font-size:1.5rem;color:#10DAD3;}.section-subtitle{max-width:600px;margin:0 auto;font-size:1.1rem;color:#333;opacity:.9;}.care-category{margin-bottom:4rem;}.category-title{font-size:1.75rem;color:#008AAD;margin-bottom:1.5rem;text-align:left;position:relative;padding-left:1rem;}.category-title::before{content:'';position:absolute;left:0;top:.3rem;width:6px;height:80%;background:linear-gradient(180deg,#00ade6,#008AAD);border-radius:4px;}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;}.care-card{background:#ffffffee;backdrop-filter:blur(8px);border:1px solid #04CFCA33;border-radius:16px;padding:1.75rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease;}.care-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,173,230,.2);border-top:3px solid #00ADE6;}.care-icon{background:#00ade6;color:#fff;font-size:1.5rem;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.care-info h4{font-size:1.125rem;color:#004b88;margin-bottom:.3rem;}.care-info p{font-size:.95rem;color:#555;max-width:90%;}.care-cta{text-align:center;margin-top:2rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;}.carebtn{padding:.85rem 2.2rem;font-weight:600;font-size:1.05rem;border:none;border-radius:999px;cursor:pointer;transition:all .3s ease;}.book-btn{background:linear-gradient(135deg,#0073c6,#00b6ca);color:#fff;}.book-btn:hover{background:linear-gradient(135deg,#0FDAD3,#00ADE6);transform:translateY(-3px);color:#fff;box-shadow:0 8px 24px rgba(0,173,230,.15);}.schedule-btn{background:#fff;color:#005fb8;border:2px solid #005fb8;}.schedule-btn:hover{color:#0FDAD3;border-color:#0FDAD3;transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,173,230,.15);}@media (min-width:1200px){.care-services{padding:6rem 4rem}.section-title{font-size:3.5rem}.section-subtitle{font-size:1.2rem}.category-title{font-size:2.2rem}.card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px) and (max-width:1199px){.care-services{padding:5rem 3rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.1rem}.category-title{font-size:2rem}.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px) and (max-width:991px){.care-services{padding:4rem 2rem}.section-title{font-size:2.8rem}.section-subtitle{font-size:1rem}.category-title{font-size:1.8rem}.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:480px) and (max-width:767px){.care-services{padding:3rem 1.5rem}.section-title{font-size:2.2rem}.section-title span{font-size:1.2rem}.section-subtitle{font-size:.95rem}.category-title{font-size:1.6rem;text-align:center;padding-left:0}.category-title::before{display:none}.card-grid{grid-template-columns:1fr;gap:1.5rem}.care-card{padding:1.5rem;gap:.8rem}.care-icon{width:40px;height:40px;font-size:1.2rem}.care-info h4{font-size:1rem}.care-info p{font-size:.85rem}.care-cta{flex-direction:column;align-items:center}}@media (max-width:479px){.care-services{padding:2.5rem 1rem}.section-title{font-size:2rem}.section-title span{font-size:1.1rem}.section-subtitle{font-size:.9rem}.category-title{font-size:1.5rem;text-align:center;padding-left:0;margin-bottom:1rem}.category-title::before{display:none}.card-grid{grid-template-columns:1fr;gap:1rem}.care-card{padding:1.2rem;gap:.8rem}.care-icon{width:36px;height:36px;font-size:1.1rem}.care-info h4{font-size:.95rem}.care-info p{font-size:.8rem}.care-cta{flex-direction:column;align-items:center;gap:1rem}.carebtn{width:100%;max-width:250px;font-size:.95rem;padding:.75rem 1.5rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){}.nursing-section-premium{padding:4rem 2rem;background:#eaf6fb;}.nursing-wrapper-premium{max-width:1200px;margin:auto;}.nursing-grid-premium{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;}.nursing-box{background:#ffffff;border-radius:20px;padding:2rem;border:1.5px solid rgba(4,207,202,.25);box-shadow:0 8px 30px rgba(0,173,230,.07);transition:all .3s ease;backdrop-filter:blur(2px);}.nursing-box:hover{border-bottom:4px solid #00ADE6;transform:translateY(-6px);box-shadow:0 12px 35px rgba(0,173,230,.15);}.nursing-icon{font-size:2rem;color:#04CFCA;margin-bottom:.8rem;}.nursing-item-title{font-size:1.3rem;font-weight:600;color:#005FB8;margin-bottom:1rem;}.nursing-list{list-style:none;padding:0;margin:0;}.nursing-list li{font-size:.95rem;color:#444;margin-bottom:.5rem;position:relative;padding-left:1.2rem;}.nursing-list li::before{content:"✔";position:absolute;left:0;color:#00ADE6;font-size:.95rem;}@media (min-width:1200px){.nursing-section-premium{padding:6rem 4rem}.nursing-grid-premium{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px) and (max-width:1199px){.nursing-section-premium{padding:5rem 3rem}.nursing-grid-premium{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.nursing-section-premium{padding:4rem 2rem}.nursing-grid-premium{grid-template-columns:repeat(2,1fr)}}@media (min-width:480px) and (max-width:767px){.nursing-section-premium{padding:3rem 1.5rem}.nursing-grid-premium{grid-template-columns:repeat(2,1fr);gap:1.5rem}.nursing-box{padding:1.5rem}.nursing-icon{font-size:1.8rem}.nursing-item-title{font-size:1.1rem;margin-bottom:.8rem}.nursing-list li{font-size:.85rem}}@media (max-width:479px){.nursing-section-premium{padding:2.5rem 1rem}.nursing-grid-premium{grid-template-columns:1fr;gap:1.2rem}.nursing-box{padding:1.2rem}.nursing-icon{font-size:1.6rem;margin-bottom:.6rem}.nursing-item-title{font-size:1rem;margin-bottom:.6rem}.nursing-list li{font-size:.8rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){}.review-premium{background:#ffffff;padding:4rem 2rem;display:flex;justify-content:center;overflow:hidden;}.review-container{max-width:1200px;width:100%;position:relative;}.review-header{text-align:center;margin-bottom:3rem;}.review-header h2{font-size:2.5rem;color:#005fb8;font-weight:700;}.review-header p{color:#555;font-size:1.1rem;margin-top:.5rem;}.review-slider{position:relative;display:flex;align-items:center;}.review-track-wrapper{overflow:hidden;width:100%;}.review-track{display:flex;transition:transform .5s ease;gap:2rem;}.review-item{flex:0 0 500px;background:rgba(230,251,251,.6);border-radius:20px;padding:2rem;box-shadow:0 10px 25px rgba(0,173,230,.08);border-left:4px solid #00ade6;display:flex;gap:1rem;align-items:flex-start;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .3s ease,box-shadow .3s ease;}.review-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,173,230,.15);}.review-avatar{background:#00ade6;color:#fff;width:50px;height:50px;min-width:50px;min-height:50px;font-weight:bold;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 6px rgba(0,173,230,.2);}.review-content .review-msg{color:#333;font-size:1rem;line-height:1.5;margin-bottom:.8rem;}.review-meta{font-size:.95rem;color:#008aad;display:flex;justify-content:space-between;opacity:.85;}.review-nav{position:relative;z-index:1;background:#00ade6;border:none;color:#fff;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:.3s ease;}.review-nav:hover{background:#008aad;}.review-nav:disabled{opacity:.4;pointer-events:none;}.review-cta-line{text-align:center;margin-top:3rem;max-width:800px;margin-left:auto;margin-right:auto;padding:1.5rem 1rem;background:rgba(0,173,230,.05);border-radius:16px;box-shadow:0 4px 20px rgba(0,173,230,.07);}.review-divider{border:none;height:1px;background:#00ade6;opacity:.2;margin-bottom:1rem;}.review-cta-text{font-size:1.05rem;color:#0073c6;font-weight:500;line-height:1.6;}@media (min-width:1200px){.review-premium{padding:6rem 4rem}.review-header h2{font-size:3.5rem}.review-header p{font-size:1.2rem}}@media (min-width:992px) and (max-width:1199px){.review-premium{padding:5rem 3rem}.review-header h2{font-size:3rem}.review-header p{font-size:1.1rem}.review-item{flex:0 0 450px;padding:1.8rem}}@media (min-width:768px) and (max-width:991px){.review-premium{padding:4rem 2rem}.review-header h2{font-size:2.8rem}.review-header p{font-size:1rem}.review-item{flex:0 0 400px;padding:1.5rem}.review-nav{width:40px;height:40px;font-size:1.8rem}.review-cta-text{font-size:1rem}}@media (min-width:480px) and (max-width:767px){.review-premium{padding:3rem 1rem}.review-header h2{font-size:2.2rem}.review-header p{font-size:.95rem}.review-slider{display:block}.review-nav{display:none}.review-track-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth}.review-track{flex-wrap:nowrap;width:max-content}.review-item{scroll-snap-align:start}.review-avatar{width:40px;height:40px;font-size:1rem}.review-content .review-msg{font-size:.9rem}.review-meta{font-size:.85rem;flex-direction:column;align-items:flex-start}.review-cta-line{padding:1rem}.review-cta-text{font-size:.9rem}}@media (max-width:479px){.review-premium{padding:2rem 1rem}.review-header h2{font-size:2rem}.review-header p{font-size:.9rem}.review-slider{display:block}.review-nav{display:none}.review-track-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth}.review-track{flex-wrap:nowrap;width:max-content}.review-item{scroll-snap-align:start}.review-avatar{width:36px;height:36px;font-size:.9rem}.review-content .review-msg{font-size:.85rem}.review-meta{font-size:.8rem;flex-direction:column;align-items:flex-start}.review-cta-line{padding:.8rem;margin-top:2rem}.review-cta-text{font-size:.85rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){}