body{background-color:#eef3f9}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:20px}.admin-login-form{background-color:#fff;width:100%;max-width:380px;padding:32px;border-radius:14px;box-shadow:0 20px 40px #00000040;display:flex;flex-direction:column;gap:16px}.admin-login-form h2{text-align:center;margin-bottom:10px;font-size:22px;color:#1e293b}.admin-login-form input{padding:12px 14px;font-size:15px;border-radius:8px;border:1px solid #cbd5f5;outline:none;transition:border-color .2s,box-shadow .2s}.admin-login-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.admin-login-form button{margin-top:8px;padding:12px;font-size:15px;font-weight:600;border:none;border-radius:8px;background-color:#4f46e5;color:#fff;cursor:pointer;transition:background-color .2s,transform .1s}.admin-login-form button:hover{background-color:#4338ca}.admin-login-form button:active{transform:scale(.98)}.login-error{background-color:#fee2e2;color:#b91c1c;padding:10px;border-radius:8px;text-align:center;font-size:14px}.admin-navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background:#fff;border-bottom:1px solid #dbe3ef}.admin-navbar h3{font-size:2.2rem;font-weight:700;color:#0f5fa8}.admin-navbar button{background:#0f5fa8;color:#fff;border:none;padding:.8rem 2rem;font-size:1.4rem;border-radius:.6rem;cursor:pointer}.admin-navbar button:hover{background:#0b4c87}.admin-content{padding:4.5rem}.admin-content h2{font-size:3rem;font-weight:800;color:#0f2f44;margin-bottom:3rem}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4.5rem}.stat-card{background:#fff;padding:3.5rem;border-radius:1.6rem;text-align:center;box-shadow:0 10px 30px #0000000f}.stat-card p{font-size:1.5rem;color:#5a6b85;margin-bottom:1.2rem}.stat-card h3{font-size:3.4rem;font-weight:800;color:#0f5fa8}.appointment-table{width:100%;border-collapse:collapse;margin-top:24px;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;font-size:15px}.appointment-table thead{background-color:#1e293b}.appointment-table th{padding:14px 16px;text-align:left;color:#fff;font-weight:600;font-size:14px;letter-spacing:.5px}.appointment-table td{padding:14px 16px;color:#334155;border-bottom:1px solid #e5e7eb;vertical-align:top}.appointment-table tbody tr:nth-child(2n){background-color:#f8fafc}.appointment-table tbody tr:hover{background-color:#eef2ff;transition:background-color .2s ease-in-out}.appointment-table td:last-child{max-width:300px;line-height:1.5;color:#475569}.appointment-table-empty{text-align:center;padding:30px;color:#64748b;font-size:16px}.admin-logo{width:70px;margin-bottom:2rem}.admin-nav-logo{width:100px}html{font-size:62.5%;font-family:urbanist}p,li,a,button{font-size:1.7rem;letter-spacing:.1rem}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;font-family:Urbanist,sans-serif}body{line-height:1.6}.header{background:#fff}.nav-menu a{color:#0f2f44}@media(max-width:768px){.nav-menu{background-color:#e8f2fb}.nav-menu a{color:#0f2f44}.login-btn{color:#fff!important}}.header{position:relative;z-index:1000}.nav-menu{z-index:999}.container{max-width:132rem;margin:auto;padding:0 2.4rem}.navbar-grid{display:grid;grid-template-columns:1fr auto;align-items:center;height:7rem}.logo img{width:5.5rem;height:5.5rem}.nav-menu ul{display:flex;align-items:center;gap:3rem;list-style:none}.nav-menu a{font-size:1.6rem;font-weight:500;color:#0f2f44;text-decoration:none;position:relative;padding-bottom:4px;transition:color .3s ease}.nav-menu a:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:2px;background-color:#fff;transition:width .3s ease}.nav-menu a:hover{color:#0f5fa8;text-decoration:underline}.nav-menu a:hover:after{width:100%}.login-btn{background-color:#0f5fa8;color:#fff!important;padding:.8rem 2rem;border-radius:.5rem;font-size:1.4rem;font-weight:600;transition:background-color .3s ease,transform .2s ease}.login-btn:hover{background-color:#0b4c87;transform:translateY(-1px)}.ham-menu{display:none}.ham-menu button{background:none;border:none;font-size:2.8rem;cursor:pointer}.hero{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(to right,#0a141ef2,#0a141eb8),url(https://images.unsplash.com/photo-1725267882596-2d08e560b250?q=80&w=1353&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}.hero-text h1{font-size:4.2rem;font-weight:800;line-height:1.2;color:#fff}.hero-text .subtitle{font-size:1.9rem;color:#fff;margin:1rem 0 2.5rem;max-width:48rem}.address{display:flex;align-items:flex-start;gap:1rem;margin-bottom:3rem}.location-icon{font-size:2.6rem;color:#fff;margin-top:.3rem;flex-shrink:0}.address p{font-size:2rem;line-height:1.7;color:#fff}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:1rem;font-weight:800;color:#fff;text-decoration:none;background-color:#0b4c87;border-radius:999px;box-shadow:0 8px 20px #00000026;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0003}.hero-btn:active{transform:translateY(0);box-shadow:0 6px 14px #0000002e}.hero-btn:focus-visible{outline:3px solid rgba(79,172,254,.6);outline-offset:4px}.hero-image{display:flex;justify-content:flex-end}.image-box{background-image:url(https://lh3.googleusercontent.com/p/AF1QipM3Otd2bjcoY65NDyJbVCja0qJHDXfrae7BPfgP=s1360-w1360-h1020-rw);background-size:cover;background-position:center;width:100%;max-width:56rem;height:44rem;border-radius:3rem 0 0 3rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}@media(max-width:768px){.navbar-grid{grid-template-columns:1fr auto}.ham-menu{display:block}.nav-menu{position:absolute;top:7rem;left:0;width:100%;background-color:#e8f2fb;display:none;border-top:1px solid #c5cfdd}.nav-menu.active{display:block}.nav-menu ul{flex-direction:column;padding:2.5rem 0;gap:2rem}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:3.4rem}.hero-text .subtitle{font-size:1.5rem}.hero-image{justify-content:center}.image-box{border-radius:2rem;height:36rem}.address{justify-content:center}}.about{padding:8rem 0;background-color:#fff}.clinic-card{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;background-color:#f4f8fd;border-radius:1.6rem;padding:4rem;margin-bottom:7rem;box-shadow:0 10px 30px #0000000d}.clinic-image{border-radius:1.2rem;overflow:hidden}.clinic-image img{width:100%;height:100%;object-fit:cover}.clinic-content h2{font-size:3.2rem;font-weight:800;color:#0f2f44;margin-bottom:1.6rem}.clinic-content p{font-size:1.7rem;color:#4a5870;line-height:1.7;margin-bottom:1.4rem}.doctor-section h3{font-size:2.8rem;font-weight:700;color:#0f2f44;margin-bottom:3rem}.doctor-carousel{display:flex;gap:3rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem}.doctor-carousel::-webkit-scrollbar{height:6px}.doctor-carousel::-webkit-scrollbar-thumb{background-color:#c5d7ee;border-radius:10px}.doctor-card{min-width:32rem;background-color:#f4f8fd;border-radius:1.6rem;padding:2.8rem;scroll-snap-align:start;box-shadow:0 10px 30px #0000000d}.doctor-image{width:100%;height:22rem;border-radius:1.2rem;overflow:hidden;margin-bottom:2rem}.doctor-image img{width:100%;height:100%;object-fit:cover}.doctor-card h4{font-size:1.9rem;font-weight:700;color:#0f2f44}.degree{display:block;font-size:1.4rem;font-weight:600;color:#0f5fa8;margin-top:.4rem}.experience{display:block;font-size:1.3rem;color:#5a6b85;margin-bottom:1.2rem}.doctor-card p{font-size:1.5rem;color:#4a5870;line-height:1.6}@media(max-width:768px){.clinic-card{grid-template-columns:1fr;padding:3rem}.clinic-content h2{font-size:2.6rem}.doctor-card{min-width:26rem}.doctor-image{height:18rem}}.treatments{padding:8rem 0;background-color:#f7f9fc}.section-title{text-align:center;font-size:3.2rem;font-weight:800;color:#0f2f44;margin-bottom:5rem}.treatment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:3rem}.treatment-card{background-color:#e1e7f0;border-radius:1.6rem;padding:3rem 2.5rem;text-align:center}.treatment-image{width:100%;height:180px;overflow:hidden;border-radius:14px}.treatment-image img{width:100%;height:100%;object-fit:cover;display:block}.treatment-image img{transition:transform .3s ease}.treatment-card:hover .treatment-image img{transform:scale(1.08)}.treatment-image{height:220px}.treatment-card h4{font-size:1.6rem;font-weight:700;color:#0f2f44;margin-bottom:2rem}.treatment-btn{background-color:#0f5fa8;color:#fff;border:none;padding:.9rem 1.8rem;font-size:1.3rem;border-radius:.6rem;cursor:pointer}.treatment-btn:hover{background-color:#0b4c87}.show-more{text-align:center;margin-top:4rem}.show-more button{background:transparent;border:none;font-size:1.4rem;color:#0f5fa8;font-weight:600;cursor:pointer}.appointment{padding:8rem 0;background-color:#fff;scroll-margin-top:8rem}.appointment-form{max-width:60rem;margin:auto;background-color:#f4f8fd;padding:4rem;border-radius:1.6rem}.appointment-form input,.appointment-form textarea{width:100%;padding:1.4rem 1.6rem;font-size:1.5rem;border-radius:.8rem;border:none;background-color:#e1e7f0;margin-bottom:2rem;outline:none}.appointment-form textarea{resize:none;height:12rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.appointment-form button{width:100%;padding:1.3rem;font-size:1.6rem;font-weight:600;background-color:#0f5fa8;color:#fff;border:none;border-radius:.8rem;cursor:pointer}.appointment-form button:hover{background-color:#0b4c87}.confirmation-message{margin-top:20px;padding:15px;background:#e8f5e9;border:1px solid #2e7d32;border-radius:6px;color:#2e7d32;text-align:center}@media(max-width:768px){.appointment-form{padding:3rem}.form-row{grid-template-columns:1fr}}.testimonials{padding:8rem 0;background-color:#f7f9fc;text-align:center}.testimonial-carousel{display:flex;gap:3rem;margin-top:5rem;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-carousel::-webkit-scrollbar{height:6px}.testimonial-carousel::-webkit-scrollbar-thumb{background-color:#c5d7ee;border-radius:10px}.testimonial-card{min-width:32rem;background-color:#e1e7f0;border-radius:1.6rem;padding:3rem;scroll-snap-align:start;text-align:left}.testimonial-card h4{font-size:1.6rem;font-weight:700;color:#0f2f44}.rating{display:block;margin:.8rem 0 1.2rem;color:#0f5fa8;font-size:1.4rem}.testimonial-card p{font-size:1.5rem;color:#4a5870;line-height:1.6}.review-cta{margin-top:5rem;text-align:center}.review-cta p{font-size:1.5rem;color:#4a5870;margin-bottom:1.6rem}.review-cta button{background-color:#0f5fa8;color:#fff;border:none;padding:1rem 2.6rem;font-size:1.4rem;font-weight:600;border-radius:.8rem;cursor:pointer}.review-cta button:hover{background-color:#0b4c87}.location{padding:8rem 0;background-color:#fff}.location-card{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;background-color:#f4f8fd;border-radius:1.6rem;padding:4rem;box-shadow:0 10px 30px #0000000d}.map-box{border-radius:1.2rem;overflow:hidden;height:32rem}.map-box iframe{width:100%;height:100%;border:none}.location-info h3{font-size:2.4rem;font-weight:800;color:#0f2f44;margin-bottom:1.6rem}.location-info p{font-size:1.6rem;color:#4a5870;line-height:1.7;margin-bottom:1.6rem}.location-info .timing{font-size:1.5rem;color:#0f2f44}@media(max-width:768px){.location-card{grid-template-columns:1fr;padding:3rem}.map-box{height:26rem}}.footer{background-color:#dbe3ef;padding:6rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:4rem}.footer-brand h3{font-size:2rem;font-weight:700;color:#0f2f44;margin-bottom:1.2rem}.footer-brand p{font-size:1.4rem;color:#4a5870;line-height:1.6}.footer-links h4{font-size:1.6rem;font-weight:700;color:#0f2f44;margin-bottom:1.4rem}.footer-links a{display:block;font-size:1.4rem;color:#4a5870;margin-bottom:1rem;text-decoration:none}.footer-links a:hover{color:#0f5fa8}.footer-bottom{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid #c5cfdd}.footer-bottom p{font-size:1.3rem;color:#5a6b85}.footer img{height:50px}.success-msg{margin-top:10px;color:green;font-weight:600}.error-msg{margin-top:10px;color:red;font-weight:600}.appointment-form button:disabled{opacity:.6;cursor:not-allowed}
