/*
* Additional.css
* File include item specific css only
******************************************************************************/
.font-headline {
  font-family: 'headline', serif;
  font-weight: normal;
  letter-spacing: 1px;
}
.font-headline-light {
  font-family: 'headline', serif;
  font-weight: 300;
  letter-spacing: .03125rem;
}
.font-italic {
  font-family: 'Face-Italic', serif;
  font-style: italic;
  font-weight: normal;
}
/* -------- Checked List -------------------------------------------- */

.checked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checked-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--color-dark-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
.checked-list li:last-child {
  margin-bottom: 0;
}
.checked-list li i {
  flex-shrink: 0;
  margin-top: 6px;
  font-size: 20px;
  color: var(--color-blue-1);
}
.homeFaq {
  background: #fff;
}
 .homeFaq__title {
     font-family: 'headline', serif;
     font-size: 30px;
     line-height: 1.2;
     font-weight: 400;
     color: var(--color-dark-1);
     letter-spacing: 0.02em;
     margin-bottom: 32px;
}
 .homeFaq__list {
     border-top: 1px solid rgba(29, 62, 103, 0.12);
}
 .homeFaq__item {
     border-bottom: 1px solid rgba(29, 62, 103, 0.12);
     transition: background-color 0.25s ease;
}
 .homeFaq__item:hover {
     background: rgba(29, 62, 103, 0.015);
    /* background: transparent;
     */
}
 .homeFaq__button {
     width: 100%;
     padding: 24px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px;
     text-align: left;
     cursor: pointer;
}
 .homeFaq__question {
     font-size: 17px;
     line-height: 1.35;
     font-weight: 500;
     color: var(--color-dark-3);
}
 .homeFaq__icon {
     flex: 0 0 auto;
     color: var(--color-dark-3);
     transition: transform 0.3s ease;
}
 .homeFaq__item.is-active .homeFaq__icon {
     transform: rotate(180deg);
}
 .homeFaq__content {
     overflow: hidden;
     transition: max-height 0.35s ease;
}
 .homeFaq__answer {
     padding: 0 56px 28px 0;
}
 .homeFaq__answer p {
     font-size: 15px;
     line-height: 1.5;
     color: var(--color-dark-1);
     letter-spacing: 0.03em;
     margin: 0;
}

.homeFaq__answer p + p {
    margin-top: 14px;
}

 @media (max-width: 767px) {
     .homeFaq__title {
         font-size: 26px;
    }
     .homeFaq__question {
         font-size: 17px;
    }
     .homeFaq__button {
         padding: 20px 0;
    }
     .homeFaq__answer {
         padding-right: 0;
    }
     .homeFaq__answer p {
         font-size: 14px;
    }
}

.google-review-card {
     background: #fff;
     border-radius: 4px;
     padding: 30px;
     min-height: 250px;
     height: 250px;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
     overflow: hidden;
     transition: height 0.3s ease;
}
 .testimonials-review-slider, .testimonials-review-slider .swiper, .testimonials-review-slider .swiper-wrapper, .testimonials-review-slider .swiper-slide {
     overflow: visible;
}
 .google-review-card.is-open {
     height: 430px;
     min-height: 250px;
     position: relative;
     z-index: 5;
}
 .google-review-top {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     margin-bottom: 20px;
}
 .google-review-top h4 {
     margin: 0;
     font-size: 17px;
     font-weight: 600;
     color: #111;
}
 .google-review-icon {
     width: 28px;
     height: 28px;
     flex: 0 0 28px;
}
 .google-review-icon span {
     font-size: 28px;
     font-weight: 700;
     color: #4285f4;
     line-height: 1;
}
 .google-review-stars {
     display: flex;
     align-items: center;
     gap: 2px;
     margin-bottom: 12px;
}
 .google-review-stars span {
     font-size: 22px;
     line-height: 1;
     color: #fbbc04;
}
 .google-review-verified {
     margin-left: 8px;
     font-size: 18px;
     line-height: 1;
}
 .google-review-text-wrap {
     max-height: 84px;
     overflow: hidden;
     transition: max-height 0.3s ease;
}
 .google-review-card.is-open .google-review-text-wrap {
     max-height: 260px;
}
 .google-review-text, .google-review-text p {
     font-size: 14px;
     line-height: 1.55;
     color: #111;
     margin: 0;
}
 .google-review-read-more {
     display: inline-block;
     margin-top: 10px;
     padding: 0;
     border: 0;
     background: transparent;
     color: #cbccd3;
     font-size: 13px;
     cursor: pointer;
}
 .google-review-read-more.d-none {
     display: none;
}
 @media (max-width: 767px) {
     .google-review-card.is-open {
         height: 460px;
    }
     .testimonials-review-slider {
         padding-bottom: 120px;
    }
}

.footer-bg-image {
     position: relative;
     overflow: hidden;
     z-index: 0;
}
 .footer-bg-image__item {
     position: absolute;
     inset: 0;
     z-index: -1;
     pointer-events: none;
     opacity: 0.7;
}
 .footer-bg-image__item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center top;
}
.footer-links a {
    display: inline-block;
    width: fit-content;
    line-height: 1;
    margin-bottom: 7px;
    text-decoration: none;

    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 0);
    background-repeat: no-repeat;
    background-size: 0 100%;

    transition: background-size .3s cubic-bezier(.785,.135,.15,.86);
}
.footer-links a:hover {
    background-size: 100% 100%;
}
.footer-links a:last-child {
    margin-bottom: 0;
}
 .footer-approved-by {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 15px 50px;
     align-items: center;
     justify-items: center;
}
 .footer-approved-by img {
     max-width: 100px;
     width: 100%;
     height: auto;
     object-fit: contain;
}
 @media (max-width: 767px) {
     .footer-approved-by {
         grid-template-columns: repeat(2, 1fr);
         gap: 30px 30px;
    }
}
 .footer-map-link {
     display: flex;
     align-items: center;
     gap: 14px;
     color: #1f519c;
     font-size: 13px;
     font-weight: 500;
     line-height: 1.4;
     text-decoration: none;
     transition: all .2s ease;
}
 .footer-map-link:hover {
     color: #8e6f97;
     opacity: 1;
}
 .footer-map-link span {
     text-decoration: none;
}
 .footer-map-link img {
     width: 24px !important;
     height: 24px !important;
     flex-shrink: 0;
}
 .footer-map-link:hover img {
     transform: scale(1.05);
}
 .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
     padding-top: 64px !important;
}
 .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
     padding-top: 78px !important;
     padding-top: 0 !important;
}
 .content-wrapper .navbar {
     z-index: auto;
}

