.elementor-8466 .elementor-element.elementor-element-38d42fa9{--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-8466 .elementor-element.elementor-element-3fd8bd73{width:100%;max-width:100%;}.elementor-8466 .elementor-element.elementor-element-2df46340{--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-8466 .elementor-element.elementor-element-59c36ef2{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3fd8bd73 *//* ===============================
   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-38d42fa9 *//* ============================================
   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-59c36ef2 *//* ================= ROOT ================= */
:root{
  --iivr-green:#006B5B;
  --iivr-green-soft:#eef6f3;
  --coral:#F05F57;
  --cream:#FAF0D3;
  --text:#222;
  --muted:#666;
  --border:#e6e6e6;
}

/* ================= BREADCRUMB ================= */
.iivr-aboutv3-bc{
  background:var(--cream);
  padding:12px 22px;
  font-size:15px;
  border-radius:6px;
  margin-bottom:26px;
}
.iivr-aboutv3-bc a{
  color:#333;
  text-decoration:none;
  font-weight:500;
}
.iivr-aboutv3-bc span{
  margin:0 6px;
  color:#777;
}

/* ================= LAYOUT ================= */
.iivr-aboutv3-row{
  display:flex;
  gap:28px;
  align-items:flex-start;
  flex-wrap:wrap;
}

/* ================= SIDEBAR ================= */
.iivr-aboutv3-sidebar{
  flex:0 0 26%;
  background:#ffffff;
  border-radius:12px;
  padding:22px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  border:none;
}

.iivr-aboutv3-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.iivr-aboutv3-menu li{
  margin-bottom:10px;
}

.iivr-aboutv3-menu a{
  display:block;
  padding:12px 18px;
  font-size:16px;
  color:var(--text);
  text-decoration:none;
  border-radius:8px;
  transition:.25s ease;
}

/* Active + Hover */
.iivr-aboutv3-menu .is-active a,
.iivr-aboutv3-menu a:hover{
  background:var(--iivr-green);
  color:#fff;
  border-left:5px solid var(--coral);
  padding-left:13px;
}

/* ================= CONTENT ================= */
.iivr-aboutv3-content{
  flex:1 1 70%;
  background:#ffffff;
  border-radius:14px;
  padding:34px 36px;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  border:none;
}

/* ================= PAGE HEADING ================= */
.iivr-aboutv3-content h1{
  font-size:32px;
  font-weight:700;
  color:var(--text);
  margin:0 0 26px 0;
  padding-left:18px;
  border-left:6px solid var(--coral);
  line-height:1.25;
}

/* ================= INTRO – GREEN STRIPE ================= */
/* For pages where .vi-intro is used */
.vi-intro{
  position:relative;
  background:var(--iivr-green-soft);
  padding:26px 30px;
  margin:0 0 32px 0;
  border-radius:10px;
}
.vi-intro::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:var(--iivr-green);
  border-radius:10px 0 0 10px;
}

/* Auto intro for NEW pages (H1 ke baad first paragraph) */
.iivr-aboutv3-content h1 + p{
  position:relative;
  background:var(--iivr-green-soft);
  padding:26px 30px;
  margin:0 0 32px 0;
  border-radius:10px;
}
.iivr-aboutv3-content h1 + p::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:6px;
  background:var(--iivr-green);
  border-radius:10px 0 0 10px;
}

/* ================= SECTIONS ================= */
.vi-section{
  margin-bottom:32px;
}

.iivr-aboutv3-content p{
  font-size:18px;
  line-height:1.9;
  color:#333;
  margin-bottom:18px;
}

/* ================= LINKS / BUTTON ================= */
.iivr-links{
  margin-top:30px;
}

.iivr-links a,
.iivr-links button{
  background:var(--iivr-green);
  color:#fff;
  padding:12px 22px;
  border-radius:8px;
  font-size:16px;
  text-decoration:none;
  border:none;
  display:inline-block;
  transition:.3s ease;
}

.iivr-links a:hover,
.iivr-links button:hover{
  background:#04594c;
}
.iivr-table-card{
  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:16px;
}
.iivr-table a{
  color:#0056ff;
  text-decoration:underline;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .iivr-aboutv3-sidebar,
  .iivr-aboutv3-content{
    flex:0 0 100%;
  }

  .iivr-aboutv3-content{
    padding:26px 22px;
  }
}
/* ================= INSTITUTE PROJECT TABLE – REFINED LOOK ================= */

/* Section ko card feel dena (without disturbing layout) */
.vi-section{
  background:#ffffff;
  border-radius:14px;
  padding:24px;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
  border:1px solid #e4ece9;
}

/* Table base override */
.iivr-table{
  border-collapse:separate;
  border-spacing:0;
  font-size:16px;
}

/* MAIN HEADING ROW (Division title) */
.iivr-table thead tr:first-child th{
  background:linear-gradient(
    135deg,
    var(--iivr-green) 0%,
    #2f6f60 100%
  );
  color:#fff;
  font-size:18px;
  font-weight:600;
  text-align:center;
  padding:14px 12px;
  border-radius:10px 10px 0 0;
  letter-spacing:.3px;
}

/* COLUMN HEADERS */
.iivr-table thead tr:nth-child(2) th{
  background:var(--iivr-green-soft);
  color:var(--iivr-green);
  font-weight:600;
  padding:12px 14px;
  border-bottom:2px solid #d6e7e1;
}

/* BODY CELLS */
.iivr-table tbody td{
  padding:14px 16px;
  border-bottom:1px solid #e6e6e6;
  color:#333;
  background:#fff;
}

/* Sr No column */
.iivr-table tbody td:first-child{
  width:80px;
  text-align:center;
  font-weight:600;
  color:var(--iivr-green);
}

/* Alternate rows – subtle */
.iivr-table tbody tr:nth-child(even){
  background:#f9fdfb;
}

/* Hover effect – clean */
.iivr-table tbody tr:hover{
  background:#eef6f3;
}

/* Last row border remove */
.iivr-table tbody tr:last-child td{
  border-bottom:none;
}

/* Mobile tuning */
@media(max-width:768px){
  .vi-section{
    padding:18px;
  }

  .iivr-table{
    font-size:15px;
  }

  .iivr-table thead tr:first-child th{
    font-size:16px;
  }
}/* End custom CSS */