.elementor-6013 .elementor-element.elementor-element-7a0b3ccf{--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-6013 .elementor-element.elementor-element-365e5aac{width:100%;max-width:100%;}.elementor-6013 .elementor-element.elementor-element-734f82e3{--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-6013 .elementor-element.elementor-element-b57122a{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-365e5aac *//* ===============================
   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-7a0b3ccf *//* ============================================
   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-b57122a *//* 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:20px;
  align-items:flex-start;
  flex-wrap:wrap;
}

/* 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;
}

.iivr-aboutv3-menu li{ margin:8px 0; }

.iivr-aboutv3-menu a{
  display:block;
  padding:10px 16px;
  font-size:17px;
  color:#222;
  text-decoration:none;
  border-radius:6px;
}

.iivr-aboutv3-menu .is-active a{
  background:#006B5B;
  color:#fff;
  border-left:5px solid #F05F57;
  padding-left:11px;
}

/* 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{
  font-size:28px;
  margin-bottom:18px;
  border-left:4px solid #F05F57;
  padding-left:10px;
}

.iivr-aboutv3-content p{
  font-size:18px;
  line-height:1.8;
  margin-bottom:14px;
}

/* Quick Links */
.iivr-links{
  margin-top:20px;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.iivr-link{
  background:#006B5B;
  color:#fff;
  padding:10px 18px;
  border-radius:6px;
  font-size:16px;
  text-decoration:none;
}

/* Responsive */
@media(max-width:991px){
  .iivr-aboutv3-sidebar,
  .iivr-aboutv3-content{
    flex:0 0 100%;
  }
}
/* Intro highlight */
.vi-intro{
  background:#f7f9f8;
  border-left:4px solid #F05F57;
  padding:14px 18px;
  margin-bottom:22px;
}

/* Section spacing */
.vi-section{
  margin-bottom:26px;
}

.iivr-aboutv3-sidebar .iivr-aboutv3-menu li a:hover{
  background:#006B5B !important;
  color:#ffffff !important;
  border-left:5px solid #F05F57 !important;
  padding-left:11px !important;
  box-shadow:0 2px 6px rgba(0,0,0,.1) !important;
}
/* ===== PAGE HEADING (EXACT AS SCREENSHOT) ===== */

.iivr-aboutv3-content h1{
  font-size:32px;          /* थोड़ा बड़ा */
  font-weight:700;         /* bold */
  color:#222;              /* dark text */
  margin:0 0 22px 0;
  padding-left:16px;       /* bar से gap */
  border-left:5px solid #F05F57; /* coral bar */
  line-height:1.3;
}
/* Intro highlight – UPDATED */
.vi-intro{
  background:#eef6f3;      /* हल्का green shade */
  border-left:none;        /* coral line हटाई */
  padding:16px 20px;
  margin-bottom:22px;
  border-radius:6px;
}/* End custom CSS */