.smile-steps-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.smile-steps-slider .swiper-wrapper {
  align-items: center;
}

.smile-steps-slider .swiper-slide {
  height: fit-content;
}

.smile-step-card {
  min-height: 480px;
  padding: 42px 32px 0 32px;
  box-sizing: border-box;
  color: #d6d6d0;
}

.smile-step-card.is-green {
  background: #1b2417;
}

.smile-step-card.is-dark {
  background: #191919;
}

.smile-step-card.is-muted {
  background: #404943;
}

.smile-step-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 133px;
  height: 27px;
  margin-bottom: 12px;
  background: #5b605959;
  color: #a4a69b;
  font-size: 10px;
  line-height: 1;
}

.smile-step-card h3 {
  margin: 0 0 20px;
  color: #a4a69b;
  font-size: 32px !important;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
}

.smile-step-card p {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
}

.smile-step-card p:last-child {
  margin-bottom: 0;
}

.how-smile-code-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.how-smile-code-prev,
.how-smile-code-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.how-smile-code-prev img,
.how-smile-code-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.how-smile-code-prev:hover,
.how-smile-code-next:hover,
.how-smile-code-prev:focus,
.how-smile-code-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 560px) {
  .smile-step-card {
    max-height: 485px !important;
    padding: 24px 16px 16px 16px !important;
  }
  .smile-step-card h3 {
    font-size: 24px !important;
  }
  .smile-step-card p {
    font-size: 14px !important;
  }
}

.smile-gallery-slider {
  width: 100%;
  overflow: hidden;
  padding: 0 0 70px;
}

.smile-gallery-slider .swiper-wrapper {
  align-items: flex-start;
}

.smile-gallery-slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

.smile-gallery-card {
  display: flex;
  flex-direction: column;
}

.smile-gallery-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.smile-gallery-caption {
  margin-top: 14px;
  font-size: 15px;
  color: #a4a69b;
  font-weight: 700;
}

.smile-gallery-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 24px;
}

.smile-gallery-prev,
.smile-gallery-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.smile-gallery-prev img,
.smile-gallery-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.smile-gallery-prev:hover,
.smile-gallery-next:hover,
.smile-gallery-prev:focus,
.smile-gallery-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.smile-gallery-slider .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.smile-gallery-slider .swiper-slide {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.smile-gallery-slider .swiper-slide-active {
  opacity: 1;
}
@media (max-width: 560px) {
  .smile-gallery-card img {
    width: 390px;
  }
  .smile-gallery-card--diagnostic-room {
    order: 1;
  }

  .smile-gallery-card--front-desk {
    order: 2;
  }

  .smile-gallery-card--our-heart {
    order: 3;
  }

  .smile-gallery-card--smile-code {
    order: 4;
  }
}

.outcome-gallery-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.outcome-gallery-slider .swiper-wrapper {
  align-items: flex-start;
}

.outcome-gallery-slide {
  width: auto;
  flex-shrink: 0;
}

.outcome-gallery-card {
  overflow: hidden;
}

.outcome-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation */
.outcome-gallery-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 24px;
}

.outcome-gallery-prev,
.outcome-gallery-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.outcome-gallery-prev img,
.outcome-gallery-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.outcome-gallery-prev:hover,
.outcome-gallery-next:hover,
.outcome-gallery-prev:focus,
.outcome-gallery-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.outcome-gallery-slider .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.outcome-gallery-slider .swiper-slide {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.outcome-gallery-slider .swiper-slide-active {
  opacity: 1;
}

.education-double-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.education-slider-top,
.education-slider-bottom {
  width: 100%;
  overflow: visible;
}

.education-slider-top {
  margin-left: 120px;
  margin-bottom: 20px;
}

.education-slider-top .swiper-slide,
.education-slider-bottom .swiper-slide {
  height: 348px;
}

.education-card {
  height: 150px;
  padding: 24px 18px;
  border: 8px solid #404943;
  background: #000;
  box-sizing: border-box;
  color: #a4a69b;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.education-card h3 {
  margin: 0 0 10px;
  color: #a4a69b;
  font-size: 24px !important;
  line-height: 100%;
  font-weight: 900;
  text-transform: uppercase;
}

.education-card p {
  margin: 0;
  color: #a4a69b;
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
}

.education-slider-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 24px;
}

.education-slider-prev,
.education-slider-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.education-slider-prev img,
.education-slider-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.education-slider-prev:hover,
.education-slider-next:hover,
.education-slider-prev:focus,
.education-slider-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .education-slider-top {
    margin-left: 0;
  }

  .education-card {
    height: auto;
    min-height: 145px;
  }
}

