@charset "utf-8";
/* ==========================================================================
   Bank House Dental — 2026 refresh layer
   --------------------------------------------------------------------------
   This file is ADDITIVE. It sits on top of bankhouse.css and only overrides
   appearance: type, colour, spacing, buttons, nav and cards.
   No HTML structure depends on it. Remove the single <link> tag that loads
   this file and the site returns exactly to how it was.
   ========================================================================== */

:root{
  --teal:        #1F9EB5;
  --teal-dark:   #16788B;
  --teal-tint:   #EAF5F8;
  --navy:        #113C4A;
  --navy-deep:   #0A2B36;
  --cta:         #E4703C;
  --cta-dark:    #C85A29;
  --ink:         #24383F;
  --muted:       #5E7580;
  --line:        #DCE6EA;
  --page:        #F2F6F7;
  --radius:      14px;
  --radius-sm:   10px;
  --shadow:      0 1px 2px rgba(17,60,74,.06), 0 8px 24px rgba(17,60,74,.08);
  --shadow-lift: 0 2px 4px rgba(17,60,74,.08), 0 14px 34px rgba(17,60,74,.14);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --display: 'Quicksand', var(--sans);
}

*, *::before, *::after { box-sizing: border-box; }

/* --------------------------------------------------------------- base type */
body{
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--navy-deep);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#mainContent p, .txtblockfull p, #containerinner p{
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.1em;
}

#containerinner h1{
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.7rem);
  line-height: 1.18;
  color: var(--navy);
  letter-spacing: -.015em;
  border-bottom: 0;
  padding-bottom: 0;
  margin: .2em 0 .5em;
}
/* the teal rule under h1, but shorter and lighter than the old full-width line */
#containerinner h1::after{
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  border-radius: 2px;
  background: var(--teal);
  margin-top: .45em;
}

#containerinner h2{
  font-family: var(--sans);
  font-size: 1.0rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .01em;
  margin-bottom: 1.4em;
}

#mainContent h3, .txtblockfull h3{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.3;
  color: var(--navy);
  letter-spacing: -.01em;
  border-bottom: 1px solid var(--line);
  padding-top: 1.6em;
  padding-bottom: .5em;
  margin-bottom: .85em;
}
#mainContent h4, #mainContent h5, .txtblockfull h4, .txtblockfull h5{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--navy);
  padding-top: 1.2em;
  margin-bottom: .5em;
}

#mainContent a:link, #mainContent a:visited,
.txtblockfull a:link, .txtblockfull a:visited{
  color: var(--teal-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(31,158,181,.35);
  transition: color .15s ease, border-color .15s ease;
}
#mainContent a:hover, #mainContent a:active,
.txtblockfull a:hover, .txtblockfull a:active{
  color: var(--cta-dark);
  border-bottom-color: var(--cta);
}

#mainContent .hightxt{
  font-family: var(--display);
  font-weight: 700;
  color: var(--navy);
  font-size: 1.3rem;
  background: var(--teal-tint);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: .9em 1.1em;
  margin-top: 1.6em;
}

.liststyle1, .liststyle2, .liststyle3{
  list-style-image: none;
  list-style-type: none;
  padding-left: 0;
}
.liststyle1 li, .liststyle2 li, .liststyle3 li{
  position: relative;
  padding-left: 1.7em;
  padding-top: .22em;
  padding-bottom: .22em;
  font-size: 1rem;
}
.liststyle1 li::before, .liststyle2 li::before{
  content: "";
  position: absolute;
  left: .15em;
  top: .82em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.liststyle3 li::before{
  content: "";
  position: absolute;
  left: .15em; top: .82em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fff;
}

/* ------------------------------------------------------------------ header */
#headerwrap{
  border-top: 4px solid var(--teal);
  background: #fff;
  box-shadow: 0 1px 0 var(--line);
}
#header, #topnav, #container, #actionblock, #footer{ max-width: 1180px; }

