.elementor-11060 .elementor-element.elementor-element-482b7dd{--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;}.elementor-11060 .elementor-element.elementor-element-00ff2be{--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;}.elementor-11060 .elementor-element.elementor-element-47a0e71{--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;}.elementor-11060 .elementor-element.elementor-element-58192bd{--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-f53c9d5 *//* ================================
   EVENT INFO BAR
================================ */
.evnt-bar {
  max-width: 1200px;
  margin: 14px auto;
  display: flex;
  background: linear-gradient(90deg, #7dbb3a, #9bd45c, #55d6c2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  font-family: "Segoe UI", sans-serif;
}

/* ITEM */
.evnt-item {
  flex: 1;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  position: relative;
}

/* DIVIDER */
.evnt-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.35);
}

/* ICON */
.evnt-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.evnt-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

/* TEXT */
.evnt-text {
  display: flex;
  flex-direction: column;
}

.evnt-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.85;
  font-weight: 600;
}

.evnt-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

/* HOVER */
.evnt-item:hover {
  background: rgba(255,255,255,0.08);
  transition: background 0.25s ease;
}
/* -------------------------
   Mobile-centered overrides
   Paste this at the end
   ------------------------- */
@media (max-width: 768px) {

  /* container: stack items and keep centered */
  .evnt-bar {
    flex-direction: column;
    align-items: center;   /* center the stacked items */
    gap: 12px;
    padding: 12px;
  }

  /* each item becomes a centered card */
  .evnt-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;      /* keeps a comfortable line length on larger phones */
    box-sizing: border-box;
    flex-direction: column; /* icon above text */
    align-items: center;
    text-align: center;
    padding: 16px 18px;
    gap: 10px;
    background: rgba(255,255,255,0.04); /* subtle separation */
    border-radius: 8px;
  }

  /* remove the vertical divider on mobile */
  .evnt-item:not(:last-child)::after {
    display: none;
  }

  /* use a subtle bottom border between stacked items (optional) */
  .evnt-item:not(:last-child) {
    border-bottom: none; /* removed because we use card background */
  }

  /* increase icon size for touch friendliness */
  .evnt-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .evnt-icon svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
  }

  /* label/value sizing for mobile */
  .evnt-label {
    font-size: 11px;
    letter-spacing: 0.6px;
    opacity: 0.9;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .evnt-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
  }
}

/* Very small phones — tighten up spacing */
@media (max-width: 420px) {
  .evnt-bar {
    padding: 8px;
  }

  .evnt-item {
    padding: 12px 12px;
    gap: 8px;
    max-width: 100%;
  }

  .evnt-icon {
    width: 48px;
    height: 48px;
  }

  .evnt-label {
    font-size: 10px;
  }

  .evnt-value {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4ebdf1f *//* ===============================
   MAIN WRAPPER
================================ */
.receic-wrap {
  padding: 0px 16px;
}

/* ===============================
   HERO (NORMAL WEIGHT)
================================ */
.receic-hero {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
  margin-top: 10px;
}

.receic-hero h1 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}

.hero-lead {
  font-size: 1.06rem;
  line-height: 1.7;
  font-weight: 400;
  color: #374151;
  margin-bottom: 18px;
}

/* ===============================
   HERO POINTS (BASE)
================================ */
.hero-points {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-point {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
  max-width: 280px;
}

.hero-point img {
  width: 88px;
}

.hero-point div {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111827;
}

.hero-points > div {
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
}

.hero-points > div div {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111827;
}

.hero-points > div div:hover {
  scale: none;
  text-shadow: none;
}

/* ===============================
   FEES SECTION
================================ */
.fees-section {
  max-width: 900px;
  margin: 0 auto;
}

.fees-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 22px;
}

/* ===============================
   TABLE CARD
================================ */
.fees-master-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.fees-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

.fees-row:last-child {
  border-bottom: none;
}

.fees-left h4 {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  margin: 0;
  letter-spacing: 1px;
}

.fees-right {
  font-size: 14px;
  font-weight: 700;
  color: #065f46;
  text-align: right;
  white-space: nowrap;
}

/* ===============================
   HOVER EFFECTS
================================ */
.fees-row {
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.fees-row:hover {
  background-color: #f9fafb;
}

.fees-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #22c55e;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.fees-row:hover::before {
  opacity: 1;
}

.fees-row:hover .fees-right {
  color: #047857;
}

@media (hover: none) {
  .fees-row:hover {
    background-color: transparent;
  }
  .fees-row:hover::before {
    opacity: 0;
  }
}

/* ===============================
   HERO POINTS – SUBTLE HOVER
================================ */
.hero-points div {
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-points div:hover {
  background-color: #f0fdf4;
  border-color: #86efac;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.hero-point > div {
  pointer-events: none;
}

/* ===============================
   ✅ HERO POINTS – 3 CARDS ONE ROW
================================ */
@media (min-width: 768px) {
  .hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 🔥 3 equal cards */
    gap: 30px;
    width: 100%;
  }

  .hero-point {
    width: 100%;
    max-width: 100%;
  }
}

/* ===============================
   MOBILE (GENERAL)
================================ */
@media (max-width: 767px) {

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;   /* 🔥 one card per row */
    gap: 20px;
  }

  .hero-point,
  .hero-points > div {
    width: 100%;
    max-width: 100%;              /* 🔥 remove 280px limit */
    margin: 0 auto;
  }
}

