.elementor-426 .elementor-element.elementor-element-2fb885c8{--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-426 .elementor-element.elementor-element-107c481a{width:100%;max-width:100%;}.elementor-426 .elementor-element.elementor-element-53352620{--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-426 .elementor-element.elementor-element-4c571b6e{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-107c481a *//* ===============================
   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-2fb885c8 *//* ============================================
   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-4c571b6e *//* ================= FONT SIZE STANDARDIZATION ================= */

/* Page Title */
.iivr-aboutv3-content h1{
  font-size: 28px;
}

/* Section Titles (Vision, Objectives, Achievements, etc.) */
.iivr-aboutv3-content h2,
.iivr-aboutv3-content h4{
  font-size: 20px;
}

/* Paragraph text */
.iivr-aboutv3-content p{
  font-size: 18px;
  line-height: 1.8;
}

/* List items */
.iivr-aboutv3-content ul li{
  font-size: 18px;
  line-height: 1.8;
}

/* Sidebar menu items */
.iivr-aboutv3-menu a{
  font-size: 17px;
}

/* Breadcrumb */
.iivr-aboutv3-bc{
  font-size: 15px;
}
/* ================= PAGE TITLE DESIGN UPDATE ================= */

/* Main Page Title */
.iivr-aboutv3-content h1{
  font-size: 28px;            /* already agreed */
  color: #1f2937;
  margin: 0 0 8px;
  padding-left: 16px;         /* thoda space badhaya */
  position: relative;
  font-weight: 700;
}

/* LEFT CORAL LINE – thicker now */
.iivr-aboutv3-content h1::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 8px;                 /* ⬅️ pehle 6px tha, ab mota */
  background: #F05F57;        /* coral */
  border-radius: 4px;
}

/* SUBHEAD (neeche wali line ka green effect) */
.iivr-aboutv3-subhead{
  font-size: 20px;
  font-weight: 500;
  color: #444;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 3px solid #2f6f60;   /* ⬅️ GREEN LINE */
}
/* ================= TABLE HEADING UNDERLINE ================= */

/* Chart / Table section heading */
.iivr-aboutv3-content section h2{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.iivr-aboutv3-content section h2::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #2f6f60; /* IIVR Green */
  margin-top: 8px;
  border-radius: 2px;
}

/* ================= TABLE (CHART) LOOK IMPROVEMENT ================= */

.iivr-aboutv3-content table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  margin-top: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

/* Table header */
.iivr-aboutv3-content table thead th{
  background: #f3f7f5;          /* light greenish grey */
  color: #1f2937;
  font-weight: 600;
  padding: 12px 14px;
  border-bottom: 2px solid #2f6f60;
}

/* Table body cells */
.iivr-aboutv3-content table tbody td{
  padding: 11px 14px;
  color: #333;
  border-bottom: 1px solid #edf0f2;
}

/* Zebra rows */
.iivr-aboutv3-content table tbody tr:nth-child(even){
  background: #fafafa;
}

/* Hover effect */
.iivr-aboutv3-content table tbody tr:hover{
  background: #eef5f2;
}

/* Total row highlight */
.iivr-aboutv3-content table tbody tr:last-child{
  background: #f0f7f4;
  font-weight: 600;
}
/* ================= GREEN THEME TABLE DESIGN ================= */

.iivr-aboutv3-content table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 18px;
  font-size: 15px;
  border: 1px solid #cfd8d3;
  border-radius: 8px;
  overflow: hidden;
}

/* Header row – green like screenshot */
.iivr-aboutv3-content table thead th{
  background: #3f6f5f;      /* dark green */
  color: #ffffff;
  font-weight: 600;
  padding: 12px 14px;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.iivr-aboutv3-content table thead th:last-child{
  border-right: none;
}

/* Body cells */
.iivr-aboutv3-content table tbody td{
  padding: 12px 14px;
  border-right: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  color: #222;
}
.iivr-aboutv3-content table tbody td:last-child{
  border-right: none;
}

/* Light row background */
.iivr-aboutv3-content table tbody tr{
  background: #ffffff;
}

/* Hover (very subtle) */
.iivr-aboutv3-content table tbody tr:hover{
  background: #f3f8f6;
}

/* TOTAL row highlight (last row) */
.iivr-aboutv3-content table tbody tr:last-child{
  background: #f8f5f1;      /* light cream / greenish */
  font-weight: 600;
  border-top: 2px solid #3f6f5f;
}
/* ===== AICRP VC TABS ===== */
.aicrp-tabs{
  margin-top:24px;
}

/* Buttons row */
.aicrp-tab-buttons{
  display:flex;
  gap:14px;
  margin-bottom:20px;
  flex-wrap:wrap;
}

/* Tab Button */
.aicrp-tab-btn{
  background:#2f6f60;          /* same green */
  color:#ffffff;
  border:none;
  padding:10px 20px;
  font-size:16px;
  border-radius:8px;
  cursor:pointer;
  transition:all .25s ease;
}

/* Active + Hover */
.aicrp-tab-btn:hover,
.aicrp-tab-btn.active{
  background:#245a4f;          /* slightly darker green */
}

/* Content area */
.aicrp-tab-content{
  background:#ffffff;
  border:1px solid #e5e5e5;
  border-radius:8px;
  padding:20px 22px;
}

/* Panels */
.aicrp-tab-panel{
  display:none;
}

.aicrp-tab-panel.active{
  display:block;
}

/* Text */
.aicrp-tab-panel p{
  font-size:18px;
  line-height:1.8;
  margin:0;
}/* End custom CSS */