.about-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* * Treatments Content *****************************************************/
 .treatment-card {
     height: 100%;
     overflow: hidden;
     background: #fff;
     border-radius: 18px;
     box-shadow: 0 10px 35px rgba(0,0,0,0.07);
     transition: all .35s ease;
}
 .treatment-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
 .treatment-card__image {
     position: relative;
     overflow: hidden;
     height: 245px;
}
 .treatment-card__image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform .45s ease;
}
 .treatment-card:hover .treatment-card__image img {
     transform: scale(1.06);
}
 .treatment-card__content {
     padding: 26px;
}
 .treatment-card__content h2 {
     font-size: 22px;
     line-height: 1.35;
     margin-bottom: 12px;
}
 .treatment-card__content p {
     margin-bottom: 22px;
     letter-spacing: .03125rem;
}
 .treatment-card__link {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-weight: 600;
}
 @media (max-width: 767px) {
     .treatment-card__image {
         height: 210px;
    }
     .treatment-card__content {
         padding: 22px;
    }
}
/* * Treatment Single Content  **********************************************/
 .treatment-hero {
     background: var(--color-blue-2);
}
 .treatment-hero__image {
     height: 100%;
     min-height: 620px;
}
 .treatment-hero__image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .treatment-hero__content {
     max-width: 650px;
     padding: 90px 70px;
}
 .treatment-hero__title {
     font-family: 'headline', serif;
     font-size: 52px;
     line-height: 1.2;
     font-weight: 400;
}
 .treatment-hero__text {
     font-size: 24px;
     line-height: 1.2;
     font-weight: 300;
     margin-top: 25px;
}
 .treatment-rating {
     margin-top: 45px;
}
 .treatment-rating__score {
     font-size: 24px;
     line-height: 1;
}
 .treatment-rating__stars {
     color: #f5b301;
     font-size: 24px;
     letter-spacing: 2px;
     margin-right: -10px;
     margin-left: -10px;
}
 .treatment-content img {
     max-width: 100%;
     height: auto;
}
.treatment-bottom-cta {
     position: relative;
     overflow: hidden;
}
 @media (max-width: 991px) {
     .treatment-hero__image {
         min-height: auto;
         height: auto;
    }
     .treatment-hero__image img {
         height: auto;
    }
     .treatment-hero__content {
         max-width: 100%;
         padding: 45px 25px 60px;
         text-align: center;
    }
     .treatment-hero__title {
         font-size: 34px;
    }
     .treatment-hero__text {
         font-size: 22px;
         line-height: 1.5;
    }
     .treatment-rating {
         margin-top: 35px;
    }
     .treatment-rating .row {
         justify-content: center;
    }
     .treatment-rating__score {
         font-size: 30px;
    }
     .treatment-rating__stars {
         font-size: 24px;
    }
}

/* * Hero Video ****************************************************************/
.homeHeroVideo {
  position: relative;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  background: #111;
}

.homeHeroVideo__media,
.homeHeroVideo__video,
.homeHeroVideo__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.homeHeroVideo__video,
.homeHeroVideo__poster {
  object-fit: cover;
  object-position: center;
}

.homeHeroVideo__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 2;
  pointer-events: none;
}

.homeHeroVideo__inner {
  position: relative;
  z-index: 3;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 120px 80px;
}

.homeHeroVideo__content {
  max-width: 620px;
  margin-top: -50px;
  color: #fff;
}

.homeHeroVideo__title {
  font-family: "headline", serif;
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #fff;
  margin-bottom: 30px;
}

.homeHeroVideo__text {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 300;
  color: #fff;
  margin-bottom: 28px;
}

.homeHeroVideo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 64px;
  padding: 18px 34px;
  border-radius: 999px;
  background: rgba(217, 246, 250, 0.95);
  color: #1d3e67;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}

.homeHeroVideo__button:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #1d3e67;
  opacity: .9;
  transform: translateY(-1px);
}

.homeHeroVideo__reviews {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 4;
}

.homeHeroVideo__reviews img {
  display: block;
  max-width: 120px;
  height: auto;
}

@media (max-width: 991px) {
  .homeHeroVideo {
    min-height: 760px;
  }

  .homeHeroVideo__inner {
    min-height: 760px;
    padding: 130px 24px 40px;
    align-items: flex-end;
  }

  .homeHeroVideo__title {
    font-size: clamp(38px, 3.8vw, 50px);
    line-height: 1.2;
    margin-bottom: 34px;
  }

  .homeHeroVideo__text {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 38px;
  }

  .homeHeroVideo__button {
    width: 100%;
    min-width: 0;
  }

  .homeHeroVideo__reviews {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }

  .homeHeroVideo__reviews img {
    max-width: 120px;
  }

  .homeHeroVideo__inner {
    display: block;
  }
}

@media (max-width: 575px) {
  .homeHeroVideo {
    min-height: 760px;
  }
  
  .homeHeroVideo__content {
    margin-top: 100px;
  }

  .homeHeroVideo__inner {
    min-height: 760px;
    padding: 110px 25px 35px;
  }

  .homeHeroVideo__title {
    font-size: 34px;
  }

  .homeHeroVideo__text {
    font-size: 14px;
  }
}

/* Random image grid
-------------------------------------------------- */

.randomImageGrid {
  width: 100%;
  overflow: hidden;
  background-color: #e0f2f2;
}

.randomImageGrid__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: calc(100% + 4px);
  margin-right: -4px;
  gap: 0;
}

.randomImageGrid__item {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #e0f2f2;
  margin-right: -1px;
}

.randomImageGrid__image {
  position: absolute;
  inset: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.randomImageGrid__image--current {
  z-index: 1;
  opacity: 1;
}

.randomImageGrid__image--next {
  z-index: 2;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 1.1s ease,
    transform 1.4s ease;
}

.randomImageGrid__image--next.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Mobile: two images per row, four images in total */
@media (max-width: 767px) {
  .randomImageGrid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% + 1px);
    margin-right: -1px;
  }

  .randomImageGrid__item:nth-child(5) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .randomImageGrid__image--next {
    transition: none;
  }
}

/* Registered trademark
-------------------------------------------------- */

.registered-mark {
  position: relative;
  top: -0.6em;
  font-size: 0.62em;
  line-height: 0;
  vertical-align: baseline;
}

/* Page Hero
-------------------------------------------------- */

