.tfp-projects-section {
  background: #fffcef;
  padding: 80px 5%;
  overflow: hidden;
}

.tfp-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.tfp-content {
  flex: 0 0 400px;
}

.tfp-title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.08;
}

.tfp-desc {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.tfp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 15px;
  background: linear-gradient(180deg, #358635 -31%, #82f68c 170%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;

 
}

.tfp-view-btn{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px!important;
  width:40%;
  padding: 12px 15px;
  background: linear-gradient(180deg, #358635 -31%, #82f68c 170%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
    border-radius: 0px!important;
}
.tfp-view-btn:hover{
  color: #fff;
  text-decoration: none;
}

.tfp-btn:hover,
.tfp-btn:focus-visible {
  color: #fff;
  text-decoration: none;
}

.tfp-carousel-wrapper {
  position: relative;
  flex: 1;
  min-width: 0;
}

.tfp-swiper {
  overflow: hidden;
}

.tfp-swiper .swiper-slide {
  height: auto;
}

.tfp-swiper img {
  width: 100%;
  height: 297px;
  object-fit: cover;
  display: block;
  border-radius: 0px!important;
}

.tfp-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 252, 239, 0) 0%, rgba(255, 252, 239, 1) 100%);
  pointer-events: none;
  z-index: 2;
}

.tfp-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  user-select: none;
  font-size: 16px;
  line-height: 1;
}

.tfp-prev {
  left: 10px;
}

.tfp-next {
  right: 10px;
}

@media (max-width: 1024px) {
  .tfp-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }

  .tfp-content {
    flex: 0 1 auto;
    max-width: 700px;
  }

  .tfp-carousel-wrapper {
    width: 100%;
  }

  .tfp-carousel-wrapper::after {
    width: 180px;
  }
}

@media (max-width: 640px) {
  .tfp-projects-section {
    padding: 56px 16px;
  }

  .tfp-title {
    font-size: 28px;
    letter-spacing: -0.6px;
  }

  .tfp-desc {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .tfp-swiper img {
    width: 100%;
    height: 297px;
  }

  .tfp-carousel-wrapper::after {
    width: 95px;
  }
}
