.elementor-1195 .elementor-element.elementor-element-c280e2a{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1195 .elementor-element.elementor-element-0c89456{text-align:center;}.elementor-1195 .elementor-element.elementor-element-0c89456 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-1195 .elementor-element.elementor-element-d83a407{--display:flex;}/* Start custom CSS for html, class: .elementor-element-817e797 *//* ====== AUTHOR BIO SECTION ====== */
.author-bio {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  margin: 2rem 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* ====== AUTHOR PHOTO ====== */
.author-photo,
.author-logo {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #f8f8f8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* ====== AUTHOR INFO ====== */
.author-container {
  flex: 1;
  min-width: 250px;
}

.author-bio h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #222;
}

.author-title {
  font-size: 1rem;
  color: #999;
  margin-bottom: 1rem;
}

.author-bio p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 0.8rem;
}

/* ====== SOCIAL LINKS ====== */
.author-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.author-social a {
  color: #e91e63;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.author-social a:hover {
  color: #111;
  text-decoration: underline;
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 768px) {
  .author-bio {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .author-photo,
  .author-logo {
    width: 120px;
    height: 120px;
  }

  .author-container {
    margin-top: 1rem;
  }
}/* End custom CSS */