.elementor-10881 .elementor-element.elementor-element-0664213{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-f920212 *//* =====================================================
   SECTION WRAPPER (same width logic as previous section)
   ===================================================== */

.receic-hero-2026 {
  padding: 70px 24px;
  margin-left: max(0px, 50% - 50vw);
  margin-right: max(0px, 50% - 50vw);
  background: linear-gradient(180deg, #eef8f2 0%, #ffffff 85%);
}

/* Outer container like previous (About Award) */
.receic-hero-2026-inner {
  max-width: 90vw;            /* SAME AS BEFORE */
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;    /* center align whole block */
}

/* =====================================================
   LEFT = 60% IMAGE
   ===================================================== */

.receic-hero-2026-left {
  flex: 0 0 50%;
}

.receic-hero-2026-image-wrap {
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid #e0e8dd;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.receic-hero-2026-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================================
   RIGHT = 40% CARD
   ===================================================== */

.receic-hero-2026-right {
  flex: 0 0 50%;
}

.receic-hero-2026-card {
  background: #ffffff;
  border: 1px solid #dce3df;
  padding: 28px 30px 32px;
  border-radius: 26px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

/* Top label */
.receic-hero-2026-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f7a40;
  margin-bottom: 6px;
}

/* Title (reduced slightly) */
.receic-hero-2026-title {
  margin: 8px 0 14px;
  font-size: clamp(1.28rem, 1.2vw + 1rem, 1.7rem);
  font-weight: 800;
  line-height: 1.25;
  color: #153524;
}

.receic-hero-2026-title::after {
  content: "";
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: #1a8f4b;
  margin-top: 10px;
  display: block;
}

/* =====================================================
   KEY INFO BOX
   ===================================================== */

.receic-hero-2026-meta {
  margin-top: 14px;
  background: #f5faf5;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #d7e8d9;
}

.receic-hero-2026-meta-heading {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #65706a;
  margin-bottom: 10px;
}

.receic-hero-2026-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.94rem;
  line-height: 1.45;
}

.receic-hero-2026-meta-label {
  font-weight: 600;
  color: #1f3025;
}

.receic-hero-2026-meta-value {
  font-weight: 600;
  color: #2f8c44;
  max-width: 52%;
  text-align: right;
}

.receic-hero-2026-meta-divider {
  height: 1px;
  background: #d7e8d9;
  margin: 10px 0;
}

/* =====================================================
   BUTTONS
   ===================================================== */
/* ===============================
   HERO 2026 – BUTTONS (UPDATED)
   Same as Award section style
================================ */

.receic-hero-2026-btn {
    margin-top: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  border-radius: 4px;                 /* ⬅ sharp & professional */
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transform-origin: center;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

/* glossy swipe overlay */
.receic-hero-2026-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0) 40%
  );
  transform: translateX(-130%);
  transition: transform 0.4s ease;
  pointer-events: none;
}

/* arrow on hover */
.receic-hero-2026-btn::after {
  content: "->";
  margin-left: 8px;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateX(-2px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  color: white;
}

/* Green primary */
.receic-hero-2026-btn--green {
  background: #5a9837;
  color: #ffffff;
  
}

/* Yellow secondary */
.receic-hero-2026-btn--yellow {
  background: #e59921;
  border-color: #e59715;
  color: #ffffff;
  margin-left: 10px;

}

/* Hover state */
.receic-hero-2026-btn:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  color: #ffffff;
}

.receic-hero-2026-btn:hover::before {
  transform: translateX(0);
}

.receic-hero-2026-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile – full width buttons */
@media (max-width: 600px) {
  .receic-hero-2026-btn {
    width: 100%;
    text-align: center;
  }
}


/* =====================================================
   RESPONSIVE — MOBILE STACK
   ===================================================== */

@media (max-width: 900px) {
  .receic-hero-2026-inner {
    flex-direction: column;
    gap: 28px;
  }

  .receic-hero-2026-left,
  .receic-hero-2026-right {
    flex: 0 0 100%;
  }

  .receic-hero-2026-image {
    height: auto;
  }
}

@media (max-width: 600px) {
  .receic-hero-2026-card {
    padding: 22px 18px 28px;
  }

  .receic-hero-2026-btn {
    width: 100%;
    text-align: center;
  }
  .receic-hero-2026-btn--yellow {
  
  margin-left: 0px;
  margin-top:7px;

}
}/* End custom CSS */