.elementor-7444 .elementor-element.elementor-element-71bd167d{--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-7444 .elementor-element.elementor-element-6b4743bb{width:100%;max-width:100%;}.elementor-7444 .elementor-element.elementor-element-650a52fb{--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-7444 .elementor-element.elementor-element-650a52fb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7444 .elementor-element.elementor-element-63788293{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7444 .elementor-element.elementor-element-650a52fb{--width:101.39%;}}/* Start custom CSS for html, class: .elementor-element-6b4743bb *//* ===============================
   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-71bd167d *//* ============================================
   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-63788293 */:root{
  --mint:#2F6F60;
  --mint-light:#E9F5F1;
  --coral:#F47C6A;
  --cream:#FFF5E2;
  --table-head:#D8EDE7;
  --max-width:1100px;
  --radius:14px;
  --gap:20px;
  font-family: "Segoe UI", Roboto, "Noto Sans", Arial, sans-serif;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;background:#fff;color:#1b1b1b;line-height:1.45}

/* Ensure no top gap from wrappers */
html, body, .page, .site-main { margin:0 !important; padding:0 !important; }

/* HEADING STRIP */
.iivr-top-heading{
  width:100%;
  background:var(--cream);
  padding:26px 0;
  text-align:center;
  border-bottom:6px solid var(--coral);
  box-sizing:border-box;
}
.iivr-top-heading h1{
  margin:0;
  color:var(--mint);
  font-size:34px;
  font-weight:700;
}

/* CONTAINER */
.container{
  max-width:var(--max-width);
  margin:28px auto;
  padding:0 18px;
}
.page-intro .lead{
  color:#445a50;
  margin:10px 0 22px;
  font-size:15px;
}

/* VARIETY CARDS */
/* Add clean top-bottom spacing between cards like Tomato page */
.varieties {
  display: flex;
  flex-direction: column;
  gap: 3px; /* ← ye distance cards ke beech rahega */
}

/* Ensure each card also has margin-bottom fallback */
.card {
  margin-bottom: 32px;
}


.card{
  display:flex;
  gap:18px;
  background:var(--mint-light);
  border-radius:var(--radius);
  padding:16px;
  border:1px solid rgba(47,111,96,0.12);
  box-shadow:0 6px 20px rgba(0,0,0,0.03);
  transition: transform .18s ease, box-shadow .2s ease;
  align-items:stretch;
}
.card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(47,111,96,0.12);
}
.card:nth-child(even){ flex-direction:row-reverse; }

.card-media{ flex:0 0 300px; display:flex; align-items:center; justify-content:center; padding:6px; }
.card-media img{ width:100%; height:100%; max-height:240px; object-fit:cover; border-radius:12px; display:block; }

.card-body{ flex:1; padding:6px 10px; }
.variety-title{ margin:6px 0 14px; color:var(--coral); font-size:22px; font-weight:700; }

.specs{ width:100%; border-collapse:collapse; background:#fff; border-radius:10px; overflow:hidden; }
.specs th{
  width:200px; text-align:left; padding:10px 12px; background:var(--table-head);
  font-weight:700; color:#264b42;
}
.specs td{ padding:10px 12px; border-bottom:1px solid rgba(0,0,0,0.06); color:#222; vertical-align:top; }
.specs tr:last-child td{ border-bottom:none; }

/* CULTIVATION */
.cultivation{ margin-top:34px; background:var(--cream); padding:22px; border-radius:12px; border-left:6px solid var(--coral); }
.cultivation h2{ margin:0 0 14px; color:var(--mint); font-size:22px; font-weight:700; }
.cultivation-grid{ display:grid; grid-template-columns:1fr 420px; gap:18px; align-items:start; }
.cult-table{ width:100%; border-collapse:collapse; background:#fff; border-radius:8px; overflow:hidden; }
.cult-table th{ background:#DDEBDC; padding:10px 12px; width:190px; font-weight:700; text-align:left; }
.cult-table td{ padding:10px 12px; border-bottom:1px solid #eee; text-align:left; vertical-align:top; }

.cta-row{ margin-top:16px; display:flex; gap:12px; }
.btn{ background:var(--mint); color:#fff; padding:10px 16px; border-radius:8px; border:0; cursor:pointer; font-weight:600; }
.btn.outline{ background:#fff; color:var(--mint); border:2px solid var(--mint); }

/* Responsive */
@media(max-width:980px){
  .card{ flex-direction:column !important; }
  .card:nth-child(even){ flex-direction:column !important; }
  .card-media{ width:100%; flex:0 0 auto; }
  .card-media img{ max-height:320px; }
  .cultivation-grid{ grid-template-columns:1fr; }
  .iivr-top-heading h1{ font-size:28px; padding:0 12px; }
  .container{ padding:0 14px; }
}
@media(max-width:480px){
  .iivr-top-heading h1{ font-size:20px; }
  .variety-title{ font-size:18px; }
  .specs th{ font-size:13px; width:140px; }
  .specs td{ font-size:14px; }
}

/* Accessibility focus */
.card:focus-within{ outline:3px solid rgba(47,111,96,0.12); outline-offset:4px; }

/* Optional aggressive top-gap kill (if theme adds a 1-2px line) */
.iivr-top-heading::before, .iivr-top-heading::after, .elementor-section::before, .elementor-section::after {
  display:none !important; content:none !important;
}
/* White background strip behind cards – like Tomato page */
.white-strip {
    max-width: 1100px; 
    margin: 0 auto 40px auto;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* Space between cards (your updated spacing) */
.varieties {
    display: flex;
    flex-direction: column;
    gap: 3px;
}/* End custom CSS */