.elementor-533 .elementor-element.elementor-element-c4320b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background: linear-gradient(135deg, #f5e6ff, #e8f1ff);
  padding: 30px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.header {
  grid-column: span 2;
  text-align: center;
}

h1 {
  font-size: 34px;
  color: #6c63ff;
}

.designation {
  color: #777;
  margin-top: 5px;
  font-weight: 600;
}

.contact {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 14px;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #6c63ff;
}

p, li {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

ul {
  list-style: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  background: #f1f1ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.mt {
  margin-top: 15px;
}/* End custom CSS */