/* ============================================================
   RAVZA İYİLİK KÖPRÜSÜ DERNEĞİ — CSS v2
   ============================================================ */

/* ---- Brand Tokens ---- */
:root {
  --rv-green: #1b5e32;
  --rv-green-mid: #2e7d52;
  --rv-green-light: #4caf75;
  --rv-green-pale: #edf7f1;
  --rv-green-xpale: #f4fbf7;
  --rv-gold: #b8960c;
  --rv-gold-mid: #c9a820;
  --rv-gold-light: #e8c84a;
  --rv-gold-pale: #fbf6e2;
  --rv-white: #ffffff;
  --rv-bg: #fafcfb;
  --rv-text: #1a1f2e;
  --rv-text-muted: #6b7280;
  --rv-border: #e2eae6;
  --rv-radius: 14px;
  --rv-radius-lg: 22px;
  --rv-shadow: 0 4px 28px rgba(27, 94, 50, 0.1);
  --rv-shadow-md: 0 8px 40px rgba(27, 94, 50, 0.13);
  --rv-shadow-gold: 0 4px 24px rgba(184, 150, 12, 0.2);
  --rv-transition: all 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  --rv-topbar-h: 38px;
  --rv-navbar-h: 108px;
  --rv-header-h: calc(var(--rv-topbar-h) + var(--rv-navbar-h));
}

/* ---- Base ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Nunito", sans-serif;
  background: var(--rv-bg);
  color: var(--rv-text);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100%;
}
body.rv-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}
.ph {
  vertical-align: middle;
}
.rv-anchor {
  display: block;
  position: relative;
  top: calc(var(--rv-header-h) * -1);
  height: 0;
  overflow: hidden;
}

html:not(.aos-ready) [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.rv-stats-band [data-aos],
.rv-gallery-section [data-aos],
.rv-video-section [data-aos],
.rv-haberler-section [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.rv-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--rv-topbar-h);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0 1px,
      transparent 1px 20px
    ),
    linear-gradient(90deg, #0c351e 0%, #15542e 48%, #0e3a22 100%);
  z-index: 1060;
  transition: transform 0.35s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.rv-tb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
  min-height: var(--rv-topbar-h);
}

.rv-tb-left,
.rv-tb-right {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  min-width: 0;
}

.rv-tb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 999px;
  padding: 0 8px;
  transition: var(--rv-transition);
}
.rv-tb-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.rv-tb-link i {
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
}

.rv-tb-wa {
  color: #e9fff1 !important;
  background: rgba(37, 211, 102, 0.16);
}
.rv-tb-wa:hover {
  color: #fff !important;
  background: rgba(37, 211, 102, 0.26);
}

.rv-tb-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  min-height: 28px;
  background: rgba(184, 150, 12, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: var(--rv-transition);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.rv-tb-account:hover {
  color: #fff;
  background: var(--rv-gold-mid);
  border-color: var(--rv-gold);
}
.rv-tb-account i {
  font-size: 0.95rem;
  line-height: 1;
}

.rv-tb-divider {
  display: none;
}

.rv-tb-text {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
}
.rv-tb-text i {
  font-size: 0.88rem;
}

.rv-tb-social {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 999px;
  line-height: 1;
  transition: var(--rv-transition);
}
.rv-tb-social:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.rv-search-overlay {
  position: fixed;
  top: var(--rv-header-h); /* navbar altından başlar */
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid var(--rv-border);
  padding: 20px 0;
  z-index: 1044; /* navbar (1050) ALTINDA — örtmez */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}
.rv-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.rv-search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--rv-green-xpale);
  border: 1.5px solid var(--rv-border);
  border-radius: 50px;
  padding: 10px 20px;
  transition: var(--rv-transition);
}
.rv-search-bar:focus-within {
  border-color: var(--rv-green);
  box-shadow: 0 0 0 4px rgba(27, 94, 50, 0.08);
}

.rv-sb-icon {
  color: var(--rv-green);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.rv-search-bar input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--rv-text);
  outline: none;
}
.rv-search-bar input::placeholder {
  color: var(--rv-text-muted);
  font-weight: 500;
}

.rv-search-close {
  background: none;
  border: none;
  color: var(--rv-text-muted);
  font-size: 1.3rem;
  cursor: pointer;
  padding: 0 4px;
  transition: var(--rv-transition);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.rv-search-close:hover {
  color: var(--rv-green);
  transform: rotate(90deg);
}

.rv-search-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.rv-search-tags span {
  font-size: 0.8rem;
  color: var(--rv-text-muted);
  font-weight: 600;
}
.rv-search-tags a {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--rv-green);
  background: var(--rv-green-pale);
  border: 1px solid var(--rv-border);
  padding: 4px 12px;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--rv-transition);
}
.rv-search-tags a:hover {
  background: var(--rv-green);
  color: #fff;
  border-color: var(--rv-green);
}

/* ============================================================
   NAVBAR v2
   ============================================================ */
.rv-navbar {
  position: fixed;
  top: var(--rv-topbar-h);
  left: 0;
  right: 0;
  height: var(--rv-navbar-h);
  z-index: 1050;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1.5px solid transparent;
  transition: var(--rv-transition);
  padding: 0;
}

.rv-navbar.rv-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--rv-border);
  box-shadow: 0 2px 24px rgba(27, 94, 50, 0.09);
}

.rv-nav-container {
  display: flex;
  align-items: center;
  height: var(--rv-navbar-h);
  gap: 18px;
}

/* Logo — dikey logoya geniş alan */
.rv-brand {
  flex-shrink: 0;
  line-height: 0;
  padding: 6px 0;
}

.rv-logo {
  height: 80px;
  width: auto;
  transition: var(--rv-transition);
  display: block;
  padding: 0.5rem 0;
}
.rv-navbar.rv-scrolled .rv-logo {
  height: 78px;
}

/* Nav links — ortalanmış, desktop'ta her zaman görünür */
.navbar-collapse {
  flex: 1;
}

.rv-mobile-menu-head,
.rv-mobile-menu-actions {
  display: none;
}

.rv-mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 14, 0.36);
  z-index: 1095;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}
.rv-mobile-nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

/* Desktop'ta collapse'ı zorla göster */
@media (min-width: 992px) {
  .rv-mobile-nav-backdrop {
    display: none;
  }
  .rv-navbar .navbar-collapse {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
  .rv-navbar .navbar-nav {
    flex-direction: row !important;
    align-items: center;
  }
}

.rv-nav-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--rv-text) !important;
  padding: 6px 12px !important;
  border-radius: 8px;
  transition: var(--rv-transition);
  position: relative;
  white-space: nowrap;
}
.rv-nav-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--rv-green);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.28s ease;
}
.rv-nav-link:hover,
.rv-nav-link.active {
  color: var(--rv-green) !important;
  background: var(--rv-green-pale);
}
.rv-nav-link:hover::after,
.rv-nav-link.active::after {
  width: 55%;
}

.rv-services-dropdown {
  position: relative;
}

.rv-services-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.rv-services-dropdown .dropdown-toggle::after {
  display: none;
}

.rv-dropdown-caret {
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.rv-services-dropdown:hover .rv-dropdown-caret,
.rv-services-dropdown
  .dropdown-toggle[aria-expanded="true"]
  .rv-dropdown-caret {
  transform: rotate(180deg);
}

.rv-services-menu {
  min-width: 250px;
  padding: 10px;
  border: 1.5px solid var(--rv-border);
  border-radius: 12px;
  box-shadow: var(--rv-shadow-md);
  margin-top: 0;
  z-index: 1085;
}

.rv-services-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 8px;
  color: var(--rv-text);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 9px 11px;
  transition: var(--rv-transition);
}

