/*
Theme Name: SmileCare Dental Clinic
Theme URI: https://smilecaredental.example
Author: SmileCare Dental Clinic
Author URI: https://smilecaredental.example
Description: Dragly-compatible WordPress theme for SmileCare Dental Clinic, Sultanpur — led by Dr. Shubham Pandey (BDS). Converted from a static HTML site; every major section is a Dragly editable region.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smilecare
Tags: dentist, healthcare, business, custom-menu, one-page, full-width-template
*/

/* ===========================================================
   Base styles below are loaded from the original static site.
   (Dragly edits only touch HTML inside markers, never this CSS.)
   =========================================================== */

/* ===========================================================
   SmileCare Dental Clinic — Dr. Shubham Pandey
   Vanilla CSS. Design inspired by reference page layouts.
   =========================================================== */
:root{
  --navy:#152a78;
  --navy-deep:#101f5c;
  --navy-2:#1d3a9e;
  --blue:#2748c7;
  --teal:#13b7c9;
  --teal-dark:#0e94a3;
  --green:#27a85b;
  --ink:#1f2740;
  --body:#566077;
  --line:#e7ecf4;
  --light:#f3f7fc;
  --white:#fff;
  --shadow:0 18px 40px rgba(18,33,88,.12);
  --shadow-sm:0 8px 22px rgba(18,33,88,.10);
  --radius:14px;
  --maxw:1200px;
  --head:'Poppins',system-ui,Segoe UI,Roboto,sans-serif;
  --text:'Open Sans',system-ui,Segoe UI,Roboto,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--text);color:var(--body);background:var(--white);line-height:1.7;font-size:16px;overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:var(--head);color:var(--ink);line-height:1.2;font-weight:700}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.sec{padding:78px 0}
.sec-sm{padding:54px 0}

/* --- generic heading block --- */
.eyebrow{display:inline-block;color:var(--teal);font-family:var(--head);font-weight:600;
  letter-spacing:2px;text-transform:uppercase;font-size:13px;margin-bottom:10px}
