.elementor-8547 .elementor-element.elementor-element-1be9b882{--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-8547 .elementor-element.elementor-element-6410fc7d{width:100%;max-width:100%;}.elementor-8547 .elementor-element.elementor-element-54509cfc{--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-8547 .elementor-element.elementor-element-11e84d00{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6410fc7d *//* ===============================
   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-1be9b882 *//* ============================================
   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-11e84d00 *//* ================= 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;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .iivr-aboutv3-sidebar,
  .iivr-aboutv3-content{
    flex:0 0 100%;
  }

  .iivr-aboutv3-content{
    padding:26px 22px;
  }
}/* End custom CSS */