@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
* {
  box-sizing: border-box;
  
}

html,
body {
  background: #efefef;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.6;
  
  
}

::selection {
  background: #efefef;
  color: #212121;
  mix-blend-mode: difference;
}

::-moz-selection {
  background: #efefef;
  color: #212121;
}

h1, h2, h3, h4, h5 {
  font-weight: 900;
}

h1 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

.hero-title {
  font-size: 8vw;
  line-height: 1em;
  font-weight: 900;
}

.hero-subtitle {
  font-size: 4vw;
}
.nav-title {
  font-size: 4em;
}

a {
  transition: all 0.25s ease-in-out;
}

.white, a.white {
  color: #efefef;
}

.black {
  color: #212121;
}

.pearl, a.pearl {
  color: #fff;
}

.green, a.green {
  color: #00BCD4;
}

.pink {
  color: #b73b3b;
}

.blend {
  mix-blend-mode: difference !important;
  color: #efefef;
  position: relative;
  z-index: 2;
}

.bg-black {
  background-color: #212121;
}

.bg-green {
  background-color: #00BCD4;
}

.swoosh {
  background-image: url(images/full/favicon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
  left: 18px;
  width: 200px;
  height: 200px;
  z-index: 1000;
  background-position: center;
}



.sticky-nav {
  top: 20px;
  left: 20px;
  position: fixed;
  width: calc(100% - 40px);
  z-index: 999;
}
.sticky-nav.difference {
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: difference;
}
.sticky-nav.difference #nav-btn {
  filter: invert(0);
}
.sticky-nav .logo {
  width: 150px;
  height: 150px;
  background-image: url();
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 998;
  mix-blend-mode: none;
}
.sticky-nav #nav-btn {
  width: 60px;
  z-index: 999;
  filter: invert(1);
}
.sticky-nav #nav-btn .icon {
  position: relative;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
}

#takeover-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  left: 0;
  top: -200%;
  transition: all 0.5s ease-in-out;
  z-index: 996;
}
#takeover-nav.shown {
  top: 0;
}
#takeover-nav .nav-col {
  min-height: 100vh;
}
#takeover-nav .nav-col a {
  color: #efefef;
}
#takeover-nav .nav-col a:hover {
  color: #212121;
}
#takeover-nav .nav-contact .content {
  max-width: 700px;
}
#takeover-nav .nav-items {
  font-size: 2.5em;
  font-weight: 700;
}
#takeover-nav .contact-items {
  font-size: 1.25em;
  font-weight: 700;
}
#takeover-nav .contact-items a:hover {
  color: #00BCD4;
}


.gradient-overlay {
  bottom: 0;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #212121 50%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #212121 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00212121", endColorstr="#212121",GradientType=0 );
  z-index: 1;
  border-bottom-right-radius: 15vw;
  pointer-events: none;
}

.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom-right-radius: 15vw;
  pointer-events: none;
}

#video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  transform: rotate(180deg);
}




section {
  min-height: 800px;
  
  width: 100%;
}
section.hero {
  background-color: #212121;
  border-bottom-right-radius: 5vw;
  position: relative;
}
section.hero:before {
  content: "";
  background-color: #212121;
  position: absolute;
  top: 100%;
  left: 0;
  width: 5vw;
  height: 5vw;
}
section.hero:after {
  content: "";
  background-color: #efefef;
  position: absolute;
  top: 100%;
  left: 0;
  width: 5vw;
  height: 5vw;
  border-top-left-radius: 5vw;
}


section.two {
    display: flex;
 
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 4vw 5vw;
  max-width: 1200px;
  margin: 0 auto;
}

  

section.three {
  background-color: #D1E8C5;
  min-height: auto;
      height: auto;
      padding: 80px;
}
section.four {
  background-color: #D3EDF0;
  min-height: auto;
      height: auto;
      padding: 80px;
}
section.five {
  background-color: #29639c;
  min-height: auto;
      height: auto;
      padding: 80px;
}

.ContactButton {
  background-color: black;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 3rem;
  width: 10rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  
}

.ContactButton:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
}




.alignleft {
  text-align: left;
}

.halfpage {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;         /* Center horizontally */
  padding: 2rem;
  text-align: center;
  font-size: 1rem;  
}

.column {
  
    column-count: 2 !important;
    column-gap: 7rem;  
    column-rule: 2px solid rgb(0, 0, 0); 
    display: inline-block;
    text-align: left;
}

li {
  break-inside: avoid;
}

a {
  text-decoration: none;
}


