/* Variables */

:root {
  --side-padding: min(5%, 30px); 
}



html, body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img, figure {
  box-sizing: border-box;
}

.container {

  margin: 0 auto;
  padding: 0 var(--side-padding);
}

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  margin: 0 0 30px;
  line-height: 1.4;
}

h1 {
  font-size: 42px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  font-weight: 300;
}

p, figcaption, ul, li {
  font-family: 'Inter', sans-serif;
  color: black;
  margin: 0 0 30px;
  line-height: 1.6;
}

li {
  margin-bottom: 5px;
}

.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

figcaption {
  margin: 0 0 20px;
}

.splash-1 {
  position: relative;
  margin: 0 auto;
  max-width: clamp(500px, 70vw, 820px); 
  padding: clamp(60px, 8vw, 90px) 0 min(15%, 40px); 
  text-align: center;
}

.splash-1 :is(h1,h2,h3,h4,p,ul,li,blockquote,td) {
  color: white;
}

.splash-1 h1 {
  max-width: 500px;
  margin: 0 auto 25px;
}

.splash-1-bg {
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/Melissa 2.JPG');*/
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}


.shape-cutout-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
}

.shape-cutout {
  height: clamp(20px, 4.5vw, 50px);
  fill: white;
  bottom: -1px;
  width: 100%;
  left: 0;
  position: absolute;
}

.cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0ac269/*#2c97d2*/;
  padding: 20px 50px;
  max-width: fit-content;
  margin: 0 auto 15px;
}

.cta-phone p {
  font-size: clamp(16px, 6vw, 25px);
  margin-bottom: 0 !important;
  color: white;
}

.email-cta a {
  color: black;
}

.splash-1 .email-cta a {
  color: rgb(255, 255, 255);
}




.cta-phone-2 {
  background-color: transparent;
  border: 1px solid #3e3e3e;
  max-width: 500px;
  padding: 30px clamp(20px, 5vw, 50px);
  flex-direction: column;
}

.cta-phone-2 p {
  color: #3e3e3e;
  font-size: clamp(155%, 5vw, 180%);
}

.cta-phone-2-wrap {
  margin: 0 auto;
  padding: 0 var(--side-padding);
}

.cta-phone-2-bg {
  /*background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/images/lesly-juarez-1AhGNGKuhR0-unsplash.jpg');*/
  background-position: top;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.splash-2 {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 30px; 
  text-align: center;
}

.splash-2-text-area {
  max-width: clamp(500px, 70vw, 640px);
  margin: 0 auto;
  padding: 2px var(--side-padding) 20px;
}

.splash-wrap {
  padding: 60px 0;
}

.splash-2 h2 {
  font-size: 35px;
  color:#0ac269;
  margin-bottom: 30px;
}

.splash-2 .cta-phone {
  margin-bottom: 0;
}

.patient-results-grid {
  display: flex;
  max-width: 1200px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}


.patient-result-grid-item {
  padding: 10px clamp( 25px, 2vw, 30px);
  max-width: 500px;
  text-align: center;
}


.patient-result-grid-item-images {
  display: flex;
  flex-direction: row;
}

.patient-result-grid-item h3 {
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  font-weight: 200;
  line-height: 1.3;
  color:#363636;
}


.patient-result-grid-item figure {
  max-width: 100%;
  margin: 0 0 20px;
}

.patient-result-grid-item figcaption {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  color: #0e894e;
  line-height: 1.9;
}

.patient-result-grid-item figure:first-of-type figcaption {
  color: #a3b3ab;
}

.patient-result-grid-item img {
  max-width: 100%;
}

.before-after-grid {
  display: flex;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  justify-content: center;
}

.before-after-grid img {
  max-width: 240px;
  padding: 15px 15px;
}


@media screen and (max-width: 780px) {

  .patient-results-grid {
    flex-direction: column;
  }

  .patient-result-grid-item {
    padding: 5px 10px;
    max-width: 500px;
  }

  .patient-result-grid-item h3 {
    line-height: 1.05;
  }

  .before-after-grid img {
    max-width: 50%;
    padding: 15px 15px;
  }

  .cta-phone {
    position: sticky;
    top: 0;
  }
  
}

@media screen and (max-width: 640px) {

  .before-after-grid img {
    max-width: 100%;
    padding: 15px 15px;
  }

}





/* New Pages */

.smilefast-copy, .smilelign-copy {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 30px;
}

.text-area {
  max-width: clamp(500px, 70vw, 640px);
  margin: 0 auto;
  padding: 2px var(--side-padding) 20px;
  font-size: 16px;
}

.splash-wrap h2 {
  font-size: 35px;
  color:#0ac269;
  margin-bottom: 30px;
  text-align: center;
}

.splash-wrap .cta-phone {
  margin-bottom: 0;
}

.email-cta {
  text-align: center;
}

:is(.smilefast-copy, .smilelign-copy) h2 {
  color: #009cff/*#47b9ff*/;
  text-align: center;
  font-size: 160%;
}


.map-responsive {
  overflow:hidden;
  padding-bottom: min(70%, 500px);
  position:relative;
  height:0;
  max-width: 800px;
  margin: 0 auto 50px/*15px*/;
}

.map-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.where-to-find-us, .patient-results {
  margin: 0 auto;
}

:is(.where-to-find-us, .patient-results) p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}



