.elementor-93 .elementor-element.elementor-element-828b375{--spacer-size:30px;}/* Start custom CSS for html, class: .elementor-element-e5d1329 *//* --- GENERAL --- */
.children-eye-exam-page {
  font-family: sans-serif; /* Optionally, replace with your website's font */
  color: #333;
  line-height: 1.6;
}

.child-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.child-section, .child-cta {
  padding: 60px 0;
}

.child-light-bg {
  background-color: #f4f4f4;
}

h1, h2, h3 {
  color: #114b78; /* Dark blue for titles */
  margin-bottom: 20px;
}

h2 { font-size: 2em; }

.child-center-text { text-align: center; }

/* --- BUTTONS --- */
.child-button {
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.child-button-primary { background-color: #18dbdb; color: #fff; }
.child-button-primary:hover { background-color: #114b78; color: #fff; }
.child-button-secondary { background-color: #114b78; color: #fff; }
.child-button-secondary:hover { background-color: #18dbdb; color: #fff; }

/* --- HERO SECTION --- */
.child-hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.child-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(17, 75, 120, 0.7);
}

.child-hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.child-hero h1 { font-size: 3em; color: white; }
.child-hero p { font-size: 1.4em; margin-bottom: 30px; }

/* --- SIGNS LIST SECTION --- */
.child-sign-list ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.child-sign-list li {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  margin: 8px;
  border-radius: 25px;
  border: 1px solid #ddd;
  font-weight: 500;
  color: #114b78;
}

/* --- FLEX CONTAINER (TEXT & IMAGE) --- */
.child-flex-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.child-flex-item { flex: 1; }
.child-flex-item.child-image img { width: 100%; height: auto; border-radius: 8px; }
.child-flex-item ul { list-style-type: '✓ '; padding-left: 20px; }

/* --- STEP LIST --- */
.child-step-list {
    list-style: none;
    padding-left: 0;
}
.child-step-list li {
    position: relative;
    margin-bottom: 20px;
}
.child-step-list h3 {
    font-size: 1.2em;
}

/* --- BENEFITS GRID --- */
.child-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}
.child-benefit-item .child-icon { font-size: 2.5em; }

/* --- CTA SECTION --- */
.child-cta { background-color: #114b78; color: white; }
.child-cta h2, .child-cta p { color: white; }
.child-cta p { font-size: 1.2em; margin-bottom: 30px; }

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
  .child-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  h1, .child-hero h1 { font-size: 2.5em; }
  h2 { font-size: 1.8em; }
  .child-hero p { font-size: 1.2em; }
  
  .child-flex-container { flex-direction: column; }
  .reverse-on-mobile { flex-direction: column-reverse; }
  .child-benefits-grid { grid-template-columns: 1fr; }
}/* End custom CSS */