.elementor-6841 .elementor-element.elementor-element-7cdfba5{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6841 .elementor-element.elementor-element-3653033 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-7cdfba5 */.faculty-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 20px 0;
}

.faculty-box {
  width: 28%;
  min-width: 260px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 16px;
  transition: 0.3s ease;
}

.faculty-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faculty-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}

.faculty-box h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: #1e293b; /* slate-800 */
}

.faculty-position {
  font-style: italic;
  color: #64748b; /* slate-500 */
  margin-bottom: 12px;
  font-size: 14px;
}

.faculty-average-box {
  background: #eef4ff;
  border: 1px solid #d0e3ff;
  padding: 6px 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  font-size: 14px;
  color: #1e40af;
}

.faculty-average-label {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 2px;
}

.faculty-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #334155;
}

.faculty-box p strong {
  display: block;
  margin-top: 8px;
  color: #0f172a;
  font-weight: 500;
}/* End custom CSS */