.rv-services-menu .dropdown-item:hover,
.rv-services-menu .dropdown-item:focus,
.rv-services-menu .dropdown-item.active,
.rv-services-menu .dropdown-item:active {
  background: var(--rv-green-pale);
  color: var(--rv-green);
}

@media (min-width: 992px) {
  .rv-services-dropdown:hover .rv-services-menu,
  .rv-services-dropdown:focus-within .rv-services-menu {
    display: block;
  }
}

/* Right action area */
.rv-nav-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* Icon buttons (search, user, cart) */
.rv-icon-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1.5px solid var(--rv-border);
  border-radius: 10px;
  color: var(--rv-text);
  font-size: 1.05rem;
  cursor: pointer;
  position: relative;
  transition: var(--rv-transition);
}
.rv-icon-btn:hover {
  background: var(--rv-green-pale);
  border-color: var(--rv-green);
  color: var(--rv-green);
}

/* Cart badge */
.rv-cart-btn {
  position: relative;
}
.rv-cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background: var(--rv-gold);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.rv-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 14, 0.34);
  z-index: 1080;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.rv-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.rv-cart-drawer {
  position: fixed;
  top: var(--rv-header-h);
  right: 18px;
  width: min(390px, calc(100vw - 28px));
  max-height: calc(100vh - var(--rv-header-h) - 24px);
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(12, 36, 22, 0.22);
  z-index: 1090;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(0.98);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}
.rv-cart-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.rv-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 20px 16px;
  background: linear-gradient(
    135deg,
    var(--rv-green) 0%,
    var(--rv-green-mid) 100%
  );
  color: #fff;
}
.rv-cart-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--rv-gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.rv-cart-head h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
}
.rv-cart-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.rv-cart-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}
.rv-cart-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--rv-border);
  border-radius: 12px;
  background: var(--rv-green-xpale);
}
.rv-cart-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--rv-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
.rv-cart-icon-gold {
  background: var(--rv-gold);
}
.rv-cart-info strong {
  display: block;
  color: var(--rv-text);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
}
.rv-cart-info span {
  display: block;
  color: var(--rv-text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.rv-cart-price {
  color: var(--rv-green);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}
.rv-cart-summary {
  padding: 16px;
  border-top: 1px solid var(--rv-border);
  background: #fff;
}
.rv-cart-summary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--rv-text-muted);
  font-weight: 700;
  margin-bottom: 12px;
}
.rv-cart-summary strong {
  color: var(--rv-text);
  font-size: 1.1rem;
}
.rv-cart-checkout {
  width: 100%;
  background: var(--rv-green);
  color: #fff !important;
  border-radius: 10px;
  padding: 11px 14px;
  font-weight: 900;
}
.rv-cart-link {
  display: block;
  text-align: center;
  color: var(--rv-green);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.84rem;
  margin-top: 10px;
}

.rv-btn-donate {
  background: linear-gradient(
    135deg,
    var(--rv-green) 0%,
    var(--rv-green-mid) 100%
  );
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
  font-size: 0.88rem;
  padding: 16px 24px;
  line-height: 1.2;
  border-radius: 50px;
  border: none;
  box-shadow: 0 4px 16px rgba(27, 94, 50, 0.25);
  transition: var(--rv-transition);
  text-decoration: none;
  white-space: nowrap;
}
.rv-btn-donate:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(27, 94, 50, 0.35);
}

.rv-toggler {
  display: none;
  border: 1.5px solid var(--rv-border);
  font-size: 1.35rem;
  color: var(--rv-green);
  background: var(--rv-green-pale);
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
.rv-toggler:focus {
  box-shadow: none;
}

/* Mobile nav — Bootstrap collapse gizle, bottom sheet aktif */
@media (max-width: 991.98px) {
  .rv-navbar {
    height: var(--rv-navbar-h);
    min-height: var(--rv-navbar-h);
  }
  .rv-nav-container {
    height: var(--rv-navbar-h);
    min-height: var(--rv-navbar-h);
    flex-wrap: nowrap;
  }
  .rv-navbar .navbar-collapse {
    display: none !important;
  }
  .rv-toggler {
    display: inline-flex;
  }
  .rv-nav-actions .rv-btn-donate {
    display: none;
  }
}

/* ============================================================
   MOBILE MENU — Bottom Sheet
   ============================================================ */
body.rv-menu-open {
  overflow: hidden;
}

.rv-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  visibility: hidden;
}
.rv-mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
}

.rv-mm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 14, 0.6);
  opacity: 0;
  transition: opacity 0.32s ease;
  backdrop-filter: blur(3px);
}
.rv-mobile-menu.is-open .rv-mm-backdrop {
  opacity: 1;
}

.rv-mm-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: 88vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: max(env(safe-area-inset-bottom, 0px), 16px);
  transform: translateY(100%);
  transition: transform 0.38s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: 0 -8px 60px rgba(8, 24, 14, 0.22);
}
.rv-mobile-menu.is-open .rv-mm-sheet {
  transform: translateY(0);
}

.rv-mm-handle {
  width: 40px;
  height: 4px;
  background: var(--rv-border);
  border-radius: 4px;
  margin: 12px auto 0;
  flex-shrink: 0;
}

.rv-mm-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--rv-border);
}
.rv-mm-logo {
  height: 52px;
  object-fit: contain;
}
.rv-mm-close {
  width: 38px;
  height: 38px;
  border: 1.5px solid var(--rv-border);
  border-radius: 12px;
  background: var(--rv-green-pale);
  color: var(--rv-green);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--rv-transition);
}
.rv-mm-close:hover {
  background: var(--rv-green);
  color: #fff;
}

/* Quick actions: Profil, Sepet, WhatsApp */
.rv-mm-quick {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--rv-border);
}
.rv-mm-quick-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  background: var(--rv-green-xpale);
  border: 1.5px solid var(--rv-border);
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  color: var(--rv-text);
  font-size: 0.75rem;
  font-weight: 700;
  font-family: inherit;
  transition: var(--rv-transition);
}
.rv-mm-quick-btn:hover {
  background: var(--rv-green-pale);
  border-color: var(--rv-green-mid);
  color: var(--rv-green);
}
.rv-mm-qi {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  border: 1.5px solid var(--rv-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--rv-text);
}
.rv-mm-qi--cart {
  background: var(--rv-gold-pale);
  border-color: var(--rv-gold-mid);
  color: var(--rv-gold);
}
.rv-mm-qi--wa {
  background: #e8f9ef;
  border-color: #b2e8c8;
  color: #22c55e;
}
.rv-mm-cart-dot {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 20px;
  background: var(--rv-green);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Nav links */
.rv-mm-nav {
  padding: 8px 12px;
}
.rv-mm-link {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 13px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--rv-text);
  font-size: 0.96rem;
  font-weight: 700;
  font-family: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s;
  text-align: left;
}
.rv-mm-link > i:first-child,
.rv-mm-toggle > span > i:first-child {
  display: none;
}
.rv-mm-link:hover,
.rv-mm-link:focus-visible {
  background: var(--rv-green-xpale);
  color: var(--rv-green);
}

/* Accordion */
.rv-mm-group {
  margin-bottom: 2px;
}
.rv-mm-toggle {
  justify-content: space-between;
}
.rv-mm-toggle > span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.rv-mm-caret {
  font-size: 1.1rem;
  color: #9ca3af;
  transition: transform 0.22s ease;
  flex-shrink: 0;
}
.rv-mm-toggle[aria-expanded="true"] .rv-mm-caret {
  transform: rotate(180deg);
}
.rv-mm-toggle[aria-expanded="true"] {
  background: var(--rv-green-xpale);
  color: var(--rv-green);
}
.rv-mm-sub {
  padding: 4px 8px 6px 48px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rv-mm-sub-link {
  display: block;
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--rv-text);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.16s,
    color 0.16s;
}
.rv-mm-sub-link:hover {
  background: var(--rv-green-pale);
  color: var(--rv-green);
}

