.elementor-3306 .elementor-element.elementor-element-5ac79c5{z-index:99;}/* Start custom CSS for html, class: .elementor-element-5ac79c5 *//* Layout */
.gws-consultants-grid { max-width: 1100px; margin: 0 auto; padding: 1.5rem; }
.gws-heading { font-size: clamp(1.5rem, 2.5vw, 2rem); margin: 0 0 1rem; }
.gws-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) { .gws-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .gws-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* Card styling */
.gws-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(0,0,0,.04);
  padding: 1rem;
  text-align: center;
}

/* Circular images */
.gws-media {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.75rem auto;
}
.gws-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Typography */
.gws-name {
  margin: 0 0 .25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.gws-role {
  margin: 0 0 .75rem;
  color: #555;
  font-size: 0.98rem;
  font-weight: 400;
}

/* Buttons */
.gws-locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
}
.gws-btn {
  display: inline-block;
  padding: .55rem .8rem;
  border-radius: 999px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.gws-btn:hover, .gws-btn:focus {
  border-color: #bbb;
  outline: 2px solid transparent;
  outline-offset: 2px;
}/* End custom CSS */