/* Existing mobile typography improvements */
@media (max-width: 600px) {

  /* HERO TITLE */
  .receic-hero h1 {
    font-size: 1.6rem;      /* was 2.2rem */
    line-height: 1.35;
  }


  /* HERO DESCRIPTION */
  .hero-lead {
    font-size: 0.95rem;     /* was 1.06rem */
    line-height: 1.6;
  }

  /* HERO POINT TEXT */
  .hero-point div,
  .hero-points > div div {
    font-size: 0.95rem;     /* was 1.05rem */
    line-height: 1.4;
  }

  /* FEES TITLE */
  .fees-title {
    font-size: 1.35rem;     /* was 28px */
  }

  /* FEES LEFT TEXT */
  .fees-left h4 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.8px;
  }

  /* FEES PRICE */
  .fees-right {
    font-size: 13px;
  }
}

/* Very small phones */
@media (max-width: 420px) {

  .receic-hero h1 {
    font-size: 1.45rem;
  }

  .hero-lead {
    font-size: 0.9rem;
  }

  .hero-point div,
  .hero-points > div div {
    font-size: 0.9rem;
  }

  .fees-title {
    font-size: 1.25rem;
  }
}

/* =================================================
   New: Centered pricing card layout for mobile only
   (keeps desktop logic intact)
   ================================================= */
@media (max-width: 600px) {

  /* ensure fees-section uses full width and has side padding */
  .fees-section {
    box-sizing: border-box;
  }

  /* allow the card to fill available width on small screens */
  .fees-master-card {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }

  /* switch each row to stacked centered content */
  .fees-row {
    display: flex;                /* override grid only on mobile */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
  }

  /* final row: keep border removed */
  .fees-row:last-child {
    border-bottom: none;
  }

  /* center heading text and allow wrapping */
  .fees-left h4 {
    font-size: 13px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.6px;
    color: #111827;
    line-height: 1.35;
    white-space: normal;
    max-width: 100%;
  }

  /* center price and move it below the title */
  .fees-right {
    font-size: 14px;
    font-weight: 700;
    color: #065f46;
    text-align: center;
    white-space: normal;
    display: block;
    margin-top: 4px;
  }

  /* keep the decorative left bar but slightly inset for centered cards */
  .fees-row::before {
    left: 12px; /* moves the small accent inwards so it's visible on mobile cards */
  }

  /* reduce the accent width a bit on small screens */
  .fees-row::before {
    width: 3px;
  }

  /* hover effects on touch devices should be subtle (no persistent hover) */
  @media (hover: none) {
    .fees-row:hover {
      background-color: transparent;
    }
    .fees-row:hover::before {
      opacity: 0;
    }
  }
}

