#founderSplide {
  max-width: 1350px;
  margin: 0 auto;
  padding: 10px 0px;
}

#founderSplide .splide__slide {
  position: relative;
  height: 600px;
  border-radius: 25px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: transform 0.3s ease-in-out;
}

#founderSplide .founder-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 72%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 40px 30px 30px;
  border-radius: 0 0 18px 18px;
}

#founderSplide .founder-overlay h2 {
  color: #7ed755;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

#founderSplide .founder-overlay h3 {
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bottom-sec {
  min-height: 70px;
}

.splide__slide .bottom-sec h4 {
  margin: 0;
}

.splide__slide .bottom-sec p {
  font-size: smaller;
  line-height: 1.2;
}

.splide__slide .top-sec > * {
  margin: 10px 0 !important;
}

#founderSplide .founder-overlay p {
  color: white;
  font-weight: 300;
  margin: 5px 0 0;
}

.splide__pagination {
  bottom: -1.6em !important;
}

.read-more-btn {
  margin-top: 15px;
}

.popup-design {
  color: #70d755;
  text-decoration: none !important;
  font-size: 16px;
}

.founder-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.founder-popup.active {
  display: flex;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.popup-container {
  background: #f4f4f4;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  position: relative;
}

.popup-container.border_box::before {
  padding: 3px !important;
}

.popup-content img {
  min-width: 250px;
  max-height: 250px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 20px;
}

.right-col {
  align-content: center;
}

.top-div {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.right-col h2 {
  border-bottom: 2px solid #53c277;
  display: inline;
}

a.popup-design:hover {
  color: white;
}

.right-col p {
  color: black;
  max-width: 320px;
  line-height: 17px;
  margin-top: 10px;
}

button.close-btn {
  background: transparent;
  border: 2px solid #53c277;
  border-radius: 50%;
  padding: 8px 16px;
  color: #53c277;
}

button.close-btn:hover {
  background: #53c277;
  color: white;
}

.popup-desc {
  line-height: 26px;
}

.right-col h3 {
  margin: 0;
}

button.splide__pagination__page {
  border: 1px solid #53c277;
  background: transparent;
  border-radius: 50%;
}

button.splide__pagination__page.is-active {
  background: #53c277 !important;
}

@media (max-width: 767px) {
  #founderSplide .founder-overlay {
    padding: 25px 20px;
  }

  .popup-container {
    padding: 25px;
  }

  .popup-content img {
    min-width: 100%;
    max-height: 260px;
  }

  button.close-btn {
    padding: 12px 20px;
  }

  .popup-desc {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 5px;
  }

  .close-btn {
    padding: 5px 12px !important;
  }

  .popup-design {
    font-size: 15px;
  }
}

.splide__pagination__page {
  padding: 5px !important;
}

.splide__pagination__page.is-active {
  background: black !important;
}

.site-footer .footer-inner .site-branding .site-logo img {
  width: 50% !important;
  margin-left: 0;
}

.splide:not(.is-overflow) .splide__pagination {
  display: block !important;
  text-align: center;
}

.space-bt {
  min-height: 182px;
}