.perio-tech-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.perio-tech-slider .swiper-wrapper {
  align-items: stretch;
}

.perio-tech-slider .swiper-slide {
  height: fit-content;
}

.perio-tech-card {
  min-height: 386px;
  padding: 40px 38px;
  box-sizing: border-box;
  color: #a4a69b;
}

.perio-tech-card.is-green {
  background: #101d0f;
}

.perio-tech-card.is-dark {
  background: #191919;
}

.perio-tech-card.is-muted {
  background: #404943;
}

.perio-tech-card h3 {
  margin: 0 0 22px;
  color: #a4a69b;
  font-size: 17px !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.perio-tech-card p {
  margin: 0 0 18px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.perio-tech-card p:last-child {
  margin-bottom: 0;
}

.perio-tech-card strong {
  color: #c2c4bb;
  font-weight: 700;
}

.perio-tech-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
}

.perio-tech-card li {
  margin-bottom: 8px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.perio-tech-card li:last-child {
  margin-bottom: 0;
}

.perio-tech-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}

.perio-tech-prev,
.perio-tech-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.perio-tech-prev img,
.perio-tech-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.perio-tech-prev:hover,
.perio-tech-next:hover,
.perio-tech-prev:focus,
.perio-tech-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .perio-tech-slider {
    padding-bottom: 50px;
  }

  .perio-tech-card {
    min-height: 420px;
    padding: 28px 24px;
  }

  .perio-tech-card h3 {
    font-size: 15px !important;
  }

  .perio-tech-card p,
  .perio-tech-card li {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .perio-tech-card {
    min-height: 485px;
    padding: 24px 18px;
  }
}

.cosmetic-services-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.cosmetic-services-slider .swiper-wrapper {
  align-items: stretch;
}

.cosmetic-services-slider .swiper-slide {
  height: fit-content;
}

.cosmetic-service-slide {
  display: flex;
  gap: 16px;
  box-sizing: border-box;
}

.cosmetic-service-image {
  width: 400px;
  flex: 0 0 400px;
}

.cosmetic-service-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

.cosmetic-service-content {
  width: 836px;
  min-height: 580px;
  padding: 40px 34px;
  box-sizing: border-box;
  background: #101d0f;
  color: #a4a69b;
}

.cosmetic-service-content h3 {
  margin: 0 0 18px;
  color: #b9bdb2;
  font-size: 34px !important;
  line-height: 110%;
  font-weight: 900;
  text-transform: uppercase;
}

.cosmetic-service-content p {
  margin: 0 0 24px;
  color: #a4a69b;
  font-size: 17px;
  line-height: 140%;
  font-weight: 300;
}

.cosmetic-service-content strong {
  color: #b9bdb2;
  font-weight: 700;
}

.cosmetic-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 238px;
  height: 37px;
  margin-top: 2px;
  padding: 0 24px;
  border: 1px solid #7d8377;
  color: #b9bdb2;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}

.cosmetic-service-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #b9bdb2;
}

.cosmetic-services-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.cosmetic-services-prev,
.cosmetic-services-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.cosmetic-services-prev img,
.cosmetic-services-next img {
  width: 364px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.cosmetic-services-prev:hover,
.cosmetic-services-next:hover,
.cosmetic-services-prev:focus,
.cosmetic-services-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1023px) {
  .cosmetic-service-image {
    width: 240px;
    flex: 0 0 240px;
  }

  .cosmetic-service-image img,
  .cosmetic-service-content {
    height: 100%;
    min-height: 100%;
  }

  .cosmetic-service-content {
    width: 520px;
    padding: 34px 28px;
  }

  .cosmetic-service-content h3 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .cosmetic-services-slider {
    padding-bottom: 50px;
  }

  .cosmetic-service-slide {
    flex-direction: column;
    gap: 0;
  }

  .cosmetic-service-image {
    width: 100%;
    flex: none;
  }

  .cosmetic-service-image img {
    height: 100%;
  }

  .cosmetic-service-content {
    width: 100%;
    min-height: 390px;
    padding: 30px 24px;
  }

  .cosmetic-service-content h3 {
    font-size: 28px !important;
  }

  .cosmetic-service-content p {
    font-size: 15px;
  }

  .cosmetic-service-btn {
    min-width: 220px;
  }
}