#header{ padding: .5em 0 .35em; }

#logo{ width: auto; float: left; padding: .35em 0 .25em 0; }
#logo img{ max-height: 76px; width: auto; }

#toptel{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--navy);
  letter-spacing: -.01em;
}
#toptel a:link, #toptel a:visited{ color: var(--navy); }
#toptel a:hover, #toptel a:active{ color: var(--teal); }

/* The header sprite icons are dated and duplicate the footer — hide them
   so the header reads as: logo | phone number | booking button */
#topsocial{ display: none !important; }
/* Google+ closed in 2019 — hide the dead icons everywhere */
#topgplus, #botgplus{ display: none !important; }
/* footer icons: one tidy row, no home/contact duplicates of the nav */
#bothome, #botcontact, .fsbreak{ display: none !important; }
.socialicons2 a:link, .socialicons2 a:visited{
  transform: scale(.8);
  transform-origin: left center;
  opacity: .85;
  transition: opacity .15s ease;
}
.socialicons2 a:hover{ opacity: 1; }

/* Primary call-to-action button (used in header and inline) */
.btn-book,
a.btn-book:link, a.btn-book:visited{
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #fff !important;
  background: var(--cta);
  border: 0;
  border-bottom: 0;
  border-radius: 999px;
  padding: .85em 1.6em;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(228,112,60,.35);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
a.btn-book:hover, a.btn-book:active{
  background: var(--cta-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(228,112,60,.42);
  border-bottom: 0;
}
.btn-secondary,
a.btn-secondary:link, a.btn-secondary:visited{
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  color: var(--navy) !important;
  background: #fff;
  border: 2px solid var(--teal);
  border-radius: 999px;
  padding: .78em 1.5em;
  line-height: 1;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
a.btn-secondary:hover{ background: var(--teal); color: #fff !important; }

#headeractions{
  float: right;
  text-align: right;
  padding-top: 1.5em;
  display: flex;
  align-items: center;
  gap: 1.4em;
}
#headeractions #toptel{ margin: 0; float: none; clear: none; white-space: nowrap; }

/* -------------------------------------------------------------- navigation */
#navwrap{
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 14px rgba(17,60,74,.07);
}
#topnav{ padding-top: 0; }

.flexnav li{ background: transparent !important; }

.flexnav li a:link, .flexnav li a:visited,
#open a:link, #open a:visited,
#open li a:link, #open li a:visited{
  font-family: var(--display);
  font-weight: 700;
  font-size: .98rem;
  letter-spacing: .005em;
  color: var(--navy) !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 1.05em .95em .95em !important;
  margin-right: 0;
  border-bottom: 3px solid transparent !important;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.flexnav li a:hover, .flexnav li a:active,
#open a:hover, #open a:active{
  color: var(--teal-dark) !important;
  background: transparent !important;
  border-bottom-color: var(--teal) !important;
}
/* current page */
#open a:link, #open a:visited{
  color: var(--teal-dark) !important;
  border-bottom-color: var(--teal) !important;
}

/* mobile menu button */
.menu-button{
  background: var(--navy) !important;
  color: #fff !important;
  font-family: var(--display);
  font-weight: 700;
  border-bottom: 0;
  border-radius: 0 0 0 var(--radius-sm);
}

@media all and (max-width: 799px){
  .flexnav li a:link, .flexnav li a:visited,
  #open a:link, #open a:visited{
    background: #fff !important;
    border-bottom: 1px solid var(--line) !important;
    padding: .95em 1.1em !important;
    text-align: left;
  }
  .flexnav.one-page{
    max-width: 260px;
    box-shadow: var(--shadow-lift);
    border-radius: 0 0 0 var(--radius-sm);
    overflow: hidden;
  }
}

