.elementor-7419 .elementor-element.elementor-element-5e31df37{--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-7419 .elementor-element.elementor-element-c43e86c{width:100%;max-width:100%;}.elementor-7419 .elementor-element.elementor-element-74d34365{--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-7419 .elementor-element.elementor-element-74d34365.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7419 .elementor-element.elementor-element-445c9845{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7419 .elementor-element.elementor-element-74d34365{--width:101.39%;}}/* Start custom CSS for html, class: .elementor-element-c43e86c *//* ===============================
   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-5e31df37 *//* ============================================
   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-445c9845 *//* =========================================
   GLOBAL COLOR VARIABLES
========================================= */
:root{
  --mint:#2F6F60;
  --mint-light:#E9F5F1;
  --coral:#F47C6A;
  --cream:#FFF5E2;
  --table-head:#D8EDE7;
  --max-width:1100px;   /* centre width requested */
  --radius:18px;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* =========================================
   REMOVE TOP WHITE SPACE (force remove WP/Elementor gaps)
========================================= */
html, body,
.site-main, .content-area, #content, .entry-content, .page-content,
#primary, #main, .elementor-location-single, .elementor-location-archive,
.elementor, .elementor-section, .elementor-top-section, .elementor-element,
.elementor-widget, .elementor-widget-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.elementor-section:first-child { margin-top:0 !important; padding-top:0 !important; }

/* =========================================
   FULL-WIDTH HEADING BLOCK (stretches full page)
========================================= */
.iivr-top-heading{
    width:100%;
    background:var(--cream) !important;
    padding:28px 0;
    text-align:center;
    border-bottom:6px solid var(--coral);
    margin:0;
}
.iivr-top-heading h1{
    margin:0;
    font-size:40px;
    font-weight:700;
    color:var(--mint);
}

/* =========================================
   MAIN CONTAINER (centered)
========================================= */
.container{
  max-width:var(--max-width);
  margin:28px auto;
  padding:0 16px;
}

/* Intro lead */
.page-intro .lead{
  color:#444;
  margin:0 0 18px 0;
  font-size:18px;
}

/* =========================================
   VARIETY CARDS (Mint + Coral Theme)
   gap 3px as requested for chilli page
========================================= */
.varieties{
  display:flex;
  flex-direction:column;
  gap:32px; /* small gap between cards (chilli request) */
}

/* CARD */
.card{
  display:flex;
  gap:20px;
  background:var(--mint-light);
  border-radius:var(--radius);
  overflow:visible;
  border:1px solid rgba(47,111,96,0.12);
  padding:20px;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);
  transition:all .25s ease;
}

/* Hover - subtle (same as tomato) */
.card:hover{
  box-shadow:0 10px 30px rgba(47,111,96,0.15);
  transform:translateY(-2px);
}

/* alternate layout (every even card image on right) */
.card:nth-child(even){
  flex-direction:row-reverse;
}

/* IMAGE */
.card-media{
  flex:0 0 320px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:8px;
}
.card-media img{
  width:100%;
  height:100%;
  max-height:260px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}

/* TEXT BLOCK */
.card-body{
  flex:1;
  padding:8px 12px;
}
.variety-title{
  margin:4px 0 14px;
  font-size:28px;
  color:var(--coral);
  font-weight:700;
}

/* SPECS TABLE (same style as tomato) */
.specs{
  width:100%;
  border-collapse:collapse;
  background:white;
  border-radius:10px;
  overflow:hidden;
  box-shadow:none;
}
.specs th{
  width:220px;
  background:var(--table-head);
  padding:14px;
  font-weight:700;
  text-align:left;
  vertical-align:middle;
}
.specs td{
  padding:14px;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

/* make alternating table-row background subtle if needed */
.specs tr:nth-child(even) td { background: #fafafa; }

/* =========================================
   CULTIVATION DETAILS SECTION (same look)
========================================= */
.cultivation{
  margin-top:34px;
  background:var(--cream);
  padding:22px;
  border-radius:14px;
  border-left:6px solid var(--coral);
}
.cultivation h2{
  margin:0 0 16px;
  color:var(--mint);
  font-size:26px;
  font-weight:700;
}

/* grid for cultivation content */
.cultivation-grid{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:18px;
  align-items:start;
}

/* cultivation table */
.cult-table{
  width:100%;
  background:white;
  border-collapse:collapse;
  border-radius:8px;
  overflow:hidden;
  box-shadow:none;
}
.cult-table.full th,
.cult-table.full td{
  padding:12px;
  border-bottom:1px solid #e9e9e9;
  vertical-align:top;
}
.cult-table.full th{
  width:240px;
  background:#f7dede; /* light pink header to match example */
  font-weight:700;
}

/* Buttons */
.btn{
  background:var(--mint);
  color:white;
  padding:10px 18px;
  border-radius:8px;
  border:none;
  cursor:pointer;
  font-weight:600;
}
.btn.outline{
  background:white;
  border:2px solid var(--mint);
  color:var(--mint);
}

/* CTA ROW */
.cta-row{
  margin-top:16px;
  display:flex;
  gap:12px;
}

/* small screens - stack cards */
@media (max-width:980px){
  .card{
    flex-direction:column !important;
  }
  .card-media { flex: 0 0 auto; }
  .card-media img{ max-height:320px; }
  .cultivation-grid{ grid-template-columns:1fr; }
  .iivr-top-heading h1{ font-size:30px; padding:6px 0; }
}

/* ensure full width heading visual on very wide screens */
@media (min-width:1200px){
  .iivr-top-heading { padding:30px 0; }
}/* End custom CSS */