:root{color:#222;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6fff8;font-family:Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:#f6fff8;min-width:320px;margin:0;overflow-x:hidden}a{text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}html{scroll-behavior:smooth}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e2e8f0cc;width:100%;transition:all .35s;position:sticky;top:0}.navbar-scrolled{box-shadow:0 10px 30px #0f172a14}.navbar-container{justify-content:space-between;align-items:center;max-width:1280px;height:82px;margin:auto;padding:0 40px;display:flex}.logo{align-items:center;gap:14px;text-decoration:none;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .3s;display:flex;box-shadow:0 10px 25px #2563eb40}.logo:hover .logo-icon{transform:rotate(-6deg)scale(1.05)}.logo-text h2{color:#0f172a;margin:0;font-size:22px;font-weight:700;line-height:1.1}.logo-text span{color:#64748b;margin-top:2px;font-size:12px;display:block}.nav-menu{align-items:center;gap:34px;display:flex}.nav-link{color:#475569;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover,.active-link{color:#2563eb}.active-link:after{content:"";background:#2563eb;border-radius:20px;width:100%;height:3px;position:absolute;bottom:-10px;left:0}.navbar-actions{align-items:center;display:flex}.order-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;justify-content:center;align-items:center;padding:13px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.order-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb4d}@media (width<=992px){.navbar-container{height:74px;padding:0 20px}.nav-menu,.logo-text span{display:none}.logo-text h2{font-size:20px}.logo-icon{width:46px;height:46px;font-size:22px}.order-btn{padding:11px 18px;font-size:14px}}.quick-actions{background:#fff;padding:90px 20px}.quick-actions-container{max-width:1280px;margin:auto}.section-heading{text-align:center;margin-bottom:60px}.section-heading h2{color:#0f172a;margin-bottom:18px;font-size:42px}.section-heading p{color:#64748b;max-width:700px;margin:auto;font-size:17px;line-height:1.8}.actions-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.action-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:35px 28px;text-decoration:none;transition:all .35s;box-shadow:0 15px 35px #0f172a0d}.action-card:hover{border-color:#2563eb;transform:translateY(-10px);box-shadow:0 25px 50px #2563eb1f}.action-icon{background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:24px;font-size:34px;display:flex}.action-card h3{color:#0f172a;margin-bottom:16px;font-size:22px}.action-card p{color:#64748b;margin-bottom:24px;line-height:1.7}.action-link{color:#2563eb;font-weight:700;transition:all .3s}.action-card:hover .action-link{letter-spacing:.5px}@media (width<=1100px){.actions-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.quick-actions{padding:70px 20px}.section-heading h2{font-size:34px}.actions-grid{grid-template-columns:1fr}}@media (width<=480px){.action-card{padding:28px 22px}.section-heading h2{font-size:28px}}.hero{background:linear-gradient(135deg,#f8fcff 0%,#eef7ff 100%);padding:90px 0 120px;position:relative;overflow:hidden}.hero-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;width:90%;max-width:1280px;margin:0 auto;display:grid}.hero-content{flex-direction:column;justify-content:center;display:flex}.hero-badge{color:#1565c0;background:#eaf3ff;border-radius:50px;width:max-content;margin-bottom:22px;padding:10px 18px;font-weight:600;display:inline-block}.hero-title{color:#0f172a;margin-bottom:22px;font-size:56px;font-weight:800;line-height:1.15}.hero-description{color:#64748b;max-width:620px;font-size:19px;line-height:1.8}.hero-image{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.hero-circle{opacity:.12;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;width:420px;height:420px;position:absolute}.doctor-card{z-index:2;text-align:center;background:#fff;border-radius:24px;width:330px;padding:35px;position:relative;box-shadow:0 20px 50px #0000001a}.doctor-image{background:#eef5ff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:52px;display:flex}.doctor-card h3{margin-bottom:15px}.doctor-card p{color:#64748b;line-height:1.7}.floating-card{text-align:center;z-index:3;background:#fff;border-radius:16px;padding:16px 22px;position:absolute;box-shadow:0 15px 35px #0000001f}.card-one{top:30px;left:10px}.card-two{top:160px;right:0}.card-three{bottom:30px;left:40px}.hero-primary-btn,.hero-secondary-btn{border-radius:10px;justify-content:center;align-items:center;padding:15px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-primary-btn{color:#fff;background:#2563eb}.hero-primary-btn:hover{background:#1d4ed8}.hero-secondary-btn{color:#2563eb;border:2px solid #2563eb}.hero-secondary-btn:hover{color:#fff;background:#2563eb}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{align-items:center}.hero-description{max-width:100%}.hero-image{margin-top:50px}}.hero-trust-strip{flex-wrap:wrap;align-items:center;gap:24px;margin:45px 0;display:flex}.trust-item{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-width:170px;padding:20px 26px;transition:all .3s;box-shadow:0 12px 30px #0000000f}.trust-item:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2563eb26}.trust-item strong{color:#2563eb;margin-bottom:8px;font-size:30px;font-weight:700;display:block}.trust-item span{color:#64748b;font-size:15px;font-weight:500;line-height:1.4}.hero-features{flex-wrap:wrap;gap:24px;margin-top:35px;display:flex}.feature-item{align-items:center;gap:10px;display:flex}.feature-item span{justify-content:center;align-items:center;font-size:20px;display:flex}.feature-item p{color:#334155;margin:0;font-size:15px;font-weight:600}.hero-buttons{flex-wrap:wrap;align-items:center;gap:18px;margin-top:35px;display:flex}.scroll-indicator{flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.scroll-indicator span{letter-spacing:1px;color:#64748b;font-size:13px;font-weight:600}.scroll-mouse{border:2px solid #2563eb;border-radius:30px;justify-content:center;width:30px;height:50px;padding-top:8px;display:flex}.scroll-wheel{background:#2563eb;border-radius:10px;width:5px;height:10px;animation:1.6s infinite wheelMove}@keyframes wheelMove{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(14px)}}@media (width<=992px){.hero-trust-strip,.hero-buttons,.hero-features{justify-content:center}.trust-item{min-width:180px}.scroll-indicator{display:none}}@media (width<=600px){.hero-trust-strip{flex-direction:column}.trust-item{width:100%;max-width:320px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .hero-primary-btn,.hero-buttons .hero-secondary-btn{text-align:center;width:100%}.hero-features{flex-direction:column;align-items:flex-start;gap:16px}}.section-title{margin-bottom:60px}.section-center{text-align:center}.section-left{text-align:left}.section-right{text-align:right}.section-badge{color:#2563eb;background:#dbeafe;border-radius:50px;margin-bottom:18px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.section-heading{color:#0f172a;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.2}.section-description{color:#64748b;max-width:700px;font-size:17px;line-height:1.8}.section-center .section-description{margin:auto}.section-right .section-description{margin-left:auto}.section-light .section-heading{color:#fff}.section-light .section-description{color:#ffffffd9}.section-light .section-badge{color:#fff;background:#ffffff26}@media (width<=768px){.section-title{margin-bottom:40px}.section-heading{font-size:34px}.section-description{font-size:16px}}@media (width<=480px){.section-heading{font-size:28px}}.card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:all .35s;position:relative;overflow:hidden}.card-small{padding:20px}.card-medium{padding:30px}.card-large{padding:40px}.card-hover:hover{border-color:#2563eb;transform:translateY(-10px);box-shadow:0 20px 50px #2563eb1f,0 8px 20px #0f172a14}.card-hover{cursor:pointer}@media (width<=768px){.card-medium{padding:24px}.card-large{padding:30px}}@media (width<=480px){.card-small,.card-medium,.card-large{padding:20px}}.btn{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:14px;outline:none;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-small{padding:10px 18px;font-size:14px}.btn-medium{padding:14px 28px;font-size:16px}.btn-large{padding:18px 36px;font-size:17px}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 12px 30px #2563eb40}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px #2563eb59}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:#2563eb;background:#fff;border:2px solid #2563eb}.btn-secondary:hover{color:#fff;background:#2563eb;transform:translateY(-3px)}.btn-outline{color:#0f172a;background:0 0;border:2px solid #cbd5e1}.btn-outline:hover{color:#2563eb;border-color:#2563eb}.btn-success{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.btn-success:hover{transform:translateY(-3px);box-shadow:0 18px 40px #10b98140}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-danger:hover{transform:translateY(-3px)}.btn-full{width:100%}.btn-disabled,.btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-icon{justify-content:center;align-items:center;font-size:16px;display:flex}@media (width<=768px){.btn-large{width:100%}}.services-section{background:linear-gradient(#fff 0%,#f8fbff 100%);padding:100px 20px}.services-container{max-width:1280px;margin:0 auto}.services-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.services-grid .card{flex-direction:column;height:100%;display:flex}.service-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;font-size:34px;transition:all .35s;display:flex}.card:hover .service-icon{transform:rotate(-8deg)scale(1.08)}.services-grid h3{color:#0f172a;margin-bottom:16px;font-size:24px}.services-grid p{color:#64748b;margin-bottom:24px;line-height:1.8}.service-features{flex:1;margin:0 0 30px;padding:0;list-style:none}.service-features li{color:#334155;margin-bottom:12px;font-size:15px;font-weight:500}.services-grid .btn{width:fit-content;margin-top:auto}@media (width<=1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-section{padding:80px 20px}.services-grid{grid-template-columns:1fr}.service-icon{width:70px;height:70px;font-size:30px}.services-grid h3{font-size:22px}}@media (width<=480px){.services-grid{gap:20px}}.features{text-align:center;background:#f8fafc;padding:80px 8%}.features h2{color:#1e293b;font-size:2.2rem}.subtitle{color:#64748b;max-width:600px;margin:15px auto 50px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;display:grid}.feature-card{background:#fff;border-radius:15px;padding:30px;transition:all .3s;box-shadow:0 10px 25px #00000014}.feature-card:hover{transform:translateY(-8px)}.feature-icon{margin-bottom:20px;font-size:45px}.feature-card h3{color:#15803d;margin-bottom:15px}.feature-card p{color:#475569;line-height:1.6}.order-page{background:#f5fff8;min-height:100vh;padding:60px 20px}.container{max-width:1000px;margin:auto}.order-header{text-align:center;margin-bottom:35px}.order-icon{color:#16a34a;margin-bottom:15px;font-size:55px}.order-header h1{color:#0f172a;margin-bottom:10px;font-size:2.2rem}.order-header p{color:#64748b;max-width:650px;margin:auto;font-size:1rem}.order-form{margin-top:20px}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group{flex-direction:column;display:flex}.full-width{grid-column:1/-1}.form-group label{color:#334155;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #dbe4ea;border-radius:10px;outline:none;padding:14px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}.form-group textarea{resize:vertical}.form-group small{color:#64748b;margin-top:8px}.success-box{text-align:center;padding:40px 20px}.success-box h2{color:#16a34a;margin-bottom:15px}.success-box p{margin-bottom:20px}.order-id{color:#fff;background:#16a34a;border-radius:10px;margin:20px 0 30px;padding:15px 30px;font-size:20px;font-weight:700;display:inline-block}@media (width<=768px){.form-grid{grid-template-columns:1fr}.order-header h1{font-size:1.8rem}.order-page{padding:30px 15px}}.track-page{background:#f5fbff;min-height:80vh;padding:80px 20px}.track-page .container{max-width:900px;margin:0 auto}.track-header{text-align:center;margin-bottom:35px}.track-icon{color:#2563eb;margin-bottom:15px;font-size:55px}.track-header h1{color:#1e293b;margin-bottom:10px;font-size:2.2rem}.track-header p{color:#64748b;font-size:1rem}.track-form{gap:15px;margin-bottom:35px;display:flex}.track-form input{border:1px solid #dbeafe;border-radius:10px;outline:none;flex:1;padding:14px 18px;font-size:16px;transition:all .3s}.track-form input:focus{border-color:#2563eb;box-shadow:0 0 8px #2563eb26}.not-found{color:#dc2626;text-align:center;background:#fee2e2;border-radius:10px;padding:16px;font-weight:600}.order-result{margin-top:30px}.order-result h2{text-align:center;color:#1e293b;margin-bottom:25px}.result-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.result-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.result-grid strong{color:#2563eb;margin-bottom:8px;display:block}.result-grid p{color:#334155;word-break:break-word}@media (width<=768px){.track-form{flex-direction:column}.result-grid{grid-template-columns:1fr}.track-header h1{font-size:1.8rem}}.admin-login-page{background:#f4f7fb;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-page .card{width:100%;max-width:420px}.admin-login-page h1{text-align:center;color:#1565c0;margin-bottom:10px}.admin-login-page p{text-align:center;color:#666;margin-bottom:25px}.admin-login-page form{flex-direction:column;gap:18px;display:flex}.admin-login-page input{border:1px solid #ddd;border-radius:8px;width:100%;padding:14px;font-size:16px;transition:all .3s}.admin-login-page input:focus{border-color:#1565c0;outline:none;box-shadow:0 0 0 3px #1565c026}.admin-dashboard{background:#f5f7fb;min-height:100vh;padding:40px}.admin-dashboard h1{color:#1565c0;margin-bottom:8px}.admin-dashboard>p{color:#666;margin-bottom:30px}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:35px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:14px;padding:28px;transition:all .3s;box-shadow:0 8px 25px #00000014}.stat-card:hover{transform:translateY(-5px)}.stat-card h2{color:#1565c0;margin-bottom:10px;font-size:36px}.stat-card p{color:#666;margin:0;font-weight:600}.stat-card.pending{border-top:5px solid orange}.stat-card.processing{border-top:5px solid #2196f3}.stat-card.delivered{border-top:5px solid #2e7d32}.stat-card.cancelled{border-top:5px solid #d32f2f}.orders-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 8px 25px #00000014}.orders-table th{color:#fff;text-align:left;background:#1565c0;padding:16px;font-weight:600}.orders-table td{border-bottom:1px solid #eee;padding:16px}.orders-table tr:hover{background:#f8fbff}.orders-table tr:last-child td{border-bottom:none}.orders-table select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;width:150px;padding:10px;transition:all .3s}.orders-table select:focus{border-color:#1565c0;outline:none}.view-btn{color:#fff;cursor:pointer;background:#1565c0;border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .3s}.view-btn:hover{background:#0d47a1}.modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:16px;width:100%;max-width:700px;max-height:90vh;padding:30px;animation:.25s popup;overflow-y:auto;box-shadow:0 20px 50px #00000040}@keyframes popup{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.order-modal h2{color:#1565c0;text-align:center;margin-bottom:25px}.detail-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:25px;padding:14px 0;display:flex}.detail-row strong{color:#1565c0;min-width:170px}.detail-row span{text-align:right;word-break:break-word;color:#444;flex:1}.close-btn{color:#fff;cursor:pointer;background:#1565c0;border:none;border-radius:10px;width:100%;margin-top:30px;padding:14px;font-size:16px;font-weight:600;transition:all .3s}.close-btn:hover{background:#0d47a1}@media (width<=768px){.admin-dashboard{padding:20px}.dashboard-stats{grid-template-columns:1fr}.orders-table{display:block;overflow-x:auto}.orders-table th,.orders-table td{white-space:nowrap}.order-modal{padding:20px}.detail-row{flex-direction:column;gap:8px}.detail-row strong{min-width:auto}.detail-row span{text-align:left}.orders-table select{width:140px}.view-btn{width:100%}}