/* ----------------------------------------------------------------- content */
#outerwrap{
  background-image: none;
  background: var(--page);
  border-bottom: 0;
  padding-top: 2.2em;
  padding-bottom: 2.6em;
}
#container{
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding-bottom: 2em;
  overflow: hidden;
}
#containerinner{ padding: 0 3%; }

/* hero slider */
#fader{
  margin: 0 -3.1% 2em;
}
#fader .flexslider{
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  background: var(--navy);
}
#fader .flexslider .slides img{
  width: 100%;
  height: auto;
  display: block;
}
.flex-caption, .flex-caption2{
  background: linear-gradient(180deg, rgba(10,43,54,0) 0%, rgba(10,43,54,.55) 55%, rgba(10,43,54,.85) 100%);
}
.faderheading h2{
  font-family: var(--display) !important;
  font-weight: 700;
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
  line-height: 1.2;
}

/* ------------------------------------------------------------- side panels */
#rightinfo > div{ margin-bottom: 1.1em; }

#container #sideboxconsult a:link, #container #sideboxconsult a:visited,
#container #sideboxconsult2 a:link, #container #sideboxconsult2 a:visited{
  background-color: var(--teal);
  background-image: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-bottom: 0;
  padding: 1.5em 1.4em;
  min-height: 0;
  text-align: left;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#container #sideboxconsult a:hover, #container #sideboxconsult2 a:hover{
  background-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}
#container #sideboxtest a:link, #container #sideboxtest a:visited,
#container #sideboxcontact a:link, #container #sideboxcontact a:visited{
  background-color: var(--teal);
  color: #fff !important;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.6em 1.3em;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#container #sideboxfaq a:link, #container #sideboxfaq a:visited{
  background-color: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-bottom: 0;
  padding: 1.6em 1.3em;
  transition: transform .18s ease, box-shadow .18s ease;
}
#container #sideboxtest a:hover, #container #sideboxfaq a:hover,
#container #sideboxcontact a:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}
#container #sideboxfaq a:hover{ background-color: var(--teal); }
#container #sideboxtest a:hover, #container #sideboxcontact a:hover{ background-color: var(--navy); }

.sideboxtitle, .sideboxconsulttitle{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.3;
  padding: 0;
  float: none;
  width: auto;
  display: block;
  margin-bottom: .4em;
}
.sideboxtxt, .sideboxconsulttxt, .sideboxconsulttxt2{
  font-size: .92rem;
  line-height: 1.55;
  padding: 0;
  float: none;
  width: auto;
  display: block;
  opacity: .95;
}
.boximg{ padding-bottom: .8em; }
.sideblackbox{
  background: var(--navy-deep);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: .55em;
  overflow: hidden;
}
.sideblackbox img{ border-radius: var(--radius-sm); display: block; width: 100%; height: auto; }
.sbtopmarg{ margin-top: 0; }

/* --------------------------------------------------------- generic blocks */
.teamblock, .testimonialblock1{
  background: var(--teal-tint);
  border: 1px solid #D7E9EE;
  border-radius: var(--radius);
  padding: 1.2em;
  box-shadow: none;
}
.teamblockimage{
  border-radius: var(--radius-sm);
  padding: .35em;
  box-shadow: var(--shadow);
}
.teamblockimage img{ border-radius: 8px; }
.highblock{
  background: var(--teal);
  border-radius: var(--radius);
  padding: 1.6em;
}
.contentboxstyle1{
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  padding: 1.4em;
}
.leftblockimg img, .treatimg img, .treatimg2 img{
  border: 0;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}
.divide{ background: var(--line); }

