/* 
  ╔════════════════════════════════════════════════════════════════╗
  ║    Comfort Home Health Care – Premium Website Design           ║
  ║    Designed & Developed by Aplus Technology                    ║
  ║    Bengaluru | www.aplustechnology.in                          ║
  ║    © 2025 Comfort Home Health Care. All rights reserved.       ║
  ╚════════════════════════════════════════════════════════════════╝
*/

 *{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#008AAD;--accent-color:#00ADE6;--highlight-color:#005FB8;--light-bg:#F8FAFB;--white:#FFFFFF;--gray-100:#F7F9FC;--gray-200:#E2E8F0;--gray-300:#CBD5E0;--gray-400:#A0AEC0;--gray-500:#718096;--gray-600:#4A5568;--gray-700:#2D3748;--gray-800:#1A202C;--gray-900:#171923;--success-color:#48BB78;--warning-color:#ED8936;--error-color:#F56565;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--border-radius:8px;--border-radius-lg:12px;--transition:all .3s ease}*,*::before,*::after{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{font-family:'Poppins',sans-serif;line-height:1.6;color:var(--gray-700);background-color:var(--white);overflow-x:hidden}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}#preloader{position:fixed;inset:0;background:rgba(255,255,255,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .6s ease,visibility .6s ease;visibility:visible}#preloader.hide{opacity:0;visibility:hidden;pointer-events:none}#preloader img{width:140px;height:140px;object-fit:contain;display:block;animation:loaderPulse 1.6s infinite ease-in-out}@keyframes loaderPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@media (max-width:479px){#preloader img{width:80px;height:80px}}@media (min-width:480px) and (max-width:599px){#preloader img{width:100px;height:100px}}@media (min-width:600px) and (max-width:767px){#preloader img{width:110px;height:110px}}@media (min-width:768px) and (max-width:991px){#preloader img{width:120px;height:120px}}@media (min-width:992px) and (max-width:1199px){#preloader img{width:130px;height:130px}}@media (min-width:1200px){#preloader img{width:140px;height:140px}}*{scrollbar-width:thin;scrollbar-color:#00ADE6 #e6f8ff}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#e6f8ff;border-radius:10px;box-shadow:inset 0 0 5px rgba(0,138,173,.1)}*::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#04CFCA,#00ADE6);border-radius:10px;border:2px solid #e6f8ff;box-shadow:0 0 4px rgba(0,173,230,.4);transition:background .3s ease}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#00ADE6,#008AAD)}