.elementor-6697 .elementor-element.elementor-element-7a33a578{--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-6697 .elementor-element.elementor-element-20e2bb00{width:100%;max-width:100%;}.elementor-6697 .elementor-element.elementor-element-442b102f{--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-6697 .elementor-element.elementor-element-30d0fcf3{width:var( --container-widget-width, 101.255% );max-width:101.255%;--container-widget-width:101.255%;--container-widget-flex-grow:0;}.elementor-6697 .elementor-element.elementor-element-30d0fcf3.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-6697 .elementor-element.elementor-element-381c4519{--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-6697 .elementor-element.elementor-element-381c4519.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6697 .elementor-element.elementor-element-12a1b8fc{width:var( --container-widget-width, 101.301% );max-width:101.301%;--container-widget-width:101.301%;--container-widget-flex-grow:0;}.elementor-6697 .elementor-element.elementor-element-12a1b8fc.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6697 .elementor-element.elementor-element-381c4519{--width:100.906%;}}/* Start custom CSS for html, class: .elementor-element-20e2bb00 *//* ===============================
   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-7a33a578 *//* ============================================
   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-30d0fcf3 */.iivr-breadcrumb {
  background: #FAF0D3;
  border-bottom: 1px solid #e8dfc6;
}

.iivr-breadcrumb__inner {
  padding: 1px 6vw;        /* EXACT same width + spacing */
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #333;
}

.iivr-breadcrumb a {
  color: #2f6f60;
  font-weight: 500;
  text-decoration: none;
}

.iivr-breadcrumb a:hover {
  text-decoration: underline;
}

.iivr-bc-current {
  font-weight: 700;
  color: #111;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-442b102f *//* Remove all spacing around breadcrumb */
.iivr-breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
}

/* Inner padding keep 14px 6vw exactly same width */
.iivr-breadcrumb__inner {
  padding: 14px 6vw !important;
}

/* Elementor container extra spacing fix */
.elementor-widget-container,
.elementor-section,
.elementor-column,
.elementor-widget {
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */