/* Container */
.ss-video-section {
  padding-top: 60px;
  background-color: #fff;
}
.ss-video-section .ss-section-subtitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #009ed9;
  padding-bottom: 20px;
  letter-spacing: 5px;
}

.ss-video-section .ss-section-title h2 {
  color: #565d6b !important;
  font-size: 42px;
  margin: 0;
  font-weight: 300 !important;
  text-align: center;
  margin-bottom: 60px;
}

.ss-video-section .ss-section-title strong {
  color: #565d6b;
  font-weight: 700;
}

/* Row flex */
.ss-video-row {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  scroll-margin-top: 70px;
}
#challenge-2.ss-video-row {
  margin-bottom: 0;
}

/* Add row-reverse class for alternating layout */
.ss-video-row.reverse {
  flex-direction: row-reverse;
}
.ss-video-row.reverse .ss-video-text {
  padding-left: 0;
  padding-right: 30px;
}

/* Text column */
.ss-video-text {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
}

/* Individual text blocks */

.ss-text-block .ss-subtitle {
  font-size: 14px;
  color: #009ed9;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
}

.ss-text-block .ss-title {
  font-size: clamp(24px, 1.354166666666667vw, 26px);
  font-weight: 700;
  margin-bottom: 10px;
}

.ss-text-block .ss-description {
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.5;
  margin-bottom: 15px;
}

.ss-text-block .ss-link {
  font-size: clamp(18px, 1.041666666666667vw, 20px);
  font-weight: 600;
  color: #ff6e1b;
  text-decoration: none;
  transition: 0.3s;
}

.ss-text-block .ss-link:hover {
  color: #0073e6;
  font-weight: 600;
}

/* Video column */
.ss-video-column {
  width: 68%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

/* Video thumbnail */
.ss-video-thumb {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  width: 100%;
}

.ss-video-thumb:hover {
  transform: scale(1.02);
}

.ss-video-thumb img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Play button overlay */
.ss-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background-color: #ffffff8a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.ss-video-play-btn::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #ff6e1ba6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 1280px) {
  .ss-video-row {
    gap: 20px;
  }
  .space__25.e-con {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .ss-video-row,
  .ss-video-row.reverse {
    flex-direction: column;
  }

  .ss-video-column {
    width: 100%;
  }

  .ss-video-text {
    width: 100%;
  }

  .ss-video-row {
    margin-bottom: 40px;
  }
  .ss-video-row.reverse .ss-video-text {
    padding-right: 0;
  }
  .ss-video-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ss-video-thumb iframe {
    height: 300px !important;
  }
  .ss-video-play-btn {
    width: 60px;
    height: 60px;
  }
  .ss-video-play-btn:before {
    font-size: 33px;
  }
}
/* from here  */
.ss-video-section .ss-container {
  padding: clamp(20px, 3.4722222222vw, 50px) clamp(20px, 6.9444444444vw, 100px)
    clamp(20px, 5.55vw, 80px) clamp(20px, 6.9444444444vw, 100px);
  /* padding: 50px 100px 80px 100px; */
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 60px 0 rgba(5, 22, 54, 0.08);
}

.ss-video-section .ss-video-column {
  width: calc(60% - 25px) !important;
}
.ss-video-section .ss-video-text {
  width: calc(40% - 25px) !important;
}
.ss-video-section .ss-video-row {
  gap: 50px;
}
.ss-video-section .ss-video-row {
  align-items: center;
}
.ss-video-section .ss-title {
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 15px;
  color: #565d6b;
  font-weight: 700;
}
.ss-video-section .ss-description {
  font-size: 16px;
  color: #565d6b;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.ss-video-section .ss-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ff6e1b;
}
.ss-video-section .ss-section-title h2 {
  letter-spacing: -0.5px;
  color: #565d6b !important;
  font-size: 45px !important;
  line-height: 55px !important;
}
.ss-video-section .ss-video-text {
  padding-left: 0;
}
.ss-video-section .ss-video-row.reverse .ss-video-text {
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .ss-video-section .ss-video-text,
  .ss-video-section .ss-video-column {
    width: 100% !important;
  }
  .ss-video-section .ss-video-row {
    gap: 10px;
  }
  .ss-video-section .ss-video-row:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .ss-video-section .ss-section-title h2 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin-bottom: 30px !important;
  }
  .ss-video-section .ss-section-subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
  .ss-video-section .ss-link {
    font-size: 15px;
  }
  .ss-video-section .ss-description {
    margin-bottom: 10px;
  }
}

/* .solutions hero  */
.ss-solutions-hero .ss-results-box {
  text-align: center;
}
.ss-solutions-hero .ss-results-box div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ss-solutions-hero .ss-results-box .ss-result-desc {
  line-height: 25px;
  margin-top: 15px;
}
.ss-video-thumb.no-video {
  cursor: unset !important;
}
.ss-video-thumb.no-video:hover {
  transform: unset;
}
