<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smile-design-section {
  margin-bottom: 0px;
  background: #f9f9f5;
  padding: 100px 0px;
}

.smile-design-cards {
  max-width: 75%;
  margin: 0 auto;
}

.smile-design-card {
  display: flex;
  /* gap: 4rem; */
  gap: 100px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  /* animation: fadeInUp 1s ease forwards; */
}

.smile-design-card:nth-child(even) {
  flex-direction: row-reverse;
}

.smile-design-card-image {
  /* flex: 1; */
  max-width: 50%;
  position: relative;
  overflow: hidden;
  display: block;
}

.smile-design-card-image.invisible-aligners-img {
  padding-top: 50px;
}

.smile-design-card-image.invisible-aligners-img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 128px;
  min-width: 320px;
  height: 520px;
  background-image: url("../images/gif-aligners.gif");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 1;
}

.smile-design-card .smile-design-card-image.invisible-aligners-img img {
  max-width: 300px;
  height: auto;
  margin-bottom: 2rem;
}

.smile-design-card-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.smile-design-card-content {
  flex: 1;
  max-width: 50%;
}

.smile-design-card img {
  max-width: 424px;
  /* max-width: 100%; */
  height: 540px;
}

.smile-design-card h3 {
  font-family: TimesNow;
  text-align: left;
  color: #000;
  margin-bottom: 19px;
  font-weight: 300;
  font-size: 52px;
  line-height: 54px;
}

.smile-design-card .para {
  text-align: left;
  color: #555555;
  margin-bottom: 5px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.smile-design-card .sub-para {
  text-align: left;
  color: #555555;
  margin-bottom: 40px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.smile-hero-section {
  width: 100%;
  min-height: 100vh;
  /* min-height: 700px; */
  background: #392601;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  /* margin-bottom: 120px; */
}

.smile-hero-container {
  display: flex;
  width: 100%;
  min-height: 520px;
  position: relative;
  overflow: visible;
}

.smile-hero-right {
  flex: 1 1 50%;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
  z-index: 1;
  background: #392601;
}

.smile-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.hero-image-2 {
  opacity: 0.7;
  transform: scale(1);
}

.hero-image-3 {
  opacity: 0.5;
  transform: scale(1);
}

/* new addition */
.smile-hero-text {
  width: 80%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: end;
}

.smile-hero-text h1 {
  color: #fff;
  margin-bottom: 40px;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
  width: 70%;
}

.psr_zin {
  position: relative;
  z-index: 3;
}

/* new edition end */
.smile-hero-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 147px;
  background: #392601;
  position: relative;
  z-index: 2;
}

.smile-hero-left h1 {
  color: #fff;
  margin-bottom: 40px;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
  margin-right: -80px;
  width: 150%;
}

.smile-hero-em {
  font-family: TimesNow;
  font-weight: 300;
  font-style: italic;
  text-transform: lowercase;
}

.smile-hero-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid white;
  color: #fff;
  padding: 14px 24px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: none;
}

.smile-hero-btn:hover {
  background: #fff;
  color: #392601;
  transition: all 0.6s ease-in-out;
}

.tooth-bonding-section {
  margin-bottom: 0px;
  background: #f9f9f5;
  padding: 100px 0px;
}

.tooth-bonding-cards {
  max-width: 75%;
  margin: 0 auto;
}

