/* 
  ╔════════════════════════════════════════════════════════════════╗
  ║    PM Health Care Solution – Premium Website Design            ║
  ║    Designed & Developed by Aplus Technology                    ║
  ║    Bengaluru | www.aplus-technology.com                        ║
  ║    © 2025 PM Health Care Solution. All rights reserved.        ║
  ╚════════════════════════════════════════════════════════════════╝
*/

*{margin:0;padding:0;box-sizing:border-box}:root{--dark-green:#558b44;--light-green:#7ae582;--aqua-blue:#00b4d8;--dark-blue:#10699a;--light-blue:#5ecbff;--bg-color:#e7f3e8;--darkblue-color:#1371A1;--lightblue-color:#00b4d8;--darkgreen-color:#558B44;--lightgreen-color:#7ae582;--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:var(--dark-blue) #f2f9f4}*::-webkit-scrollbar{width:14px;height:12px}*::-webkit-scrollbar-track{background:#f2f9f4;border-radius:10px;box-shadow:inset 0 0 6px rgba(85,139,68,.15)}*::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--dark-green),var(--dark-blue));border-radius:10px;border:2px solid #f2f9f4;box-shadow:0 0 5px rgba(16,105,154,.35);transition:background .3s ease,transform .2s ease}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--dark-blue),var(--dark-green));transform:scale(1.05)}