.elementor-989381 .elementor-element.elementor-element-3a020bdb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-989381 .elementor-element.elementor-element-3a020bdb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-989381 .elementor-element.elementor-element-4fbfdd6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-989381 .elementor-element.elementor-element-4329af7d{--display:flex;}.elementor-989381 .elementor-element.elementor-element-4fc866cc{--display:flex;}.elementor-989381 .elementor-element.elementor-element-31b49ba4{--display:flex;}.elementor-989381 .elementor-element.elementor-element-525a475f{--display:flex;}.elementor-989381 .elementor-element.elementor-element-1d853b95{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-989381 .elementor-element.elementor-element-3a020bdb{--width:108.809%;}.elementor-989381 .elementor-element.elementor-element-4fbfdd6b{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-4329af7d *//* ── WHO WE ARE ──────────────────────────────────────────── */
.rifi-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.rifi-who-left .rifi-eyebrow { color: #2B7CC1; }

/* Pillar cards */
.rifi-pillars { display: grid; gap: 16px; margin-top: 30px; }
.rifi-pillar {
  display: flex; gap: 18px; padding: 22px;
  border: 1px solid var(--rifi-border);
  border-radius: var(--rifi-radius);
  background: #fff;
  transition: transform .3s var(--rifi-ease), box-shadow .3s var(--rifi-ease), border-color .3s;
}
.rifi-pillar:hover {
  transform: translateX(4px);
  box-shadow: var(--rifi-shadow-sm);
  border-color: transparent;
}
.rifi-pico {
  width: 50px; height: 50px; flex: none;
  border-radius: 13px;
  display: grid; place-items: center;
  color: #fff;
}
.rifi-pico-1 { background: linear-gradient(135deg, #2D3591, #2B7CC1); }
.rifi-pico-2 { background: linear-gradient(135deg, #2B7CC1, #4BBDE8); }
.rifi-pico-3 { background: linear-gradient(135deg, #3AAA47, #2e8a3a); }
.rifi-pillar h4 {
  font-size: 13px; text-transform: uppercase;
  letter-spacing: .06em; font-weight: 700;
  color: #2D3591; margin: 0 0 5px;
}
.rifi-pillar p {
  font-size: 14px; color: #6B7280;
  line-height: 1.5; margin: 0;
}

/* Photo mosaic */
.rifi-who-right { position: relative; }
.rifi-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
}
.rifi-mosaic .rifi-photo:first-child { grid-row: span 2; }
.rifi-mosaic .rifi-photo {
  border-radius: var(--rifi-radius);
  box-shadow: var(--rifi-shadow-sm);
  overflow: hidden;
  background: linear-gradient(135deg, #2D3591, #2B7CC1);
}
.rifi-mosaic .rifi-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* Badge */
.rifi-who-badge {
  position: absolute; z-index: 5;
  right: -14px; bottom: 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--rifi-shadow-md);
  padding: 16px 22px;
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--rifi-border);
}
.rifi-b-ico {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(58,170,71,.12);
  display: grid; place-items: center;
  color: #2e8a3a; flex-shrink: 0;
}
.rifi-who-badge b {
  display: block; font-size: 24px; font-weight: 800;
  color: #2D3591; line-height: 1;
}
.rifi-who-badge small { color: #6B7280; font-size: 12.5px; }/* End custom CSS */
/* Start custom CSS *//* ============================================================
   RIVERFLOW HOME v2 — HERO + STATS BAND
   Paste into: Appearance → Customize → Additional CSS
   Add BELOW the header CSS already there — do not replace it
   ============================================================ */

/* ── SHARED UTILITY ──────────────────────────────────────── */
.rifi-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: #4BBDE8; margin-bottom: 16px;
}
.rifi-eyebrow::before {
  content: ''; display: block;
  width: 28px; height: 2px;
  background: #4BBDE8; border-radius: 2px; flex-shrink: 0;
}
.rifi-hl { color: #4BBDE8; }

/* Buttons */
.rifi-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 15px 30px; border-radius: 999px;
  font-weight: 700; font-size: 16px;
  text-decoration: none; border: 2px solid transparent;
  transition: background .25s, color .25s, transform .2s, border-color .25s;
  cursor: pointer; white-space: nowrap;
}
.rifi-btn-primary {
  background: #4BBDE8; color: #1A1F5E;
  box-shadow: 0 12px 26px -12px rgba(75,189,232,.9);
}
.rifi-btn-primary:hover {
  background: #2B7CC1; color: #fff; transform: translateY(-2px);
}
.rifi-btn-ghost {
  background: transparent; color: #fff!important;
  border-color: rgba(255,255,255,.5);
}
.rifi-btn-ghost:hover {
  background: #fff; color: #2D3591; transform: translateY(-2px);
}

/* Scroll reveal */
.rifi-reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}
.rifi-reveal.in { opacity: 1; transform: none; }
.rifi-d1 { transition-delay: .08s; }
.rifi-d2 { transition-delay: .16s; }
.rifi-d3 { transition-delay: .24s; }
.rifi-d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .rifi-reveal { opacity: 1 !important; transform: none !important; }
}

/* ── HERO ────────────────────────────────────────────────── */
.rifi-hero {
  position: relative;
  min-height: 640px;
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background: #1A1F5E;
}

/* Slideshow */
.rifi-hero-slides {
  position: absolute; inset: 0; z-index: 0;
}
.rifi-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.4s cubic-bezier(.16,1,.3,1), transform 7s linear;
}
.rifi-slide.active { opacity: 1; transform: scale(1); }

/* Gradient overlay — matches design exactly */
.rifi-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(26,31,94,.93) 0%,
    rgba(26,31,94,.78) 42%,
    rgba(45,53,145,.55) 75%,
    rgba(43,124,193,.42) 100%
  );
}

/* Content */
.rifi-hero-inner {
  position: relative; z-index: 2;
  max-width: 760px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 24px;
  box-sizing: border-box;
}
.rifi-hero-inner > * { max-width: 760px; }

.rifi-hero-inner h1 {
  color: #fff;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 22px;
}
.rifi-lead {
  color: #d7dcff;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  margin: 0 0 34px;
  max-width: 600px;
}
.rifi-hero-cta {
  display: flex; flex-wrap: wrap; gap: 14px;
}
.rifi-hero-meta {
  margin-top: 34px;
  display: flex; align-items: center;
  gap: 22px; flex-wrap: wrap;
  color: #b8bdf0; font-size: 14px;
}
.rifi-m {
  display: inline-flex; align-items: center; gap: 9px;
}
.rifi-m svg { flex-shrink: 0; }

/* Slide dots */
.rifi-hero-dots {
  position: absolute; z-index: 3;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 9px;
}
.rifi-hero-dots button {
  width: 9px; height: 9px; border-radius: 50%;
  border: none; padding: 0; cursor: pointer;
  background: rgba(255,255,255,.4);
  transition: background .3s, transform .3s;
}
.rifi-hero-dots button.active {
  background: #4BBDE8; transform: scale(1.3);
}

/* ── STATS BAND ──────────────────────────────────────────── */
.rifi-statband {
  background: #2D3591;
  position: relative;
}
.rifi-statband::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.08) 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none;
}
.rifi-statband-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.rifi-st {
  padding: 52px 26px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.12);
}
.rifi-st:first-child { border-left: none; }
.rifi-num {
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 50px);
  color: #fff; line-height: 1;
  letter-spacing: -.02em;
}
.rifi-u { color: #4BBDE8; }
.rifi-lbl {
  margin-top: 12px;
  color: #b8bdf0;
  font-size: 14.5px; line-height: 1.4;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 860px) {
  .rifi-hero { min-height: 520px; }
  .rifi-hero-inner { padding: 60px 24px; }
  .rifi-statband-grid { grid-template-columns: repeat(2, 1fr); }
  .rifi-st { border-left: none; border-top: 1px solid rgba(255,255,255,.12); }
  .rifi-st:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
  .rifi-st:first-child, .rifi-st:nth-child(2) { border-top: none; }
}
@media (max-width: 480px) {
  .rifi-hero { min-height: 440px; }
  .rifi-hero-inner { padding: 48px 16px; }
  .rifi-statband-grid { grid-template-columns: 1fr 1fr; padding: 0 16px; }
  .rifi-st { padding: 32px 12px; }
  .rifi-hero-meta { gap: 12px; font-size: 13px; }
}

/* ============================================================
   RIVERFLOW HOME v2 — SECTIONS 2-6
   Who We Are · Photo Strip · Programmes · Achievements · CTA
   Add BELOW the existing header + hero CSS — do not replace
   ============================================================ */

/* ── SHARED LAYOUT ───────────────────────────────────────── */
:root {
  --rifi-radius:    14px;
  --rifi-radius-lg: 20px;
  --rifi-ease:      cubic-bezier(.21,.7,.25,1);
  --rifi-shadow-sm: 0 1px 2px rgba(26,31,94,.05), 0 6px 18px rgba(26,31,94,.06);
  --rifi-shadow-md: 0 16px 44px -18px rgba(26,31,94,.30);
  --rifi-border:    #E8EBF0;
  --rifi-tint:      #EBF7FD;
  --rifi-section:   96px;
  --rifi-green-d:   #2e8a3a;
}
.rifi-section {
  padding: var(--rifi-section) 0;
  position: relative;
}
.rifi-section-tint { background: var(--rifi-tint); }
.rifi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.rifi-sec-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.rifi-sec-head .rifi-eyebrow { justify-content: center; }
.rifi-h2 {
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 700;
  color: #2D3591;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0;
}
.rifi-lead {
  color: #6B7280;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
}

/* ── WHO WE ARE ──────────────────────────────────────────── */
.rifi-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.rifi-who-left .rifi-eyebrow { color: #2B7CC1; }

/* Pillar cards */
.rifi-pillars { display: grid; gap: 16px; margin-top: 30px; }
.rifi-pillar {
  display: flex; gap: 18px; padding: 22px;
  border: 1px solid var(--rifi-border);
  border-radius: var(--rifi-radius);
  background: #fff;
  transition: transform .3s var(--rifi-ease), box-shadow .3s var(--rifi-ease), border-color .3s;
}
.rifi-pillar:hover {
  transform: translateX(4px);
  box-shadow: var(--rifi-shadow-sm);
  border-color: transparent;
}
.rifi-pico {
  width: 50px; height: 50px; flex: none;
  border-radius: 13px;
  display: grid; place-items: center;
  color: #fff;
}
.rifi-pico-1 { background: linear-gradient(135deg, #2D3591, #2B7CC1); }
.rifi-pico-2 { background: linear-gradient(135deg, #2B7CC1, #4BBDE8); }
.rifi-pico-3 { background: linear-gradient(135deg, #3AAA47, #2e8a3a); }
.rifi-pillar h4 {
  font-size: 13px; text-transform: uppercase;
  letter-spacing: .06em; font-weight: 700;
  color: #2D3591; margin: 0 0 5px;
}
.rifi-pillar p {
  font-size: 14px; color: #6B7280;
  line-height: 1.5; margin: 0;
}

/* Photo mosaic */
.rifi-who-right { position: relative; }
.rifi-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
}
.rifi-mosaic .rifi-photo:first-child { grid-row: span 2; }
.rifi-mosaic .rifi-photo {
  border-radius: var(--rifi-radius);
  box-shadow: var(--rifi-shadow-sm);
  overflow: hidden;
  background: linear-gradient(135deg, #2D3591, #2B7CC1);
}
.rifi-mosaic .rifi-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* Badge */
.rifi-who-badge {
  position: absolute; z-index: 5;
  right: -14px; bottom: 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--rifi-shadow-md);
  padding: 16px 22px;
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--rifi-border);
}
.rifi-b-ico {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(58,170,71,.12);
  display: grid; place-items: center;
  color: #2e8a3a; flex-shrink: 0;
}
.rifi-who-badge b {
  display: block; font-size: 24px; font-weight: 800;
  color: #2D3591; line-height: 1;
}
.rifi-who-badge small { color: #6B7280; font-size: 12.5px; }

/* ── PHOTO STRIP ─────────────────────────────────────────── */
.rifi-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rifi-photo-strip .rifi-photo {
  position: relative; overflow: hidden;
  aspect-ratio: 3/2.4;
  background: linear-gradient(135deg, #2D3591, #2B7CC1);
}
.rifi-photo-strip .rifi-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .6s var(--rifi-ease);
}
.rifi-photo-strip .rifi-photo:hover img { transform: scale(1.06); }
.rifi-photo-strip .rifi-photo::after {
  content: '';
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 55%, rgba(26,31,94,.6));
  opacity: 0; transition: opacity .35s;
}
.rifi-photo-strip .rifi-photo:hover::after { opacity: 1; }
.rifi-ph-label {
  position: absolute; bottom: 12px; left: 14px; z-index: 3;
  color: #fff; font-size: 12px; font-weight: 600;
  opacity: 0; transition: opacity .35s;
}
.rifi-photo-strip .rifi-photo:hover .rifi-ph-label { opacity: 1; }

/* ── PROGRAMMES ──────────────────────────────────────────── */
.rifi-prog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.rifi-prog {
  background: #fff;
  border: 1px solid var(--rifi-border);
  border-radius: var(--rifi-radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .35s var(--rifi-ease), box-shadow .35s var(--rifi-ease), border-color .35s;
}
.rifi-prog:hover {
  transform: translateY(-7px);
  box-shadow: var(--rifi-shadow-md);
  border-color: transparent;
}
.rifi-prog-ph {
  aspect-ratio: 16/10; position: relative;
  background: linear-gradient(135deg, #2D3591, #2B7CC1);
  overflow: hidden;
}
.rifi-prog-ph img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.rifi-tag {
  position: absolute; z-index: 4;
  left: 14px; top: 14px;
  background: rgba(255,255,255,.95);
  color: #2D3591; font-weight: 700;
  font-size: 11.5px; letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  box-shadow: var(--rifi-shadow-sm);
}
.rifi-prog-body {
  padding: 24px 24px 26px;
  display: flex; flex-direction: column; flex: 1;
}
.rifi-prog-body h3 {
  font-size: 21px; font-weight: 700;
  color: #1b2233; margin: 0 0 10px;
  line-height: 1.2;
}
.rifi-prog-body p {
  margin: 0 0 20px; color: #6B7280;
  font-size: 15px; line-height: 1.55; flex: 1;
}
.rifi-link-more {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; font-size: 14.5px; color: #2B7CC1;
  text-decoration: none;
}
.rifi-arrow { transition: transform .3s var(--rifi-ease); }
.rifi-link-more:hover .rifi-arrow { transform: translateX(4px); }

/* ── ACHIEVEMENTS + PARTNERS ─────────────────────────────── */
.rifi-ach-panel {
  border: 1px solid var(--rifi-border);
  border-radius: var(--rifi-radius-lg);
  background: #fff;
  box-shadow: var(--rifi-shadow-sm);
  overflow: hidden;
}
.rifi-ach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.rifi-ach {
  padding: 40px 28px; text-align: center;
  border-left: 1px solid var(--rifi-border);
  border-bottom: 1px solid var(--rifi-border);
}
.rifi-ach:first-child { border-left: none; }
.rifi-ach-num {
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 44px);
  color: #3AAA47; line-height: 1;
  letter-spacing: -.02em;
}
.rifi-num-navy { color: #2D3591 !important; }
.rifi-ach-pre {
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #4BBDE8; margin-bottom: 8px;
}
.rifi-ach-lbl {
  margin-top: 10px; color: #6B7280;
  font-size: 14px; line-height: 1.4;
}
.rifi-partners {
  padding: 34px; text-align: center;
}
.rifi-plead {
  font-weight: 700; color: #2D3591;
  font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase; margin: 0 0 22px;
}
.rifi-partner-chips {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 12px;
}
.rifi-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px;
  border: 1px solid var(--rifi-border);
  border-radius: 999px;
  background: var(--rifi-tint);
  font-weight: 600; font-size: 15px; color: #2D3591;
  transition: transform .25s var(--rifi-ease), box-shadow .25s, background .25s;
}
.rifi-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--rifi-shadow-sm);
  background: #fff;
}
.rifi-chip-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #4BBDE8; flex-shrink: 0;
}

/* ── CTA BAND ────────────────────────────────────────────── */
.rifi-ctaband {
  background: linear-gradient(115deg, #1A1F5E, #2D3591 60%, #2B7CC1);
  border-radius: 24px;
  padding: 54px 56px;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 40px; color: #fff;
  position: relative; overflow: hidden;
}
.rifi-ctaband::before {
  content: '';
  position: absolute; right: -60px; top: -60px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}
.rifi-cta-copy { position: relative; max-width: 640px; }
.rifi-ctaband h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700; margin: 0;
}
.rifi-ctaband p {
  margin: 12px 0 0; color: #d7dcff;
  font-size: 17px; line-height: 1.55;
}
.rifi-cta-actions {
  position: relative;
  display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0;
}
.rifi-btn-ghost {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.5);
}
.rifi-btn-ghost:hover {
  background: #fff; color: #2D3591;
  transform: translateY(-2px);
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .rifi-who-badge { right: 0; }
}
@media (max-width: 860px) {
  .rifi-section { padding: 60px 0; }
  .rifi-who-grid { grid-template-columns: 1fr; gap: 40px; }
  .rifi-who-right { display: none; }
  .rifi-photo-strip { grid-template-columns: repeat(2, 1fr); }
  .rifi-prog-grid { grid-template-columns: repeat(2, 1fr); }
  .rifi-ach-grid { grid-template-columns: repeat(2, 1fr); }
  .rifi-ach:nth-child(odd) { border-left: none; }
  .rifi-ctaband { flex-direction: column; padding: 40px 32px; text-align: center; }
  .rifi-cta-actions { justify-content: center; }
}
@media (max-width: 480px) {
  .rifi-section { padding: 48px 0; }
  .rifi-container { padding: 0 16px; }
  .rifi-prog-grid { grid-template-columns: 1fr; }
  .rifi-photo-strip { grid-template-columns: repeat(2, 1fr); }
  .rifi-chip { font-size: 13px; padding: 9px 16px; }
  .rifi-ctaband { padding: 32px 20px; border-radius: 16px; }
  .rifi-ach-grid { grid-template-columns: 1fr 1fr; }
}

/* ── PARTNER LOGOS (replaces chips) ─────────────────────── */
/* Add this below everything else in the sections CSS */
.rifi-partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
}
.rifi-partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #E8EBF0;
  border-radius: 10px;
  transition: box-shadow .25s, transform .25s;
}
.rifi-partner-logo:hover {
  box-shadow: 0 6px 18px rgba(26,31,94,.1);
  transform: translateY(-2px);
}
.rifi-partner-logo img {
  height: 64px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
  filter: grayscale(20%);
  transition: filter .25s;
}
.rifi-partner-logo:hover img { filter: grayscale(0%); }

@media (max-width: 480px) {
  .rifi-partner-logo img { height: 34px; max-width: 90px; }
  .rifi-partner-logos { gap: 14px 18px; }
  .rifi-partner-logo { padding: 8px 12px; }
}

/* Prevent horizontal scroll revealing the off-screen drawer */
html, body {
  overflow-x: hidden !important;
}

/* Ensure the drawer is clipped to the viewport */
.rifi-drawer {
  pointer-events: none;
}
.rifi-drawer.is-open {
  pointer-events: auto !important;
}/* End custom CSS */