.elementor-374 .elementor-element.elementor-element-1a4580c{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:column;--margin-top:1px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;--padding-top:3px;--padding-bottom:3px;--padding-left:3px;--padding-right:3px;}.elementor-374 .elementor-element.elementor-element-1a4580c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-374 .elementor-element.elementor-element-da3d46b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-374 .elementor-element.elementor-element-13b6147{grid-column:span 3;}.elementor-374 .elementor-element.elementor-element-223f5cd > .elementor-widget-container{padding:0px 0px 0px 32px;}.elementor-374 .elementor-element.elementor-element-223f5cd{grid-column:span custom;}@media(max-width:1024px){.elementor-374 .elementor-element.elementor-element-1a4580c{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-374 .elementor-element.elementor-element-1a4580c{--width:100.62%;}}@media(max-width:767px){.elementor-374 .elementor-element.elementor-element-1a4580c{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-da3d46b *//* Force left alignment for sidebar menu */
.iqac-sidebar ul li a {
  text-align: left !important;  /* ✅ overrides justify */
  display: block;
  padding: 12px 18px;           /* inner spacing */
  line-height: 1.5;             /* nice vertical spacing */
  word-spacing: normal;         /* remove extra spaces */
}

.iqac-sidebar {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 4px;
  overflow: hidden;
}

.iqac-sidebar .sidebar-title {
  background: #800000;
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  font-size: 18px;
}

.iqac-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iqac-sidebar ul li {
  border-bottom: 1px solid #ddd;
}

.iqac-sidebar ul li:last-child {
  border-bottom: none;
}

.iqac-sidebar ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #800000;
  font-weight: 500;
}

.iqac-sidebar ul li a:hover {
  background: #f0f0f0;
  color: #000;
}
/* Sidebar menu with icons */
.iqac-sidebar ul li a {
  text-align: left !important;
  display: block;
  padding: 12px 18px 12px 28px;  /* extra left padding for icon space */
  line-height: 1.5;
  position: relative;
  color: #800000;
  font-weight: 500;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13b6147 */.iqac-content h2 {
  color: #800000;
  border-bottom: 2px solid #800000;
  padding-bottom: 5px;
  margin: 25px 0 15px;
}

.iqac-content p {
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Custom Bullet Points */
.iqac-objectives {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}

.iqac-objectives li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  line-height: 1.6;
}

.iqac-objectives li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #800000;
  font-weight: bold;
  font-size: 16px;
}
/* Fix main content alignment */
.iqac-content p {
  text-align: left !important;  /* override justify */
  line-height: 1.6;
  margin-bottom: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-223f5cd */.iqac-info {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 6px;
  height: fit-content; /* ✅ only as tall as its content */
}

/* Leadership heading */
.iqac-info .info-title {
  background: #800000;
  color: #fff;
  margin: -20px -20px 15px -20px;
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 6px 6px 0 0;
}

/* Each person */
.iqac-info .person {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.iqac-info .person img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
  border: 2px solid #800000;
}
.iqac-info .person p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1a4580c *//* Sidebar */
.iqac-sidebar {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 4px;
  overflow: hidden;
}

.iqac-sidebar .sidebar-title {
  background: #800000;
  color: #fff;
  margin: 0;
  padding: 12px 15px;
  font-size: 18px;
}

.iqac-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iqac-sidebar ul li {
  border-bottom: 1px solid #ddd;
}

.iqac-sidebar ul li:last-child {
  border-bottom: none;
}

.iqac-sidebar ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #800000;
  font-weight: 500;
}

.iqac-sidebar ul li a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Main Content */
.iqac-content h2 {
  color: #800000;
  border-bottom: 2px solid #800000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.iqac-content p {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Director Info */
.iqac-info {
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
}

.iqac-info .person {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.iqac-info .person img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 4px;
}

.iqac-info p {
  margin: 0;
  font-size: 14px;
}/* End custom CSS */