.pb-6 {
  color: #212121;
}

.headshot {
  width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.intro-text {
  flex: 1;
  min-width: 300px;
  max-width: 700px;
}

.IntroHeader {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.IntroPara {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.new-patient-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap; /* Optional: helps stack nicely on mobile */
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.new-patient-flex p {
  flex: 1;
  margin: 0;
}

.svg-container {
  flex-shrink: 0;
  width: 80px; /* or whatever fits best */
  height: auto;
  padding: 10px;
}





/*- Screen Sizes*/
/* COLOR HEX */
/* COLOR Gradient */
/*import fonts*/
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
/*media queries*/
html {
  box-sizing: border-box;
}

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

body {
  
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  color: #444444;
  line-height: 1.5;
}

.dl-blurbs {
  display: grid;
}
@media (min-width: 768px) {
  .dl-blurbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
}

/* LIST */
dl {
  counter-reset: count;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 20%, rgba(255, 255, 255, 0) 0%);
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0;
}

@media (min-width: 1024px) {
 
}

dl + dl {
  counter-reset: counter 4;
}

dt {
  counter-increment: count;
  color: #4f6d7aff;
  font-family: "Montserrat", sans-serif;
  font-size: 3vw;
  text-transform: uppercase;
}

dt::before {
  content: counter(count, decimal-leading-zero) ".";
  font-family: "Abril Fatface", cursive;
  color: #5ea5b8ff;
  margin-left: -1vw;
  padding-right: 12px;
}

dd {
  margin-left: 5vw;
  margin-bottom: 2vh;
}

.service-categories {
  padding: 4vw;
  max-width: 90%;
  margin: 0 auto;
  overflow-x: hidden;
}


@media screen and (min-width: 1200px) {
  .hero {
    height: 75vh;
  }
  .hero #video-bg {
    object-position: 0 5vw;
  }

section.two {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #efefef;
  padding: 4vw 5vw;
  align-items: flex-start;
}

.headshot {
  width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.IntroHeader, .IntroPara {
  flex: 1 1 500px;
  font-size: 1.25rem;
}

.IntroHeader {
  font-size: 2rem;
  font-weight: 900;
  margin-top: 1rem;
}

.IntroPara {
  margin-top: 1rem;
}

 dl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }




}
@media screen and (max-width: 1199px) {
  .hero #video-bg {
    object-position: 0 15vw;
  }

  section.two {
  background-color: #efefef;
  object-fit: contain;
  
}

.headshot {
  width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

 dl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }


}
@media screen and (max-width: 767px) {
  #takeover-nav .nav-menu {
    min-height: 500px;
  }
  #takeover-nav .nav-menu a {
    color: #212121;
  }
  #takeover-nav .nav-menu a:hover {
    color: #efefef;
  }
  #takeover-nav .nav-contact {
    min-height: 600px;
  }
  #takeover-nav .nav-contact .nav-title {
    font-size: 2.5em;
  }

 section.two {
    flex-direction: column; /* Already exists */
    align-items: center;
    text-align: center;
   padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .intro-text {
    text-align: center;
  }

  .IntroPara {
    text-align: center;
  }


.headshot {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}



.column {
  
    column-count: 1 !important;
    column-gap: 7rem;  
    column-rule: none; 
    display: inline-block;
    text-align: left;
}

  .halfpage {
    padding: 1rem;
  }

   .dl-blurbs {
    grid-template-columns: 1fr;
  }

  dl {
    padding-left: 2vw;
    padding-right: 2vw;
  }


}
@media screen and (max-width: 575px) {
  header .swoosh {
    width: 75px;
    height: 75px;
    top: 10px;
  }
  header .sticky-nav {
    top: 10px;
  }
  header .sticky-nav .logo {
    width: 150px;
    height: 35px;
  }
  header .sticky-nav #nav-btn {
    width: 40px;
  }
  header #takeover-nav .contact-items {
    font-size: 1em;
  }

  .hero {
    min-height: 600px;
    height: 600px;
  }
  .hero .hero-title {
    font-size: 12vw;
  }
  .hero #video-bg {
    object-position: 0 30vw;
  }

  section.two {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .IntroHeader, .IntroPara {
    flex: 1 1 100%;
    font-size: 1rem;
  }
 
  .headshot {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}


.column {
  
    column-count: 1 !important;
    column-gap: 7rem;  
    column-rule: none; 
    display: inline-block;
    text-align: left;
}

  .halfpage {
    padding: 1rem;
  }
}