.elementor-6023 .elementor-element.elementor-element-67f2704{--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-6023 .elementor-element.elementor-element-7d48dd24{width:100%;max-width:100%;}.elementor-6023 .elementor-element.elementor-element-392bd3eb{--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-6023 .elementor-element.elementor-element-61731b02{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7d48dd24 *//* ===============================
   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-67f2704 *//* ============================================
   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-61731b02 *//* Breadcrumb */
.iivr-aboutv3-bc{
  background:#FAF0D3;
  padding:10px 16px;
  border-radius:6px;
  font-size:15px;
  margin-bottom:18px;
}
.iivr-aboutv3-bc a{ color:#333; text-decoration:none; }
.iivr-aboutv3-bc span{ margin:0 6px; color:#666; }

/* Layout */
.iivr-aboutv3-row{
  display:flex;
  gap:24px;
  align-items:flex-start;
}

/* Sidebar */
.iivr-aboutv3-sidebar{
  align-self:flex-start;
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:10px;
  padding:16px;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.iivr-aboutv3-menu{ list-style:none; margin:0; padding:0; }
.iivr-aboutv3-menu li{ margin:8px 0; }
.iivr-aboutv3-menu a{
  display:block;
  padding:12px 18px;
  font-size:17px;
  color:#222;
  text-decoration:none;
  border-radius:8px;
}
.iivr-aboutv3-menu a:hover,
.iivr-aboutv3-menu .is-active a{
  background:#006B5B;
  color:#fff;
  border-left:5px solid #F05F57;
  padding-left:13px;
}

/* Content */
.iivr-aboutv3-content{
  flex:1;
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:10px;
  padding:28px 32px;
}
.iivr-aboutv3-content h1{
  font-size:28px;
  border-left:4px solid #F05F57;
  padding-left:12px;
  margin-bottom:12px;
}
.iivr-subtitle{
  font-size:20px;
  margin-bottom:18px;
}

/* Table */
.iivr-table-card{
  border:1px solid #e5e5e5;
  border-radius:10px;
  overflow:hidden;
}
.iivr-table{
  width:100%;
  border-collapse:collapse;
}
.iivr-table thead{
  background:#006B5B;
  color:#fff;
}
.iivr-table th,
.iivr-table td{
  padding:14px 16px;
  border-bottom:1px solid #ddd;
  font-size:17px;
}
.iivr-table a{
  color:#0056ff;
  text-decoration:underline;
}

/* Responsive */
@media(max-width:991px){
  .iivr-aboutv3-row{ flex-direction:column; }
}
/* Sidebar box */
.iivr-aboutv3-sidebar{
  flex:0 0 280px;              /* WIDTH FIX */
  background:#ffffff;
  border:1px solid #e5e5e5;
  border-radius:12px;
  padding:18px 18px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

/* Menu reset */
.iivr-aboutv3-menu{
  list-style:none;
  margin:0;
  padding:0;
}

/* Section heading */
.iivr-aboutv3-menu .menu-section span{
  display:block;
  background:#006B5B;
  color:#ffffff;
  padding:12px 18px;
  font-size:18px;
  border-radius:10px;
  margin-bottom:14px;
  border-left:6px solid #F05F57;
}

/* Menu links */
.iivr-aboutv3-menu a{
  display:block;
  padding:12px 18px;
  font-size:18px;
  color:#222;
  text-decoration:none;
  border-radius:8px;
  transition:all .25s ease;
}

/* ACTIVE = Scientists */
.iivr-aboutv3-menu .is-active a{
  background:#006B5B;
  color:#ffffff;
  border-left:6px solid #F05F57;
  padding-left:14px;
}

/* HOVER same as ACTIVE */
.iivr-aboutv3-menu li a:hover{
  background:#006B5B;
  color:#ffffff;
  border-left:6px solid #F05F57;
  padding-left:14px;
}/* End custom CSS */