.pageHero {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 580px;
  overflow: hidden;
}

.pageHero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.pageHero__background picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pageHero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Desktop image alignment */
  object-position: center center;
}

/* Overlay */
.pageHero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(20, 18, 28, 0.48) 0%,
    rgba(20, 18, 28, 0.24) 52%,
    rgba(20, 18, 28, 0.12) 100%
  );
}

.pageHero__content {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.pageHero__text {
  max-width: 1050px;
}

@media (max-width: 767px) {
  .pageHero {
    align-items: flex-end;
    min-height: 580px;
    padding-top: 120px;
    padding-bottom: 55px;
  }

  .pageHero__image {
    /* Mobile image alignment */
    object-position: center center;
  }

  .pageHero::after {
    background: linear-gradient(
      180deg,
      rgba(20, 18, 28, 0.08) 0%,
      rgba(20, 18, 28, 0.34) 42%,
      rgba(20, 18, 28, 0.72) 100%
    );
  }

  .pageHero__content {
    max-width: 100%;
    padding-bottom: 120px;
  }

  .pageHero__text {
    font-size: 18px;
    line-height: 1.55;
  }
}

/* Smile Gallery homepage section
-------------------------------------------------- */

.smileGalleryPromo__card {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.smileGalleryPromo__card > .row {
  min-height: 440px;
}

.smileGalleryPromo__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
}

.smileGalleryPromo__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0) 45%
  );
}

.smileGalleryPromo__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.smileGalleryPromo__card:hover .smileGalleryPromo__image img {
  transform: scale(1.075);
}

.smileGalleryPromo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 440px;
  padding: 55px 70px;
}

.smileGalleryPromo__content p {
  max-width: 650px;
}

@media (max-width: 1199px) {
  .smileGalleryPromo__content {
    padding: 45px 50px;
  }
}

@media (max-width: 991px) {
  .smileGalleryPromo__card > .row {
    min-height: auto;
  }

  .smileGalleryPromo__image,
  .smileGalleryPromo__image img {
    min-height: 380px;
    height: 380px;
  }

  .smileGalleryPromo__content {
    min-height: auto;
    padding: 45px 40px;
  }
}

@media (max-width: 575px) {
  .smileGalleryPromo__image,
  .smileGalleryPromo__image img {
    min-height: 280px;
    height: 280px;
  }

  .smileGalleryPromo__content {
    padding: 35px 25px 40px;
  }

  .smileGalleryPromo__content .button {
    width: 100%;
    justify-content: center;
  }
}

/* Treatment intro
-------------------------------------------------- */

.treatmentIntro {
  background: #fff;
}

.treatmentIntro__content {
  max-width: 560px;
}

.treatmentEyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.treatmentIntro__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.treatmentIntro__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (max-width: 991px) {
  .treatmentIntro__content {
    max-width: 100%;
  }

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

/* All-on treatment section
-------------------------------------------------- */

.allOnSection__content {
  max-width: 560px;
}

.allOnSection__image {
  overflow: hidden;
  border-radius: 16px;
}

.allOnSection__image img {
  display: block;
  width: 100%;
  height: auto;
}

.allOnSection__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.allOnSection__fact {
  display: flex;
  flex-direction: column;
}

.allOnSection__factValue {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.allOnSection__factLabel {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .allOnSection__facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* All-on-4 / All-on-6 comparison
-------------------------------------------------- */

.implantCompare {
  background-color: var(--color-blue-2);
}

.implantCompare__panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.implantCompare__column {
  position: relative;
  padding: 50px;
}

.implantCompare__column + .implantCompare__column {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.implantCompare__number {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.implantCompare__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.implantCompare__item span {
  font-size: 14px;
}

.implantCompare__item strong {
  font-size: 15px;
  font-weight: 500;
}

.implantCompare__decision {
  padding: 35px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}


@media (max-width: 991px) {

  .implantCompare__panel {
    grid-template-columns: 1fr;
  }

  .implantCompare__column {
    padding: 35px;
  }

  .implantCompare__column + .implantCompare__column {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

}


@media (max-width: 575px) {

  .implantCompare__column {
    padding: 30px 22px;
  }

  .implantCompare__item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .implantCompare__decision {
    padding: 30px 0;
  }

}

/* Implant suitability
-------------------------------------------------- */

.implantSuitability {
  background-color: #fff;
}

.implantSuitability__intro {
  max-width: 430px;
}

.implantSuitability__item {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.implantSuitability__number {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 6px;
}

.implantSuitability__considerations {
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.implantSuitability__considerationGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.implantSuitability__considerationGrid strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .implantSuitability__item {
    grid-template-columns: 40px 1fr;
    gap: 15px;
  }

  .implantSuitability__considerationGrid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* Sticky support
-------------------------------------------------- */

main:has(.implantProcess) {
  overflow: visible !important;
}

main:has(.implantProcess) .treatment-hero > .row.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

@media (min-width: 992px) {
  main:has(.implantProcess) .treatment-hero__image {
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
  main:has(.implantProcess) .treatment-hero .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }

  main:has(.implantProcess) .treatment-hero__image {
    margin-left: 0;
    margin-right: 0;
  }
}


/* All-on-4 & All-on-6 treatment process
-------------------------------------------------- */

.implantProcess {
  background-color: #07366f;
  color: #fff;
}

.implantProcess .treatmentEyebrow {
  color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 992px) {

  .implantProcess__sidebar {
    position: relative;
  }

  .implantProcess__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

}

.implantProcess__intro {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
}

.implantProcess__nav {
  display: flex;
  flex-direction: column;
}

.implantProcess__navItem {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: center;

  padding: 14px 0;

  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;

  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

  transition: color 0.25s ease;
}

.implantProcess__navItem:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.implantProcess__navItem:hover,
.implantProcess__navItem.is-active {
  color: #fff;
}

.implantProcess__navNumber {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.implantProcess__steps {
  position: relative;
}

.implantProcess__step {
  padding: 20px 0 80px;
  scroll-margin-top: 120px;
}

.implantProcess__step + .implantProcess__step {
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.implantProcess__stepNumber {
  margin-bottom: 15px;

  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;

  color: rgba(255, 255, 255, 0.55);
}

.implantProcess__step p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.8);
}

.implantProcess__media,
.implantProcess__video {
  overflow: hidden;
  border-radius: 16px;
}

.implantProcess__media img,
.implantProcess__video video {
  display: block;
  width: 100%;
  height: auto;
}

.implantProcess__media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.implantProcess__video video {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background-color: #000;
}

.implantProcess__textLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding-bottom: 5px;

  color: #fff;
  font-weight: 500;
  text-decoration: none;

  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.implantProcess__textLink span {
  transition: transform 0.2s ease;
}

.implantProcess__textLink:hover span {
  transform: translateX(4px);
}

@media (max-width: 991px) {

  .implantProcess__sidebar {
    position: static;
  }

  .implantProcess__sticky {
    position: static;
  }

  .implantProcess__nav {
    display: none;
  }

  .implantProcess__intro {
    max-width: 100%;
  }

  .implantProcess__step {
    padding: 10px 0 55px;
  }

  .implantProcess__step + .implantProcess__step {
    padding-top: 50px;
  }

}


@media (max-width: 575px) {

  .implantProcess__step {
    padding-bottom: 45px;
  }

  .implantProcess__step + .implantProcess__step {
    padding-top: 40px;
  }

  .implantProcess__media,
  .implantProcess__video {
    border-radius: 12px;
  }

}

/* Implant aftercare
-------------------------------------------------- */

.implantAftercare {
  background-color: var(--color-blue-2);
}

.implantAftercare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 50px;
}

.implantAftercare__item {
  max-width: 320px;
}

.implantAftercare__number {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

@media (max-width: 767px) {
  .implantAftercare__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .implantAftercare__item {
    max-width: 100%;
  }
}

/* All-on-4 & All-on-6 benefits
-------------------------------------------------- */

.implantBenefits {
  background-color: #ffffff;
}

.implantBenefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 32px;
}

.implantBenefits__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.implantBenefits__check {
  display: flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;
  margin-top: 1px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  border: 1px solid rgba(0, 49, 101, 0.25);
  border-radius: 50%;
}

.implantBenefits__item p {
  max-width: 330px;
  opacity: 0.72;
}


/* Tablet / mobile
-------------------------------------------------- */

@media (max-width: 767px) {

  .implantBenefits__grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .implantBenefits__item p {
    max-width: 100%;
  }

}

/* Treatment - Why Choose Us
-------------------------------------------------- */

.treatmentWhyUs {
  background-color: #fff;
}


/* Image
-------------------------------------------------- */

.treatmentWhyUs__media {
  position: sticky;
  top: 110px;

  overflow: hidden;
  border-radius: 16px;
}

.treatmentWhyUs__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}


/* Why Choose Us accordion
-------------------------------------------------- */

.treatmentWhyUs__accordion {
  border-top: 1px solid rgba(0, 49, 101, 0.16);
}

.treatmentWhyUs__item {
  border-bottom: 1px solid rgba(0, 49, 101, 0.16);
}

.treatmentWhyUs__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  width: 100%;
  padding: 22px 0;

  background: transparent;
  border: 0;

  color: #003165;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  text-align: left;

  cursor: pointer;
}


/* Plus / minus
-------------------------------------------------- */

.treatmentWhyUs__icon {
  position: relative;
  flex: 0 0 28px;

  width: 28px;
  height: 28px;

  border: 1px solid rgba(0, 49, 101, 0.25);
  border-radius: 50%;
}

.treatmentWhyUs__icon::before,
.treatmentWhyUs__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 10px;
  height: 1px;

  background-color: currentColor;

  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.treatmentWhyUs__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.treatmentWhyUs__item.is-open .treatmentWhyUs__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}


/* Smooth accordion content
-------------------------------------------------- */

.treatmentWhyUs__content {
  display: grid;
  grid-template-rows: 0fr;

  opacity: 0;

  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease;
}

.treatmentWhyUs__item.is-open .treatmentWhyUs__content {
  grid-template-rows: 1fr;
  opacity: 1;
}

.treatmentWhyUs__answer {
  overflow: hidden;

  max-width: 590px;
  padding-right: 50px;
}

.treatmentWhyUs__item.is-open .treatmentWhyUs__answer {
  padding-bottom: 24px;
}

.treatmentWhyUs__answer p {
  color: rgba(0, 49, 101, 0.75);
  font-size: 16px;
  line-height: 1.7;
}


/* Mobile
-------------------------------------------------- */

@media (max-width: 575px) {

  .treatmentWhyUs__trigger {
    padding: 19px 0;
    font-size: 16px;
  }

  .treatmentWhyUs__answer {
    padding-right: 0;
  }

  .treatmentWhyUs__item.is-open .treatmentWhyUs__answer {
    padding-bottom: 22px;
  }

}


/* Internal link
-------------------------------------------------- */

.treatmentWhyUs__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 15px;
  padding-bottom: 4px;

  color: #003165;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;

  border-bottom: 1px solid rgba(0, 49, 101, 0.35);
}

.treatmentWhyUs__link span {
  transition: transform 0.2s ease;
}

.treatmentWhyUs__link:hover span {
  transform: translateX(4px);
}


/* Tablet / mobile
-------------------------------------------------- */

@media (max-width: 991px) {

  .treatmentWhyUs__media {
    position: static;
  }

  .treatmentWhyUs__media img {
    aspect-ratio: 16 / 10;
  }

}


@media (max-width: 575px) {

  .treatmentWhyUs__media {
    border-radius: 12px;
  }

  .treatmentWhyUs__item summary {
    padding: 19px 0;
    font-size: 16px;
  }

  .treatmentWhyUs__answer {
    padding: 0 0 22px;
  }

}

@media (max-width: 991px) {
  .sinusMethods .border-left-light {
    border-left: 0 !important;
  }

  .sinusMethods__method--right {
    padding-left: 0 !important;
  }
}

/* Dental overlapping content section
-------------------------------------------------- */

.dentalOverlap {
  position: relative;
  padding-bottom: 110px;
}

.dentalOverlap__card {
  position: relative;
  z-index: 5;
  transform: translateY(-70px);
  margin-bottom: -70px;
  padding: 60px 80px;
  box-shadow: 0 12px 35px rgba(0, 41, 85, 0.08);
}
.dentalOverlap__icon {
  position: absolute;
  top: -42px;
  left: 60px;
  width: 84px;
  height: 84px;
  z-index: 2;
}

@media (max-width: 991px) {
  .dentalOverlap {
    padding-bottom: 80px;
  }

  .dentalOverlap__card {
    transform: translateY(-50px);
    margin-bottom: -50px;
    padding: 50px 45px;
  }
}

@media (max-width: 767px) {
  .dentalOverlap {
    padding-bottom: 65px;
  }

  .dentalOverlap__card {
    transform: translateY(-35px);
    margin-bottom: -35px;
    padding: 40px 25px;
  }
}

/* Dental process
-------------------------------------------------- */

.dentalProcess {
  position: relative;
  height: 100%;
  padding: 35px 30px;
  border: 1px solid var(--color-light-6);
  border-radius: 16px;
  background-color: #fff;
}

.dentalProcess__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-light-3);
  color: var(--color-dark-1);
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .dentalProcess {
    padding: 30px 25px;
  }
}

/* Dental TreatmentCard
-------------------------------------------------- */
.dentalTreatmentCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 30px;
  border-radius: 16px;
  background-color: var(--color-light-8);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.dentalTreatmentCard h3,
.dentalTreatmentCard p,
.dentalTreatmentCard__link {
  transition: color 0.3s ease;
}

.dentalTreatmentCard h3 {
  min-height: 42px;
}

.dentalTreatmentCard__link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 25px;
  font-weight: 500;
}

