.service__wrapper h3{
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    bottom: 150px;
    color: var(--bs-white);
    left: 0;
}

#cardContainer h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#cardContainer h4{
font-size: 28px;
font-weight: 700 !important;
}

#cardContainer .grid-item-1{
    border-radius: 0 !important;
}

/* Remove Bootstrap default styles */
.custom-pagination .page-item .page-link {
    border: none;
    padding: 0;
    background: transparent;
  }
  
  .custom-pagination .page-item {
    margin: 0 5px;
  }
  
  .custom-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50% !important;
    font-weight: bold;
    font-size: 18px;
    color: #f97316; /* orange text */
    border: 2px solid #f97316; /* orange border */
    background-color: transparent;
    transition: all 0.3s ease;
  }
  
  /* Hover effect for inactive buttons */
  .custom-pagination .page-link:hover {
    background: var(--donateBtn);
    color: var(--bs-white);
    border-color: transparent;
  }
  
  /* Active button style */
  .custom-pagination .page-item.active .page-link {
    background: var(--donateBtn);
    color: var(--bs-white);
    border: none;
  }
  
  /* Fade effect */
.fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  .fade.show {
    opacity: 1;
    transform: translateY(0);
  }

  .second__btn .cool-btn, .form__heading{
    font-size: 16px !important;
  }
  
  