.tablestyle table{ border: 0; border-collapse: collapse; width: 100%; }
.tablestyle td{
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: .7em .8em;
  font-size: .97rem;
}
.tablebg1{ background: var(--navy); color: #fff; }
.tablebg3{ background: var(--teal); color: #fff; }
.tablebg2{ background: var(--teal-tint); }

/* ------------------------------------------------------------------- forms */
#contactform input, #contactform textarea, #contactform select,
#mainContent input, #mainContent select{
  font-family: var(--sans);
  font-size: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .7em .85em;
  transition: border-color .15s ease, box-shadow .15s ease;
}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{
  outline: 0;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(31,158,181,.18);
}
#contactform label, #mainContent label{
  font-family: var(--display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--navy);
  display: inline-block;
  margin-bottom: .2em;
}
#contactform fieldset{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2em 1.4em 1.4em;
  margin-bottom: 1.4em;
}
#contactform legend{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--navy);
}
#contactform input[type="submit"], #contactform #contactsubmit{
  background: var(--cta);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  padding: .85em 2em;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(228,112,60,.35);
}
#contactform input[type="submit"]:hover, #contactform #contactsubmit:hover{ background: var(--cta-dark); }
#contactform input[type="reset"], #contactform #contactclear{
  background: #fff;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  padding: .85em 1.6em;
  cursor: pointer;
}

/* ------------------------------------------------------------------ footer */
#actionblockwrap{
  background: var(--navy);
  border-top: 0;
  padding-bottom: 1.6em;
}
#actionblock{ padding-top: 2.4em; color: #C7DAE0; }
#actionblock h4{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 0;
  padding-bottom: .2em;
  margin-bottom: .9em;
}
#actionblock h4::after{
  content: "";
  display: block;
  width: 34px; height: 3px;
  border-radius: 2px;
  background: var(--teal);
  margin-top: .55em;
}
#actionblock ul{ list-style: none; list-style-image: none; padding-left: 0; font-size: .95rem; }
#actionblock li{
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: .42em 0;
}
#actionblock a:link, #actionblock a:visited{ color: #D8E7EB; }
#actionblock a:hover, #actionblock a:active{ color: #fff; }
#actionblock p{ color: #C7DAE0; font-size: .95rem; }
.foottel{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.3rem;
}
.actopen{ font-size: .93rem; color: #C7DAE0; }
.actopen td{ padding: .2em 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.botmap img{ border-radius: var(--radius-sm); box-shadow: var(--shadow); }

#footerwrap{ background: var(--navy-deep); padding: .4em 0 1em; }
#footer{ color: #7E98A1; padding-top: 1.2em; }
#footer p{ font-size: .85rem; line-height: 1.7; }
#footer a:link, #footer a:visited{ color: #A9C2CA; }

/* -------------------------------------------------- sticky mobile CTA bar */
#mobilecta{ display: none; }
@media all and (max-width: 799px){
  #mobilecta{
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 3000;
    box-shadow: 0 -2px 18px rgba(0,0,0,.22);
  }
  #mobilecta a{
    flex: 1 1 50%;
    text-align: center;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.02rem;
    padding: 1em .5em;
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0 !important;
  }
  #mobilecta a.call{ background: var(--navy); }
  #mobilecta a.book{ background: var(--cta); }
  body{ padding-bottom: 58px; }
  .cc-window{ bottom: 58px !important; }
}

/* ------------------------------------------------------ responsive tuning */
@media all and (max-width: 60.99em){
  #logo{ float: none; width: 100%; text-align: center; }
  #logo img{ max-height: 66px; }
  #toptel{ text-align: center; font-size: 1.3rem; }
  #topsocial{ text-align: center; }
  .socialicons{ float: none; display: inline-block; }
  #headeractions{
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7em;
    padding-top: .3em;
    padding-bottom: 1em;
  }
}
@media all and (min-width: 61em){
  #logo{ width: auto; padding-left: 0; }
  #toptel{ font-size: 1.5rem; margin-top: 0; float: none; }
  #topsocial{ width: auto; float: none; clear: none; }
  #headeractions{ float: right; }
  .txtblockmid{ width: 65%; padding-right: 2%; }
  #rightinfo{ width: 33%; padding-left: 0; }
}

/* cookie banner */
.cc-window{
  font-family: var(--sans) !important;
  font-size: .92rem !important;
}
.cc-btn{ border-radius: 999px !important; font-weight: 700 !important; }