@media (max-width: 560px) {
  .cosmetic-service-image img {
    height: 100%;
  }

  .cosmetic-service-content {
    min-height: 420px;
    padding: 26px 20px;
  }

  .cosmetic-service-content h3 {
    font-size: 26px !important;
  }

  .cosmetic-service-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.cosmetic-services-tabs {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 38px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cosmetic-services-tabs::-webkit-scrollbar {
  display: none;
}

.cosmetic-services-tab {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  color: #5e605d;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}

.cosmetic-services-tab:hover {
  color: #a4a69b;
  text-decoration: underline;
}

.cosmetic-services-tab.is-active {
  color: #a4a69b;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cosmetic-services-tabs {
    gap: 24px;
    margin-bottom: 26px;
  }

  .cosmetic-services-tab {
    font-size: 14px;
  }
}

.treatment-process-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.treatment-process-slider .swiper-wrapper {
  align-items: stretch;
}

.treatment-process-slider .swiper-slide {
  height: auto;
}

.treatment-process-card {
  min-height: 364px;
  padding: 36px 34px;
  box-sizing: border-box;
  border: 1px solid rgba(164, 166, 155, 0.35);
}

.treatment-process-card.is-light {
  background: #b3b184;
  color: #000;
  border-color: #b3b184;
}

.treatment-process-card.is-dark {
  background: rgba(16, 29, 15, 0.82);
  color: #a4a69b;
}

.treatment-process-card span {
  display: block;
  margin-bottom: 18px;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
}

.treatment-process-card h3 {
  margin: 0 0 22px;
  font-size: 24px !important;
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
}

.treatment-process-card p {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 160%;
  font-weight: 300;
}

.treatment-process-card p:last-child {
  margin-bottom: 0;
}

.treatment-process-card a {
  color: inherit;
  text-decoration: underline;
}

.treatment-process-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 68px;
}

.treatment-process-prev,
.treatment-process-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 1px solid transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.treatment-process-prev img,
.treatment-process-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.treatment-process-prev:hover,
.treatment-process-next:hover,
.treatment-process-prev:focus,
.treatment-process-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .treatment-process-card {
    min-height: 360px;
    padding: 30px 24px;
  }

  .treatment-process-card span {
    font-size: 48px;
  }

  .treatment-process-card h3 {
    font-size: 21px !important;
  }

  .treatment-process-card p {
    font-size: 17px;
  }

  .treatment-process-nav {
    margin-top: 40px;
  }
}

@media (max-width: 560px) {
  .treatment-process-card {
    min-height: 390px;
    padding: 26px 20px;
  }

  .treatment-process-card p {
    font-size: 15px;
  }
}

.perio-maintenance-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.perio-maintenance-slider .swiper-wrapper {
  align-items: stretch;
}

.perio-maintenance-slider .swiper-slide {
  height: fit-content;
}

.perio-maintenance-card {
  min-height: 386px;
  padding: 40px 38px;
  box-sizing: border-box;
  color: #a4a69b;
}

.perio-maintenance-card.is-green {
  background: #101d0f;
}

.perio-maintenance-card.is-dark {
  background: #191919;
}

.perio-maintenance-card.is-muted {
  background: #404943;
}

.perio-maintenance-card h3 {
  margin: 0 0 22px;
  color: #a4a69b;
  font-size: 17px !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.perio-maintenance-card p {
  margin: 0 0 18px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.perio-maintenance-card p:last-child {
  margin-bottom: 0;
}

.perio-maintenance-card strong {
  color: #c2c4bb;
  font-weight: 700;
}

.perio-maintenance-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
}

.perio-maintenance-card li {
  margin-bottom: 8px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.perio-maintenance-card li:last-child {
  margin-bottom: 0;
}

.perio-maintenance-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}

.perio-maintenance-prev,
.perio-maintenance-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.perio-maintenance-prev img,
.perio-maintenance-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.perio-maintenance-prev:hover,
.perio-maintenance-next:hover,
.perio-maintenance-prev:focus,
.perio-maintenance-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .perio-maintenance-slider {
    padding-bottom: 50px;
  }

  .perio-maintenance-card {
    min-height: 420px;
    padding: 28px 24px;
  }

  .perio-maintenance-card h3 {
    font-size: 15px !important;
  }

  .perio-maintenance-card p,
  .perio-maintenance-card li {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .perio-maintenance-card {
    min-height: 485px;
    padding: 24px 18px;
  }
}

.airway-therapy-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.airway-therapy-slider .swiper-wrapper {
  align-items: stretch;
}

.airway-therapy-slider .swiper-slide {
  height: fit-content;
}

.airway-therapy-card {
  min-height: 386px;
  padding: 40px 38px;
  box-sizing: border-box;
  color: #a4a69b;
}

.airway-therapy-card.is-green {
  background: #101d0f;
}

.airway-therapy-card.is-dark {
  background: #191919;
}

.airway-therapy-card.is-muted {
  background: #404943;
}

.airway-therapy-card h3 {
  margin: 0 0 22px;
  color: #a4a69b;
  font-size: 17px !important;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.airway-therapy-card p {
  margin: 0 0 18px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.airway-therapy-card p:last-child {
  margin-bottom: 0;
}

.airway-therapy-card strong {
  color: #c2c4bb;
  font-weight: 700;
}

.airway-therapy-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
}

.airway-therapy-card li {
  margin-bottom: 8px;
  color: #a4a69b;
  font-size: 15px;
  line-height: 145%;
  font-weight: 300;
}

.airway-therapy-card li:last-child {
  margin-bottom: 0;
}

.airway-therapy-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 30px;
}

.airway-therapy-prev,
.airway-therapy-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.airway-therapy-prev img,
.airway-therapy-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.airway-therapy-prev:hover,
.airway-therapy-next:hover,
.airway-therapy-prev:focus,
.airway-therapy-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .airway-therapy-slider {
    padding-bottom: 50px;
  }

  .airway-therapy-card {
    min-height: 420px;
    padding: 28px 24px;
  }

  .airway-therapy-card h3 {
    font-size: 15px !important;
  }

  .airway-therapy-card p,
  .airway-therapy-card li {
    font-size: 14px;
  }
}

