/* =========================================================
   Dr. Lokesh Bhama — Appointment page
   Self-contained styling so the form never depends on the
   site's global stylesheet for its layout.
   ========================================================= */
.appointment-page{background:#f5f8fb;color:#173149;min-height:60vh}
.appointment-hero{background:linear-gradient(135deg,#03172b 0%,#082c4d 100%);padding:46px 0 42px;color:#fff}
.appointment-hero-inner{max-width:980px}
.appointment-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:#f0ca73;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.appointment-eyebrow:before{content:"";width:25px;height:2px;border-radius:2px;background:#d9a441}
.appointment-eyebrow.dark{color:#a8761d}
.appointment-hero h1{margin:0;max-width:850px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4.2vw,48px);line-height:1.12;letter-spacing:-.02em}
.appointment-hero p:last-child{max-width:780px;margin:16px 0 0;color:#d6e2ec;font-size:15.5px;line-height:1.7}
.appointment-section{padding:42px 0 72px}
.appointment-layout{display:grid;grid-template-columns:minmax(0,900px) 290px;gap:28px;align-items:start;justify-content:center}
.appointment-main-card{background:#fff;border:1px solid #dbe5ed;border-radius:20px;box-shadow:0 18px 48px rgba(7,29,56,.09);overflow:visible}
.appointment-card-heading{padding:28px 32px 22px;border-bottom:1px solid #e8eef3}
.appointment-card-heading>span{display:block;color:#a8761d;font-size:10px;font-weight:850;letter-spacing:.16em}
.appointment-card-heading h2{margin:8px 0 5px;color:#071d38;font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1.2}
.appointment-card-heading p{margin:0;color:#71849a;font-size:12px}.appointment-card-heading p b{color:#b17a17}
.appointment-form{padding:26px 32px 30px}
.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-block{border:0;border-top:1px solid #e5ecf1;padding:25px 0 0;margin:0 0 25px;min-width:0}
.form-block legend{padding:0 0 0 0;color:#071d38;font-size:18px;font-weight:800;line-height:1.25;display:flex;align-items:center;gap:11px}
.form-block legend span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#eef5fa;color:#a8761d;font-size:10px;font-weight:850;letter-spacing:.03em}
.form-help{margin:7px 0 15px 41px;color:#71849a;font-size:12.5px;line-height:1.55}
.choice-grid{display:grid;gap:12px}.choice-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.choice-card{position:relative;display:flex;align-items:center;gap:12px;min-height:70px;padding:13px 16px;border:1px solid #dce6ee;border-radius:13px;background:#fbfdfe;cursor:pointer;transition:.2s ease}
.choice-card input{position:absolute;opacity:0}.choice-card:has(input:checked){border-color:#d9a441;background:#fffaf0;box-shadow:0 7px 18px rgba(217,164,65,.10)}
.choice-card:before{content:"";width:18px;height:18px;flex:0 0 18px;border:1.5px solid #9eafbd;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff}.choice-card:has(input:checked):before{border-color:#d9a441;background:#d9a441}
.choice-card b{display:block;color:#173149;font-size:14px}.choice-card small{display:block;margin-top:3px;color:#71849a;font-size:11px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;min-width:0}.field-full{grid-column:1/-1}
.field>span{margin-bottom:7px;color:#334c62;font-size:12px;font-weight:750}.field>span i{font-style:normal;color:#b47b16}
.field input,.field select,.field textarea,.date-picker-trigger{width:100%;box-sizing:border-box;border:1px solid #cfdbe4;border-radius:10px;background:#fff;color:#173149;font:inherit;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}
.field input,.field select{height:48px;padding:0 13px}.field textarea{min-height:105px;padding:12px 13px;resize:vertical;line-height:1.55}
.field input:focus,.field select:focus,.field textarea:focus,.date-picker-trigger:focus{border-color:#087cf2;box-shadow:0 0 0 3px rgba(8,124,242,.10)}
.field-hint{display:block;margin-top:7px;color:#71849a;font-size:11px;line-height:1.4}
.location-choice-list{display:grid;gap:10px}.location-choice{position:relative;display:flex;align-items:center;gap:13px;padding:15px 16px;border:1px solid #dce6ee;border-radius:13px;background:#fff;cursor:pointer;transition:.2s ease}.location-choice input{position:absolute;opacity:0}.location-choice:before{content:"";width:18px;height:18px;flex:0 0 18px;border:1.5px solid #9eafbd;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 4px #fff}.location-choice.is-selected,.location-choice:has(input:checked){border-color:#d9a441;background:#fffaf0;box-shadow:0 7px 18px rgba(217,164,65,.09)}.location-choice.is-selected:before,.location-choice:has(input:checked):before{border-color:#d9a441;background:#d9a441}.location-choice-main{min-width:0;flex:1}.location-choice-main b{display:block;color:#071d38;font-family:Georgia,"Times New Roman",serif;font-size:17px}.location-choice-main small{display:block;margin-top:2px;color:#71849a;font-size:11.5px}.location-choice-main em{display:block;margin-top:6px;color:#a8761d;font-style:normal;font-size:11.5px;font-weight:750}.location-choice>strong{width:29px;height:29px;display:grid;place-items:center;border:1px solid #dbe5ed;border-radius:50%;color:#526b82;background:#f7fafc;font-size:18px}.location-choice.is-selected>strong,.location-choice:has(input:checked)>strong{background:#d9a441;border-color:#d9a441;color:#071d38}
.date-field-wrap{position:relative}.date-picker-trigger{height:48px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.date-picker-trigger b{color:#a8761d;font-size:13px}.date-picker-trigger.is-filled{color:#173149;font-weight:700}
.calendar-popover{position:absolute;z-index:100;width:310px;top:78px;left:0;padding:15px;border:1px solid #d5e1e9;border-radius:16px;background:#fff;box-shadow:0 20px 45px rgba(7,29,56,.18)}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.calendar-head strong{font-family:Georgia,"Times New Roman",serif;color:#071d38;font-size:17px}.calendar-nav{width:31px;height:31px;border:1px solid #dbe5ed;border-radius:50%;background:#fff;color:#48657d;cursor:pointer}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin-bottom:4px}.calendar-week span{text-align:center;color:#8a9aaa;font-size:9px;font-weight:800;padding:4px 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{height:34px;border:0;border-radius:8px;background:#f7fafc;color:#173149;font-size:12px;cursor:pointer}.calendar-day:hover:not(:disabled){background:#eef5fa}.calendar-day:disabled{color:#c5cdd4;background:#fafafa;cursor:not-allowed}.calendar-day.is-sunday{color:#c3a26a;background:#fbf7ed}.calendar-day.is-selected{background:#d9a441;color:#071d38;font-weight:850}.calendar-day.is-today{box-shadow:inset 0 0 0 1px #087cf2}.calendar-empty{height:34px}
.upload-box{border:1px dashed #c8d7e1;border-radius:14px;background:#f9fbfd;overflow:hidden}.upload-label{display:flex;align-items:center;gap:14px;padding:17px;cursor:pointer}.upload-label .upload-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:11px;background:#071d38;color:#f0ca73;font-size:21px}.upload-label b{display:block;color:#173149;font-size:14px;line-height:1.4}.upload-label small{display:block;margin-top:4px;color:#71849a;font-size:11.5px;line-height:1.5}.upload-label small strong{color:#a8761d}.upload-label em{display:block;margin-top:5px;color:#526b82;font-style:normal;font-size:10.5px;font-weight:700}.upload-box>input{display:none}
.consent-row{display:flex;gap:10px;align-items:flex-start;margin:4px 0 20px;color:#52677d;font-size:12px;line-height:1.6;cursor:pointer}.consent-row input{margin-top:3px;accent-color:#087cf2;flex:0 0 auto}.consent-row b{color:#173149}
.appointment-submit{width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:17px;border:1px solid #d9a441;border-radius:12px;background:linear-gradient(135deg,#f0ca73,#d9a441);color:#03172b;font-size:16px;font-weight:850;cursor:pointer;box-shadow:0 10px 25px rgba(217,164,65,.20);transition:.25s ease}.appointment-submit b{font-size:24px;font-weight:500}.appointment-submit:hover{transform:translateY(-2px);border-color:#d9a441;box-shadow:0 13px 30px rgba(8,124,242,.22),0 0 24px rgba(8,124,242,.10)}
.form-note{margin:14px 0 0;color:#8a98a6;font-size:10.5px;line-height:1.55;text-align:center}
.form-alert{margin:0 32px 0;padding:14px 16px;border-radius:11px;font-size:12.5px;line-height:1.5}.form-alert-error{border:1px solid #efb7b7;background:#fff4f4;color:#b42318}.form-alert-error strong{color:#a71912}.form-alert-error ul{margin:7px 0 0 18px;padding:0}.form-alert-error li{margin:2px 0}
.appointment-side{position:sticky;top:24px}.appointment-side-card{padding:23px 21px;border:1px solid #dce5ec;border-radius:17px;background:linear-gradient(145deg,#fff,#f8fbfd);box-shadow:0 12px 30px rgba(7,29,56,.06)}.appointment-side-card h2{margin:8px 0 17px;color:#071d38;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.25}.appointment-side-card ol{margin:0;padding-left:19px}.appointment-side-card li{padding-left:4px;margin:0 0 15px;color:#52677d;font-size:11.5px;line-height:1.55}.appointment-side-card li:last-child{margin-bottom:0}.appointment-side-card li b{display:block;color:#173149;font-size:12px}.appointment-side-card li span{display:block;margin-top:2px}
.appointment-page .site-footer{margin-top:0}
@media(max-width:1050px){.appointment-layout{grid-template-columns:minmax(0,1fr);max-width:900px}.appointment-side{position:static;display:none}}
@media(max-width:700px){.appointment-hero{padding:34px 0 32px}.appointment-hero h1{font-size:30px}.appointment-hero p:last-child{font-size:13.5px}.appointment-section{padding:20px 0 50px}.appointment-main-card{border-radius:16px}.appointment-card-heading{padding:22px 18px 18px}.appointment-card-heading h2{font-size:23px}.appointment-form{padding:20px 18px 24px}.form-alert{margin:0 18px}.form-block{padding-top:21px;margin-bottom:21px}.form-block legend{font-size:16px}.form-help{margin-left:41px;font-size:11.5px}.choice-grid.two,.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.choice-card{min-height:64px}.location-choice{padding:14px 12px}.location-choice-main b{font-size:16px}.calendar-popover{width:min(310px,calc(100vw - 58px));left:0}.appointment-submit{min-height:56px;font-size:15.5px}}
.appointment-success-wrap{padding:70px 0 90px}.appointment-success-card{max-width:760px;text-align:center;padding:48px 35px;background:#fff;border:1px solid #dbe5ed;border-radius:20px;box-shadow:0 18px 48px rgba(7,29,56,.09)}.success-icon{width:64px;height:64px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;background:#071d38;color:#f0ca73;font-size:32px;box-shadow:0 0 0 7px rgba(217,164,65,.10)}.appointment-success-card h1{margin:10px auto 15px;max-width:620px;color:#071d38;font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.2}.success-reference{margin:0 0 18px;color:#52677d;font-size:14px}.success-reference strong{color:#a8761d;letter-spacing:.05em}.success-copy{max-width:620px;margin:0 auto;color:#5b7084;font-size:14px;line-height:1.7}.success-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:25px}.success-home{width:auto;min-width:190px;padding:0 22px;text-decoration:none}.success-whatsapp{min-height:56px;display:flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid #dce5ec;border-radius:12px;color:#173149;background:#f7fafc;text-decoration:none;font-size:14px;font-weight:800}.success-whatsapp:hover{border-color:#20b96b;color:#0d9b58}@media(max-width:700px){.appointment-success-wrap{padding:35px 18px 55px}.appointment-success-card{padding:35px 20px;border-radius:16px}.appointment-success-card h1{font-size:28px}.success-actions{display:grid}.success-home,.success-whatsapp{width:100%}}
