/* ======================= -------- Contents -------- ==========================
1.0 - GENERAL STYLES
2.0 - HERO
3.0 - INTRO
4.0 - LOCATION & MAP
5.0 - CLINIC DETAILS
6.0 - TEAM SECTION
7.0 - 360 TOUR
8.0 - GOOGLE REVIEWS
*/

/* ======================= 1.0 - General Styles  ========================== */

h2 {
  font-weight: 600;
  font-size: 26px;
}

.contact-sticky {
  border-radius: 20px 0 0 20px;
}

/* Containers */
.inner-narrow {
  max-width: 1000px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.mt-10 {
  margin-top: 10px;
}

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

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

/* LIST STYLES */

.location-page ul.brand li {
  position: relative;
  display: flex;
  justify-content: center;
  /* padding-left: 30px; */
  line-height: 1.3em;
  margin: 18px 0;
  background-color: #fff;
}

.location-page ul.brand li:before {
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 11px;
  background: url(http://sxau.boostbery-dev.com/wp-content/uploads/2024/07/background-ear-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-right: 30px;
}

/* ======================= 2.0 - Hero  ========================== */

section.location-video-hero .header-location {
  height: calc(85vh - 110px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #e9e9e9;
  position: relative;
}

.location-hero-content {
  max-width: 1200px;
  width: calc(100% - 120px);
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  color: #ffffff;
}

.location-hero-content .hero-content {
  padding-top: 23vh;
}

.location-hero-content .hero-content .header-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.location-hero-content .hero-content .header-buttons a {
  margin: 0;
}

.google-reviews {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 60px;
}

.google-reviews img {
  max-width: 250px;
  width: 100%;
}

.location-hero-content .hero-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.location-hero-content hgroup h1 span {
  display: block;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}

.location-hero-content hgroup h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.location-hero-content p {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 20px;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-location-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  display: block;
  z-index: 1;
}

.video-hero-location {
  position: absolute;
  width: 100%;
  height: calc(85vh - 110px);
  pointer-events: none;
  overflow: hidden;
}

.video-hero-location video {
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

/* Responsive */

@media (max-width: 520px) {
  .location-hero-content {
    width: calc(100% - 30px);
  }
}

@media (max-width: 470px) {
  .location-hero-content .hero-content {
    padding-top: 14vh;
  }
}

/* ======================= 3.0 - INTRO  ========================== */

.location-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.location-intro .content {
  max-width: 1200px;
}

.location-intro .content h1,
.location-intro .content h2,
.location-intro .content h3 {
  font-weight: 600;
}

.location-intro .content h3 {
  margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 1200px) {
  .location-intro {
    padding: 0 5vw;
  }
}

@media (max-width: 576px) {
  .location-intro {
    margin: 60px auto;
  }
}

/* ======================= 4.0 - LOCATION & MAP  ========================== */
.map-info-container {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 80px auto;
}

.map-column {
  width: 80%;
  position: relative;
}

.map-container {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.map-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.map-icon img {
  width: 55%;
  height: auto;
  display: block;
}

.map-link {
  display: block;
  position: relative;
}

.map-link:before {
  transition: opacity 0.2s linear;
  opacity: 0;
  content: "\f08e";
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--white);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: rgba(86, 189, 192, 0.9);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  z-index: 1;
  border-radius: 5px;
}

.map-link:hover:before {
  opacity: 1;
}

.map-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.info-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 50px;
  max-width: 650px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.info-box h2 {
  font-weight: 600;
  font-size: 26px;
}

.info-box p,
.info-box span {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.info-box .title {
  margin-bottom: 5px;
}

.info-box .hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
}

.info-box .hours-grid span {
  white-space: nowrap;
  margin: 0;
}

@media (max-width: 1024px) {
  .map-info-container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .info-box {
    position: relative;
    transform: translateY(-40%);
  }
}

@media (max-width: 992px) {
  .info-box {
    transform: translateY(-20%);
    width: 90%;
  }
}

@media (max-width: 576px) {
  .map-info-container {
    margin-top: 20px;
  }
  .info-box {
    transform: translateY(-10%);
  }
}

@media (max-width: 460px) {
  .map-icon {
    width: 20px;
    height: 20px;
  }
  .info-box {
    transform: translateY(-10%);
    padding: 30px 15px;
  }
}

/* ======================= 5.0 - Clinic Details  ========================== */
.details-block {
  background: #56bdc0;
  display: flex;
  justify-content: center;
}

.details-cols {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 80px 0;
  max-width: 1200px;
}

.detail-col {
  flex: 1;
  color: #ffffff;
  border: 1px dashed #fff;
  max-width: 400px;
  border-radius: 19px;
  padding: 30px;
  text-align: center;
}
.detail-col svg {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding: 19px;
  background: #ffffff2b;
}

.detail-col h2 {
  font-weight: 600;
  margin-top: 10px;
}

.hours-note {
  font-style: italic;
}

@media (max-width: 1024px) {
  .details-cols {
    padding: 80px 20px;
  }

  .detail-col {
    width: 100%;
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .details-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .detail-col {
    width: 100%;
    max-width: 70%;
  }
}

@media (max-width: 665px) {
  .detail-col {
    max-width: 80%;
  }
}

@media (max-width: 425px) {
  .detail-col {
    max-width: 350px;
  }
}

/* ======================= 6.0 - Team Section  ========================== */
.team-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  margin: 80px auto;
}

.team-header {
  text-align: start;
}

.team-header h2 {
  font-weight: 600;
}

.team-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.team-member {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}

.team-member a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.team-member img {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}

.team-info {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: #56bec0;
  color: white;
  padding: 10px;
  text-align: left;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-member:hover .team-info {
  opacity: 1;
}

/* Responsive */

@media (max-width: 1200px) {
  .team-container {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .team-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .team-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-container {
    margin: 50px auto;
  }

  .team-info {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 576px) {
  .team-gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .team-container {
    text-align: center;
  }

  .team-header {
    text-align: center;
  }

  .team-member img {
    width: 350px;
    height: 350px;
  }

  .team-info {
    text-align: center;
    width: 350px;
    margin: auto;
    left: 0;
    right: 0;
  }
}

/* ======================= 7.0 - 360 Tour  ========================== */

.tour-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 60px 0;
  position: relative;
  margin-bottom: 150px;
}

.tour-container h2 {
  font-weight: 600;
  font-size: 26px;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.tour-container.active .map-overlay {
  display: none;
}

.tour-container iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 540px;
  border: 0;
}
/* ======================= 8.0 - Product Slider  ========================== */
/* Slider Models */
section.product-models {
  padding: 50px 0 150px 0 150px;
  margin-top: 80px;
  margin-bottom: 60px;
}

section.product-models .section-title {
  text-align: center;
  /* margin-bottom: 80px; */
}

section.product-models .section-title h2 {
  font-size: 38px;
  font-weight: 600;
  margin: 0;
}

.slider-product-models .slick-list {
  padding: 40px 0px !important;
}

/* the slides */
.slider-product-models .slick-slide {
  margin: 0 20px;
}

/* the parent */
.slider-product-models .slick-slider .slick-list {
  margin: 0 -20px;
}

ul.models-block li {
  display: flex;
  flex-direction: column;
  background-color: whitesmoke !important;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0px 0 29px -2px rgba(2, 2, 2, 0.04);
}

.models-media {
  margin-bottom: 30px;
}

ul.models-block li picture {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 50%;
}
ul.models-block li picture * {
  display: block;
  height: 101%;
  width: 101%;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  object-position: center center;
  transform: translateX(-50%) translateY(-50%);
}

ul.models-block li h3 {
  font-weight: 600;
}

ul.models-block li p {
  margin-bottom: 0;
}

ul.models-block li a.teal-button {
  margin: 40px 0 0;
  display: inline-flex;
  max-width: 190px;
  width: 100%;
}

.slider-product-models button.slick-prev.slick-arrow {
  display: flex;
  justify-content: center;
  left: -50px;
}

.slider-product-models button.slick-next.slick-arrow {
  display: flex;
  justify-content: center;
  right: -100px;
}

.slider-product-models .slick-prev:before {
  padding: 10px;
  background-color: whitesmoke;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.slider-product-models .slick-next:before {
  padding: 10px;
  background-color: whitesmoke;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 768px) {
  section.product-models {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  ul.models-block li a.teal-button {
    font-size: 16px;
  }

  .slick-track .slick-slide {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .slick-track .slick-slide {
    padding: 0;
  }
}

/* ======================= 8.0 - Google Reviews  ========================== */
section.testimonial-block {
  margin-bottom: 60px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

section.testimonial-block .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 auto;
  max-width: 1760px;
}

.testimonial-block-img {
  position: absolute;
  width: 60%;
  right: 0;
  height: 760px;
  background-color: #f2f2f2;
  border-radius: 20px 0 0 20px;
}

.testimonial-block-img picture {
  width: 50%;
  height: 760px;
  left: 0px;
  top: 0px;
  opacity: 1;
}

.testimonial-block-img picture * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 0 0 20px;
}

.testimonials-container {
  max-width: 580px;
  width: 100%;
  margin-left: 200px;
  z-index: 1;
}

.testimonial-block-content {
  padding: 50px 70px 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  margin-bottom: 50px;
}

.testimonial-block-content hgroup img {
  width: 86px;
  margin-bottom: 10px;
}

.testimonial-block-content h2 {
  font-weight: 600;
}

.testimonial-details {
  margin-top: 30px;
  margin-bottom: 40px;
}

.testimonial-details .rating {
  width: 92px;
}

span.name {
  display: block;
  font-weight: 600;
}

span.source {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.slider-testimonials ul.slick-dots {
  display: flex;
  margin: 0 0 40px 0;
  justify-content: flex-end;
}

.slider-testimonials .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.slider-testimonials .slick-dots li button {
  font-size: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}

.testimonials-container a.teal-button {
  padding: 15px 40px 15px 40px;
}

/* Responsive */

@media (max-width: 1024px) {
  section.testimonial-block {
    margin-bottom: 200px;
    min-height: 70vh;
  }
  section.testimonial-block .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .testimonials-container {
    margin-left: 0;
    transform: translateY(50%);
    text-align: center;
  }
  .testimonial-block-img {
    right: unset;
  }
  .testimonial-block-img picture * {
    border-radius: 20px;
  }
  .testimonial-details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  a.teal-button {
    padding: 15px 40px 15px 40px;
  }
  .rating {
    margin: auto;
  }
  .slider-testimonials ul.slick-dots {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  section.testimonial-block {
    margin-bottom: 250px;
    padding-top: 100px;
    min-height: 55vh;
  }
  .testimonial-block-img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .tour-container {
    margin-bottom: 40px;
  }
  .testimonial-block-img {
    width: 80%;
  }

  section.testimonial-block {
    padding: 80px 15px 0;
  }

  .testimonial-block-img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .testimonial-block-content {
    padding: 30px 20px;
  }
}

/* ======================= 12.0 - Enquiry Form  ========================== */
.block-enquiry {
  padding: 150px 0;
}

.block-enquiry .section-intro {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.block-enquiry hgroup h2 {
  font-weight: 600;
}

.enquiry-form {
  background: var(--teal);
  padding: 60px 50px;
  border-radius: 20px;
  margin-top: 60px;
}

ul.enquiry-form-fields li {
  margin-bottom: 30px;
}

li.form-half {
  display: inline-block;
  width: calc(50% - 25px);
  margin-right: 20px;
}

li.form-full {
  width: 100%;
}

li.form-full textarea {
  padding: 10px 0;
  width: 100%;
  height: 200px;
  resize: none;
  outline: none;
  border: none;
}

ul.enquiry-form-fields li input,
ul.enquiry-form-fields li select,
ul.enquiry-form-fields li textarea {
  border: none;
  outline: none;
  background: white;
  border-bottom: 1px solid #ffffff;
  border-radius: 20px;
  padding: 0 10px;
  font-family: "Epilogue", sans-serif;
}

ul.enquiry-form-fields li textarea {
  padding: 5px 10px;
}

ul.enquiry-form-fields li input {
  padding: 6px 10px;
}

ul.enquiry-form-fields li label,
.option {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

ul.enquiry-form-fields select {
  color: black;
  padding-left: 10px !important;
  height: 44px;
}

.form-submit {
  display: flex;
  justify-content: flex-end;
}

input.btn-submit {
  display: block;
  padding: 14px 30px 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  border: none;
  border-radius: 30px !important;
  background-color: #ffffff;
  color: var(--teal);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

/* Responsive */

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  section.block-enquiry {
    margin-top: 320px;
  }

  input.btn-submit {
    width: 100% !important;
  }

  ul.enquiry-form-fields li label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  ul.enquiry-form-fields li input,
  ul.enquiry-form-fields li select,
  ul.enquiry-form-fields li textarea {
    font-size: 16px;
  }

  ul.enquiry-form-fields li input,
  ul.enquiry-form-fields li textarea {
    padding-left: 15px;
  }
}

@media (max-width: 656px) {
  .block-enquiry .enquiry-form-fields {
    display: flex;
    flex-direction: column;
  }

  ul.enquiry-form-fields li {
    width: 100%;
  }

  .block-enquiry .form-submit {
    justify-content: flex-start;
  }
}

@media (max-width: 455px) {
  section.block-enquiry {
    margin-top: 400px;
  }
}

/* ======================= 13.0 - Newsletter Signup  ========================== */
.block-newsletter {
  padding: 80px 0;
  background: var(--teal);
  color: var(--white) !important;
}

.block-newsletter .inner-narrow {
  display: flex;
  align-items: center;
  gap: 100px;
}

.newsletter-content {
  width: calc(40% - 50px);
}

.newsletter-content span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}

.newsletter-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.newsletter-content p {
  margin: 20px 0 0 0;
}

.newsletter-form {
  width: calc(60% - 50px);
}

form.signup input[type="email"] {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  height: 50px;
  border: 0;
}

.btn-signup {
  display: inline-block;
  background: var(--teal);
  color: #fff;
  font-weight: 600;
  height: 50px;
  border: 3px solid #fff;
  cursor: pointer;
  position: relative;
  left: -4px;
  padding: 9px 12px 14px;
}

.btn-signup:hover {
  background: #fff;
  color: var(--teal);
}

/* Responsive */

@media (max-width: 1061px) {
  .newsletter-form form.signup input[type="email"] {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .block-newsletter .inner-narrow {
    flex-direction: column;
    gap: 20px;
  }
  .block-newsletter .newsletter-content {
    width: 100%;
    text-align: center;
  }

  .block-newsletter .newsletter-form form.signup {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  form.signup input[type="email"] {
    width: 100%;
    max-width: unset;
    min-width: 200px;
    border-radius: 30px;
    padding-left: 15px;
  }

  form.signup input[type="submit"] {
    width: 100%;
    left: unset;
    border-radius: 30px;
    background-color: white;
    color: var(--teal);
  }

  .block-newsletter .inner-narrow {
    gap: 50px !important;
  }
}

@media (max-width: 768px) {
  .block-enquiry {
    padding: 50px 0 50px 0;
  }

  .newsletter-form {
    width: calc(100% - 50px);
  }
}

/* ======================= 14.0 - Share Block  ========================== */
.share-block {
  margin: 150px auto !important;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

@media (max-width: 924px) {
  .share-block {
    margin: 50px auto !important;
  }
}

@media (max-width: 768px) {
  .share-block {
    margin: 25px auto !important;
  }
}

/* select#clinic,
select#customer {
  color: #fff !important;
} */

/* ======================= 15.0 - FAQ SECTION  ========================== */
section.faq-section {
  margin-top: 100px;
  padding: 100px 0 150px;
  background: #f9f9f9;
}

section.faq-section .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.faq-section .header h2 {
  font-weight: 600;
}

.faq-accordion {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.faq-item + .faq-item {
  border-top: 1px solid #e5e5e5;
}
.faq-question {
  margin: 0;
}

.faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}
.faq-toggle:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* plus/minus icon */
.faq-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.faq-icon::before {
  /* horizontal bar */
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}
.faq-icon::after {
  /* vertical bar */
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}
.faq-toggle[aria-expanded="true"] .faq-icon::after {
  display: none;
} /* becomes minus */

.faq-panel {
  max-width: 800px;
  padding: 1.5rem 0 0.5rem 1.75rem;
}
.faq-panel[hidden] {
  display: none;
} /* ensures ZERO space when closed */

@media (max-width: 1024px) {
  section.faq-section {
    margin-top: 370px;
  }
}

@media (max-width: 768px) {
  section.faq-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .faq-question {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* ======================= 16.0 - CTA SECTION  ========================== */

section.location-cta {
  display: flex;
  justify-content: center;
  background: var(--teal);
  padding: 3rem 0;
}

section.location-cta .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--teal);
  color: var(--white);
  text-align: center;
}

section.location-cta .content header {
  text-align: center;
  background-color: var(--teal);
  box-shadow: none;
}

section.location-cta .content {
  color: var(--white);
  text-align: center;
}

section.location-cta .content header h2 {
  font-weight: 600;
}

section.location-cta .book-now-link {
  color: var(--white);
}

section.location-cta .book-now-link .teal-button {
  background: var(--white);
  color: var(--teal) !important;
  padding: 15px 40px 15px 40px;
}

section.location-cta .book-now-link .teal-button:hover {
  background: var(--greyblue);
  color: var(--white) !important;
}