.dentalTreatmentCard__link i {
  transition: transform 0.3s ease;
  margin-top: 4px;
  font-size: 20px;
}

.dentalTreatmentCard:hover {
  background-color: var(--color-blue-1);
  transform: translateY(-4px);
}

.dentalTreatmentCard:hover h3,
.dentalTreatmentCard:hover p,
.dentalTreatmentCard:hover .dentalTreatmentCard__link {
  color: white;
}

.dentalTreatmentCard:hover .dentalTreatmentCard__link i {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .dentalTreatmentCard h3 {
    min-height: 0;
  }
}

/* Digital Smile
-------------------------------------------------- */

.digitalSmileOverlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 29, 48, 0.68);
  z-index: 1;
}

.section-bg > .container {
  position: relative;
  z-index: 2;
}

.digitalSmileHighlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.digitalSmileHighlights__item {
  padding: 22px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.digitalSmileHighlights__item:first-child {
  padding-left: 0;
}

.digitalSmileHighlights__item:last-child {
  border-right: 0;
}

.digitalSmileHighlights__item span,
.digitalSmileHighlights__item strong {
  display: block;
  color: #fff;
}

.digitalSmileHighlights__item span {
  font-size: 15px;
  font-weight: 300;
}

.digitalSmileHighlights__item strong {
  margin-top: 3px;
  font-size: 19px;
  font-weight: 500;
}

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

  .digitalSmileHighlights__item {
    padding: 18px 15px;
  }

  .digitalSmileHighlights__item:nth-child(2) {
    border-right: 0;
  }

  .digitalSmileHighlights__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .digitalSmileHighlights__item:first-child {
    padding-left: 15px;
  }
}

/* * Content ****************************************************************/
 .light-style .menu .app-brand.demo {
     height: 64px;
}
 .dark-style .menu .app-brand.demo {
     height: 64px;
}
 .app-brand-logo.demo {
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
}
 .app-brand-logo.demo svg {
     width: 100%;
}
 .app-brand-text.demo {
     font-size: 1.375rem;
}
.demo-blocks > * {
     display: block !important;
}
 .demo-inline-spacing > * {
     margin: 1rem 0.375rem 0 0 !important;
}
 .demo-vertical-spacing > * {
     margin-top: 1rem !important;
     margin-bottom: 0 !important;
}
 .demo-vertical-spacing.demo-only-element > :first-child {
     margin-top: 0 !important;
}
 .demo-vertical-spacing-lg > * {
     margin-top: 1.875rem !important;
     margin-bottom: 0 !important;
}
 .demo-vertical-spacing-lg.demo-only-element > :first-child {
     margin-top: 0 !important;
}
 .demo-vertical-spacing-xl > * {
     margin-top: 5rem !important;
     margin-bottom: 0 !important;
}
 .demo-vertical-spacing-xl.demo-only-element > :first-child {
     margin-top: 0 !important;
}
 .rtl-only {
     display: none !important;
     text-align: left !important;
     direction: ltr !important;
}
 [dir='rtl'] .rtl-only {
     display: block !important;
}
/* Dropdown buttons small screens */
 @media (max-width: 576px) {
     #dropdown-variation-demo .btn-group .text-truncate {
         width: 254px;
         position: relative;
    }
     #dropdown-variation-demo .btn-group .text-truncate::after {
         position: absolute;
         top: 45%;
         right: 0.65rem;
    }
}