/* Footer */
.rv-mm-foot {
  padding: 14px 16px 20px;
  border-top: 1px solid var(--rv-border);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.rv-mm-iban {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--rv-green);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
}
.rv-mm-iban:hover {
  text-decoration: underline;
}

/* ============================================================
   HERO v2 — kompakt & güçlü
   ============================================================ */
.rv-hero {
  position: relative;
  margin-top: var(--rv-header-h);
}

/* Splide height constraint */
.rv-hero-splide,
.rv-hero-splide .splide__track,
.rv-hero-splide .splide__list {
  height: clamp(480px, 70vh, 780px);
}

.rv-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* Gradient overlay */
.rv-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 32, 16, 0.8) 0%,
    rgba(8, 32, 16, 0.5) 52%,
    rgba(8, 32, 16, 0.18) 100%
  );
}
.rv-overlay-dark {
  background: linear-gradient(
    135deg,
    rgba(5, 18, 10, 0.85) 0%,
    rgba(5, 18, 10, 0.4) 100%
  );
}
.rv-overlay-green {
  background: linear-gradient(
    135deg,
    rgba(10, 40, 22, 0.85) 0%,
    rgba(20, 60, 35, 0.45) 70%,
    rgba(10, 40, 22, 0.2) 100%
  );
}

/* Geometric pattern overlay (Islamic feel) */
.rv-slide-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,4 52,28 78,28 58,44 66,70 40,54 14,70 22,44 2,28 28,28' fill='none' stroke='%23ffffff' stroke-width='0.6' stroke-opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Slide content wrapper */
.rv-slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.rv-slide-inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.rv-slide-content-wrap {
  max-width: 640px;
}

.rv-slide-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 18px;
}
.rv-tag-gold {
  background: rgba(184, 150, 12, 0.22);
  border-color: rgba(184, 150, 12, 0.45);
}

.rv-slide-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  font-style: normal;
}
.rv-slide-title em {
  font-style: italic;
}

.rv-gold-text {
  color: var(--rv-gold-light);
}

.rv-slide-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 30px;
  line-height: 1.78;
  max-width: 480px;
}

.rv-slide-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rv-btn-hero-primary {
  background: var(--rv-gold);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.98rem;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid var(--rv-gold);
  box-shadow: 0 6px 24px rgba(184, 150, 12, 0.35);
  transition: var(--rv-transition);
  text-decoration: none;
}
.rv-btn-hero-primary:hover {
  background: var(--rv-gold-mid);
  border-color: var(--rv-gold-mid);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(184, 150, 12, 0.45);
}

.rv-btn-hero-outline {
  background: transparent;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  transition: var(--rv-transition);
  text-decoration: none;
  backdrop-filter: blur(6px);
}
.rv-btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
}

/* Splide arrows */
.splide__arrow {
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  width: 48px !important;
  height: 48px !important;
  opacity: 1 !important;
  transition: var(--rv-transition) !important;
}
.splide__arrow:hover {
  background: var(--rv-gold) !important;
  border-color: var(--rv-gold) !important;
}
.splide__arrow svg {
  fill: #fff !important;
  width: 16px !important;
  height: 16px !important;
}

.splide__pagination {
  display: none !important;
}

/* Slide counter */
.rv-slide-counter {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 700;
}
.rv-sc-current {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--rv-gold-light);
  line-height: 1;
}
.rv-sc-track {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  overflow: hidden;
}
.rv-sc-fill {
  height: 100%;
  background: var(--rv-gold);
  width: 0;
  border-radius: 2px;
  transition: width 0.1s linear;
}
.rv-sc-total {
  opacity: 0.6;
}

/* Scroll indicator */
.rv-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.65);
  background: none;
  border: none;
  cursor: pointer;
  animation: rv-bounce 2.2s ease-in-out infinite;
}
.rv-si-line {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.45);
}
.rv-scroll-indicator i {
  font-size: 1.1rem;
}

@keyframes rv-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}

/* ============================================================
   STATS BAND — FIXED (z-index)
   ============================================================ */
.rv-stats-band {
  background: linear-gradient(
    135deg,
    var(--rv-green) 0%,
    var(--rv-green-mid) 100%
  );
  padding: 44px 0;
  position: relative;
  overflow: hidden;
}
.rv-stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
}

.rv-stats-grid {
  position: relative;
  z-index: 1; /* FIXED: overlaying pattern issue */
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 32px;
}

.rv-stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px;
  flex: 1;
  min-width: 180px;
  opacity: 1;
  visibility: visible;
}

.rv-stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.rv-stat-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.rv-si-gold {
  background: rgba(184, 150, 12, 0.28);
  color: var(--rv-gold-light);
}

.rv-stat-body {
  position: relative;
  z-index: 1;
}

.rv-stat-num-wrap {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.rv-stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.rv-stat-suffix {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--rv-gold-light);
}
.rv-stat-body p {
  margin: 5px 0 0;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

/* ============================================================
   SECTIONS — Shared
   ============================================================ */
.rv-section {
  padding: 90px 0;
}

.rv-section-tag {
  display: inline-block;
  background: var(--rv-green-pale);
  color: var(--rv-green);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.rv-section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 12px;
  line-height: 1.25;
}

.rv-section-desc {
  font-size: 1rem;
  color: var(--rv-text-muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   HİZMETLER
   ============================================================ */
.rv-hizmetler {
  background: var(--rv-bg);
}

.rv-hizmet-card {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: var(--rv-radius);
  padding: 26px 20px 20px;
  text-align: center;
  transition: var(--rv-transition);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rv-hizmet-card:hover {
  border-color: var(--rv-green);
  transform: translateY(-6px);
  box-shadow: var(--rv-shadow);
}

.rv-hizmet-icon {
  width: 70px;
  height: 70px;
  background: var(--rv-green-pale);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 13px;
  transition: var(--rv-transition);
}
.rv-hizmet-card:hover .rv-hizmet-icon {
  background: var(--rv-green);
}
.rv-hizmet-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: var(--rv-transition);
}
.rv-hizmet-card:hover .rv-hizmet-icon img {
  filter: brightness(0) invert(1);
}

.rv-hizmet-card h5 {
  font-size: 0.97rem;
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 6px;
}
.rv-hizmet-card p {
  font-size: 0.82rem;
  color: var(--rv-text-muted);
  flex: 1;
  margin-bottom: 14px;
  line-height: 1.6;
}

.rv-hizmet-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--rv-green);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: var(--rv-transition);
  margin-top: auto;
}
.rv-hizmet-link:hover {
  color: var(--rv-gold);
  gap: 8px;
}

/* ============================================================
   PROJELER
   ============================================================ */
.rv-kampanyalar-section {
  background: linear-gradient(180deg, var(--rv-green-pale) 0%, #fff 100%);
}

.rv-kamp-splide .splide__arrow {
  background: #fff !important;
  border: 1.5px solid var(--rv-border) !important;
  box-shadow: var(--rv-shadow) !important;
}
.rv-kamp-splide .splide__arrow svg {
  fill: var(--rv-green) !important;
}
.rv-kamp-splide .splide__arrow:hover {
  background: var(--rv-green) !important;
  border-color: var(--rv-green) !important;
}
.rv-kamp-splide .splide__arrow:hover svg {
  fill: #fff !important;
}

.rv-kamp-card {
  background: #fff;
  border-radius: var(--rv-radius-lg);
  overflow: hidden;
  box-shadow: var(--rv-shadow);
  transition: var(--rv-transition);
  height: 100%;
  border: 1.5px solid var(--rv-border);
}
.rv-kamp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rv-shadow-md);
  border-color: var(--rv-green);
}

