.elementor-104 .elementor-element.elementor-element-49790c0{--spacer-size:30px;}.elementor-104 .elementor-element.elementor-element-ae600d1{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-12f87dc *//* --- GENERAL --- */
.optometrist-bio-pagina {
  font-family: sans-serif; /* Replace with your website's font if needed */
  color: #333;
  line-height: 1.6;
}

.bio-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.bio-section {
  padding: 60px 0;
}

.bio-light-bg {
  background-color: #f4f4f4;
}

h1, h2, h3 {
  color: #114b78; /* Dark blue for titles */
  margin-bottom: 20px;
  line-height: 1.3;
}

.bio-center-text { text-align: center; }
.bio-section-intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
}

/* --- HERO SECTION --- */
.bio-hero {
  padding: 60px 0;
  background-color: #fff;
}

.bio-hero-layout {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bio-hero-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f4f4f4;
    flex-shrink: 0;
}

.bio-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bio-hero-text h1 {
  font-size: 2.8em;
  margin-top: 0;
}
.bio-hero-text .bio-intro {
  font-size: 1.2em;
}

/* --- FLEX CONTAINER (for text & image) --- */
.bio-flex-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.bio-flex-item { flex: 1; }
.bio-flex-item.bio-image img { 
  width: 100%; 
  height: auto; 
  border-radius: 8px; 
}

/* --- MISSION GRID --- */
.bio-mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.bio-mission-item {
    background-color: #f4f4f4;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border-bottom: 4px solid #18dbdb;
}
.bio-mission-item h3 {
    margin-top: 0;
    font-size: 1.3em;
}
.bio-mission-item p {
    margin-bottom: 0;
}

/* --- CALL TO ACTION (CTA) SECTION --- */
.bio-cta {
  padding: 80px 0;
  text-align: center;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bio-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(17, 75, 120, 0.85); /* Dark blue overlay */
}

.bio-cta-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.bio-cta h2 {
  font-size: 2.2em;
  color: white;
}
.bio-cta p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.bio-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;
  background-color: #18dbdb;
  color: #fff;
}
.bio-button:hover {
  background-color: #fff;
  color: #114b78;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
  .bio-hero-layout, .bio-flex-container {
    flex-direction: column;
    text-align: center;
  }
  .bio-hero-image {
    margin: 0 auto 20px auto;
  }
  h1, .bio-hero-text h1 { font-size: 2.2em; }
}/* End custom CSS */