@media (max-width: 560px) {
  .airway-therapy-card {
    min-height: 485px;
    padding: 24px 18px;
  }
}

.smile-design-tools-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.smile-design-tools-slider .swiper-wrapper {
  align-items: stretch;
}

.smile-design-tools-slider .swiper-slide {
  height: auto;
}

.smile-design-tools-card {
  height: 100%;
  min-height: 552px;
  padding: 30px 32px;
  box-sizing: border-box;
  border: 1px solid #404943;
  background: transparent;
  color: #a4a69b;
}

.smile-design-tools-image {
  width: 100%;

  margin-bottom: 34px;
  overflow: hidden;
  background: #000;
}

.smile-design-tools-image img {
  width: 100%;

  display: block;
  object-fit: cover;
}

.smile-design-tools-content {
  max-width: 100%;
}

.smile-design-tools-card h3 {
  margin: 0 0 18px;
  color: #a4a69b;
  font-size: 28px !important;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.smile-design-tools-card p {
  margin: 0;
  color: #a4a69b;
  font-size: 21px;
  line-height: 155%;
  font-weight: 300;
}

.smile-design-tools-card a {
  color: #a4a69b;
  font-weight: 700;
  text-decoration: underline;
}

.smile-design-tools-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 64px;
}

.smile-design-tools-prev,
.smile-design-tools-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.smile-design-tools-prev img,
.smile-design-tools-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.smile-design-tools-prev:hover,
.smile-design-tools-next:hover,
.smile-design-tools-prev:focus,
.smile-design-tools-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .smile-design-tools-card {
    min-height: 520px;
    padding: 28px 28px;
  }

  .smile-design-tools-image {
    height: 240px;
  }

  .smile-design-tools-card h3 {
    font-size: 24px !important;
  }

  .smile-design-tools-card p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .smile-design-tools-slider {
    padding-bottom: 50px;
  }

  .smile-design-tools-card {
    min-height: 500px;
    padding: 24px 22px;
  }

  .smile-design-tools-image {
    height: 220px;
    margin-bottom: 26px;
  }

  .smile-design-tools-card h3 {
    font-size: 21px !important;
  }

  .smile-design-tools-card p {
    font-size: 16px;
  }

  .smile-design-tools-nav {
    margin-top: 36px;
  }
}

@media (max-width: 560px) {
  .smile-design-tools-card {
    min-height: 480px;
    padding: 20px 18px;
  }

  .smile-design-tools-image {
    height: 190px;
  }
}
.smile-design-tools-tabs {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 40px;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-y: hidden;
  height: 64px;
}

.smile-design-tools-tabs::-webkit-scrollbar {
  display: none;
}

.smile-design-tools-tab {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  color: #6f726c;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}
.smile-design-tools-tab:hover {
  color: #a4a69b;
  text-decoration: underline;
}

.smile-design-tools-tab.is-active {
  color: #a4a69b;
  text-decoration: underline;
}

.smile-design-tools-tab.is-active::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .smile-design-tools-tabs {
    gap: 24px;
    margin-bottom: 28px;
  }

  .smile-design-tools-tab {
    font-size: 14px;
  }
}

.story-video-slider {
  width: 100%;
  overflow: visible;
  padding: 0 0 70px;
}