.rv-kamp-img-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.rv-kamp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rv-kamp-card:hover .rv-kamp-img {
  transform: scale(1.06);
}

.rv-kamp-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.rv-badge-green {
  background: var(--rv-green);
  color: #fff;
}
.rv-badge-gold {
  background: var(--rv-gold);
  color: #fff;
}
.rv-badge-blue {
  background: #1565c0;
  color: #fff;
}

.rv-kamp-body {
  padding: 20px;
}

.rv-kamp-country {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--rv-text-muted);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.rv-kamp-body h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 6px;
  line-height: 1.35;
}
.rv-kamp-body p {
  font-size: 0.85rem;
  color: var(--rv-text-muted);
  margin-bottom: 16px;
  line-height: 1.6;
}

.rv-kamp-progress-wrap {
  margin-bottom: 14px;
}
.rv-kamp-progress-bar {
  height: 7px;
  background: var(--rv-green-pale);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 7px;
}
.rv-kamp-progress-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--rv-green) 0%,
    var(--rv-green-light) 100%
  );
  border-radius: 50px;
  width: 0;
  transition: width 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rv-kamp-progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
}
.rv-kp-collected {
  color: var(--rv-text-muted);
}
.rv-kp-collected strong {
  color: var(--rv-green);
  font-weight: 700;
}
.rv-kp-percent {
  font-weight: 700;
  color: var(--rv-green);
}

.rv-kamp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.rv-kamp-meta {
  display: flex;
  gap: 10px;
  font-size: 0.76rem;
  color: var(--rv-text-muted);
  font-weight: 600;
}
.rv-kamp-meta span {
  display: flex;
  align-items: center;
}

.rv-btn-kampanya {
  background: var(--rv-green);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 8px 18px;
  border-radius: 50px;
  border: none;
  transition: var(--rv-transition);
  text-decoration: none;
  white-space: nowrap;
}
.rv-btn-kampanya:hover {
  background: var(--rv-gold);
  transform: translateY(-2px);
  box-shadow: var(--rv-shadow-gold);
}

.rv-btn-outline-green {
  background: transparent;
  color: var(--rv-green) !important;
  font-weight: 700;
  font-size: 0.93rem;
  padding: 11px 26px;
  border-radius: 50px;
  border: 2px solid var(--rv-green);
  transition: var(--rv-transition);
  text-decoration: none;
}
.rv-btn-outline-green:hover {
  background: var(--rv-green);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: var(--rv-shadow);
}

/* ============================================================
   HOW TO DONATE
   ============================================================ */
.rv-how-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.rv-how-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--rv-green-pale) 0%, transparent 70%);
  pointer-events: none;
}

.rv-how-steps {
  display: flex;
  flex-direction: column;
}

.rv-how-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 0 22px 26px;
  border-left: 2px solid var(--rv-border);
  position: relative;
  transition: var(--rv-transition);
}
.rv-how-step:first-child {
  padding-top: 0;
}
.rv-how-last {
  border-left-color: transparent;
}

.rv-how-step::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rv-border);
  border: 2px solid #fff;
  transition: var(--rv-transition);
}
.rv-how-step:first-child::before {
  top: 0;
}
.rv-how-step:hover::before {
  background: var(--rv-green);
}

.rv-how-num {
  font-size: 2.3rem;
  font-weight: 900;
  color: var(--rv-green-pale);
  line-height: 1;
  font-family: "Playfair Display", serif;
  min-width: 48px;
  transition: var(--rv-transition);
}
.rv-how-step:hover .rv-how-num {
  color: var(--rv-green);
}

.rv-how-content {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

.rv-how-icon {
  width: 48px;
  height: 48px;
  background: var(--rv-green-pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--rv-green);
  flex-shrink: 0;
  transition: var(--rv-transition);
}
.rv-how-step:hover .rv-how-icon {
  background: var(--rv-green);
  color: #fff;
  transform: scale(1.1);
}

.rv-how-content h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 3px;
}
.rv-how-content p {
  font-size: 0.88rem;
  color: var(--rv-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* Donation widget */
.rv-donate-widget {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: var(--rv-radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27, 94, 50, 0.12);
  position: sticky;
  top: calc(var(--rv-header-h) + 16px);
}

.rv-dw-header {
  background: linear-gradient(
    135deg,
    var(--rv-green) 0%,
    var(--rv-green-mid) 100%
  );
  padding: 26px 26px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.rv-dw-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='2' fill='%23fff' fill-opacity='0.06'/%3E%3C/svg%3E");
}

.rv-dw-logo {
  height: 56px;
  width: auto;
  filter: brightness(0) invert(1);
  margin: 0 auto 10px;
  position: relative;
}
.rv-dw-header h4 {
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 0 4px;
  position: relative;
}
.rv-dw-header p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  margin: 0;
  position: relative;
}

.rv-dw-body {
  padding: 22px;
}

.rv-dw-amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 14px;
}
.rv-dw-amt {
  padding: 9px 4px;
  border: 1.5px solid var(--rv-border);
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--rv-text);
  cursor: pointer;
  transition: var(--rv-transition);
  text-align: center;
}
.rv-dw-amt:hover,
.rv-dw-active {
  border-color: var(--rv-green) !important;
  background: var(--rv-green-pale) !important;
  color: var(--rv-green) !important;
}
.rv-dw-custom {
  grid-column: span 3;
}

.rv-dw-input {
  border: 1.5px solid var(--rv-border);
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--rv-text);
  margin-bottom: 12px;
  width: 100%;
  transition: var(--rv-transition);
  font-family: "Nunito", sans-serif;
}
.rv-dw-input:focus {
  border-color: var(--rv-green);
  box-shadow: 0 0 0 3px rgba(27, 94, 50, 0.08);
  outline: none;
}

.rv-dw-select {
  border: 1.5px solid var(--rv-border);
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--rv-text);
  margin-bottom: 14px;
  cursor: pointer;
  transition: var(--rv-transition);
  width: 100%;
  background: #fff;
  font-family: "Nunito", sans-serif;
}
.rv-dw-select:focus {
  border-color: var(--rv-green);
  box-shadow: 0 0 0 3px rgba(27, 94, 50, 0.08);
  outline: none;
}

.rv-btn-donate-full {
  width: 100%;
  background: linear-gradient(
    135deg,
    var(--rv-gold) 0%,
    var(--rv-gold-mid) 100%
  );
  color: #fff !important;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 14px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 20px rgba(184, 150, 12, 0.28);
  transition: var(--rv-transition);
  margin-bottom: 14px;
}
.rv-btn-donate-full:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(184, 150, 12, 0.4);
}

.rv-dw-footer {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 0.76rem;
  color: var(--rv-text-muted);
  font-weight: 600;
}
.rv-dw-footer span {
  display: flex;
  align-items: center;
}

/* ============================================================
   PHOTO GALLERY
   ============================================================ */
.rv-gallery-section {
  background: var(--rv-bg);
}

/* Filter tabs */
.rv-gallery-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.rv-gf-btn {
  background: #fff;
  color: var(--rv-text-muted);
  border: 1.5px solid var(--rv-border);
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--rv-transition);
  font-family: "Nunito", sans-serif;
}
.rv-gf-btn:hover {
  border-color: var(--rv-green);
  color: var(--rv-green);
  background: var(--rv-green-pale);
}
.rv-gf-btn.active {
  background: var(--rv-green);
  color: #fff;
  border-color: var(--rv-green);
}

/* Masonry via CSS columns */
.rv-gallery-grid {
  columns: 3;
  column-gap: 14px;
}

.rv-gallery-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: var(--rv-radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--rv-transition);
  opacity: 1;
  visibility: visible;
}
.rv-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--rv-shadow-md);
}

.rv-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.rv-gallery-item:hover img {
  transform: scale(1.06);
}