/* focus visibility for keyboard users (accessibility) */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible{
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

/* hero caption on small screens.
   The desktop captions are pinned to one side of the photo (left:60% / right:30%),
   which at phone width leaves a box about 130px wide that wraps to six lines and
   spills below the photo. The photo is only ~110px tall on a phone, so an overlay
   would cover the faces; instead, on phones the caption drops out of the photo
   and runs as a solid navy band directly beneath it. */
@media all and (max-width: 640px){
  #fader .flex-caption, #fader .flex-caption2{
    position: static !important;
    display: block;
    padding: .7em .9em .75em !important;
    border-radius: 0 !important;
    background: var(--navy) !important;
    text-align: center;
  }
  #fader .faderheading h2{
    font-size: 1rem !important;
    line-height: 1.25;
    margin: 0 !important;
  }
}

/* ==========================================================================
   PART 2 — inner pages
   The homepage has no left sidebar, so these only show up on the treatment
   and practice pages. Added after testing those pages.
   ========================================================================== */

/* ------------------------------------------- left sidebar section menu */
#sidemenutitle{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  background-color: var(--navy);
  background-image: none;
  color: #fff;
  padding: .85em 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  letter-spacing: .01em;
}
#nav{
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  font-family: var(--sans);
}
#nav li a{ border-bottom: 1px solid var(--line); }
#nav li:last-child a{ border-bottom: 0; }
#nav a{
  font-family: var(--display);
  font-weight: 700;
  font-size: .96rem;
  color: var(--navy);
  background-image: none;
  background-color: transparent;
  text-indent: 0;
  line-height: 1.4;
  padding: .8em 1.1em .8em 2.1em;
  position: relative;
  transition: background-color .15s ease, color .15s ease, padding-left .15s ease;
}
/* chevron drawn in CSS instead of the old arrow sprite */
#nav a::before{
  content: "";
  position: absolute;
  left: 1.05em;
  top: 50%;
  width: 6px; height: 6px;
  margin-top: -4px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
  transition: border-color .15s ease;
}
#nav a:hover, #nav a:active{
  background-image: none;
  background-color: var(--teal-tint);
  color: var(--teal-dark);
  padding-left: 2.35em;
}
#nav a:hover::before{ border-color: var(--teal-dark); }
#up a{
  background-image: none;
  background-color: var(--teal);
  color: #fff;
}
#up a::before{ border-color: #fff; }
#nav a#pull{
  background-color: var(--navy);
  border-radius: var(--radius) var(--radius) 0 0;
}
#nav a#pull::before{ display: none; }

#leftside .leftblockimg img{
  border: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: none;
  display: block;
  width: 100%;
}
#leftside{ margin-bottom: 1.4em; }

/* ---------------------------------------- treatment / practice thumbnails */
#treatgallery, #practicegallery{ background: transparent; padding: 0; }
#treatgallery ul, #practicegallery ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: .4em 0 1.4em;
}
@media all and (min-width: 40.5em){
  #treatgallery ul, #practicegallery ul{ grid-template-columns: repeat(4, 1fr); }
}
#treatgallery li, #practicegallery li{
  width: auto;
  float: none;
  padding: 0;
  list-style: none;
}
#treatgallery li a, #practicegallery li a{
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border-bottom: 0 !important;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
#treatgallery li a:hover, #practicegallery li a:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
#treatgallery li img, #practicegallery li img{
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

/* ------------------------------------------------ header without the new
   markup: pages that have not had the booking button added yet still need
   the phone number to sit on its own line rather than beside the logo. */
@media all and (min-width: 61em){
  #header > #toptel{ float: right; margin-top: 1.1em; }
}

