.elementor-362 .elementor-element.elementor-element-7794b00{--display:flex;}.elementor-362 .elementor-element.elementor-element-9cbbbe7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-440c6a0 *//* ===== Grid ===== */
.med-grid{
  font-family: "Hind Siliguri", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

/* ===== Card ===== */
.med-card2{
  background: #f3f6f8;
  border-radius: 20px;
  padding: 28px 20px 24px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

/* ===== Avatar Rings ===== */
.med-avatarWrap{
  width: 170px;
  height: 170px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(0,0,0,0.03);
  display: grid;
  place-items: center;
}

.med-avatarRing{
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  display: grid;
  place-items: center;
  padding: 10px;
}

.med-avatar{
  width: 120px;
  height: 120px;
  border-radius: 999px;
  overflow: hidden;
  background: #ffffff;
  border: 6px solid #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.med-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Text ===== */
.med-name2{
  margin: 6px 0 6px;
  font-size: 28px;
  font-weight: 700;
  color: #0b0b0b;
  line-height: 1.15;
}

.med-college2{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
  color: #24324a;
}

.med-meta2{
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2a3a56;
}

/* Session আরও উপরে তোলা (final) */
.med-session2{
  margin: -15px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

/* ===== Responsive ===== */
@media (max-width: 1024px){
  .med-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .med-name2{
    font-size: 26px;
  }
}

@media (max-width: 767px){
  .med-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .med-card2{
    padding: 24px 16px 20px;
  }
  .med-avatarWrap{
    width: 160px;
    height: 160px;
  }
  .med-avatarRing{
    width: 134px;
    height: 134px;
  }
  .med-avatar{
    width: 116px;
    height: 116px;
  }
}/* End custom CSS */