.rv-gi-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 30, 15, 0.75) 0%,
    rgba(8, 30, 15, 0) 50%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rv-gallery-item:hover .rv-gi-overlay {
  opacity: 1;
}

.rv-gi-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  transition: transform 0.3s ease;
}
.rv-gallery-item:hover .rv-gi-zoom {
  transform: translate(-50%, -50%) scale(1);
}

.rv-gi-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  line-height: 1.4;
  transform: translateY(8px);
  transition: transform 0.3s ease;
}
.rv-gallery-item:hover .rv-gi-label {
  transform: translateY(0);
}

/* Hidden items (filter) */
.rv-gallery-item.rv-hidden {
  display: none;
}

/* ============================================================
   VIDEO GALLERY
   ============================================================ */
.rv-video-section {
  background: linear-gradient(180deg, #fff 0%, var(--rv-green-pale) 100%);
}

.rv-video-card {
  background: #fff;
  border-radius: var(--rv-radius);
  overflow: hidden;
  border: 1.5px solid var(--rv-border);
  transition: var(--rv-transition);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
}
.rv-video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rv-shadow-md);
  border-color: var(--rv-green);
}

.rv-vc-thumb {
  position: relative;
  overflow: hidden;
  height: 190px;
  flex-shrink: 0;
}
.rv-vc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rv-video-card:hover .rv-vc-img {
  transform: scale(1.07);
}

.rv-vc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 20, 10, 0.3);
  transition: background 0.3s ease;
}
.rv-video-card:hover .rv-vc-overlay {
  background: rgba(5, 20, 10, 0.5);
}

.rv-vc-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: var(--rv-gold);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(184, 150, 12, 0.45);
  transition: var(--rv-transition);
  padding-left: 3px; /* optical alignment */
}
.rv-video-card:hover .rv-vc-play {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 10px 36px rgba(184, 150, 12, 0.55);
}

.rv-vc-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}

.rv-vc-body {
  padding: 16px;
  flex: 1;
}

.rv-vc-cat {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--rv-green);
  margin-bottom: 8px;
}

.rv-vc-body h5 {
  font-size: 0.97rem;
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 6px;
  line-height: 1.4;
}
.rv-vc-body p {
  font-size: 0.83rem;
  color: var(--rv-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* Video Modal */
.rv-video-modal .modal-content {
  background: #000;
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.rv-vm-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--rv-transition);
}
.rv-vm-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

.rv-vm-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.rv-vm-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================
   HABERLER
   ============================================================ */
.rv-haberler-section {
  background: var(--rv-bg);
}

.rv-haber-card {
  background: #fff;
  border-radius: var(--rv-radius);
  overflow: hidden;
  border: 1.5px solid var(--rv-border);
  transition: var(--rv-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rv-haber-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rv-shadow);
  border-color: var(--rv-green);
}

.rv-haber-img-wrap {
  position: relative;
  overflow: hidden;
  height: 196px;
}
.rv-haber-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.rv-haber-card:hover .rv-haber-img {
  transform: scale(1.07);
}

.rv-haber-cat {
  position: absolute;
  bottom: 12px;
  left: 14px;
  background: var(--rv-green);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  letter-spacing: 0.06em;
}
.rv-cat-gold {
  background: var(--rv-gold);
}

.rv-haber-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rv-haber-meta {
  display: flex;
  gap: 12px;
  font-size: 0.76rem;
  color: var(--rv-text-muted);
  font-weight: 600;
  margin-bottom: 10px;
}
.rv-haber-meta span {
  display: flex;
  align-items: center;
}

.rv-haber-body h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--rv-text);
  margin-bottom: 6px;
  line-height: 1.4;
}
.rv-haber-body p {
  font-size: 0.86rem;
  color: var(--rv-text-muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 14px;
}

.rv-haber-link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--rv-green);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: var(--rv-transition);
  margin-top: auto;
}
.rv-haber-link:hover {
  color: var(--rv-gold);
  gap: 8px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.rv-footer {
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(184, 150, 12, 0.18) 0%,
      transparent 34%
    ),
    linear-gradient(135deg, #07170e 0%, #0c2416 48%, #123d24 100%);
  color: rgba(255, 255, 255, 0.75);
}
.rv-footer-top {
  padding: 76px 0 50px;
}

.rv-footer-logo {
  height: 68px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
  display: block;
}
.rv-footer-about {
  font-size: 0.88rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 20px;
}

.rv-footer-social {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.rv-social-link {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  text-decoration: none;
  transition: var(--rv-transition);
}
.rv-social-link:hover {
  background: var(--rv-gold);
  border-color: var(--rv-gold);
  color: #fff;
  transform: translateY(-3px);
}

.rv-footer-heading {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--rv-gold-mid);
  margin-bottom: 14px;
}

.rv-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.rv-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--rv-transition);
  display: flex;
  align-items: center;
  gap: 7px;
}
.rv-footer-links a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--rv-green-light);
  border-radius: 50%;
  flex-shrink: 0;
  transition: var(--rv-transition);
}
.rv-footer-links a:hover {
  color: var(--rv-gold-light);
  padding-left: 4px;
}
.rv-footer-links a:hover::before {
  background: var(--rv-gold);
}

.rv-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.rv-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
}
.rv-footer-contact i {
  color: var(--rv-gold-mid);
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.rv-footer-contact a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: var(--rv-transition);
}
.rv-footer-contact a:hover {
  color: var(--rv-gold-light);
}

.rv-iban-row {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  padding: 11px 14px;
}
.rv-iban-bank {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--rv-gold-mid);
  margin-bottom: 4px;
}
.rv-iban-num {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: monospace;
  letter-spacing: 0.04em;
}

.rv-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 17px 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.42);
}
.rv-footer-bottom-links {
  display: flex;
  gap: 15px;
}
.rv-footer-bottom-links a {
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  transition: var(--rv-transition);
}
.rv-footer-bottom-links a:hover {
  color: var(--rv-gold-light);
}

/* ============================================================
   CORPORATE INNER PAGES
   ============================================================ */
.rv-page-main {
  margin-top: var(--rv-header-h);
  background: var(--rv-bg);
}

.rv-page-hero {
  background: linear-gradient(135deg, var(--rv-green) 0%, #123d24 100%);
  color: #fff;
  padding: 72px 0 58px;
}

.rv-page-kicker {
  display: inline-flex;
  color: var(--rv-gold-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rv-page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 12px;
}

.rv-page-desc {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.03rem;
  line-height: 1.8;
  margin: 0;
}

.rv-page-content {
  padding: 70px 0;
}

.rv-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.rv-page-panel,
.rv-page-card {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 14px;
}

.rv-page-panel {
  padding: 28px;
}
.rv-page-panel h2,
.rv-page-card h3 {
  color: var(--rv-text);
  font-size: 1.22rem;
  font-weight: 900;
  margin: 0 0 12px;
}
.rv-page-panel p,
.rv-page-card p {
  color: var(--rv-text-muted);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 12px;
}
.rv-page-panel p:last-child,
.rv-page-card p:last-child {
  margin-bottom: 0;
}

.rv-page-card {
  padding: 20px;
}
.rv-page-stack {
  display: grid;
  gap: 14px;
}

.rv-clean-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}
.rv-clean-list li {
  padding: 12px 14px;
  background: var(--rv-green-xpale);
  border: 1px solid var(--rv-border);
  border-radius: 10px;
  color: var(--rv-text);
  font-weight: 700;
}

.rv-news-list,
.rv-doc-list {
  display: grid;
  gap: 14px;
}
.rv-news-item,
.rv-doc-item {
  display: grid;
  gap: 6px;
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 14px;
  padding: 20px;
  color: var(--rv-text);
  text-decoration: none;
}
.rv-news-meta,
.rv-doc-meta {
  color: var(--rv-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.rv-news-item h2,
.rv-doc-item h2 {
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
}
.rv-news-item p,
.rv-doc-item p {
  color: var(--rv-text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
}

/* Corporate inner pages v2 */
.rv-page-main {
  overflow: hidden;
}

.rv-inner-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 112px 0 72px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.rv-inner-hero-bg,
.rv-inner-hero-shade {
  position: absolute;
  inset: -1px;
  z-index: -2;
}

.rv-inner-hero-bg {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.rv-inner-hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 24, 13, 0.92) 0%,
      rgba(8, 35, 20, 0.74) 45%,
      rgba(8, 35, 20, 0.28) 100%
    ),
    linear-gradient(0deg, rgba(5, 24, 13, 0.78) 0%, rgba(5, 24, 13, 0.06) 62%);
}

.rv-inner-hero-content {
  max-width: 720px;
}

.rv-inner-hero .rv-page-title {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  color: #fff;
  max-width: 760px;
  margin-bottom: 18px;
}

.rv-inner-hero .rv-page-desc {
  max-width: 650px;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
}

.rv-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rv-btn-outline-light {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.46);
  border-radius: 50px;
  padding: 12px 22px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.rv-btn-outline-light:hover {
  background: #fff;
  color: var(--rv-green-dark);
}

.rv-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 30px;
  align-items: stretch;
}

.rv-about-lead {
  padding: 34px;
  border-radius: 18px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-about-lead h2,
.rv-doc-info h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--rv-text);
  margin: 10px 0 16px;
}