.tooth-bonding-card {
  display: flex;
  /* gap: 4rem; */
  gap: 100px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.tooth-bonding-card:nth-child(even) {
  flex-direction: row-reverse;
}

.tooth-bonding-card-content {
  flex: 1;
  max-width: 50%;
}

.tooth-bonding-card h3 {
  font-family: TimesNow;
  text-align: left;
  color: #000;
  margin-bottom: 19px;
  font-weight: 300;
  font-size: 52px;
  line-height: 54px;
}

.tooth-bonding-card .para {
  text-align: left;
  color: #555555;
  margin-bottom: 5px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.tooth-bonding-card .sub-para {
  text-align: left;
  color: #555555;
  margin-bottom: 50px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.tooth-bonding-images {
  display: block;
  position: relative;
  min-height: 740px;
  max-width: 460px;
  min-width: 460px;
}

.tooth-bonding-images .tooth-bonding-portrait {
  width: 400px !important;
  height: auto !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
  position: inherit !important;
  margin-bottom: 0px;
}

.tooth-bonding-images .tooth-bonding-portrait-2 {
  width: 270px !important;
  height: auto !important;
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  margin-bottom: 0px;
}

.tooth-bonding-images .invisible-aligners-portrait {
  width: 400px !important;
  height: auto !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
  position: inherit !important;
  margin-bottom: 0px;
}

.tooth-bonding-images .invisible-aligners-portrait-2 {
  width: 290px !important;
  height: auto !important;
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  margin-bottom: 0px;
}

.custom-design-section {
  display: flex;
  /* flex-direction: row; */
  width: 100%;
  min-height: 480px;
}

.custom-design-content {
  background: #392601;
  color: #fff;
  flex: 1 1 50%;
  padding: 100px 80px 100px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-design-content.bg-black {
  background-color: #000;
  padding: 100px 150px 100px 80px;
}

.custom-design-image {
  flex: 1 1 50%;
  background: #f7f6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0;
}

.custom-design-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.custom-design-content .sub-heading {
  font-family: TimesNow;
  font-weight: 300;
  font-size: 52px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.custom-design-content .sub-para {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

@media (min-width: 1680px) {
  .smile-hero-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 191px;
    background: #392601;
  }
}

@media (max-width: 1280px) {
  .smile-hero-left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 130px;
    background: #392601;
  }
}

/* Responsive adjustments */
@media (max-width: 900px) {
  /* .smile-hero-container {
        flex-direction: column;
        min-height: 400px;
    } */



  .smile-hero-left {
    padding-left: 20px;
  }

  .smile-hero-left h1 {
    color: #fff;
    margin-bottom: 30px;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    margin-right: -150px;
  }
}

.smile-concerns-section {
  background: #d9dfd7;
  padding: 150px 0 100px 0;
}

.smile-concerns-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 95%;
  margin-right: auto;
  gap: 48px;
  position: relative;
}

.smile-concerns-left {
  /* flex: 0 0 200px; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.smile-concerns-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.smile-concerns-center {
  flex: 1 1 630px;
  max-width: 630px;
}

.smile-concerns-title {
  color: #000;
  margin-bottom: 17px;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
}

.smile-concerns-italic {
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.smile-concerns-list {
  margin-bottom: 24px !important;
  padding-left: 0 !important;
  list-style: none;
}

.smile-concerns-list li {
  color: #555555;
  position: relative;
  padding-left: 22px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}

.smile-concerns-list li:before {
  content: "\00BB";
  position: absolute;
  left: 0;
  color: #555555;
  font-size: 16px;
}

.smile-concerns-desc {
  color: #555555;
  margin-top: 12px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.smile-concerns-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  flex: 0 0 269px;
  transform: translateY(-50px);
}

.smile-concerns-img-top {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.smile-concerns-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
}

.smile-concerns-img-bottom {
  width: 212px;
  height: 276px;
  z-index: 2;
  position: absolute;
  bottom: -160px;
  left: -110px;
}

.smile-concerns-img-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
}

@media (max-width: 1100px) {
  .smile-concerns-container {
    gap: 24px;
  }

  .smile-concerns-center {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  .tooth-bonding-section {
    /* margin-bottom: 80px; */
    padding: 80px 0;
  }

  .learn-more-container {
    max-width: 85% !important;
    margin: 0 auto;
  }

  .smile-faq-section {
    background: #f9f9f5;
    padding: 80px 0 80px 0 !important;
  }

  .smile-design-card .sub-para {
    font-size: 14px;
    line-height: 20px !important;
    text-align: justify;
  }

  .smile-concerns-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    max-width: 100%;
    margin-right: auto;
    position: relative;
  }

  .smile-concerns-right {
    flex: 0 0 200px;
  }

  .smile-concerns-img-top {
    width: 200px;
    height: 280px;
  }

  /* .smile-concerns-img-bottom {
    width: 130px;
    height: 160px;
    position: absolute;
    bottom: -90px;
    left: -60px;
  } */

  .smile-concerns-img-bottom {
    width: 130px;
    height: 160px;
    position: absolute;
    bottom: -90px;
    left: -22px;
  }

  /* May 12 changes start */
  .custom-design-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
  }

  .custom-design-content {
    padding: 7.5%;
  }

  .custom-design-content.bg-black {
    background-color: #000;
    padding: 50px;
  }

  .tooth-bonding-cards {
    max-width: 90%;
    margin: 0 auto;
  }

  .tooth-bonding-card {
    gap: 40px;
  }

  .tooth-bonding-card h3 {
    font-size: 42px;
    line-height: 45px;
  }

  .tooth-bonding-images {
    min-height: 500px;
    height: 500px !important;
    max-width: 320px;
    min-width: 300px;
  }

  .tooth-bonding-images .tooth-bonding-portrait {
    width: 240px !important;
  }

  .tooth-bonding-images .tooth-bonding-portrait-2 {
    width: 170px !important;
    bottom: 100px !important;
  }

  .smile-design-cards {
    max-width: 85%;
    margin: 0 auto;
  }

  .smile-design-card {
    gap: 40px;
  }

  .smile-design-card h3 {
    font-size: 42px;
    line-height: 45px;
  }

  /* May 12 changes end */

  /* .smile-concerns-left {
        flex: 0 0 100px;
    } */

  .custom-design-content .sub-heading br {
    display: none;
  }

  .custom-design-content .sub-heading {
    font-family: TimesNow;
    font-weight: 300;
    font-size: 42px !important;
    line-height: 50px !important;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
  }

  .smile-design-card img {
    max-width: 100%;
    /* max-width: 100%; */
    height: 100%;
  }

  .smile-concerns-title {
    color: #000;
    margin-bottom: 17px;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
  }

  .smile-concerns-list li {
    color: #555555;
    position: relative;
    padding-left: 22px;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
  }

  .smile-concerns-desc {
    color: #555555;
    margin-top: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: justify;
  }

  .smile-faq-container {
    max-width: 85% !important;
    margin: 0 auto;
  }

  .smile-faq-label {
    font-size: 14px !important;
    line-height: 20px !important;
  }


  .smile-faq-title {
    font-size: 28px !important;
    line-height: 35px !important;
  }

  .smile-faq-question {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .smile-faq-answer {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .learn-more-title {
    color: #000000;
    font-family: TimesNow;
    font-weight: 300;
    font-style: italic;
    font-size: 37px !important;
    line-height: 40px !important;
  }

  .learn-about-btn {
    font-size: 14px !important;
    line-height: 100%;
  }

  .smile-hero-section {
    min-height: 0 !important;
    margin-bottom: 80px;
  }

  .smile-design-section {
    /* margin-bottom: 80px; */
    padding: 80px 0;
  }

  .smile-concerns-section {
    background: #d9dfd7;
    padding: 130px 0 80px 0;
  }
}

@media (max-width: 600px) {
  .smile-hero-section {
    min-height: 0 !important;
    margin-bottom: 60px !important;
  }

  .smile-hero-btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    padding: 10px 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
  }

  .smile-hero-left h1 {
    color: #fff;
    margin-bottom: 30px;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    margin-right: -150px;
  }

  .smile-concerns-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .smile-concerns-left,
  .smile-concerns-right {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .smile-concerns-section {
    padding: 0;
  }

  .smile-concerns-left {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .smile-concerns-left img {
    width: 100px;
    height: 100px;
  }

  .smile-concerns-img-top {
    width: 120px;
    height: 150px;
    margin: 0;
  }

  .smile-concerns-img-bottom {
    width: 70px;
    height: 100px;
    margin: 0;
  }

  .smile-concerns-center {
    padding: 0;
    padding-top: 180px;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
  }

  .smile-concerns-title {
    font-size: 29px;
    line-height: 35px;
  }

  .smile-concerns-container {
    max-width: 100%;
  }

  .smile-concerns-right {
    position: absolute;
    top: 51px;
    right: 0;
  }

  .smile-concerns-img-bottom {
    z-index: 2;
    position: absolute;
    top: 34px;
    left: -50px;
  }

  .smile-faq-container {
    max-width: 85% !important;
    margin: 0 auto;
  }

  /* May 12 changes start */

  .custom-design-content {
    padding: 60px 7.5%;
  }

  .custom-design-content.bg-black {
    background-color: #000;
    padding: 60px 7.5%;
  }

  .custom-design-content .sub-heading {
    text-transform: uppercase;
    font-family: TimesNow;
    font-weight: 300;
    font-size: 27px !important;
    line-height: 40px !important;
    color: #fff;
    margin-bottom: 17px;
  }

  .custom-design-content .sub-para {
    text-align: justify;
  }

  .tooth-bonding-section {
    /* margin-bottom: 60px; */
    padding: 60px 0px;
  }

  .tooth-bonding-card {
    display: flex;
    gap: 0rem;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .tooth-bonding-card img {
    margin-bottom: 0px;
  }

  .tooth-bonding-card-content {
    flex: 1;
    max-width: 100%;
  }

  .tooth-bonding-card h3 {
    font-family: TimesNow;
    text-align: left;
    color: #000;
    margin-bottom: 15px !important;
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .tooth-bonding-card .para {
    text-align: left;
    color: #555555;
    margin-bottom: 5px !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: justify;
  }

  .tooth-bonding-card .sub-para {
    text-align: justify;
    color: #555555;
    margin-bottom: 20px !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .tooth-bonding-card-image {
    flex: 1;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .tooth-bonding-images {
    min-height: 400px;
    height: 450px !important;
    width: 100%;
    min-width: 100%;
  }

  .tooth-bonding-images .tooth-bonding-portrait-2 {
    width: 180px !important;
    bottom: 20px !important;
    right: 20px !important;
  }

  .smile-design-section {
    /* margin-bottom: 60px; */
    padding: 60px 0px;
  }

  .smile-design-card {
    display: flex;
    gap: 2rem;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    flex-direction: column;
    /* margin-bottom: 40px; */
  }

  .smile-design-card img {
    margin-bottom: 0px;
  }

  .smile-design-card-content {
    flex: 1;
    max-width: 100%;
  }

  .smile-design-card h3 {
    font-family: TimesNow;
    text-align: left;
    color: #000;
    margin-bottom: 15px !important;
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .smile-design-card .para {
    text-align: left;
    color: #555555;
    margin-bottom: 5px !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: justify;
  }

  .smile-design-card .sub-para {
    text-align: justify;
    color: #555555;
    margin-bottom: 20px !important;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .smile-design-card-image {
    flex: 1;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  /* May 12 changes end */
}

.smile-design-result-section {
  width: 100%;
  background: #000;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 260px;
}

.smile-design-result-container {
  display: flex;
  min-height: 350px;
  width: 100%;
}

.smile-design-result-image {
  flex: 1 1 660px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background: #fff;
  min-width: 0;
}

.smile-design-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.smile-design-result-info {
  flex: 1 1 60%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 2vw;
}

.smile-design-result-columns {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 900px;
}

.smile-design-result-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 2vw;
  min-width: 0;
}

.smile-design-result-label {
  color: #fff;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.smile-design-result-value {
  color: #fff;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.smile-design-result-desc {
  font-size: 16px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 0;
}

.smile-design-result-divider {
  width: 1px;
  margin: 0 10px;
  min-height: 130px;
  align-self: center;
  border-right: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  border-image-slice: 1;
}

@media (max-width: 1100px) {

  .smile-design-result-section,
  .smile-design-result-container {
    min-height: 180px;
  }

  .smile-design-result-label {
    font-size: 14px;
  }

  .smile-design-result-value,
  .smile-design-result-desc {
    font-size: 15px;
  }

  .smile-design-result-col {
    padding: 0 1vw;
  }
}

@media (max-width: 900px) {
  .smile-design-result-container {
    flex-direction: column;
    min-height: unset;
  }

  .smile-design-result-image,
  .smile-design-result-info {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    padding: 0;
  }

  .smile-design-result-info {
    padding: 2vw 0;
  }

  .smile-design-result-columns {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .smile-design-result-divider {
    width: 80%;
    height: 1px;
    min-height: unset;
    margin: 1vw 0;
    background: rgba(255, 255, 255, 0.18);
    align-self: flex-start;
  }

  .smile-design-result-col {
    padding: 1vw 0;
  }
}



.smile-faq-container {
  max-width: 75%;
  margin: 0 auto;
}

.smile-faq-section {
  background: #f9f9f5;
  padding: 100px 0 100px 0;
}

.smile-faq-header {
  margin-bottom: 48px;
}

.smile-faq-label {
  display: block;
  color: #000;
  margin-bottom: 30px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.smile-faq-title {
  color: #222;
  margin: 0 !important;
  max-width: 1000px;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
}

.smile-faq-content {
  display: flex;
  gap: 95px;
  align-items: flex-start;
  justify-content: flex-start;
}

.smile-faq-image {
  /* flex: 0 0 340px;
  max-width: 340px;
  min-width: 240px; */
  max-width: 429px;
}

.smile-faq-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07); */
}

.smile-faq-qa-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.smile-faq-qa-item {
  margin-bottom: 0;
}

.smile-faq-question {
  color: #000;
  margin-bottom: 19px;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}

.smile-faq-answer {
  color: #555;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 900px) {
  .smile-faq-content {
    gap: 32px;
  }

  .smile-faq-image {
    flex: 0 0 310px;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 600px) {

  .milestone-image,
  .milestone-content,
  .inspired-image,
  .inspired-content {
    flex: 1 1 100%;
  }

  .smile-faq-section {
    padding: 60px 0 60px 0 !important;
  }

  .smile-faq-header {
    margin-bottom: 32px;
  }

  .smile-faq-label {
    display: block;
    color: #000;
    margin-bottom: 30px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .smile-faq-title {
    font-size: 23px;
    line-height: 30px;
  }

  .smile-faq-content {
    flex-direction: column;
    gap: 35px;
  }

  .smile-faq-qa-list {
    gap: 20px;
  }
}

.smile-design-result-columns {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 900px;
}

.smile-design-result-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 2vw;
  min-width: 0;
}

.smile-design-result-label {
  color: #fff;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.smile-design-result-value {
  color: #fff;
  font-family: TimesNow;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

.smile-design-result-desc {
  font-size: 16px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  opacity: 0.9;
  margin-top: 0;
}

.smile-design-result-divider {
  width: 1px;
  margin: 0 10px;
  min-height: 130px;
  align-self: center;
  border-right: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, #000000 100%);
  border-image-slice: 1;
}

@media (max-width: 1100px) {

  .smile-design-result-section,
  .smile-design-result-container {
    min-height: 180px;
  }

  .smile-design-result-label {
    font-size: 14px;
  }

  .smile-design-result-value,
  .smile-design-result-desc {
    font-size: 15px;
  }

  .smile-design-result-col {
    padding: 0 1vw;
  }
}

@media (max-width: 900px) {
  .smile-design-result-container {
    flex-direction: column;
    min-height: unset;
  }

  .smile-design-result-image,
  .smile-design-result-info {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    padding: 0;
  }

  .smile-design-result-info {
    padding: 7.5%;
  }

  .smile-design-result-columns {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    gap: 10px;
  }

  .smile-design-result-divider {
    width: 100%;
    height: 1px;
    min-height: unset;
    margin: 1vw 0;
    background: rgba(255, 255, 255, 0.18);
    align-self: flex-start;
  }

  .smile-design-result-col {
    padding: 1vw 0;
  }
}

/* Learn More Section Styles */
.learn-more-section {
  padding: 35px 0;
  background-color: #f9f9f5;
  border: 1px solid #07070740;
}

.learn-more-container {
  max-width: 75%;
  margin: 0 auto;
}

.learn-more-title {
  color: #000000;
  font-family: TimesNow;
  font-weight: 300;
  font-style: italic;
  font-size: 46px;
  line-height: 60px;
}

.learn-more-inner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.learn-about-buttons {
  display: flex;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
}

.learn-about-btn {
  display: inline-block;
  padding: 7px 0px;
  color: #555555;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid #cdcdcc;
}

.learn-about-btn:hover {
  transition: all 0.6s ease-in-out;
  color: #000000 !important;
}

@media screen and (max-width: 992px) {
  .learn-more-inner-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
  }

  .smile-hero-text {
    width: 85%;
    margin: 0 auto;
    height: 400px;
    display: flex;
    align-items: end;
  }

  .smile-hero-text h1 {
    color: #fff;
    font-family: TimesNow;
    position: relative;
    z-index: 3;
    width: 70%;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .smile-hero-text h1 {
    width: 90%;
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
  }

  .learn-more-section {
    padding: 60px 0;
  }

  .learn-more-container {
    max-width: 90%;
    margin: 0 auto;
  }

  .learn-more-inner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .learn-more-title {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .learn-about-buttons {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
}

/* Learn More Section Styles */</pre></body></html>