.elementor-97 .elementor-element.elementor-element-6f715fa{--spacer-size:50px;}.elementor-97 .elementor-element.elementor-element-374e3272 .ts-heading-subheading{text-align:left;}.elementor-97 .elementor-element.elementor-element-7f80aa5e{padding:100px 15px 70px 15px;}.elementor-97 .elementor-element.elementor-element-624ffe42 .ts-heading-subheading{text-align:center;}.elementor-97 .elementor-element.elementor-element-0dead01{--spacer-size:20px;}.elementor-97 .elementor-element.elementor-element-72e0e818{text-align:center;}.elementor-97 .elementor-element.elementor-element-337b525e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 0px 0px 0px;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-item{border-width:0px;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-item .elementor-tab-content{border-width:0px;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-item .elementor-tab-title.elementor-active{border-width:0px;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-tab-title{background-color:#FFFFFF;padding:20px 20px 20px 20px;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-icon, .elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-title{color:#323232;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-icon svg{fill:#323232;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-active .elementor-accordion-icon, .elementor-97 .elementor-element.elementor-element-337b525e .elementor-active .elementor-accordion-title{color:#FFFFFF;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-active .elementor-accordion-icon svg{fill:#FFFFFF;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-accordion-title{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:600;}.elementor-97 .elementor-element.elementor-element-337b525e .elementor-tab-content{padding:20px 0px 0px 5px;}.elementor-97 .elementor-element.elementor-element-8b56b31{--spacer-size:50px;}.elementor-97 .elementor-element.elementor-element-766bf41{--spacer-size:50px;}.elementor-97 .elementor-element.elementor-element-1c0f2605 iframe{height:300px;}@media(max-width:767px){.elementor-97 .elementor-element.elementor-element-7f80aa5e{padding:30px 20px 10px 20px;}.elementor-97 .elementor-element.elementor-element-1fabf548 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-97 .elementor-element.elementor-element-337b525e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b89b0b2 *//* --- GENERAL --- */
.lens-checkup-page {
  font-family: sans-serif; /* Optionally, replace with your website's font */
  color: #333;
  line-height: 1.6;
}

.lcu-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.lcu-section, .lcu-cta {
  padding: 60px 0;
}

.lcu-light-bg {
  background-color: #f4f4f4;
}

h1, h2, h3 {
  color: #114b78; /* Dark blue for titles */
  margin-bottom: 20px;
}

h2 { font-size: 2em; }

.lcu-center-text { text-align: center; }

/* --- BUTTONS --- */
.lcu-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;
}

.lcu-button-primary { background-color: #18dbdb; color: #fff; }
.lcu-button-primary:hover { background-color: #114b78; color: #fff; }
.lcu-button-secondary { background-color: #114b78; color: #fff; }
.lcu-button-secondary:hover { background-color: #18dbdb; color: #fff; }

/* --- HERO SECTION --- */
.lcu-hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.lcu-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(17, 75, 120, 0.7);
}

.lcu-hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.lcu-hero h1 { font-size: 3em; color: white; }
.lcu-hero p { font-size: 1.4em; margin-bottom: 30px; }

/* --- RECOGNITION LIST --- */
.lcu-recognition-list ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}
.lcu-recognition-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) --- */
.lcu-flex-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.lcu-flex-item { flex: 1; }
.lcu-flex-item.lcu-image img { width: 100%; height: auto; border-radius: 8px; }
.lcu-flex-item ul { list-style-type: '✓ '; padding-left: 20px; }

/* --- STEP LIST --- */
.lcu-step-list {
    list-style: none;
    padding-left: 0;
}
.lcu-step-list li {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #18dbdb;
}
.lcu-step-list h3 {
    font-size: 1.2em;
    margin-top:0;
}

/* --- BENEFITS GRID --- */
.lcu-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}
.lcu-benefit-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}
.lcu-benefit-item .lcu-icon { font-size: 2.5em; }

/* --- CTA SECTION --- */
.lcu-cta { background-color: #114b78; color: white; }
.lcu-cta h2, .lcu-cta p { color: white; }
.lcu-cta p { font-size: 1.2em; margin-bottom: 30px; }

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
  .lcu-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  h1, .lcu-hero h1 { font-size: 2.5em; }
  h2 { font-size: 1.8em; }
  .lcu-hero p { font-size: 1.2em; }
  
  .lcu-flex-container { flex-direction: column; }
  .reverse-on-mobile { flex-direction: column-reverse; }
  .lcu-benefits-grid { grid-template-columns: 1fr; }
}/* End custom CSS */