.rv-about-visual {
  position: relative;
  min-height: 430px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--rv-shadow);
}

.rv-about-visual img,
.rv-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rv-about-visual-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.rv-about-visual-note strong,
.rv-about-visual-note span {
  display: block;
}

.rv-about-visual-note strong {
  color: var(--rv-text);
  font-weight: 900;
  margin-bottom: 4px;
}

.rv-about-visual-note span {
  color: var(--rv-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.rv-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.rv-value-card {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-value-card i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--rv-green-xpale);
  color: var(--rv-green);
  font-size: 1.45rem;
  margin-bottom: 15px;
}

.rv-value-card h3 {
  font-size: 1.04rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.rv-value-card p {
  color: var(--rv-text-muted);
  font-size: 0.92rem;
  line-height: 1.68;
  margin: 0;
}

.rv-page-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.rv-news-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.rv-news-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 18px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-news-card > div {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.rv-news-card h2 {
  font-size: 1.07rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 8px 0;
  color: var(--rv-text);
}

.rv-news-card p {
  margin: 0;
  color: var(--rv-text-muted);
  line-height: 1.65;
  font-size: 0.92rem;
}

.rv-news-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 16px;
  color: var(--rv-green);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  transition: var(--rv-transition);
}

.rv-news-link:hover {
  color: var(--rv-gold);
  gap: 9px;
}

.rv-article-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.rv-article {
  scroll-margin-top: calc(var(--rv-header-h) + 24px);
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--rv-shadow-soft);
}

.rv-article + .rv-article {
  margin-top: 28px;
}

.rv-article-media {
  height: clamp(260px, 36vw, 430px);
}

.rv-article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rv-article-body {
  padding: clamp(24px, 4vw, 42px);
}

.rv-article-body h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.18;
  color: var(--rv-text);
  margin: 10px 0 16px;
}

.rv-article-body p {
  color: var(--rv-text-muted);
  font-size: 1rem;
  line-height: 1.82;
  margin-bottom: 16px;
}

.rv-article-body p:last-child {
  margin-bottom: 0;
}

.rv-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rv-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 56px;
}

.rv-service-intro .rv-page-panel {
  padding: 34px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-service-intro h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.22;
  color: var(--rv-text);
  margin: 10px 0 14px;
}

.rv-service-summary {
  display: grid;
  gap: 12px;
}

.rv-service-summary div {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-service-summary strong,
.rv-service-summary span {
  display: block;
}

.rv-service-summary strong {
  font-size: 1.9rem;
  line-height: 1;
  color: var(--rv-green);
  font-weight: 900;
}

.rv-service-summary span {
  margin-top: 6px;
  color: var(--rv-text-muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.rv-service-donate-head {
  scroll-margin-top: calc(var(--rv-header-h) + 24px);
}

.rv-donation-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rv-qurban-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
  margin: 0 auto;
}

.rv-donation-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: var(--rv-shadow-soft);
  transition: var(--rv-transition);
  scroll-margin-top: calc(var(--rv-header-h) + 24px);
}

.rv-qurban-card {
  border-radius: 18px;
  border-color: rgba(18, 61, 36, 0.12);
}

.rv-donation-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--rv-shadow);
  border-color: rgba(25, 107, 58, 0.35);
}

.rv-donation-card-featured {
  border-color: rgba(184, 150, 12, 0.42);
  box-shadow: var(--rv-shadow-gold);
}

.rv-donation-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.rv-qurban-card .rv-donation-image {
  height: 300px;
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  border-radius: 14px;
}

.rv-qurban-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 20px;
}

.rv-qurban-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.rv-qurban-location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--rv-text-muted);
  font-weight: 700;
  margin: 0 0 14px;
  font-size: 0.92rem;
}

