.appointment-box,.contact,.feature-box,.service-card h3,.service-card p,.test-box h3{text-align:center}.contact{background:linear-gradient(135deg,#0b4a6f,#0284c7);color:#fff;padding:80px 20px;border-radius:30px}.contact h2{font-size:54px;margin-bottom:20px}.contact p{max-width:850px;margin:auto auto 40px;font-size:20px;line-height:1.9}.feature-box h3,.service-card h3{font-weight:700;margin-bottom:14px}.services,.tests{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px;margin-top:60px}.service-card,.test-box{position:relative;overflow:hidden;padding:36px 30px;border-radius:30px;background:linear-gradient(145deg,#082544,#0b3158);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);box-shadow:0 10px 35px rgba(0,0,0,.14);transition:transform .35s,box-shadow .35s,border-color .35s;opacity:0;transform:translateY(40px)}.service-card.show{animation:.9s forwards serviceEntry}.service-card.show:first-child{animation-delay:.1s,1s}.service-card.show:nth-child(2){animation-delay:.25s,1.15s}.service-card.show:nth-child(3){animation-delay:.4s,1.3s}.service-card.show:nth-child(4){animation-delay:.55s,1.45s}.service-card.show:nth-child(5){animation-delay:.7s,1.6s}.service-card.show:nth-child(6){animation-delay:.85s,1.75s}@keyframes serviceEntry{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.feature-box::before,.service-card::before,.test-box::before{content:"";position:absolute;top:0;left:-120%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);transition:.8s}.feature-box:hover::before,.service-card:hover::before,.test-box:hover::before{left:120%}.feature-box:hover,.review-card:hover,.service-card:hover,.test-box:hover{transform:translateY(-8px);border-color:rgba(56,189,248,.28);box-shadow:0 18px 45px rgba(56,189,248,.16)}.service-icon,.test-icon{width:80px;height:80px;margin:0 auto 24px;border-radius:24px;background:linear-gradient(135deg,#0ea5e9,#38bdf8);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(56,189,248,.24);transition:.35s}.service-card:hover .service-icon,.test-box:hover .test-icon{transform:scale(1.08) rotate(-4deg)}.service-icon svg,.test-icon svg{width:38px;height:38px;display:block;stroke:#ffffff;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:24px;line-height:1.3;color:#fff}.service-card p{font-size:15px;line-height:1.8;color:#dbeafe}.features{background:linear-gradient(180deg,#04182e,#061d36);position:relative;overflow:hidden}.feature-box,.review-card{position:relative;background:linear-gradient(145deg,#082544,#0b3158);overflow:hidden}.features .section-title{text-align:center;max-width:760px;margin:0 auto}.features .section-title h2{font-size:clamp(34px,5vw,52px);font-weight:700;line-height:1.2;margin-bottom:16px;color:#fff;text-shadow:0 0 18px rgba(255,255,255,.08)}.features .section-title p{font-size:clamp(15px,2vw,18px);line-height:1.8;color:#dbeafe;max-width:680px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin-top:60px}.feature-box{padding:40px 30px;border-radius:28px;border:1px solid rgba(255,255,255,.08);transition:.35s;box-shadow:0 10px 35px rgba(0,0,0,.12)}.feature-box h3{font-size:clamp(42px,5vw,58px);color:#38bdf8;line-height:1;text-shadow:0 0 18px rgba(56,189,248,.22)}.feature-box p{font-size:17px;line-height:1.7;color:#dbeafe;font-weight:500}.test-box.show{animation:.9s forwards testReveal}@keyframes testReveal{0%{opacity:0;transform:translateY(40px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.test-box h3{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:22px;color:#fff}.test-box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.test-box ul li{position:relative;padding-left:28px;font-size:15px;line-height:1.7;color:#dbeafe}.test-box ul li::before{content:"✓";position:absolute;left:0;top:0;color:#38bdf8;font-weight:700;font-size:16px}.review-slider{position:relative;overflow:hidden;width:100%;margin-top:60px}.review-track{display:flex;gap:28px;width:max-content;animation:35s linear infinite reviewScroll;will-change:transform;transform:translateZ(0)}@keyframes reviewScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.review-card{min-width:380px;max-width:380px;flex-shrink:0;padding:34px 30px;border-radius:28px;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);box-shadow:0 10px 35px rgba(0,0,0,.14);transition:transform .35s,box-shadow .35s,border-color .35s}.medfaq-icon,.medfaq-item{position:relative;transition:.4s}.review-slider:hover .review-track{animation-play-state:paused}.review-stars{font-size:20px;letter-spacing:3px;margin-bottom:18px;color:#facc15;text-shadow:0 0 12px rgba(250,204,21,.22)}.review-card p{font-size:15px;line-height:1.9;color:#dbeafe;margin-bottom:26px}.review-user{display:flex;align-items:center;gap:14px}.review-avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#38bdf8);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;box-shadow:0 10px 25px rgba(56,189,248,.2)}.review-user h4{font-size:17px;font-weight:700;color:#fff;margin-bottom:4px}.review-user span{font-size:14px;color:#93c5fd}.appointment-section{background:#e0f2fe}.appointment-box{background:#fff;padding:60px 40px;border-radius:30px;box-shadow:0 10px 35px rgba(0,0,0,.08);max-width:850px;margin:auto}.appointment-box h2{font-size:48px;margin-bottom:20px;color:#0b4a6f}.appointment-box p{font-size:19px;line-height:1.8;color:#475569;margin-bottom:35px}.appointment-form{display:grid;gap:20px}.appointment-form input,.appointment-form select,.appointment-form textarea{padding:18px;border-radius:14px;border:1px solid #cbd5e1;font-size:17px;outline:0;font-family:Georgia,serif}.appointment-form textarea{height:150px;resize:none}.appointment-form button{padding:18px;border:none;border-radius:50px;background:#0b4a6f;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.3s}.appointment-form button:hover{background:#0284c7}.upload-box{text-align:left;margin-top:5px}.upload-box label{display:block;margin-bottom:10px;font-size:15px;font-weight:600;color:#475569}.upload-box input[type=file]{width:100%;padding:14px;border:1px dashed #94a3b8;border-radius:14px;background:#f8fafc;font-size:14px;cursor:pointer}.medfaq-section{padding:110px 0;background:radial-gradient(circle at top left,#e0f2fe 0,transparent 35%),radial-gradient(circle at bottom right,#dbeafe 0,transparent 35%),#f8fafc;overflow:hidden}.medfaq-heading{text-align:center;margin-bottom:60px}.medfaq-heading h2{font-size:50px;font-weight:800;color:#0f172a;margin-bottom:14px}.medfaq-heading p{font-size:17px;color:#64748b;max-width:700px;margin:auto;line-height:1.8}.medfaq-wrapper{max-width:950px;margin:auto;display:flex;flex-direction:column;gap:22px}.medfaq-item{background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(56,189,248,.15);box-shadow:0 12px 35px rgba(15,23,42,.06)}.medfaq-item::before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(to bottom,#38bdf8,#2563eb)}.medfaq-item.active{transform:translateY(-4px);box-shadow:0 18px 50px rgba(37,99,235,.14)}.medfaq-btn{width:100%;background:0 0;border:none;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;text-align:left}.medfaq-btn span{font-size:22px;font-weight:700;line-height:1.5;color:#0f172a}.medfaq-icon{width:52px;height:52px;min-width:52px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#2563eb);box-shadow:0 10px 25px rgba(37,99,235,.25)}.medfaq-icon::after,.medfaq-icon::before{content:"";position:absolute;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);transition:.3s;border-radius:20px}.medfaq-icon::before{width:18px;height:3px}.medfaq-icon::after{width:3px;height:18px}.medfaq-item.active .medfaq-icon{transform:rotate(180deg)}.medfaq-item.active .medfaq-icon::after{opacity:0}.medfaq-content{max-height:0;overflow:hidden;transition:max-height .5s;padding:0 30px}.medfaq-content p{padding-bottom:28px;font-size:16px;line-height:1.9;color:#475569}