/* ------------------------------------------------------- contact form fit */
#contactform .field300, #contactform input.input{ width: 100%; max-width: 26em; }
#contactform textarea{ width: 100%; max-width: 34em; min-height: 8em; }
#contactform .paddiv{ margin-top: 1.1em; }
#contactform input[type="submit"], #contactform input[type="reset"]{ width: auto; margin-top: .6em; }
.g-recaptcha{ margin-top: .6em; }

/* ==========================================================================
   PART 3 — the enquiry form, simplified 12 September 2026
   The old markup relied on <br /> tags between labels and fields; those are
   gone, so spacing is handled here instead.
   ========================================================================== */
.formintro{
  font-size: 1rem;
  color: var(--ink);
  background: var(--teal-tint);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: .9em 1.1em;
  margin-bottom: 1.5em;
}
#contactform label{
  display: block;
  margin-bottom: .35em;
  font-size: 1rem;
}
#contactform .req, #contactform .opt{
  font-family: var(--sans);
  font-weight: 400;
  font-size: .82rem;
  letter-spacing: 0;
}
#contactform .req{ color: var(--cta-dark); }
#contactform .opt{ color: var(--muted); }
#contactform .paddiv{
  display: block;
  margin: 0 0 1.25em;
  clear: both;
}
#contactform .paddiv:last-child{ margin-bottom: .3em; }
#contactform input[type="text"],
#contactform input[type="tel"],
#contactform input[type="email"]{
  width: 100%;
  max-width: 26em;
  display: block;
}
#contactform textarea{
  width: 100%;
  max-width: 34em;
  display: block;
  min-height: 7.5em;
  resize: vertical;
  line-height: 1.6;
}
/* Validation feedback, but ONLY after the visitor has actually tried something.
   :invalid on its own marks every empty required field the moment the page
   loads, which makes a blank form look broken. :user-invalid waits for a
   real interaction or a submit attempt. */
#contactform input:user-invalid,
#contactform textarea:user-invalid{
  border-color: var(--cta);
  box-shadow: 0 0 0 3px rgba(228,112,60,.16);
}
.formfoot{ margin-top: .4em; }
.captchanote{
  font-size: .95rem;
  color: var(--muted);
  margin-bottom: .8em;
}
.formfoot .g-recaptcha{ margin-bottom: 1.2em; }
.formfoot input[type="submit"]{ display: inline-block; }

/* the confirmation page */
.nextsteps{
  list-style: none;
  padding-left: 0;
  margin: 1.2em 0;
}
.nextsteps li{
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .6em;
}
.nextsteps li::before{
  content: "";
  position: absolute;
  left: .2em; top: .62em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
}


/* ==========================================================================
   PART 4 — homepage sections (added September 2026)
   Full-width blocks below the intro + sidebar. Only index.html uses these.
   ========================================================================== */
.home-sections{ clear: both; padding-top: .5em; }
.home-section{ margin-bottom: .5em; }
.home-section h3{ padding-top: 1.4em; }

/* generic responsive grids */
.why-grid, .tech-grid, .fee-grid, .steps{
  list-style: none;
  margin: 0 0 .5em;
  padding: 0;
}
.why-grid, .tech-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: .9em 1.2em;
}
.tech-grid{ grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); }
#mainContent .why-grid{ margin-top: 1.4em; }
#mainContent .why-grid li{ margin: 0; }
.why-grid li, .tech-grid li{
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  padding: .9em 1.1em .9em 1.25em;
  background: var(--teal-tint);
  border-left: 4px solid var(--teal);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.why-grid strong, .tech-grid strong{
  display: block;
  font-family: var(--display);
  font-size: 1.08rem;
  color: var(--navy);
  margin-bottom: .15em;
}

/* treatment cards */
.treat-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.1em;
  margin-bottom: .5em;
}
#container .treat-card,
#container a.treat-card:link, #container a.treat-card:visited{
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-bottom: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 1.1em 1.2em 1.2em;
  color: var(--ink);
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
#container a.treat-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
  border-bottom-color: var(--line);
  color: var(--ink);
}
.treat-title{
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: .4em;
}
.treat-text{
  display: block;
  font-size: .97rem;
  line-height: 1.6;
  flex: 1 1 auto;
}
.treat-more{
  display: inline-block;
  margin-top: .9em;
  font-family: var(--display);
  font-weight: 700;
  font-size: .95rem;
  color: var(--teal-dark);
}
.treat-more::after{ content: " \2192"; }
#container a.treat-card:hover .treat-more{ color: var(--cta-dark); }