.sec-title{font-size:clamp(26px,3.4vw,40px);color:var(--navy);margin-bottom:14px}
.sec-title.light{color:#fff}
.center{text-align:center}
.center .lead{max-width:760px;margin:0 auto}
.lead{color:var(--body);font-size:16.5px}
.bar{width:64px;height:4px;border-radius:4px;background:var(--teal);margin:14px 0}
.center .bar{margin:14px auto}

/* --- buttons --- */
.btn{display:inline-flex;align-items:center;gap:12px;font-family:var(--head);font-weight:600;
  font-size:15px;padding:13px 16px 13px 24px;border-radius:40px;border:0;cursor:pointer;
  transition:.25s;color:#fff}
.btn .ic{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.22);transition:.25s}
.btn .ic svg{width:15px;height:15px;stroke:#fff}
.btn-blue{background:var(--blue)}
.btn-blue:hover{background:var(--navy);transform:translateY(-2px)}
.btn-teal{background:var(--teal)}
.btn-teal:hover{background:var(--teal-dark);transform:translateY(-2px)}
.btn-ghost{background:transparent;border:2px solid rgba(255,255,255,.7);padding:11px 16px 11px 24px}
.btn-ghost:hover{background:#fff;color:var(--navy)}
.btn-ghost:hover .ic{background:var(--navy)}
.btn-green{background:var(--green)}
.btn-green:hover{background:#1d8a49;transform:translateY(-2px)}
.btn:hover .ic{transform:translateX(3px)}

/* ===================== TOP BAR ===================== */
.topbar{background:var(--navy);color:#dfe6ff;font-size:13.5px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;height:42px}
.topbar a{color:#dfe6ff;display:inline-flex;align-items:center;gap:7px}
.topbar a:hover{color:#fff}
.topbar .t-left{display:flex;gap:26px}
.topbar .t-right{display:flex;gap:14px;align-items:center}
.topbar svg{width:15px;height:15px;stroke:var(--teal)}
.topbar .soc{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.12);
  display:grid;place-items:center}
.topbar .soc svg{stroke:#fff;width:14px;height:14px}
.topbar .soc:hover{background:var(--teal)}

/* ===================== HEADER ===================== */
.header{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 4px 18px rgba(18,33,88,.07)}
.header .container{display:flex;align-items:center;justify-content:space-between;height:88px;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:58px;width:auto}
.brand .bt{font-family:var(--head);line-height:1.05}
.brand .bt b{display:block;color:var(--navy);font-size:20px;font-weight:700}
.brand .bt span{display:block;color:var(--teal);font-size:11px;letter-spacing:3px;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:30px}
.nav a{font-family:var(--head);font-weight:500;color:var(--ink);font-size:15.5px;position:relative;padding:6px 0}
.nav a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--teal);transition:.25s}
.nav a:hover,.nav a.active{color:var(--navy)}
.nav a:hover::after,.nav a.active::after{width:100%}
.header .cta{display:flex;align-items:center;gap:16px}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.burger span{width:26px;height:3px;background:var(--navy);border-radius:3px;transition:.3s}

/* ===================== HERO SLIDER ===================== */
.hero{position:relative;height:600px;overflow:hidden;background:var(--navy)}
.hero .slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;background-size:cover;background-position:center}
.hero .slide::before{content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(16,31,92,.92) 0%,rgba(16,31,92,.72) 45%,rgba(16,31,92,.30) 100%)}
.hero .slide.active{opacity:1}
.hero .inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;
  align-items:flex-start;justify-content:center;max-width:var(--maxw);margin:0 auto;padding:0 22px;color:#fff}
.hero .inner>*{max-width:640px}
.hero h1{color:#fff;font-size:clamp(30px,4.6vw,52px);line-height:1.12;margin-bottom:18px}
.hero h1 span{color:var(--teal)}
.hero p{color:#dce3f7;font-size:18px;max-width:540px;margin-bottom:30px}
.hero .h-btns{display:flex;gap:16px;flex-wrap:wrap}
.hero .dots{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:10px}
.hero .dots button{width:13px;height:13px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer;transition:.3s}
.hero .dots button.active{background:var(--teal);border-color:var(--teal);width:34px;border-radius:8px}
.hero .arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;
  border-radius:50%;background:rgba(255,255,255,.15);border:0;cursor:pointer;display:grid;place-items:center}
.hero .arrow:hover{background:var(--teal)}
.hero .arrow svg{width:22px;height:22px;stroke:#fff}
.hero .prev{left:24px}.hero .next{right:24px}

/* ===================== INTRO / TWO COL ===================== */
.split{display:grid;grid-template-columns:1.1fr 1fr;gap:54px;align-items:center}
.split.rev .s-media{order:2}
.s-body .lead{margin-bottom:16px}
.s-list{margin:18px 0}
.s-list li{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px;color:var(--ink)}
.s-list li svg{flex:0 0 22px;width:22px;height:22px;stroke:var(--green);margin-top:3px}
.s-media{position:relative}
.s-media .ph{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.s-media .ph img{width:100%;height:430px;object-fit:cover}
.badge-card{position:absolute;right:-12px;bottom:-12px;background:var(--navy);color:#fff;
  border-radius:16px;padding:18px 22px;display:flex;gap:14px;align-items:center;box-shadow:var(--shadow)}
.badge-card img{height:48px;background:#fff;border-radius:10px;padding:5px}
.badge-card b{font-family:var(--head);font-size:24px;display:block}
.badge-card span{font-size:12.5px;color:#cfd8f7}

/* ===================== MISSION/VISION ===================== */
.mv{background:var(--light)}
.mv-block{margin-bottom:26px;border-left:4px solid var(--teal);padding-left:20px}
.mv-block:last-child{margin-bottom:0}
.mv-block h3{color:var(--navy);font-size:23px;margin-bottom:8px}

/* ===================== EXPERT CAROUSEL ===================== */
.expert{background:var(--navy);position:relative;overflow:hidden}
.expert .sec-title,.expert .eyebrow,.expert .lead{color:#fff}
.expert .lead{color:#c5d0f3}
.exp-stage{position:relative;max-width:980px;margin:34px auto 0;display:grid;
  grid-template-columns:1fr;gap:0}
.exp-slide{display:none;grid-template-columns:380px 1fr;gap:0;background:rgba(255,255,255,.06);
  border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}
.exp-slide.active{display:grid}
.exp-slide .ph{height:420px}
.exp-slide .ph img{width:100%;height:100%;object-fit:cover}
.exp-info{padding:36px 38px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.exp-info h3{color:#fff;font-size:26px;margin-bottom:4px}
.exp-info .role{color:var(--teal);font-family:var(--head);font-weight:600;margin-bottom:14px;font-size:14.5px}
.exp-info p{color:#cdd6f3;margin-bottom:10px;font-size:15px}
.exp-info .tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.exp-info .tags span{background:rgba(255,255,255,.12);padding:6px 14px;border-radius:30px;font-size:12.5px;color:#eaf0ff}
.exp-nav{display:flex;justify-content:center;gap:12px;margin-top:26px}
.exp-nav button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.4);
  background:transparent;color:#fff;cursor:pointer;display:grid;place-items:center;transition:.25s}
.exp-nav button:hover{background:var(--teal);border-color:var(--teal)}
.exp-nav svg{width:20px;height:20px;stroke:#fff}

/* ===================== PARTNERS ===================== */
.partners{padding:34px 0;border-bottom:1px solid var(--line)}
.partners .row{display:flex;flex-wrap:wrap;gap:26px 50px;align-items:center;justify-content:center}
.partners .p{display:flex;align-items:center;gap:10px;color:#8a93ab;font-family:var(--head);
  font-weight:700;font-size:19px;opacity:.85;transition:.25s}
.partners .p svg{width:26px;height:26px;stroke:var(--teal)}
.partners .p:hover{opacity:1;color:var(--navy)}

/* ===================== SPECIALITIES CARDS ===================== */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:38px}
.spec-card{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);background:#fff;
  position:relative;transition:.3s}
.spec-card .img{height:230px;overflow:hidden}
.spec-card .img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.spec-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.spec-card:hover .img img{transform:scale(1.08)}
.spec-card .cap{padding:20px 22px}
.spec-card .cap h3{color:var(--navy);font-size:19px;margin-bottom:6px}
.spec-card .cap p{font-size:14.5px}
.spec-card .cap a{color:var(--teal);font-family:var(--head);font-weight:600;font-size:14px;
  display:inline-flex;align-items:center;gap:6px;margin-top:10px}
.spec-card .cap a svg{width:16px;height:16px;stroke:var(--teal)}

/* ===================== INNOVATIVE SERVICES (alt blocks) ===================== */
.iserv{background:#fff}
.iserv-grid{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;
  grid-auto-rows:300px;gap:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.iserv-grid .cell{position:relative;overflow:hidden}
.iserv-grid .cell.img img{width:100%;height:100%;object-fit:cover}
.iserv-grid .cell.txt{background:var(--navy);color:#fff;padding:38px 42px;display:flex;
  flex-direction:column;justify-content:center}
.iserv-grid .cell.txt:nth-of-type(4n+3){background:var(--navy-deep)}
.iserv-grid .cell.txt h3{color:#fff;font-size:23px;margin-bottom:12px}
.iserv-grid .cell.txt p{color:#cdd6f3;font-size:14.7px;margin-bottom:20px}
.iserv-grid .cell.txt .btn{align-self:flex-start}

/* ===================== WHY CHOOSE ===================== */
.why{background:var(--light)}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 40px;margin-top:36px}
.why-item{display:flex;gap:16px;background:#fff;border-radius:14px;padding:22px 24px;box-shadow:var(--shadow-sm)}
.why-item .ic{flex:0 0 50px;width:50px;height:50px;border-radius:12px;background:var(--teal);
  display:grid;place-items:center}
.why-item .ic svg{width:24px;height:24px;stroke:#fff}
.why-item h3{color:var(--navy);font-size:18px;margin-bottom:5px}
.why-item p{font-size:14.5px}

/* ===================== GALLERY ===================== */
.gallery{background:var(--navy)}
.gallery .sec-title,.gallery .eyebrow,.gallery .lead{color:#fff}
.gallery .lead{color:#c5d0f3}
.g-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}
.g-item{border-radius:14px;overflow:hidden;position:relative;box-shadow:var(--shadow)}
.g-item img{width:100%;height:260px;object-fit:cover;transition:.5s}
.g-item:hover img{transform:scale(1.07)}
.g-item .lbl{position:absolute;left:14px;bottom:14px;background:var(--teal);color:#fff;
  font-family:var(--head);font-weight:600;font-size:12.5px;padding:6px 14px;border-radius:30px}

/* ===================== STATS ===================== */
.stats{background:linear-gradient(120deg,var(--navy-deep),var(--navy-2))}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);
  border-radius:16px;padding:30px 18px;text-align:center;color:#fff}
.stat b{font-family:var(--head);font-size:40px;color:var(--teal);display:block;line-height:1}
.stat span{display:block;margin-top:8px;color:#dbe3ff;font-size:14.5px}

/* ===================== TESTIMONIALS ===================== */
.testi{background:var(--light)}
.g-rev{display:flex;align-items:center;justify-content:center;gap:10px;margin:6px 0 6px}
.g-rev .stars{color:#fbb034;letter-spacing:2px;font-size:18px}
.testi-track{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.t-card{background:#fff;border-radius:16px;padding:28px;box-shadow:var(--shadow-sm);transition:.3s}
.t-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.t-card .stars{color:#fbb034;letter-spacing:2px;margin-bottom:12px}
.t-card p{font-size:14.7px;font-style:italic;color:#4a5469;margin-bottom:18px}
.t-card .who{display:flex;align-items:center;gap:12px}
.t-card .av{width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;
  display:grid;place-items:center;font-family:var(--head);font-weight:600}
.t-card .who b{color:var(--navy);font-family:var(--head);font-size:15px;display:block}
.t-card .who span{font-size:12.5px;color:#8a93ab}

/* ===================== CTA BAND ===================== */
.cta-band{background:linear-gradient(115deg,var(--navy) 0%,var(--navy-2) 55%,var(--teal-dark) 130%);
  text-align:center;color:#fff;padding:64px 0}
.cta-band h2{color:#fff;font-size:clamp(24px,3vw,36px);margin-bottom:14px}
.cta-band p{color:#dbe3ff;max-width:620px;margin:0 auto 26px}
.cta-band .btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* ===================== MAP ===================== */
.map-wrap{display:grid;grid-template-columns:1fr 1fr}
.map-wrap iframe{width:100%;height:100%;min-height:420px;border:0;filter:grayscale(.1)}
.map-info{background:var(--navy);color:#fff;padding:56px 8%}
.map-info h2{color:#fff;font-size:30px;margin-bottom:8px}
.map-info .mi{display:flex;gap:16px;margin:22px 0}
.map-info .mi .ic{flex:0 0 46px;width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,.12);
  display:grid;place-items:center}
.map-info .mi .ic svg{width:22px;height:22px;stroke:var(--teal)}
.map-info .mi b{display:block;font-family:var(--head);font-size:15px;margin-bottom:2px}
.map-info .mi span{color:#cdd6f3;font-size:14.5px}

/* ===================== PAGE HERO (inner) ===================== */
.phero{position:relative;background:var(--navy);min-height:320px;display:flex;align-items:center;overflow:hidden}
.phero .bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.phero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,31,92,.95),rgba(16,31,92,.6))}
.phero .container{position:relative;z-index:2;color:#fff;padding-top:30px;padding-bottom:30px}
.phero h1{color:#fff;font-size:clamp(28px,4vw,46px);margin-bottom:10px}
.phero .crumb{color:#bcc8f0;font-size:14px}
.phero .crumb a:hover{color:#fff}
.phero .crumb span{color:var(--teal)}

/* ===================== FAQ ===================== */
.faq{max-width:860px;margin:36px auto 0}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:14px;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:20px 24px;
  font-family:var(--head);font-weight:600;color:var(--navy);font-size:16px;display:flex;
  justify-content:space-between;align-items:center;gap:14px}
.faq-q .pm{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--light);
  display:grid;place-items:center;color:var(--teal);font-size:20px;transition:.3s}
.faq-item.open .pm{background:var(--teal);color:#fff;transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{padding:0 24px 20px;font-size:14.7px}

/* ===================== STEPS ===================== */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}
.step{text-align:center;position:relative;padding:0 8px}
.step .num{width:62px;height:62px;margin:0 auto 16px;border-radius:50%;background:var(--navy);
  color:#fff;font-family:var(--head);font-weight:700;font-size:22px;display:grid;place-items:center}
.step h3{color:var(--navy);font-size:18px;margin-bottom:6px}
.step p{font-size:14px}

/* ===================== FOOTER ===================== */
.footer{background:var(--navy-deep);color:#c4cef0;padding-top:60px}
.f-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:44px}
.footer .brand .bt b{color:#fff}
.footer p{font-size:14.5px;color:#aeb9e4;margin-top:16px}
.footer h4{color:#fff;font-family:var(--head);font-size:17px;margin-bottom:18px}
.footer ul li{margin-bottom:11px}
.footer ul a{font-size:14.5px;color:#b9c3ec;transition:.2s}
.footer ul a:hover{color:var(--teal);padding-left:4px}
.footer .fcontact li{display:flex;gap:12px;margin-bottom:14px;font-size:14.5px;color:#b9c3ec}
.footer .fcontact svg{flex:0 0 18px;width:18px;height:18px;stroke:var(--teal);margin-top:3px}
.f-soc{display:flex;gap:10px;margin-top:18px}
.f-soc a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}
.f-soc a svg{width:17px;height:17px;stroke:#fff}
.f-soc a:hover{background:var(--teal)}
.f-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;text-align:center;font-size:13.5px;color:#9aa6d6}

/* ===================== FLOAT / BACK TOP ===================== */
.totop{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border-radius:50%;background:var(--navy);
  border:0;cursor:pointer;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.3s;z-index:70;box-shadow:var(--shadow)}
.totop.show{opacity:1;pointer-events:auto}
.totop svg{width:22px;height:22px;stroke:#fff}
.wa{position:fixed;left:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:#25d366;
  display:grid;place-items:center;z-index:70;box-shadow:var(--shadow);transition:.3s}
.wa:hover{transform:scale(1.08)}
.wa svg{width:28px;height:28px;fill:#fff}

/* ===================== REVEAL ===================== */
.reveal{opacity:0;transform:translateY(28px);transition:.7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}

/* ===================== RESPONSIVE ===================== */
@media(max-width:992px){
  .nav,.header .cta .btn{display:none}
  .burger{display:flex}
  .nav.open{display:flex;position:absolute;top:88px;left:0;right:0;background:#fff;flex-direction:column;
    align-items:flex-start;padding:18px 22px;gap:6px;box-shadow:0 14px 24px rgba(0,0,0,.12)}
  .nav.open a{width:100%;padding:12px 0;border-bottom:1px solid var(--line)}
  .split,.map-wrap{grid-template-columns:1fr;gap:34px}
  .split.rev .s-media{order:0}
  .cards,.testi-track,.g-grid{grid-template-columns:1fr 1fr}
  .stats-grid,.steps{grid-template-columns:1fr 1fr}
  .iserv-grid{grid-template-columns:1fr}
  .iserv-grid .cell{min-height:260px}
  .exp-slide{grid-template-columns:1fr}
  .exp-slide .ph{height:300px}
  .why-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .sec{padding:54px 0}
  .topbar .t-left{gap:14px}.topbar .t-left a:nth-child(2){display:none}
  .cards,.testi-track,.g-grid,.stats-grid,.steps{grid-template-columns:1fr}
  .hero{height:560px}
  .hero .inner{margin-left:22px}
  .badge-card{position:static;margin-top:16px;display:inline-flex}
  .map-info{padding:40px 24px}
}

/* ===================== APPOINTMENT FORM (WordPress / Dragly) ===================== */
.apptsec{background:var(--light)}
.appt-card{display:grid;grid-template-columns:0.9fr 1.1fr;gap:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.appt-intro{background:linear-gradient(150deg,var(--navy),var(--navy-2));color:#fff;padding:44px 40px;display:flex;flex-direction:column;justify-content:center}
.appt-intro .eyebrow{color:var(--teal)}
.appt-intro h2{color:#fff;font-size:28px;margin-bottom:12px}
.appt-intro p{color:#cdd6f3;font-size:14.7px;margin-bottom:18px}
.appt-intro .mi{display:flex;gap:13px;margin:10px 0;align-items:flex-start}
.appt-intro .mi svg{flex:0 0 20px;width:20px;height:20px;stroke:var(--teal);margin-top:3px}
.appt-intro .mi span{color:#dbe3ff;font-size:14px}
.appt-form{padding:40px}
.appt-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.appt-form label{display:block;font-family:var(--head);font-weight:600;color:var(--ink);font-size:13.5px;margin-bottom:16px}
.appt-form input,.appt-form select,.appt-form textarea{width:100%;margin-top:6px;padding:12px 14px;border:1px solid var(--line);
  border-radius:10px;font-family:var(--text);font-size:14.5px;color:var(--ink);background:#fbfdff;transition:.2s}
.appt-form input:focus,.appt-form select:focus,.appt-form textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(19,183,201,.15)}
.appt-form textarea{resize:vertical;min-height:96px}
.appt-form .btn{border:0;margin-top:6px;width:100%;justify-content:center}
.appt-form [data-dragly-form-message]{margin-top:14px;font-size:14px;font-family:var(--head);font-weight:600}
.appt-form [data-dragly-form-message]:not(:empty){padding:12px 14px;border-radius:10px;background:#eafaf0;color:#1d8a49}
@media(max-width:860px){.appt-card{grid-template-columns:1fr}.appt-form .row2{grid-template-columns:1fr}}
