.elementor-6011 .elementor-element.elementor-element-79ce20f{--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-6011 .elementor-element.elementor-element-30d6c994{width:100%;max-width:100%;}.elementor-6011 .elementor-element.elementor-element-739e688b{--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-6011 .elementor-element.elementor-element-18c1ce3b{width:var( --container-widget-width, 101.21% );max-width:101.21%;--container-widget-width:101.21%;--container-widget-flex-grow:0;}.elementor-6011 .elementor-element.elementor-element-18c1ce3b.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-6011 .elementor-element.elementor-element-5e9bb2e8{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-30d6c994 *//* ===============================
   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: #fff
  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-79ce20f *//* ============================================
   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-18c1ce3b *//* ==========================
   Breadcrumb (Cream Bar)
========================== */


/* ==========================
   Green Title Bar
========================== */
.iivr-title-bar {
    background: #2f6f60;             /* Dark green */
    padding: 22px 0;
    margin: 0;                       /* Removes extra gaps */
    border-bottom: 3px solid #e66f62; /* Coral line EXACT like screenshot */
}

.iivr-title-bar h1 {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}


/* Breadcrumb */
.iivr-aboutv3-bc {
  padding: 12px 18px;
  background: #FAF0D3;
  font-size: 0.95rem;
  color: #444;
  border-radius: 6px;
}
.iivr-aboutv3-bc a { color: #0b5f4a; text-decoration: none; font-weight: 500; }
.iivr-aboutv3-bc span { margin: 0 8px; color: #888; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-620d83b8 *//* ==========================================================
   IIVR – CROP VARIETIES PAGE (FINAL WORKING CSS)
========================================================== */

/* -------- GRID LAYOUT -------- */
.grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 20px;
}

@media(max-width:1024px){
  .grid{ grid-template-columns: repeat(2, 1fr); }
}

@media(max-width:600px){
  .grid{ grid-template-columns: 1fr; }
}


/* -------- CARD -------- */
.card{
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: 0.25s ease;
  height: 100%;
}

.card:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 26px rgba(0,0,0,0.18);
}


/* -------- FIXED IMAGE FRAME (Uniform Image Box) -------- */
.card__img-frame{
  width: 100%;
  height: 230px;            /* ⭐ Adjust: 200 / 220 / 250 */
  overflow: hidden;
  background: #e5e5e5;       /* fallback */
  flex-shrink: 0;
}

.card__img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  display: block;
}


/* -------- TITLE AREA (Gradient Bar) -------- */
.card__footer{
  margin-top: auto;
  background: linear-gradient(135deg, #32A49E 0%, #0F6D64 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 18px 14px;
  border-top: 4px solid rgba(255,255,255,0.15);
}


/* -------- SEARCH + PER-PAGE CONTROLS -------- */
.controls{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 15px;
}

#searchInput,
#perPageSelect{
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
}

#searchInput{
  min-width: 260px;
}


/* -------- REMOVE "Showing X of X" SAFELY -------- */

/* Hide the text but keep spacing intact */
.perpage{
  color: transparent !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide the numeric parts */
#showingCount, 
#totalCount{
  display: none !important;
}


/* -------- PAGINATION -------- */
.pagination{
  display: flex !important;
  justify-content: center;
  gap: 14px;
  margin-top: 35px;
  flex-wrap: wrap;
  visibility: visible !important;
}

.pagination button{
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #b88a99;
  background: #ffffff;
  cursor: pointer;
  font-size: 16px;
  color: #b54f67;
  transition: 0.2s ease;
}

.pagination button:hover{
  background: #f5e9ec;
}

.pagination button.active{
  border-width: 2px;
  border-color: #d0899a;
  background: #fff;
  color: #b54f67;
}

.pagination button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}


/* Hidden utility class */
.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}/* End custom CSS */