.stats-section {
    background: #235784;
    padding: 32px 0;
}

.stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stats-item {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    border-right: 1px solid #c9dce4;
}

.stats-item:last-child {
    border-right: none;
}

.stats-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.stats-item h3 {
    font-size: 46px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 8px;
}

.stats-item p {
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .stats-wrapper {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .stats-item {
        width: 50%;
        border-right: none;
    }
}

@media (max-width: 575px) {
    .stats-item {
        width: 100%;
        justify-content: flex-start;
        padding-left: 20px;
    }

    .stats-item h3 {
        font-size: 38px;
    }
}


.hero-dental-section {
    /* background: #eef8fa; */
    padding: 0;
   
}

.hero-doctor-img {
    position: relative;
    text-align: center;
}

.hero-doctor-img .circle-bg {
    width: 370px;
    height: 370px;
    background: #67cfe7;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-doctor-img img {
    position: relative;
    z-index: 2;
    max-width: 470px;
    width: 100%;
    margin-top: -45px;
}

.hero-dental-content h1 {
    font-size: 46px;
    line-height: 1.18;
    color: #235784;
    font-weight: 700;
    margin-bottom: 22px;
}

.hero-dental-content p {
    font-size: 16px;
    line-height: 1.45;
    color: #444;
    max-width: 650px;
    margin-bottom: 22px;
}

.hero-btn {
    display: inline-block;
    background: #40a8c4;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.hero-btn:hover {
    background: #235784;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-dental-section {
        padding: 40px 0;
        text-align: center;
    }

    .hero-dental-content h1 {
        font-size: 36px;
    }

    .hero-doctor-img img {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .hero-dental-content h1 {
        font-size: 30px;
    }

    .hero-doctor-img .circle-bg {
        width: 280px;
        height: 280px;
        top: 120px;
    }
}


.rct-landing-banner {
  background: #EDF2FA;
  padding: 100px 0 0;
  overflow: hidden;
  min-height: 595px;
}

.rct-banner-wrapper {
  width: 82%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.rct-content-area {
  width: 52%;
  padding-bottom: 36px;
}

.rct-location-tag {
  display: inline-block;
  border: 1px solid #235784;
  color: #235784;
  padding: 8px 34px;
  border-radius: 7px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
}

.rct-main-heading {
  margin: 0 0 24px;
  color: #235784;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-size: 52px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.rct-main-heading span {
  display: block;
}

.rct-description {
  color: #235784;
  font-size: 17px;
  line-height: 1.35;
  max-width: 560px;
  margin: 0 0 20px;
}

.rct-consultation-btn {
  display: inline-block;
  background: #235784;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid #235784;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.rct-image-area {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.rct-image-area img {
  width: 100%;
  max-width: 470px;
  display: block;
}

@media (max-width: 991px) {
  .rct-landing-banner {
    padding: 70px 0 0;
  }

  .rct-banner-wrapper {
    width: 90%;
    flex-direction: column;
    text-align: center;
  }

  .rct-content-area,
  .rct-image-area {
    width: 100%;
  }

  .rct-main-heading {
    font-size: 40px;
  }

  .rct-description {
    margin-left: auto;
    margin-right: auto;
  }
}

.rct-why-form-section {
  background: #fff;
  /* padding: 50px 0 46px; */
  padding-bottom:  50px;
}

.rct-why-form-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.rct-why-content {
  width: 48%;
}

.rct-small-badge {
  display: inline-block;
  border: 1px solid #235784;
  color: #235784;
  padding: 7px 16px;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 16px;
}

.rct-why-content h2 {
  color: #235784;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-size: 28px;
  margin-bottom: 18px;
}

.rct-why-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rct-why-content li {
  color: #0b4778;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rct-why-content li::before {
  content: "✓";
  background: #235784;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 2px 5px;
  margin-right: 8px;
}

.rct-form-box {
  width: 52%;
  background: #eaf5f7;
  padding: 26px 62px 32px;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  margin-top: -150px;
}

.rct-form-box h2 {
  color: #235784;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.rct-form-row {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}

.rct-form-group {
  width: 50%;
}

.rct-form-group label {
  display: block;
  color: #0b4778;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.rct-form-group input,
.rct-form-box textarea {
  width: 100%;
  border: 1px solid #c8ddeb;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

.rct-form-box textarea {
  height: 104px;
  resize: vertical;
  margin-bottom: 18px;
}

.rct-form-box button {
  background: #235784;
  color: #fff;
  border: none;
  padding: 11px 70px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 991px) {
  .rct-why-form-wrapper {
    width: 90%;
    flex-direction: column;
    gap: 35px;
  }

  .rct-why-content,
  .rct-form-box {
    width: 100%;
  }

  .rct-form-box {
    margin-top: 0;
    padding: 28px;
  }

  .rct-form-row {
    flex-direction: column;
    gap: 14px;
  }

  .rct-form-group {
    width: 100%;
  }
}