.elementor-22567 .elementor-element.elementor-element-f3e12b3{--display:flex;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-22567 .elementor-element.elementor-element-c92396d{font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-22567 .elementor-element.elementor-element-c92396d a{color:#0170B9;}/* Start custom CSS for global, class: .elementor-global-21388 */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

.author-box {
  font-family: 'DM Sans', system-ui, sans-serif;
  background-color: #fbf7f5;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  overflow: hidden;
  max-width: 100%;
}

.author-header {
  background: linear-gradient(to right, #e4e6f9, #fbf7f5);
  padding: 1rem 1.5rem;
}

.author-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .author-profile {
    flex-direction: row;
    align-items: flex-start;
  }
  .author-header {
    padding: 1.5rem;
  }
}

.author-image-container {
  position: relative;
}

.author-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .author-image {
    width: 80px;
    height: 80px;
  }
}

.author-info {
  flex: 1;
  text-align: center;
}

@media (min-width: 640px) {
  .author-info {
    text-align: left;
  }
}

.author-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #19444c;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .author-name {
    font-size: 1.5rem;
  }
}

.author-title {
  font-size: 1rem;
  color: #19444c;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.author-credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #19444c;
}

@media (min-width: 640px) {
  .author-credentials {
    justify-content: flex-start;
  }
}

.credential-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.author-content {
  padding: 1rem 1.5rem;
}

.author-bio {
  color: #19444c;
  line-height: 1.625;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .author-bio {
    font-size: 1rem;
  }
}

.expertise-section {
  margin-bottom: 1rem;
}

.section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #19444c;
  margin-bottom: 0.5rem;
}

.specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.specialty-tag {
  padding: 0.25rem 0.5rem;
  background-color: #e4e6f9;
  color: #1a444c;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.clients-section {
  border-top: 1px solid #f3f4f6;
  padding-top: 1.25rem;
}

.clients-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.client-logo {
  background-color: #e4e6f9;
  border-radius: 8px;
  padding: 0.25rem;
}

.client-logo img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}/* End custom CSS */