.rv-qurban-desc {
  margin: 0 0 18px;
  color: var(--rv-text-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.rv-qurban-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.rv-qurban-bottom strong {
  color: var(--rv-text);
  font-size: 1.18rem;
  font-weight: 900;
  white-space: nowrap;
}

.rv-qurban-bottom .rv-btn-donate {
  min-height: 46px;
  padding: 12px 20px;
  font-size: 0.94rem;
  font-weight: 500;
  box-shadow: 0 14px 30px rgba(25, 107, 58, 0.18);
}

.rv-qurban-card details {
  margin-top: 14px;
  border: 1px solid var(--rv-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.rv-qurban-card summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  color: var(--rv-green);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.rv-qurban-card summary::-webkit-details-marker {
  display: none;
}

.rv-qurban-card details[open] summary {
  background: var(--rv-green-xpale);
  border-bottom: 1px solid var(--rv-border);
}

.rv-qurban-card details p {
  padding: 12px;
  margin: 0;
  color: var(--rv-text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.rv-donation-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.rv-donation-card-head i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--rv-green-xpale);
  color: var(--rv-green);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.rv-donation-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--rv-green-pale);
  color: var(--rv-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 20px 20px 12px;
}

.rv-donation-card h3 {
  color: var(--rv-text);
  font-size: 1.18rem;
  font-weight: 900;
  margin: 0 20px 8px;
}

.rv-donation-card p {
  color: var(--rv-text-muted);
  font-size: 0.93rem;
  line-height: 1.7;
  margin: 0 20px 18px;
}

.rv-donation-price {
  padding: 16px;
  border-radius: 15px;
  background: var(--rv-green-xpale);
  margin: 0 20px 16px;
}

.rv-donation-price span,
.rv-donation-price strong {
  display: block;
}

.rv-donation-price span {
  color: var(--rv-text-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.rv-donation-price strong {
  color: var(--rv-green);
  font-size: 1.55rem;
  font-weight: 900;
}

.rv-donation-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 9px;
}

.rv-donation-list li {
  position: relative;
  padding-left: 24px;
  color: var(--rv-text);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

.rv-donation-list li::before {
  content: "\EB7B";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rv-green);
  font-weight: 400;
}

.rv-donation-actions {
  margin-top: auto;
  padding: 0 20px 20px;
}

.rv-donation-actions .btn {
  width: 100%;
  margin-bottom: 12px;
}

.rv-donation-actions details {
  border: 1px solid var(--rv-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.rv-donation-actions summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  color: var(--rv-green);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.rv-donation-actions summary::-webkit-details-marker {
  display: none;
}

.rv-donation-actions details[open] summary {
  border-bottom: 1px solid var(--rv-border);
  background: var(--rv-green-xpale);
}

.rv-donation-actions details p {
  margin: 0;
  padding: 12px;
  color: var(--rv-text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.rv-qurban-card .rv-qurban-card-body h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.rv-qurban-card .rv-qurban-location {
  margin: 0 0 14px;
}

.rv-qurban-card .rv-qurban-desc {
  margin: 0 0 18px;
}

.rv-service-process {
  scroll-margin-top: calc(var(--rv-header-h) + 24px);
  margin-top: 64px;
}

.rv-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rv-process-grid div {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-process-grid span {
  display: inline-flex;
  color: var(--rv-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.rv-process-grid h3 {
  color: var(--rv-text);
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.rv-process-grid p {
  color: var(--rv-text-muted);
  font-size: 0.88rem;
  line-height: 1.62;
  margin: 0;
}

.rv-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rv-progress-static {
  width: var(--rv-progress, 0%);
}

/* Gallery tab navigation */
.rv-gallery-tabs-nav {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  border-bottom: 2px solid var(--rv-border);
  padding-bottom: 0;
}

.rv-gtab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--rv-text-muted, #6b7280);
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
  transition:
    color 0.22s ease,
    background 0.22s ease;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}

.rv-gtab-btn i {
  font-size: 1.1rem;
}

.rv-gtab-btn:hover {
  color: var(--rv-green);
  background: var(--rv-green-xpale);
}

.rv-gtab-btn.active {
  color: var(--rv-green);
  background: var(--rv-green-xpale);
  border-bottom-color: var(--rv-green);
}

.rv-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--rv-green-pale);
  color: var(--rv-green);
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.rv-gtab-btn.active .rv-tab-count {
  background: var(--rv-green);
  color: #fff;
}

.rv-gallery-tab-content {
  min-height: 200px;
}

.rv-inner-gallery-grid {
  columns: 3;
}

.rv-inner-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
}

.rv-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 28px;
  align-items: start;
}

.rv-contact-panel,
.rv-contact-card,
.rv-contact-map,
.rv-bank-section,
.rv-bank-card {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 18px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-contact-panel {
  padding: 32px;
}

.rv-contact-panel h2,
.rv-bank-section h2 {
  font-family: "Playfair Display", serif;
  color: var(--rv-text);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
  margin: 10px 0 18px;
}

.rv-contact-form {
  display: grid;
  gap: 14px;
}

.rv-contact-form label {
  color: var(--rv-text);
  font-size: 0.88rem;
  font-weight: 900;
}

.rv-contact-form input,
.rv-contact-form select,
.rv-contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1.5px solid var(--rv-border);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--rv-text);
  background: #fff;
  outline: none;
}

.rv-contact-form input:focus,
.rv-contact-form select:focus,
.rv-contact-form textarea:focus {
  border-color: var(--rv-green);
  box-shadow: 0 0 0 4px rgba(25, 107, 58, 0.08);
}

.rv-contact-side {
  display: grid;
  gap: 14px;
}

.rv-contact-card {
  display: flex;
  gap: 14px;
  padding: 18px;
}

.rv-contact-card i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--rv-green);
  background: var(--rv-green-xpale);
  font-size: 1.22rem;
  flex-shrink: 0;
}

.rv-contact-card span {
  display: block;
  color: var(--rv-text-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.rv-contact-card a,
.rv-contact-card p {
  color: var(--rv-text);
  font-weight: 800;
  text-decoration: none;
  margin: 0;
}

.rv-contact-map {
  min-height: 300px;
  padding: 0;
  overflow: hidden;
}

.rv-contact-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 17px;
}

.rv-bank-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 30px;
  padding: 28px;
}

.rv-bank-section p {
  color: var(--rv-text-muted);
  margin: 0;
}

.rv-bank-card {
  padding: 20px;
  background: var(--rv-green-xpale);
}

.rv-bank-card span,
.rv-bank-card small {
  display: block;
  color: var(--rv-text-muted);
  font-weight: 800;
}

.rv-bank-card strong {
  display: block;
  color: var(--rv-green);
  font-family: monospace;
  font-size: 1.15rem;
  margin: 7px 0;
  word-break: break-word;
}

.rv-doc-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.43fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.rv-doc-info {
  position: sticky;
  top: calc(var(--rv-header-h) + 22px);
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--rv-shadow-soft);
}

.rv-doc-info p {
  color: var(--rv-text-muted);
  line-height: 1.78;
  margin: 0 0 18px;
}

.rv-doc-mini {
  display: flex;
  gap: 12px;
  padding: 15px;
  border-radius: 14px;
  background: var(--rv-green-xpale);
  color: var(--rv-text);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.55;
}

.rv-doc-mini i {
  color: var(--rv-green);
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.rv-doc-list-v2 .rv-doc-item {
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
  transition: var(--rv-transition);
}

.rv-doc-list-v2 .rv-doc-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--rv-shadow);
  border-color: rgba(25, 107, 58, 0.34);
}

.rv-doc-list-v2 .rv-doc-item > i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--rv-green-xpale);
  color: var(--rv-green);
  font-size: 1.45rem;
}

.rv-doc-list-v2 .rv-doc-item strong {
  color: var(--rv-green);
  font-weight: 900;
  white-space: nowrap;
}

/* ============================================================
   BELGE SAYFASI — Sade satır listesi
   ============================================================ */
.rv-doclist-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.rv-doclist-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--rv-text-muted);
  margin: 0 0 10px;
}
.rv-doclist-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.rv-dl-green  { background: var(--rv-green); }
.rv-dl-blue   { background: #2563eb; }
.rv-dl-gold   { background: var(--rv-gold); }
.rv-dl-purple { background: #9333ea; }

.rv-doclist {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 16px;
  overflow: hidden;
}
.rv-docrow {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: var(--rv-text);
  border-bottom: 1px solid var(--rv-border);
  transition: background 0.18s;
}
.rv-docrow:last-child { border-bottom: none; }
.rv-docrow:hover { background: var(--rv-green-xpale); }
.rv-docrow-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.rv-docrow-info {
  flex: 1;
  min-width: 0;
}
.rv-docrow-info strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--rv-text);
  margin-bottom: 2px;
}
.rv-docrow-info span {
  font-size: 0.8rem;
  color: var(--rv-text-muted);
}
.rv-docrow-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--rv-green);
  white-space: nowrap;
  flex-shrink: 0;
}

/* ============================================================
   BELGE SAYFASI — Stats band + Category sections + Cards (eski)
   ============================================================ */
.rv-doc-stats-band {
  background: var(--rv-green-xpale);
  border-bottom: 1px solid var(--rv-border);
  padding: 32px 0;
}
.rv-doc-stats-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rv-doc-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 48px;
  border-right: 1px solid var(--rv-border);
}
.rv-doc-stat:last-child { border-right: none; }
.rv-doc-stat strong {
  font-size: 2rem;
  font-weight: 800;
  color: var(--rv-green);
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}
.rv-doc-stat span {
  font-size: 0.8rem;
  color: var(--rv-text-muted);
  font-weight: 500;
  margin-top: 4px;
}

.rv-doc-section { margin-bottom: 52px; }

