.elementor-2623 .elementor-element.elementor-element-148bf67f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2623 .elementor-element.elementor-element-2301f8d{width:100%;max-width:100%;}.elementor-2623 .elementor-element.elementor-element-ca53a10{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2623 .elementor-element.elementor-element-60d25324{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2301f8d *//* ===============================
   Refined ABOUT US Hero Section
   =============================== */
.iivr-about-hero {
  position: relative;
  width: 100%;
  height: 25vh; /* kam height */
  background-image: url('https://icariivr.org.in/wp-content/uploads/2025/11/able-res-4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay — halki opacity */
.iivr-about-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18); /* opacity kam */
  z-index: 1;
}

/* Text placement */
.iivr-about-content {
  position: absolute;
  bottom: 75px;   /* thoda upar shift */
  left: 60px;
  z-index: 2;
}

/* Text styling */
.iivr-about-content h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;        /* bold removed */
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .iivr-about-hero { height: 30vh; }
  .iivr-about-content { left: 30px; bottom: 40px; }
  .iivr-about-content h1 { font-size: 1.6rem; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-148bf67f *//* ============================================
   Remove all default container gaps in Elementor
   ============================================ */

/* Target current page container */
.elementor-container,
.elementor-section,
.elementor-widget-wrap,
.elementor-element {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Specific fix for your hero container */
.iivr-about-hero,
.iivr-about-hero .elementor-container,
.iivr-about-hero .elementor-widget-wrap,
.iivr-about-hero .elementor-element {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Ensure full-width stretch */
.elementor-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* Sometimes Elementor adds internal gap on flex containers */
.elementor-container > .elementor-column {
  padding: 0 !important;
  margin: 0 !important;
}

/* If using flexbox container */
.elementor-element.elementor-container {
  gap: 0 !important;
}

/* Adjacent section spacing fix */
.iivr-about-hero + .elementor-section {
  margin-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60d25324 *//* ===== About Page v4 ===== */
.iivr-aboutv3, .iivr-aboutv3 * { font-family: "Roboto", sans-serif; }

/* Breadcrumb */
.iivr-aboutv3-bc {
  margin: 0 0 30px;
  padding: 12px 18px;
  background: #FAF0D3;
  font-size: 0.95rem;
  color: #444;
  border-radius: 6px;
}
.iivr-aboutv3-bc a {
  color: #0b5f4a;
  text-decoration: none;
  font-weight: 500;
}
.iivr-aboutv3-bc a:hover { text-decoration: underline; }
.iivr-aboutv3-bc span {
  margin: 0 6px;
  color: #888;
}

/* Layout grid */
.iivr-aboutv3-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 32px;
  align-items: start;
}

/* Sidebar */
.iivr-aboutv3-sidebar {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 18px;
}
.iivr-aboutv3-menu { list-style: none; margin: 0; padding: 0; }
.iivr-aboutv3-menu li { margin: 8px 0; }
.iivr-aboutv3-menu a {
  display: block;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.iivr-aboutv3-menu a:hover {
  background: #f5f7f6;
  color: #0b5f4a;
}
.iivr-aboutv3-menu .is-active > a {
  background: #eaf3ef;
  color: #0b5f4a;
  border-left: 4px solid #F05F57;   /* updated color */
  padding-left: 8px;
  font-weight: 500;
}

/* Right content */
.iivr-aboutv3-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 25px 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.iivr-aboutv3-content h1 {
  font-size: 1.6rem;
  color: #222;
  border-left: 4px solid #F05F57;  /* updated color */
  padding-left: 10px;
  margin-bottom: 10px;
}
.iivr-aboutv3-subhead {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 15px;
}
.iivr-aboutv3-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1024px) {
  .iivr-aboutv3-grid {
    grid-template-columns: 1fr;
  }
  .iivr-aboutv3-sidebar {
    margin-bottom: 20px;
  }
}
/* ===== Breadcrumb ===== */
.iivr-aboutv3-bc{
  background:#FAF0D3;
  padding:10px 16px;
  font:400 14px/1.4 "Roboto", sans-serif;
  border-radius:6px;
  margin:0 0 18px;
}
.iivr-aboutv3-bc a{ color:#333; text-decoration:none; }
.iivr-aboutv3-bc span{ color:#666; margin:0 6px; }

/* ===== Single-row layout ===== */
.iivr-aboutv3-row{ display:flex; gap:20px; flex-wrap:wrap; align-items:flex-start; }

/* Sidebar */
.iivr-aboutv3-sidebar{
  flex:0 0 25%;
  background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:18px 20px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-menu{ list-style:none; margin:0; padding:0; font-family:"Roboto",sans-serif; }
.iivr-aboutv3-menu li{ margin:8px 0; }
.iivr-aboutv3-menu a{
  display:block; padding:10px 16px; font-size:15px; color:#222; border-radius:6px;
  text-decoration:none; transition:all .25s ease;
}
.iivr-aboutv3-menu a:hover,
.iivr-aboutv3-menu .is-active a{
  background:#006B5B; color:#fff; border-left:5px solid #F05F57; padding-left:11px;
  box-shadow:0 2px 6px rgba(0,0,0,.1);
}
.iivr-aboutv3-menu .is-active a{ font-weight:500; }

/* Right card */
.iivr-aboutv3-content{
  flex:1 1 72%;
  background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:22px 24px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-content h1{
  margin:0 0 14px; font:600 1.7rem/1.3 "Roboto",sans-serif; color:#222;
  border-left:4px solid #F05F57; padding-left:10px;
}

/* Organogram image block */
.org-chart{ margin:0; }
.org-chart img{
  width:100%; height:auto; display:block;
  border-radius:8px; border:1px solid #e8e8e8;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  background:#f7f9f8;             /* behind transparent PNGs */
  object-fit:contain;              /* no crop */
}

/* Responsive */
@media (max-width: 991px){
  .iivr-aboutv3-sidebar, .iivr-aboutv3-content{ flex:0 0 100%; }
}
/* Breadcrumb */
.iivr-aboutv3-bc{
  background:#FAF0D3; padding:10px 16px; border-radius:6px;
  font:400 14px/1.4 "Roboto",sans-serif; margin:0 0 18px;
}
.iivr-aboutv3-bc a{ color:#333; text-decoration:none; }
.iivr-aboutv3-bc span{ color:#666; margin:0 6px; }

/* Layout */
.iivr-aboutv3-row{ display:flex; gap:20px; flex-wrap:wrap; align-items:flex-start; }

/* Sidebar */
.iivr-aboutv3-sidebar{
  flex:0 0 25%; background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:18px 20px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-menu{ list-style:none; margin:0; padding:0; font-family:"Roboto",sans-serif; }
.iivr-aboutv3-menu li{ margin:8px 0; }
.iivr-aboutv3-menu a{
  display:block; padding:10px 16px; font-size:15px; color:#222; border-radius:6px;
  text-decoration:none; transition:all .25s ease;
}
.iivr-aboutv3-menu a:hover,
.iivr-aboutv3-menu .is-active a{
  background:#006B5B; color:#fff; border-left:5px solid #F05F57; padding-left:11px;
  box-shadow:0 2px 6px rgba(0,0,0,.1);
}
.iivr-aboutv3-menu .is-active a{ font-weight:500; }

/* Content */
.iivr-aboutv3-content{
  flex:1 1 72%;
  background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:22px 24px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-content h1{
  margin:0 0 14px; font:600 1.7rem/1.3 "Roboto",sans-serif; color:#222;
  border-left:4px solid #F05F57; padding-left:10px;
}

/* Directors List */
.dd-list{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:0 0 18px;
}
.dd-col{
  background:#fafafa; border:1px solid #eee; border-radius:8px; padding:12px 14px;
}
.dd-col h4{ margin:0 0 8px; font:600 1rem/1.2 "Roboto",sans-serif; color:#2a2a2a; }
.dd-col ul{ margin:0; padding-left:18px; font-size:14px; line-height:1.6; }
.dd-col li{ margin:4px 0; }
.muted{ color:#999; }

/* Director Card */
.dd-card{
  display:flex; gap:20px; align-items:flex-start;
  background:#fff; border:1px solid #eaeaea; border-radius:8px; padding:18px 20px;
}
.dd-photo img{
  width:300px; height:auto; display:block; border-radius:8px;
  border:1px solid #e8e8e8; box-shadow:0 8px 22px rgba(0,0,0,.06); object-fit:cover;
}
.dd-text{ flex:1 1 auto; }
.dd-name{ margin:0 0 4px; font:700 1.35rem/1.3 "Roboto",sans-serif; color:#222; }
.dd-title{ margin:0 0 10px; font:500 1rem/1.2 "Roboto",sans-serif; color:#555; }
.dd-text p{ margin:0 0 12px; color:#444; line-height:1.75; }

/* Responsive */
@media (max-width: 1200px){
  .dd-list{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 991px){
  .iivr-aboutv3-sidebar, .iivr-aboutv3-content{ flex:0 0 100%; }
  .dd-card{ flex-direction:column; }
  .dd-photo img{ width:100%; max-width:360px; }
  .dd-list{ grid-template-columns:1fr; }
}
/* make the new list two columns */
.dd-list--compact {
  grid-template-columns: repeat(2, 1fr);
}

/* small spacing polish */
.dd-col h4 {
  margin-bottom: 10px;
}
.dd-col ul li {
  margin: 6px 0;
}
/* Breadcrumb */
.iivr-aboutv3-bc{
  background:#FAF0D3; padding:10px 16px; border-radius:6px;
  font:400 14px/1.4 "Roboto",sans-serif; margin:0 0 18px;
}
.iivr-aboutv3-bc a{ color:#333; text-decoration:none; }
.iivr-aboutv3-bc span{ color:#666; margin:0 6px; }

/* Layout */
.iivr-aboutv3-row{ display:flex; gap:20px; flex-wrap:wrap; align-items:flex-start; }

/* Sidebar */
.iivr-aboutv3-sidebar{
  flex:0 0 25%; background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:18px 20px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-menu{ list-style:none; margin:0; padding:0; font-family:"Roboto",sans-serif; }
.iivr-aboutv3-menu li{ margin:8px 0; }
.iivr-aboutv3-menu a{
  display:block; padding:10px 16px; font-size:15px; color:#222; border-radius:6px;
  text-decoration:none; transition:all .25s ease;
}
.iivr-aboutv3-menu a:hover,
.iivr-aboutv3-menu .is-active a{
  background:#006B5B; color:#fff; border-left:5px solid #F05F57; padding-left:11px;
  box-shadow:0 2px 6px rgba(0,0,0,.1);
}
.iivr-aboutv3-menu .is-active a{ font-weight:500; }

/* Right content card */
.iivr-aboutv3-content{
  flex:1 1 72%;
  background:#fff; border:1px solid #e5e5e5; border-radius:8px;
  padding:22px 24px; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-content h1{
  margin:0 0 14px; font:600 1.7rem/1.3 "Roboto",sans-serif; color:#222;
  border-left:4px solid #F05F57; padding-left:10px;
}

.card-block{ margin:6px 0 22px; }
.sec-title{ margin:0 0 10px; font:600 1.15rem/1.3 "Roboto",sans-serif; color:#222; }
.group-title{
  margin:18px 0 10px; padding-bottom:6px; border-bottom:2px solid #ececec;
  font:700 1rem/1.2 "Roboto",sans-serif; letter-spacing:.3px; color:#1e1e1e;
}

/* Table base */
.tbl-wrap{ width:100%; overflow:auto; }
.iivr-table{
  width:100%; border-collapse:separate; border-spacing:0;
  font:400 15px/1.6 "Roboto",sans-serif; color:#222; background:#fff;
  border:1px solid #e8e8e8; border-radius:8px; overflow:hidden;
}

/* Table header - changed to Green */
.iivr-table thead th{
  background:#006B5B; color:#fff; font-weight:600; text-align:left;
  padding:12px 14px; white-space:nowrap;
}
.iivr-table tbody td{
  padding:12px 14px; border-top:1px solid #efefef; vertical-align:top;
}
.iivr-table tbody tr:nth-child(even){ background:#fafafa; }
.iivr-table .row-total td{
  background:#FFF7F5; font-weight:600; border-top:2px solid #ffd7cc;
}
.iivr-table tfoot .grand-total td{
  background:#FFF0EA; font-weight:700; border-top:2px solid #ffcab3;
}

/* People table extras */
.iivr-table--people tbody td a{ color:#0b57d0; text-decoration:underline; }

/* Division title */
.div-title{
  margin:18px 0 8px; padding-bottom:6px; border-bottom:3px solid #006B5B;
  font:700 1.15rem/1.2 "Roboto",sans-serif; color:#006B5B;
}

/* Responsive */
@media (max-width: 991px){
  .iivr-aboutv3-sidebar, .iivr-aboutv3-content{ flex:0 0 100%; }
}
/* small helpers for boxes & clean lists */
.iivr-note{
  background:#F7FFFC; border:1px solid #CBE7E2; border-left:5px solid #006B5B;
  padding:14px 16px; border-radius:8px; margin:14px 0;
}
.iivr-note h3{ margin:0 0 8px; font-size:1.05rem; color:#0b3f39; }
.iivr-clean{ margin:8px 0 0 18px; }
.iivr-clean li{ margin:6px 0; }
.mt24{ margin-top:24px; }
.mb0{ margin-bottom:0; }
/* faculty avatar */
.kvk-avatar {
  width:78px;
  height:78px;
  object-fit:cover;
  border-radius:6px;
  border:2px solid #e6f2ef;
  background:#f7f9f8;
}

/* table & links */
.iivr-table-wrapper { overflow-x:auto; margin-top:14px; }
.iivr-table {
  width:100%;
  border-collapse:collapse;
  font-family:"Roboto",sans-serif;
  font-size:15px;
  color:#222;
}
.iivr-table th {
  background:#0d6b61;
  color:#fff;
  padding:10px 8px;
  text-align:left;
  font-weight:600;
}
.iivr-table td {
  border:1px solid #e0e0e0;
  padding:8px 10px;
  vertical-align:middle;
}
.iivr-table a { color:#0a6c5b; text-decoration:none; }
.iivr-table a:hover { text-decoration:underline; }
.kvk-avatar{
  width:78px;height:78px;object-fit:cover;border-radius:6px;
  border:2px solid #e6f2ef;background:#f7f9f8;
}
.iivr-table-wrapper{overflow-x:auto;margin-top:14px;}
.iivr-table{
  width:100%;border-collapse:collapse;
  font-family:"Roboto",sans-serif;font-size:15px;color:#222;
}
.iivr-table th{
  background:#0d6b61;color:#fff;padding:10px 8px;text-align:left;font-weight:600;
}
.iivr-table td{border:1px solid #e0e0e0;padding:8px 10px;vertical-align:middle;}
.iivr-table a{color:#0a6c5b;text-decoration:none;}
.iivr-table a:hover{text-decoration:underline;}
/* ==== Restore Centres menu to original card look (as in IIVR Centre – Varanasi) ==== */
.side {
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 16px;
}

.side h4 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #0f6a60;
}

.centres-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.centres-list li {
  margin-bottom: 10px;
}

.centres-list a {
  display: block;
  background: #ffffff;
  border: 1px solid #e6ecec;
  border-radius: 12px;
  padding: 12px 14px;
  color: #1b2b2a;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}

.centres-list a:hover {
  border-color: #b5d9d3;
  color: #0f6a60;
}

.centres-list a.active {
  background: #0f6a60;
  color: #fff;
  border-color: #0f6a60;
  box-shadow: 8px 8px 0 0 #F05F57; /* coral shadow bar */
}/* End custom CSS */