/* additional tiny tweaks for very small phones to keep things compact */
@media (max-width: 420px) {
  .fees-row {
    padding: 12px 14px;
    gap: 6px;
  }
  .fees-left h4 {
    font-size: 12px;
  }
  .fees-right {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4057964 *//* ===== CTA SECTION ===== */
.event-cta-wrapper {
  padding: 20px 20px;
  background: #ffffff;
  font-family: "Segoe UI", sans-serif;
}

/* CTA CARD WITH FIXED BG */
.event-cta-card {
  max-width: 1250px;
  margin: auto;
  padding: 40px 36px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background-image: url("https://receic.com/wp-content/uploads/2025/12/businessman-holding-golden-cup-trophy-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

/* Dark overlay */
.event-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 18, 0.65);
  z-index: 0;
}

/* CONTENT */
.event-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

/* Heading */
.event-cta-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #ffffff;
}

.event-cta-title span {
  color: white;
}

/* COUNTDOWN */
.countdown-row {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.count-card {
  width: 110px;
  height: 110px;
  border-radius: 14px;
  border: 2px solid rgba(143, 210, 106, 0.85);
  background: rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.count-value {
  font-size: 34px;
  font-weight: 700;
}

.count-label {
  font-size: 13px;
  margin-top: 6px;
  letter-spacing: 0.4px;
  opacity: 0.9;
}

/* =========================
   CTA BUTTON (ENHANCED)
   SAME COLORS + BEFORE/AFTER
   ========================= */

.event-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  border-radius: 5px;
  background: linear-gradient(135deg, #6fbf4a, #3f8f3a); /* SAME */
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition:
    background 0.35s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* glossy swipe */
.event-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0) 45%
  );
  transform: translateX(-120%);
  transition: transform 0.5s ease;
  pointer-events: none;
}

/* arrow reveal */
.event-cta-btn::after {
  content: "→";
  margin-left: 10px;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* hover */
.event-cta-btn:hover {
  transform: translateY(-2px);
background: linear-gradient(135deg, #6fbf4a, #2f8f46);  color: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.event-cta-btn:hover::before {
  transform: translateX(0);
}

.event-cta-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .countdown-row {
    flex-wrap: wrap;
    gap: 14px;
  }

  .count-card {
    width: 95px;
    height: 95px;
  }

  .event-cta-title {
    font-size: 22px;
  }

  /* disable fixed bg on mobile */
  .event-cta-card {
    background-attachment: scroll;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d7a2bc1 *//* ===== AWARDS BROCHURE DOWNLOAD STRIP ===== */
.download-strip {
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 26px 30px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  font-family: "Segoe UI", system-ui, sans-serif;
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

/* Gradient border */
.download-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 18px;
  background: linear-gradient(90deg, #6fbf4a, #3fa36b);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* LEFT */
.download-info {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.download-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6fbf4a, #3fa36b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.download-badge svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.download-text h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: 0.4px;
}

.download-text p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 520px;
  margin: 0;
  color: red;
}

.download-text {
  color: black;
}

/* RIGHT */
.download-action {
  display: flex;
  align-items: center;
  gap: 18px;
}

.file-meta {
  font-size: 13px;
  white-space: nowrap;
}

/* DOWNLOAD BUTTON */
.download-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 6px;
  background: linear-gradient(135deg, #6fbf4a, #2f8f46);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  transition:
    background 0.35s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* glossy swipe */
.download-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0) 45%
  );
  transform: translateX(-130%);
  transition: transform 0.5s ease;
  pointer-events: none;
}

/* arrow */
.download-btn::after {
  content: "→";
  margin-left: 8px;
  font-size: 15px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.download-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #6fbf4a, #2f8f46);
  color: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.download-btn:hover::before {
  transform: translateX(0);
}

.download-btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
/* =========================
   MOBILE – RECREATED DESIGN
   ========================= */
@media (max-width: 768px) {

  .download-strip {
    flex-direction: column;
    align-items: center;
    padding: 18px 16px;
    gap: 14px;
    text-align: center;
  }

  /* Icon on top */
  .download-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .download-badge {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .download-badge svg {
    width: 22px;
    height: 22px;
  }

  /* Text */
  .download-text h3 {
    font-size: 15.5px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .download-text p {
    font-size: 13.2px;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
  }

  /* Button – NOT full width */
  .download-action {
    width: auto;
    margin-top: 6px;
  }

  .download-btn {
    padding: 10px 24px;
    font-size: 14.5px;
    border-radius: 6px;
  }
}/* End custom CSS */