.custom-shape-divider-bottom-1722932939 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1722932939 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 152px;
}

.custom-shape-divider-bottom-1722932939 .shape-fill {
  fill: #FFFFFF;
}
  .bg_image_3 {
      background-size: cover;
      background-position: center;
      color: #fff;
      margin-top: 70px;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }


.btn-color{
      background-color: #36C2CE;
      color: white;
}
.btn-color:hover{
      background-color: #478CCF;
      color: white;
}
.custom-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2), 0 17px 50px rgba(0, 0, 0, 0.2);
}
/* Custom Pagination Container */
.pagination-container {
  margin: 20px 0;
  text-align: center;
}

.pagination {
  display: inline-flex;
  flex-wrap: wrap;
}

.pagination-button {
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #007bff;
  cursor: pointer;
  font-size: 16px;
}

.pagination-button.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination-button:hover {
  background-color: #f8f9fa;
  color: #0056b3;
}