.main-menu {
  padding-top: 100px;
  height: 100%;
}

.main-menu p, .main-menu li {
  font-size: 200%;
  margin: 0 auto 30px;
  text-align: center;
  color: white;
}

.main-menu-choices {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  max-width: fit-content;
  margin-top: 60px;
}


.main-menu-choices li {
  display: block;
  position: relative;
  color: #47b9ff;
  margin: 0 auto;
  padding: 20px 80px;
}

.main-menu-choices a {
  text-decoration: none;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto 60px;
  border: 2px solid #47b9ff;

}

.main-menu-choices a:visited {
  color: #47b9ff;
}

.main-menu-choices :is(a, li):hover {
 color: #009cff;
 border-color: #009cff;
 background-color: rgba(238, 244, 255, 0.086);
}

.main-menu-bg {
  /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/Melissa 2.JPG');*/
  background-position: center;
  background-size: cover;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}


.click-to-call {
  text-decoration: none;
}

.click-to-call:hover div {
  background-color: #1cda7e;
}


/* Booking Solution and CTA Button */

.booking-solution {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
  display: flex;
  align-items: center;
}

.booking-solution.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.booking-solution-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  border: none;
  position: relative;
  width: 86% !important;
  max-width: 1000px !important;
  height: 86% !important;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: none;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.booking-solution-close, .booking-solution-bg-close {
  filter: brightness(0.4) grayscale(1);
}

.booking-solution-close {
  z-index: 1000;
  display: none;
  text-decoration: none;
  height: 10px;
  width: 10px;
  position: relative;
  right: 28px;
  top: 15px;
  margin-bottom: 20px;
  align-self: flex-end;
}

.booking-solution-bg-close {
  position: absolute;
  display: block;
  right: 40px;
  top: 25px;
  align-self: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 0.2s linear;
  transition-delay: 1s;
}

.is-visible .booking-solution-bg-close {
  display: block;
  visibility: visible;
  opacity: 1;
}


.booking-solution-close:after {
  content: "\274c";
  font-size: 16px;
}

@media (max-width: 500px) {

  .booking-solution-close {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 1s, opacity 0.2s linear;
    transition-delay: 1s;
  }



  .is-visible .booking-solution-close {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .booking-solution-inner {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  }

  .booking-solution-bg-close {
    display: none !important;
  }

}

/* -- */

.calendly-badge-widget span {
  display: none !important;
}

.calendly-inline-widget {
  height: 100% !important;
}

.calendly-inline-widget #page-region > div > div > div > a {
  display: none !important;
}

#page-region {
  display: none;
}



