.elementor-210 .elementor-element.elementor-element-2c5aef2d{--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-210 .elementor-element.elementor-element-48ad754b{width:100%;max-width:100%;}.elementor-210 .elementor-element.elementor-element-1d1d98b1{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48ad754b *//* ===============================
   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-2c5aef2d *//* ============================================
   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-564fb3dc *//* ===== 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;
}
/* Hide the entire Directors List block (Current + Former) */
.dd-list,
.dd-list--compact,
.dd-col {
    display: none !important;
}
/* =============================
   GLOBAL FONT SIZE SETTINGS
   ============================= */

/* Breadcrumb – 15px */
.iivr-aboutv3-bc,
.iivr-aboutv3-bc a,
.iivr-aboutv3-bc span {
    font-size: 15px !important;
}

/* Sidebar menu – 17px */
.iivr-aboutv3-menu a {
    font-size: 17px !important;
}

/* Page Title (H1) – 28px */
.iivr-aboutv3-content h1 {
    font-size: 28px !important;
    line-height: 1.3;
}

/* Section Titles (H4) – 20px */
.dd-col h4,
.iivr-aboutv3-content h4 {
    font-size: 20px !important;
}

/* Paragraph Text – 18px */
.iivr-aboutv3-content p,
.dd-text p {
    font-size: 18px !important;
    line-height: 1.8;
}

/* List Items – 18px */
.dd-col ul li,
.iivr-aboutv3-content li {
    font-size: 18px !important;
    line-height: 1.7;
}

/* Director Name – adjust with scale */
.dd-name {
    font-size: 26px !important;
}

/* Director Title */
.dd-title {
    font-size: 20px !important;
}
/* Director photo – square with rounded corners */
.dd-photo{
  flex:0 0 220px;
  display:flex;
  justify-content:center;
}

.dd-photo img{
  width:200px;
  height:240px;
  border-radius:14px;          /* rounded corners */
  object-fit:cover;
  border:3px solid #eaf3ef;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
  background:#fff;
}

/* Mobile responsive */
@media (max-width: 991px){
  .dd-photo{
    width:100%;
    margin-bottom:14px;
  }
}/* End custom CSS */