.link-btn {
  text-align: center;
}
.link-btn a {
  background: #00b8d4;
  border-radius: 30px;
  height: 48px;
  padding: 13px 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.section-header {
  text-align: center;
}
.section-header .section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.section-header .section-subheading {
  font-size: 18px;
  font-weight: 400;
  padding-top: 16px;
  line-height: 24px;
  color: #4b5563;
}
@media (max-width: 767px) {
  .section-header .section-heading {
    font-size: 30px;
  }
  .section-header .section-subheading {
    font-size: 16px;
  }
}

.smile-gallery-page {
  padding: 100px 0;
}
.smile-gallery-page .smile-gallery-boxes {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.smile-gallery-page .smile-gallery-box img {
  width: 100%;
}
@media (max-width: 767px) {
  .smile-gallery-page {
    grid-template-columns: 1fr;
  }
}

/*ready transfrom css ***/
.ready-transform-sec {
  padding-bottom: 50px;
  /* Responsive styles */
}
.ready-transform-sec .rt-hero-section {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #E6F8FA 0%, #F9FAFB 100%);
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.ready-transform-sec .rt-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ready-transform-sec .rt-content {
  flex: 1;
  padding-left: 40px;
  max-width: 500px;
  z-index: 2;
}
.ready-transform-sec .rt-heading {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.ready-transform-sec .rt-subtext {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}
.ready-transform-sec .rt-button {
  display: inline-block;
  background-color: #00B8D4;
  color: white;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.ready-transform-sec .rt-button:hover {
  background-color: #0095a8;
}
.ready-transform-sec .rt-image-container {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.ready-transform-sec .rt-hero-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .ready-transform-sec .rt-container {
    flex-direction: column;
    text-align: center;
  }
  .ready-transform-sec .rt-content {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
  .ready-transform-sec .rt-image-container {
    justify-content: center;
    width: 100%;
  }
  .ready-transform-sec .rt-hero-image {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .ready-transform-sec .rt-heading {
    font-size: 2rem;
  }
  .ready-transform-sec .rt-subtext {
    font-size: 0.9rem;
  }
  .ready-transform-sec .rt-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.sg-show-more {
  transition: 0.5s ease;
}

.gallery-show-less {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.gallery-show-less button {
  border: 1px solid #00B8D4;
  border-radius: 6px;
  height: 44px;
  padding: 15px 20px;
  color: #00B8D4;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.gallery-show-less button:hover {
  background: #f0f0f0;
}/*# sourceMappingURL=smile-gallery.css.map */