.elementor-13 .elementor-element.elementor-element-562672a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-6adf370 */.dental-checkup-section {
  padding: 70px 20px;
  
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2937;
}

.dental-checkup-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-box {
  background: linear-gradient(135deg, #e8f7f6, #ffffff);
  border: 1px solid #d9eeec;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
  margin-bottom: 30px;
}

.badge {
  display: inline-block;
  background: #0ea5a6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.hero-box h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #0f172a;
}

.hero-box p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 14px;
  color: #475569;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #e5eef0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.card h2 {
  font-size: 24px;
  margin: 0 0 20px;
  color: #0f172a;
}

.tick-list,
.pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  line-height: 1.7;
  color: #334155;
}

.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0ea5a6;
  font-weight: 700;
}

.note {
  margin-top: 18px;
  padding: 16px 18px;
  background: #f0fbfb;
  border-left: 4px solid #0ea5a6;
  border-radius: 12px;
  color: #0f172a;
  line-height: 1.7;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0ea5a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.step-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #0f172a;
}

.step-item p {
  margin: 0;
  line-height: 1.7;
  color: #475569;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill-list li {
  padding: 10px 16px;
  background: #f0fbfb;
  color: #0f172a;
  border: 1px solid #d9eeec;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
}

.bottom-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
  .content-grid,
  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .hero-box h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .dental-checkup-section {
    padding: 50px 16px;
  }

  .hero-box,
  .card {
    padding: 22px;
    border-radius: 18px;
  }

  .hero-box h1 {
    font-size: 28px;
  }

  .card h2 {
    font-size: 20px;
  }

  .step-item {
    padding: 14px;
  }
}/* End custom CSS */