body{
  font-family: 'Poppins', Arial, sans-serif;
}
.site-logo {
  width: 50px;
  height: 50px;
}

.title,
.tagline {
  display: block;
  margin: 0;
  font-size: 24px;
}

.tagline {
  font-size: 11px;
}

.h-70{
 height: 70px;
}

.shareItText{
 font-family: 'Nunito';

}

@media (min-width: 768px) {
 .w-md-15 {
   width: 15% !important;
 }
 .w-md-20 {
   width: 21% !important;
 }
}

.promo-banner {
  width: 100%;
  background-color: #b440c5;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  z-index: 1000;
  overflow: hidden;
}

.hero-banner {
  position: relative;
  overflow: hidden;
}

.moving-car {
  position: absolute;
  bottom: 0;
  right: -10vw;
  width: 15vw;
  height: auto;
  animation: moveCar 10s infinite linear; 
}

@keyframes moveCar {
  0% {
    right: -15vw;
  }
  100% {
    right: 100%;
  }
}

#instruction {
  background-color: #f9f9f9;
  border-left: 4px solid #4CAF50;
  padding: 15px 20px;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  margin: 20px 0;
  box-shadow: 0 2px 8px #0000001a;
  line-height: 1.5;
}

#instruction:hover {
  background-color: #e8f5e9;
  cursor: pointer;
}

.highlighter {
  background-color: #f9f9f9;
  padding: 15px 20px;
  font-family: 'Arial', sans-serif;
  margin: 20px 0;
  box-shadow: 0 2px 8px #0000001a;
  line-height: 1.5;
}

.highlighter:hover {
  border-left: 1px solid #98af4c !important;
  background-color: #fff !important;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .back-to-top {
    display: none !important;
  }
}

.donation-header {
  text-align: center;
  margin-bottom: 20px;
}
.donation-section {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;

}

.fs-xs {
  font-size: x-small;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

#sticky-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  background-color: #f6f6f6 !important;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 1;
  visibility: visible;
}