/* Dr Narda */
.dr-row{ display: flex; gap: 1.6em; align-items: flex-start; flex-wrap: wrap; }
.dr-photo{
  margin: .3em 0 0;
  flex: 0 0 auto;
}
.dr-photo img{
  display: block;
  width: 238px;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}
.dr-text{ flex: 1 1 320px; min-width: 0; }
.txtblockfull .dr-meta{
  font-size: .92rem;
  color: var(--muted);
}

/* reviews */
.review-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.1em;
  margin-bottom: 1em;
}
.review{
  margin: 0;
  padding: 1.2em 1.3em 1.1em;
  background: var(--teal-tint);
  border-radius: var(--radius-sm);
  position: relative;
}
.review::before{
  content: "\201C";
  position: absolute;
  top: -.1em;
  left: .35em;
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(31,158,181,.25);
}
.txtblockfull .review p{
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: .6em;
  position: relative;
}
.review footer{
  font-family: var(--display);
  font-weight: 700;
  font-size: .92rem;
  color: var(--navy);
}
.txtblockfull .review-rating{ font-size: 1rem; }
.stars{ color: #F5A623; letter-spacing: .05em; margin-right: .3em; }

/* fees */
.fee-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em;
  margin-bottom: 1.1em;
}
.fee-grid li{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 1em 1.1em;
  text-align: center;
}
.fee-amount{
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.1;
  color: var(--teal-dark);
  margin-bottom: .3em;
}
.fee-label{
  display: block;
  font-size: .92rem;
  line-height: 1.45;
  color: var(--muted);
}

/* first visit steps */
.steps{ counter-reset: step; }
.steps li{
  counter-increment: step;
  position: relative;
  padding: .2em 0 .9em 3em;
  font-size: 1rem;
  line-height: 1.65;
}
.steps li::before{
  content: counter(step);
  position: absolute;
  left: 0;
  top: .15em;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.1em;
  text-align: center;
}

/* find us */
.find-row{ display: flex; gap: 2em; flex-wrap: wrap; }
.find-col{ flex: 1 1 280px; min-width: 0; }
.hours{
  width: 100%;
  max-width: 340px;
  border-collapse: collapse;
  font-size: .97rem;
}
.hours th, .hours td{
  text-align: left;
  padding: .35em .6em .35em 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 400;
}
.hours th{ font-family: var(--display); font-weight: 700; color: var(--navy); width: 42%; }

/* closing call to action */
.home-cta{
  margin-top: 2.2em;
  padding: 1.6em 1.5em 1.7em;
  background: var(--navy);
  border-radius: var(--radius);
  text-align: center;
}
#containerinner .home-cta p{ color: #fff; max-width: 34em; margin-left: auto; margin-right: auto; }
#containerinner .home-cta-title{
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: .3em;
}
#containerinner .home-cta-buttons{
  margin: 1.2em 0 0;
  display: flex;
  gap: .8em;
  justify-content: center;
  flex-wrap: wrap;
}
.home-cta a.btn-secondary:link, .home-cta a.btn-secondary:visited{
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}
.home-cta a.btn-secondary:hover{ background: #fff; color: var(--navy) !important; }

@media all and (max-width: 640px){
  .home-cta{ padding: 1.3em 1em 1.4em; }
  .steps li{ padding-left: 2.7em; }
  .dr-photo{ width: 100%; }
  .dr-photo img{ width: 200px; }
}
