.h3-xl {
  font-size: 2rem;
  line-height: 1.2;
}

.p-lg {
  font-size: 1.125rem;
  line-height: 1.7;
}

.txt-color-05 {
  color: #6c757d;
}

.steps-nav .btn-prev,
.steps-nav .btn-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0 !important;
}

.steps-nav {
  align-items: center;
}

.steps-nav .swiper-pagination {
  margin: 0 12px;
}


.wep-slide-over.wep-slide-over-top {
  z-index: 1020;
}

.wep-slide-over-close-btn {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e5e7eb;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

.wep-slide-over-close-btn:hover {
  background: #f3f4f6;
}

.wep-slide-over-close-btn svg {
  width: 20px;
  height: 20px;
  color: #6b7280;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
  color: #fff;
}

.whatsapp-float i {
  font-size: 24px;
  margin-right: 8px;
}

/* Ukryj tekst na bardzo małych ekranach, zostaw tylko ikonę */
@media (max-width: 576px) {
  .whatsapp-float span { display: none; }
  .whatsapp-float { padding: 12px; border-radius: 50%; }
  .whatsapp-float i { margin-right: 0; }
}

/* DonationPay primary color overrides */
:root {
  --bs-primary: #ff3131;
  --bs-primary-rgb: 255, 49, 49;
  --bs-link-color: #ff3131;
  --bs-link-hover-color: #e62c2c;
}

.text-primary { color: #ff3131 !important; }
.bg-primary { background-color: #ff3131 !important; }
.border-primary { border-color: #ff3131 !important; }
.btn-primary {
  background-color: #ff3131 !important;
  border-color: #ff3131 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #e62c2c !important;
  border-color: #e62c2c !important;
}
.btn-outline-primary {
  color: #ff3131 !important;
  border-color: #ff3131 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #ff3131 !important;
  border-color: #ff3131 !important;
  color: #fff !important;
}