/* * Layout demo ***********************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.row-gap-30 {
  margin: -15px !important;

  > * {
    padding: 15px;
  }
}

.tab-pane {
  hr {
    border-top: 1px solid rgb(230, 230, 230);
    margin: 0 -24px;
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

.mt-24 {
  margin-top: 24px !important;
}

.grid {
  display: grid;
  gap: 30px;
}

.grid.-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.-gap-20 {
  gap: 20px;
}

.img-base {
  max-width: 100%;
  height: auto;
}

.inputFile {
  position: relative;
  width: 100%;
}

.inputFile label {
}

.inputFile input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.custom-file-upload__url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}

.custom-file-upload {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  padding: 0 12px;
  align-items: center;
  border: 1px dashed #ccc;
  width: 100%;
  border-radius: 0.375em;
  height: 38px;
}

.custom-file-upload__copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0 8px;
  background-color: #9691b9;
  color: white;
}

.custom-file-upload div {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}

.inputFile.-lg .custom-file-upload {
  height: 120px;
}

.form-group .is-required {
  color: red;
}

.single-line-text {
  white-space: nowrap;
}

.cursor-handle {
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.cursor-handle:active {
  cursor: grabbing;
}

.nested-grid {
  padding-bottom: 15px;

  > * {
    margin-top: 20px;
  }
}

.blogGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.ratio-blogImage {
  position: relative;

  &::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }

  img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.blogGrid__sell .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blogGrid__sell .card-header {
  flex-shrink: 0;
  flex-grow: 1;
}

.blogGrid__sell .card-body {
  flex-shrink: 1;
  flex-grow: 0;
}

.blogGrid__sell {
  height: 100%;

  > * {
    height: 100% !important;
  }
}

.nested-container {
  border: 1px dashed rgb(161, 161, 161);
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}

.nested-inner-list {
  > * {
    padding: 15px 20px;
  }
}

.grid-test {
  display: grid;
  grid-template-columns: min-content 1fr 1fr min-content;
  gap: 40px;
  align-items: center;

  & .is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  &.-type-2 {
    grid-template-columns: min-content 0.25fr 1fr;
  }
}

.menu__nav .icon {
  svg {
    display: block;
    width: 12px;
  }
}

.trustpilotFooter {
  position: relative;
  left: -20px;
  width: 180px;
}

.adminPreivewImage {
  img {
    width: 120px;
    height: auto;
  }
}

.textTruncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ml-minus-footer {
  position: relative;
  margin-left: -20px;

  @media (max-width: 1025px) {
    margin-left: 0;
  }
}

.imgPreview {
  border-radius: 8px;
  aspect-ratio: 1/1;
  width: 64px;
  
  .imgPreview__noImg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 0 4px;
  }
}

.imgPreview {
  img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: cover;
  }
}
.adminSearch {
  position: relative;
  z-index: 5;

  & .adminSearch__input {
    input {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 8px 12px;
      border-radius: 8px;
      width: 280px;
    }
  }

  & .adminSearch__results {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    width: 230px;
    border-radius: 12px;
    padding: 12px 0;
    margin-top: 12px;

    transition: all 0.2s ease;
    opacity: 0;

    > div > span {
      display: block;
      color: black;
      padding: 8px 20px;
    }
  }

  & .adminSearch__option {
    display: block;
    color: black;
    padding: 8px 20px;
    transition: all 0.2s ease;

    &:hover {
      background-color: rgb(245, 245, 245);
    }
  }

  &:has(input:focus) {
    & .adminSearch__results {
      opacity: 1;
    }
  }
}

.relative {
  position: relative;
  z-index: 10;
}

.pageTitleCenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.promo {
    background: #ccc;
    padding: 3px 6px;
}

.privacy-header {
    background-color: var(--color-dark-3);
    color: white;
    font-weight: 500;
    padding: 10px 0 10px 20px;
}

.rounded-title {
    background-color:  var(--color-dark-3) !important;
    border-radius: 20px;
    text-align: center;
    color: white !important;
    padding: 10px 30px;
}

.info-title {
    background-color:  var(--color-dark-1) !important;
    border-radius: 8px;
    text-align: center;
    color: white !important;
    padding: 10px 30px;
}

.hr-title {
    background-color: rgba(19,53,123,0.85) !important;
    border-radius: 10px;
    text-align: center;
    color: white !important;
    padding: 10px 30px;
}

.bg-bac-1 {
    background-color: #182b48 !important;
}
.bg-bac-2 {
    background-color: #748091 !important;
}

 /* web-font and overlay - berke */

.feature-1 {
    font-family: 'Feature';
    font-size: 40px;
    line-height: 50px;
    letter-spacing: .03125rem;
    text-transform: none;
    margin: 2.5rem 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-rendering: optimizeLegibility;
}

.dentalTitle {
    font-family: 'Go Script';
    font-size: 180px;
    color: white;
    word-spacing: 3px;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dentalsubTitle {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    letter-spacing: .03125rem;
}

.image-overlay-section {
  position: relative;
}

.image-overlay-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 16, 54, 0.5);
  z-index: 1;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.full-width-gb {
    width: 100%;
    display: flex;
    position: relative;
}

.background-gb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.left-bg-gb {
    background-color: #10234d;
    width: 50%;
}

.right-bg-gb {
    background-color: #e5f0fd;
    width: 50%;
}

.container-gb {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    z-index: 1;
}

.column-gb {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.left-column-gb {
}

.right-column-gb {
}

.align-items-start {
  align-items: flex-start !important;
}

 /* Custom table about page */
.about-table {
    width: 100%;
    border-collapse: collapse;
}

.about-table td {
    border: 2px solid #13357b;
    padding: 8px 16px;
    text-align: left;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .dentalTitle {
        font-size: 80px !important;
    }
    .dentalsubTitle {
        font-size: 18px !important;
        
    }
    
    .about-table {
        border: none;
    }

    .about-table tr {
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }

    .about-table td {
        display: block;
        border: none;
        box-sizing: border-box;
        width: 100%;
        padding: 8px 16px;
        position: relative;
    }

    .about-table td::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #13357b;
    }

    .about-table td:first-child::before {
        top: -2px;
    }

    .about-table td:not(:first-child)::before {
        display: none;
    }

    .about-table td::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        background: #13357b;
    }
}
/* * Blog related *********************************************************/
.blogTitle {
  font-family: 'headline', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
.blogSingleContent {
  font-size: 16px;
  line-height: 1.5;
  color: #4a6485;
}
.blogSingleContent p {
  margin-bottom: 1rem;
}
.blogSingleContent h2 {
  font-family: 'headline', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d3e67;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}
.blogSingleContent h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1d3e67;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blogSingleContent h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1d3e67;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.blogSingleContent ul,
.blogSingleContent ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.blogSingleContent li {
  margin-bottom: 0.5rem;
}
.blogSingleContent strong {
  font-weight: 600;
  color: #1f519c;
}
.blogSingleContent a {
  text-decoration: underline;
}
.blogSingleContent img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
}

@media (max-width: 767px) {
  .blogSingleContent {
    font-size: 16px;
    line-height: 1.7;
  }
  .blogSingleContent h2 {
    font-size: 1.7rem;
  }
  .blogSingleContent h3 {
    font-size: 1.35rem;
  }
  .blogSingleContent h4 {
    font-size: 1.15rem;
  }
}

/* * Cookie Panel *********************************************************/
.cookie-panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  transition: .35s ease;
  z-index: 9997;
}

.cookie-panel-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.cookie-panel-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  background: rgb(31, 81, 156);
  color: #fff;
  border: 0;
  z-index: 9999;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.cookie-panel-button span {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 24px;
}
.cookie-panel-icon {
  position: absolute;
  left: 12px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-panel-icon svg {
  width: 26px;
  height: 26px;
}

.cookie-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(630px, 92vw);
  height: 100vh;
  padding: 34px 28px;
  background: #0d1a2d;
  color: #fff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .4s ease;
  z-index: 9998;
}

.cookie-panel.is-active {
  transform: translateX(0);
}

.cookie-panel-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
}

.cookie-panel h3,
.cookie-panel h4,
.cookie-panel p {
  color: #fff;
}

.cookie-panel h3 {
  font-size: 26px;
  margin-bottom: 24px;
}

.cookie-panel p {
  font-size: 17px;
  line-height: 1.7;
}

.cookie-panel a {
  color: #fff;
  text-decoration: underline;
}

.cookie-panel-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 26px 0 40px;
}

.cookie-panel-actions button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-section {
  border-top: 1px solid rgba(255, 255, 255, .35);
  padding: 32px 0;
}