.rv-doc-cat-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--rv-border);
}
.rv-doc-cat-icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.rv-doc-cat-green  { background: var(--rv-green-pale); color: var(--rv-green); }
.rv-doc-cat-blue   { background: #e8f0fe; color: #2563eb; }
.rv-doc-cat-gold   { background: var(--rv-gold-pale); color: var(--rv-gold); }
.rv-doc-cat-purple { background: #f3e8ff; color: #9333ea; }

.rv-doc-cat-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 2px;
  color: var(--rv-text);
}
.rv-doc-cat-desc {
  font-size: 0.85rem;
  color: var(--rv-text-muted);
  margin: 0;
}

.rv-doc-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.rv-doc-card {
  background: #fff;
  border: 1.5px solid var(--rv-border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: var(--rv-text);
  transition: var(--rv-transition);
}
.rv-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--rv-shadow);
  border-color: var(--rv-green-mid);
  color: var(--rv-text);
}
.rv-doc-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.rv-doc-card-icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.rv-doc-icon-green  { background: var(--rv-green-pale); color: var(--rv-green); }
.rv-doc-icon-blue   { background: #e8f0fe; color: #2563eb; }
.rv-doc-icon-gold   { background: var(--rv-gold-pale); color: var(--rv-gold); }
.rv-doc-icon-purple { background: #f3e8ff; color: #9333ea; }

.rv-doc-card-badge {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.rv-doc-badge-green  { background: var(--rv-green-pale); color: var(--rv-green); }
.rv-doc-badge-blue   { background: #e8f0fe; color: #2563eb; }
.rv-doc-badge-gold   { background: var(--rv-gold-pale); color: var(--rv-gold); }
.rv-doc-badge-purple { background: #f3e8ff; color: #9333ea; }

.rv-doc-card-body h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--rv-text);
}
.rv-doc-card-body p {
  font-size: 0.87rem;
  color: var(--rv-text-muted);
  line-height: 1.6;
  margin: 0;
}
.rv-doc-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--rv-border);
  margin-top: auto;
}
.rv-doc-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.77rem;
  color: var(--rv-text-muted);
}
.rv-doc-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.rv-doc-card-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--rv-green);
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .rv-doc-stats-grid { flex-direction: column; align-items: center; }
  .rv-doc-stat { border-right: none; border-bottom: 1px solid var(--rv-border); padding: 14px 0; width: 100%; text-align: center; }
  .rv-doc-stat:last-child { border-bottom: none; }
  .rv-doc-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   BACK TO TOP
   ============================================================ */
.rv-back-top {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 44px;
  height: 44px;
  background: var(--rv-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--rv-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: var(--rv-transition);
}
.rv-back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rv-back-top:hover {
  background: var(--rv-gold);
  transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {
  .rv-stats-grid {
    justify-content: center;
  }
  .rv-stat-divider {
    display: none;
  }
  .rv-stat-item {
    flex: 0 0 calc(50% - 20px);
    justify-content: flex-start;
  }
  .rv-page-grid {
    grid-template-columns: 1fr;
  }
  .rv-inner-hero {
    min-height: 380px;
    padding: 90px 0 58px;
  }
  .rv-about-layout,
  .rv-doc-layout {
    grid-template-columns: 1fr;
  }
  .rv-service-intro,
  .rv-donation-card-grid,
  .rv-process-grid,
  .rv-project-grid,
  .rv-inner-video-grid,
  .rv-contact-layout,
  .rv-bank-section {
    grid-template-columns: 1fr;
  }
  .rv-about-visual {
    min-height: 340px;
  }
  .rv-value-grid,
  .rv-news-board {
    grid-template-columns: 1fr;
  }
  .rv-doc-info {
    position: static;
  }
  .rv-gallery-grid {
    columns: 2;
  }
  .rv-inner-gallery-grid {
    columns: 2;
  }
}

@media (max-width: 767.98px) {
  .rv-section {
    padding: 60px 0;
  }
  :root {
    --rv-navbar-h: 86px;
  }
  .rv-logo {
    height: 74px;
  }
  .rv-navbar.rv-scrolled .rv-logo {
    height: 66px;
  }
  .rv-nav-actions {
    margin-left: auto;
  }
  .rv-icon-btn {
    width: 38px;
    height: 38px;
  }
  .rv-cart-drawer {
    top: calc(var(--rv-topbar-h) + 10px);
    right: 10px;
    max-height: calc(100vh - var(--rv-topbar-h) - 20px);
  }
  .rv-stat-item {
    flex: 0 0 100%;
  }
  .rv-gallery-grid {
    columns: 2;
  }
  .rv-page-hero {
    padding: 54px 0 44px;
  }
  .rv-inner-hero {
    min-height: 420px;
    padding: 72px 0 44px;
  }
  .rv-inner-hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(5, 24, 13, 0.92) 0%,
        rgba(8, 35, 20, 0.76) 100%
      ),
      linear-gradient(0deg, rgba(5, 24, 13, 0.82) 0%, rgba(5, 24, 13, 0.12) 70%);
  }
  .rv-inner-hero .rv-page-title {
    font-size: 2.35rem;
  }
  .rv-page-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .rv-page-content {
    padding: 48px 0;
  }
  .rv-page-panel {
    padding: 22px;
  }
  .rv-about-lead,
  .rv-doc-info {
    padding: 22px;
  }
  .rv-service-intro {
    margin-bottom: 42px;
  }
  .rv-service-intro .rv-page-panel,
  .rv-donation-card,
  .rv-process-grid div {
    padding: 20px;
  }
  .rv-page-split,
  .rv-doc-list-v2 .rv-doc-item {
    grid-template-columns: 1fr;
  }
  .rv-news-card {
    grid-template-rows: 190px 1fr;
  }
  .rv-doc-list-v2 .rv-doc-item strong {
    justify-self: start;
  }
  .rv-qurban-card .rv-donation-image {
    height: 220px;
    margin: 12px 12px 0;
    width: calc(100% - 24px);
  }
  .rv-qurban-card-body {
    padding: 16px;
  }
  .rv-qurban-bottom {
    align-items: stretch;
    flex-direction: column;
  }
  .rv-qurban-bottom .rv-btn-donate {
    width: 100%;
  }
  .rv-contact-panel,
  .rv-bank-section {
    padding: 22px;
  }
  .rv-footer-top {
    padding: 48px 0 34px;
  }
  .rv-dw-amounts {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  :root {
    --rv-topbar-h: 40px;
    --rv-navbar-h: 78px;
  }
  .rv-topbar .container,
  .rv-navbar .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .rv-tb-inner {
    gap: 6px;
  }
  .rv-tb-left {
    flex: 1;
    gap: 5px;
    min-width: 0;
    overflow: hidden;
  }
  .rv-tb-right {
    gap: 3px;
    flex-shrink: 0;
  }
  .rv-tb-divider {
    display: none;
  }
  .rv-tb-link {
    min-height: 28px;
    padding: 0 7px;
    font-size: 0.72rem;
  }
  .rv-tb-phone span {
    max-width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rv-tb-account {
    min-height: 28px;
    width: 30px;
    padding: 0;
    font-size: 0.7rem;
    flex-shrink: 0;
  }
  .rv-tb-account span {
    display: none;
  }
  .rv-tb-social {
    width: 26px;
    height: 26px;
    font-size: 0.86rem;
  }
  .rv-logo {
    height: 72px;
  }
  .rv-slide-title {
    font-size: 2rem;
  }
  .rv-slide-actions {
    flex-direction: column;
  }
  .rv-btn-hero-primary,
  .rv-btn-hero-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .rv-gallery-grid {
    columns: 1;
  }
  .rv-inner-gallery-grid {
    columns: 1;
  }
  .rv-inner-video-grid {
    grid-template-columns: 1fr;
  }
  .rv-gallery-tabs-nav {
    gap: 6px;
  }
  .rv-gtab-btn {
    padding: 10px 16px;
    font-size: 0.88rem;
  }
  .rv-dw-amounts {
    grid-template-columns: repeat(2, 1fr);
  }
  .rv-dw-custom {
    grid-column: span 2;
  }
  .rv-tb-wa span {
    display: none;
  }
  .rv-sc-track {
    width: 40px;
  }
}
