/* Slide 3 */
.slide3-content {
  display: flex;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  width: 1600px;
  height: 950px;
}

@media (max-width: 1800px) {
  .slide3-content {
    height: 100%;
    width: 100%;
  }

}

@media (max-height: 700px) {
  .slide4-content {
    height: unset;
  }

}







.solution-left-3 {
  width: 60%;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.feature-3 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 35px;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-3:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon-3 {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
  margin: auto;
}

.feature-3 img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.feature-content-3 {
  flex: 1;
}

.feature-3 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1f2937;
  text-align: left;
}

.feature-3 p {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

.solution-right-3 {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.solution-right-3 img {
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}







/* =================================================  */

@media (min-width: 1024px) and (max-width: 1600px) and (min-height: 500px) {
  .feature-3 {
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 18px;
  }
  
  .feature-3 h3 {
    font-size: 1.05rem;
  }

  .feature-3 p {
    font-size: 0.9rem;
  }

  .solution-right-3 {
    display: none;
  }

  .slide3-content {
    flex-direction: column;
    padding: 150px 30px;
    gap: 30px;
    display: block;
  }

  .solution-left-3 {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 700px;
    gap: 10px;
  }

  .solution-left-3 h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #1f2937;
    font-weight: 700;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: auto;
  }


  .feature-icon-3 {
    width: 42px;
    height: 42px;
  }

  .feature-3 img {
    width: 22px;
    height: 22px;
  }

  .solution-right-3 {
    width: 100%;
    margin: auto;
  }

  .solution-right-3 img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    border-radius: 18px;
  }
}



















/* -------------------------------------------------------------------------------  */





@media (min-width: 600px) and (max-width: 1024px) {
  /* General tablet styles */
  .slide3-content {
    display: flex;
  }

  .solution-right-3 {
    display: none;
  }
}






/* -------------------------------------------------------------------------------  */






/* Desktop Small (767px - 1020px) */
@media (min-width: 767px) and (max-width: 1020px) {
  .slide3-content {
    flex-direction: column;
    padding: 200px 25px;
    gap: 30px;
  }

  .solution-left-3 {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 600px;
  }

  .solution-left-3 h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 35px;
    color: #1f2937;
    font-weight: 700;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .feature-3 {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 18px;
  }

  .feature-3 h3 {
    font-size: 1rem;
  }

  .feature-3 p {
    font-size: 0.85rem;
  }

  .feature-icon-3 {
    width: 40px;
    height: 40px;
  }

  .feature-3 img {
    width: 20px;
    height: 20px;
  }

  
}



@media (max-height: 767px) and (max-width: 1020px) {
  .solution-right-3 {
    display: none;
  }

}


/* -------------------------------------------------------------------------------  */





@media (max-width: 767px) {
  .slide3-content {
    padding: 40px 0;
  }

  .solution-left-3 {
    width: 100%;
    padding: 0;
    margin: auto;
    max-width: 350px;
  }

  .solution-left-3 h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
    color: #1f2937;
    font-weight: 700;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
  }

  .feature-3 {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
    gap: 15px;
  }

  .feature-3 h3 {
    font-size: 0.95rem;
  }

  .feature-3 p {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .feature-icon-3 {
    width: 35px;
    height: 35px;
  }

  .feature-3 img {
    width: 18px;
    height: 18px;
  }

  .solution-right-3 {
    display: none;
  }
}


@media (max-height: 700px) {
  .slide3-content {
    padding-top: 250px;
    padding-bottom: 120px;
  }
}