.cookie-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-section h4 {
  font-size: 19px;
  margin-bottom: 18px;
}

.cookie-switch {
  flex-shrink: 0;
}

.cookie-switch-label {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

/* Language switcher ****************************************************/
.lang-switcher {
  position: relative;
}

.lang-switcher summary {
  list-style: none;
  cursor: pointer;
}

.lang-switcher summary::-webkit-details-marker {
  display: none;
}

.lang-switcher__trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  transition: .2s ease;
}

.lang-switcher__trigger--desktop {
  min-height: 50px;
  padding: 0 14px;
  color: white;
  border-radius: 6px;
}

.lang-switcher__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  overflow: hidden;
}

.lang-switcher__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lang-switcher__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.lang-switcher__chevron {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  transition: transform .2s ease;
}

.lang-switcher[open] .lang-switcher__chevron {
  transform: rotate(180deg);
}

.lang-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 160px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  z-index: 9999;
}

.lang-switcher__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 16px;
  background: #fff;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  transition: background .2s ease, color .2s ease;
}

.lang-switcher__item:hover {
  background: #d9f6fa;
  color: #2b2b2b;
}

.lang-switcher__item .lang-switcher__flag {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  overflow: hidden;
}

.lang-switcher__item .lang-switcher__flag svg {
  width: 100%;
  height: 100%;
}

.lang-switcher__item span:last-child {
  display: inline-block;
  transform: translateY(1px);
}

.lang-switcher--desktop {
  margin-right: 22px;
}

/* Mobile top actions */
.mobile-top-actions {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.mobile-top-actions__btn,
.mobile-top-actions__lang {
  width: 50%;
  flex: 0 0 50%;
}

.mobile-top-actions__book {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  font-size: 14px;
  background-color: var(--color-green-4) !important;
  border-color: var(--color-green-4) !important;
  color: #fff !important;
}
.mobile-top-actions__book::before {
    content: "\e91c";
    font-family: icomoon !important;
    font-size: 15px;
    line-height: 1;
    margin-right: 10px;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

/* Mobile language select */
.mobile-lang-select-wrap {
  position: relative;
  height: 32px;
  min-height: 32px;
  background: #f7fafd;
  border: 1px solid #f7fafd;
}

.mobile-lang-select-ui {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px 0 12px;
  pointer-events: none;
}

.mobile-lang-select__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-lang-select__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-lang-select__label {
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  line-height: 1;
  white-space: nowrap;
}

.mobile-lang-select__chevron {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  color: #1f2937;
}

.mobile-lang-select {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0;
  background: transparent;
  background-image: none !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mobile-lang-select option {
  color: #1f2937;
}

.mobile-lang-select::-ms-expand,
.mobile-lang-select::-webkit-calendar-picker-indicator {
  display: none !important;
  opacity: 0 !important;
}

.mobile-top-actions__lang::before,
.mobile-top-actions__lang::after,
.mobile-lang-select-wrap::before,
.mobile-lang-select-wrap::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 1199px) {
  .lang-switcher__label--desktop-long {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobileHeaderButtons .button,
  .mobile-lang-select-wrap {
    margin: 0 !important;
  }
}

.gm-style {
  > *:last-child {
    display: none;
  }
}

.gm-control-active {
  &.gm-fullscreen-control {
    top: unset !important;
    right: unset !important;
    left: 8px;
    bottom: 35px;
    margin: 0 !important;
    width: 29px !important;
    height: 29px !important;
    border-radius: 6px !important;

    img {
      width: 14px !important;
      height: 14px !important;
    }
  }
}

.gmnoprint {
  top: unset !important;
  right: unset;
  left: 8px;
  bottom: 40px !important;
  margin: 0 !important;

  > * {
    width: 29px !important;
    height: 58px !important;
    border-radius: 6px !important;
  }
  
  button {
    background-color: transparent !important;
    width: 29px !important;
    height: 29px !important;
  }

  img {
    width: 12px !important;
    height: 12px !important;
  }

  .gm-svpc {
    display: none;
  }
}

/* Video Background Section */
.video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  cursor: pointer;
}

.video-background .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .video-background {
      height: 60vh;
  }

  .video-background .content {
      top: 40%;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .video-background {
      height: 50vh;
  }

  .video-background .content {
      top: 35%;
      font-size: 12px;
  }
}

/* Dental Specialities
-------------------------------------------------- */

.dentalSpecialities {
  position: relative;
  overflow: hidden;
}

.dentalSpecialities__row {
  position: relative;
}

.dentalSpecialities__row + .dentalSpecialities__row {
  margin-top: 110px;
}

.dentalSpecialities__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 6.5;
  border-radius: 22px;
  background-color: #e8e5d8;
}

.dentalSpecialities__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.dentalSpecialities__row:hover .dentalSpecialities__image img {
  transform: scale(1.025);
}

.dentalSpecialities__content {
  position: relative;
  max-width: 580px;
}

.dentalSpecialities__number {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-blue-1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.dentalSpecialities__content p {
  /* color: #4a4a4a; */
}

@media (max-width: 991px) {
  .dentalSpecialities {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .dentalSpecialities__row + .dentalSpecialities__row {
    margin-top: 80px;
  }

  .dentalSpecialities__content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .dentalSpecialities {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .dentalSpecialities__row + .dentalSpecialities__row {
    margin-top: 65px;
  }

  .dentalSpecialities__image {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .dentalSpecialities__content {
    padding-top: 5px;
  }

  .dentalSpecialities__content p {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .dentalSpecialities__content .button {
    width: 100%;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-align: center;
  }
}

.testVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;

  iframe {
    width: 100%;
    height: 100%;
  }

  &.-is-active {
    pointer-events: auto;
    opacity: 1;
  }
}

.videoSectionPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}

.videoInnerPopup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;

  @media (max-width: 992px) {
    padding: 0 12px;
  }
  
  .videoInnerPopup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }
  
  .videoInnerPopup__content {
    position: relative;
    width: 800px;
    height: auto;
    padding: 24px;
    border-radius: 10px;
    background-color: white;
  }

  .videoInnerPopup__title {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
    
    @media (max-width: 480px) {
      font-size: 16px;
      margin-bottom: 6px;
    }
  }

  .videoInnerPopup__close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
  }

  .tabs {
    .tabs__content {
      width: 100%;

      iframe {
        width: 100%;
        height: 400px !important;
        border-radius: 10px;
      }
    }

    .tabs__controls {
      img {
        border-radius: 10px;
      }
    }
  }

  &.-is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

.cssSlider {
  display: flex;
  flex-wrap: nowrap !important;
  padding-right: 40px;

  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  
  &::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }
}

.imageTabsSection {
  overflow: hidden;
}
.imageTabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.imageTabs__media {
  position: relative;
  width: 100%;
}
.imageTabs__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
}
.imageTabs__panel:first-child {
  position: relative;
}
.imageTabs__panel.is-active {
  opacity: 1;
  visibility: visible;
}
.imageTabs__panel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.imageTabs__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.imageTabs__trigger {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-left: 1px solid #d7dde5;
  padding: 8px 0 8px 30px;
  cursor: pointer;
  color: var(--color-dark-3, #1f519c);
}
.imageTabs__trigger.is-active {
  border-left-color: var(--color-dark-3, #1f519c);
}
.imageTabs__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}
.imageTabs__text {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-dark-1);
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.2s ease, margin-top 0.25s ease;
}
.imageTabs__trigger.is-active .imageTabs__text {
  max-height: 260px;
  opacity: 1;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .imageTabs {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .imageTabs__trigger {
    padding-left: 22px;
  }
  .imageTabs__title {
    font-size: 20px;
  }
  .imageTabs__text {
    font-size: 16px;
    line-height: 1.65;
  }
  .imageTabs__panel img {
    aspect-ratio: 1 / 1;
  }
}

/* ==========================================================================
   WhatsApp Chat Widget
   ========================================================================== */

.fixedWidgets {
  position: fixed;
  right: 24px;
  bottom: 44px;
  z-index: 999;
}

.whatsappChatWidget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 190px;
  height: 48px;
  padding: 0 68px 0 18px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #1f519c;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 35px rgba(31, 81, 156, .22);
  transition: all .35s ease;
  overflow: visible;
}

