.elementor-201 .elementor-element.elementor-element-7b38982f{--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-201 .elementor-element.elementor-element-7a69e56{width:100%;max-width:100%;}.elementor-201 .elementor-element.elementor-element-20629034{--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-201 .elementor-element.elementor-element-6d396476{width:var( --container-widget-width, 101.407% );max-width:101.407%;--container-widget-width:101.407%;--container-widget-flex-grow:0;}.elementor-201 .elementor-element.elementor-element-6d396476.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7a69e56 *//* ===============================
   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-7b38982f *//* ============================================
   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-6d396476 *//* ===== 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%; }
}/* End custom CSS */