.story-video-slider .swiper-wrapper {
  align-items: stretch;
}

.story-video-slider .swiper-slide {
  height: auto;
}

.story-video-card {
  height: 100%;
  background: #404943;
  padding: 16px 16px 48px;
  box-sizing: border-box;
  color: #a4a69b;
}

.story-video-image-wrap {
  position: relative;
  width: 100%;
  height: 706px;
  overflow: hidden;
  background: #000;
}

.story-video-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}

.story-video-play {
  position: absolute;
  left: 50px;
  bottom: 54px;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  padding: 0;
  z-index: 3;
}

.story-video-play img {
  width: 128px;
  height: auto;
  display: block;
}

.story-video-content {
  text-align: center;
  padding-top: 28px;
}

.story-video-content h3 {
  margin: 0;
  color: #a4a69b;
  font-size: 28px !important;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.story-video-content p {
  margin: 6px 0 28px;
  color: #a4a69b;
  font-size: 13px;
  line-height: 140%;
  font-weight: 300;
}

.story-video-btn {
  width: 220px;
  height: 36px;
  margin: 0 auto;
  border: 1px solid #a4a69b;
  color: #a4a69b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s ease;
}

.story-video-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.story-video-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.story-video-prev,
.story-video-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}

.story-video-prev img,
.story-video-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

.story-video-prev:hover,
.story-video-next:hover,
.story-video-prev:focus,
.story-video-next:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.story-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.story-video-lightbox.is-active {
  display: flex;
}

.story-video-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.story-video-lightbox-inner {
  position: relative;
  width: min(100%, 1000px);
  aspect-ratio: 16 / 9;
  z-index: 2;
  background: #000;
}

.story-video-lightbox iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.story-video-lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: transparent !important;
  color: #ffffff;
  border: 0 !important;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .story-video-image-wrap {
    height: 320px;
  }

  .story-video-content h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .story-video-slider {
    padding-bottom: 50px;
  }

  .story-video-card {
    padding: 12px 12px 36px;
  }

  .story-video-image-wrap {
    height: 300px;
  }

  .story-video-content {
    padding-top: 24px;
  }

  .story-video-content h3 {
    font-size: 22px !important;
  }

  .story-video-content p {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .story-video-btn {
    width: 190px;
  }
}

@media (max-width: 560px) {
  .story-video-image-wrap {
    height: 240px;
  }

  .story-video-play {
    left: 28px;
    bottom: 35px;
  }

  .story-video-play img {
    width: 90px;
  }

  .story-video-content h3 {
    font-size: 20px !important;
  }
}

.patient-stories-section {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.patient-stories-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  margin-bottom: 54px;
  overflow-x: auto;
  scrollbar-width: none;
}

.patient-stories-tabs::-webkit-scrollbar {
  display: none;
}

.patient-stories-tab {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  color: #5e605d;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.patient-stories-tab.is-active {
  color: #a4a69b;
  text-decoration: underline;
}

.patient-stories-slider {
  width: 100%;
  overflow: visible;
}

.patient-story-slide {
  height: auto;
}

.patient-story-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.patient-story-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.patient-story-quote {
  position: absolute;
  right: 8%;
  bottom: 24px;
  width: 58%;
  max-width: 760px;
  background: #000;
  padding: 32px 48px;
  box-sizing: border-box;
}

.patient-story-quote p {
  margin: 0 0 32px;
  color: #a4a69b;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.patient-story-quote h3 {
  margin: 0;
  color: #a4a69b;
  font-size: 26px !important;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.patient-story-quote h3::first-letter {
  text-decoration: none;
}

.patient-stories-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 40px;
}

.patient-stories-prev,
.patient-stories-next {
  width: 64px;
  height: 46px;
  background: transparent !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: 0.3s ease;
}

.patient-stories-prev img,
.patient-stories-next img {
  width: 64px;
  height: 46px;
  display: block;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .patient-story-image-wrap {
    height: 100%;
  }

  .patient-story-quote {
    right: 5%;
    width: 62%;
    padding: 34px 40px;
  }

  .patient-story-quote p {
    font-size: 16px;
  }

  .patient-story-quote h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .patient-stories-tabs {
    justify-content: flex-start;
    gap: 28px;
    margin-bottom: 34px;
  }

  .patient-stories-tab {
    font-size: 15px;
  }

  .patient-story-image-wrap {
    height: 100%;
  }

  .patient-story-quote {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    padding: 24px 22px;
  }

  .patient-story-quote p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .patient-story-quote h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 480px) {
  .patient-story-quote p {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .patient-story-quote h3 {
    font-size: 12px !important;
  }
}