.whatsappChatWidget:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(31, 81, 156, .30);
  color: #fff;
  text-decoration: none;
}

.whatsappChatWidget__text {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

/* Badge */

.whatsappChatWidget__badge {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 2px solid #1f519c;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31,81,156,.20);
  overflow: visible;
}

/* Photo & Icon */

.whatsappChatWidget__photo,
.whatsappChatWidget__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity .5s ease;
}

.whatsappChatWidget__photo {
  object-fit: cover;
  opacity: 0;
}

.whatsappChatWidget__icon {
  padding: 15px;
  color: #1f519c;
  opacity: 0;
}

.whatsappChatWidget__photo.is-active,
.whatsappChatWidget__icon.is-active {
  opacity: 1;
}

/* Notification */

.whatsappChatWidget__counter {
  position: absolute;
  top: -6px;
  right: -3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff4b69;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(255,75,105,.35);
  z-index: 20;
}

/* Navy dots */

.whatsappChatWidget__dot {
  position: absolute;
  border-radius: 50%;
  background: #1f519c;
  animation: whatsappPulse 1.8s infinite;
}

.whatsappChatWidget__dot--small {
  width: 8px;
  height: 8px;
  top: 10px;
  right: -16px;
}

.whatsappChatWidget__dot--large {
  width: 16px;
  height: 16px;
  top: 18px;
  right: -10px;
  animation-delay: .5s;
}

/* Pulse */

@keyframes whatsappPulse {

  0% {
    transform: scale(.85);
    opacity: .35;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }

  100% {
    transform: scale(.85);
    opacity: .35;
  }

}

/* Mobile */

@media (max-width: 767px) {

  .fixedWidgets {
    right: 18px;
    bottom: 18px;
  }

  .whatsappChatWidget {
    width: 170px;
    height: 46px;
    padding-left: 16px;
    padding-right: 62px;
  }

  .whatsappChatWidget__text {
    font-size: 13px;
  }

  .whatsappChatWidget__badge {
    width: 56px;
    height: 56px;
  }

}

.contactInfoGrid {
  display: grid;
  gap: 20px;
}

.contactInfoCard {
  padding: 24px 26px;
}

.contactInfoCard__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-dark-1);
  margin-bottom: 12px;
}

.contactInfoCard__title i {
  font-size: 22px;
  color: var(--color-blue-1);
}

.contactInfoCard__link {
  display: table;
  width: auto;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark-1);
  margin-top: 4px;
  transition: color .2s ease;
}

.contactInfoCard__link:hover {
  color: var(--color-blue-1);
}

.contactInfoCard__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark-1);
  margin-top: 4px;
}

.contactInfoCard__socials {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.contactInfoCard__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, opacity .25s ease;
}

.contactInfoCard__socials a:hover {
  transform: translateY(-3px) scale(1.08);
}

.contactInfoCard__socials img {
  max-height: 24px;
  width: auto;
  transition: opacity .25s ease, filter .25s ease;
}

.contactInfoCard__socials a:hover img {
  opacity: .85;
}

/* Legal content
-------------------------------------------------- */

.legalContent__section p {
  line-height: 1.8;
}

.legalContent__intro {
  font-size: 17px;
  line-height: 1.8;
}

.legalContent__contact {
  padding: 35px 40px;
  border-radius: 8px;
}

.legalContent__info {
  padding: 30px 35px;
  border-radius: 8px;
}

.legalContent__numberList {
  padding-left: 22px;
  margin-bottom: 0;
}

.legalContent__numberList li {
  padding-left: 8px;
  line-height: 1.6;
}

.legalContent__numberList li:not(:last-child) {
  margin-bottom: 12px;
}


/* Legal tables
-------------------------------------------------- */

.legalTable {
  width: 100%;
}

.legalTable table {
  width: 100%;
}

.legalTable thead {
  background-color: var(--color-light-8);
}

.legalTable th {
  text-align: left;
}


/* Mobile legal tables
-------------------------------------------------- */

@media (max-width: 767px) {

  .legalContent__intro {
    font-size: 16px;
  }
  
  .legalContent__info {
    padding: 25px 20px;
  }

  .legalContent__contact {
    padding: 25px 20px;
  }

  .legalTable table,
  .legalTable thead,
  .legalTable tbody,
  .legalTable tr,
  .legalTable th,
  .legalTable td {
    display: block;
    width: 100%;
  }

  .legalTable thead {
    display: none;
  }

  .legalTable table.table-5 tbody > tr {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-border);
  }

  .legalTable table.table-5 td {
    min-width: 0;
    padding: 0;
    border: 0;
  }

  .legalTable table.table-5 td + td {
    margin-top: 16px;
  }

  .legalTable table.table-5 td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
  }
}