.single-solutions-more-solutions-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.single-solutions-more-solutions-heading-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.single-solutions-more-solutions-title {
  padding: 0;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
  text-transform: capitalize;
}

.single-solutions-more-solutions-link-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}

.single-solutions-more-solutions-link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 16px 16px 24px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  color: var(--e-global-color-brand) !important;
  text-decoration: none;
  background: var(--e-global-opacity-black-080);
  border: none;
  border-radius: 40px;
  outline: none;
}

.single-solutions-more-solutions-link svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.single-solutions-more-solutions-link path {
  stroke: currentcolor;
}

.single-solutions-more-solutions-link:hover {
  color: var(--e-global-brand-white) !important;
  background: linear-gradient(107deg, #FFF -155.85%, #2B4DFD 71.21%);
}

.single-solutions-more-solutions-link:visited {
  color: var(--e-global-brand-white);
  background: linear-gradient(107deg, #FFF -74.41%, #2B4DFD 100.82%);
  border: none;
  outline: none;
}

.single-solutions-more-solutions-swiper-button-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}


.single-solutions-more-solutions-swiper-button-prev,
.single-solutions-more-solutions-swiper-button-next {
  position: relative;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  width: 64px;
  height: 64px;
  padding: 16px;
  margin: 0;
  background-color: var(--e-global-opacity-black-080);
  border-radius: 50%;
  transition-duration: 0.3s;
}

.single-solutions-more-solutions-swiper-button-prev::after,
.single-solutions-more-solutions-swiper-button-next::after {
  content: none;
}

@media (hover: hover) and (pointer: fine) {
  .single-solutions-more-solutions-swiper-button-prev:hover,
  .single-solutions-more-solutions-swiper-button-next:hover {
    background-color: rgb(240 243 250 / 8%);
  }
}

.single-solutions-more-solutions-link-wrapper.hide-desktop {
  position: absolute;
  display: none;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  visibility: hidden;
}

.single-solutions-more-solutions-grid-container {
  margin-top: 24px;
}

.single-solutions-more-solutions-grid-item {
  position: relative;
  border-radius: 12px;
}

.single-solutions-more-solutions-item-link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
  padding: 26px 32px 32px;
  text-decoration: none;
  background: var(--e-global-opacity-black-064);
  backdrop-filter: blur(60px);
  border-radius: 12px;
}

.single-solutions-more-solutions-item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-024);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

.single-solutions-more-solutions-section .video-thumbnail {
  position: absolute;
  display: none;
  visibility: hidden;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.single-solutions-more-solutions-item-video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.single-solutions-more-solutions-item-title {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'liga' off;
  line-height: 40px; /* 125% */
  color: var(--e-global-brand-white);
}

.single-solutions-more-solutions-item-title::after {
  position: absolute;
  right: 1px;
  bottom: -8px;
  display: block;
  width: 56px;
  height: 56px;
  content: '';
  background-color: var(--e-global-color-text);
  background-image: url('../../images/svg/tabler-icon-arrow-down-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

@media screen and (min-width: 1560px) {
  .single-solutions-more-solutions-item-link {
    height: clamp(520px, -338px + 55vw, 718px);
    max-height: 718px;
  }
}

@media screen and (max-width: 1360px) {
  .single-solutions-more-solutions-section {
    padding-top: var(--fluid-40-120);
    padding-bottom: var(--fluid-40-120);
  }

  .single-solutions-more-solutions-title {
    font-size: var(--fluid-40-64);
    line-height: 1.125;
  }

  .single-solutions-more-solutions-item-link {
    height: clamp(425px, 364.5455px + 10.7955vw, 520px);
  }

  .single-solutions-more-solutions-item-title {
    font-size: var(--fluid-28-32);
    line-height: 1.25;
  }
}

@media screen and (max-width: 768px) {
  .single-solutions-more-solutions-item-video {
    position: absolute;
    display: none;
    visibility: hidden;
  }

  .single-solutions-more-solutions-section .video-thumbnail {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .single-solutions-more-solutions-link-wrapper.hide-mobile {
    position: absolute;
    display: none;
    visibility: hidden;
  }

  .single-solutions-more-solutions-link-wrapper.hide-desktop {
    position: static;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    visibility: visible;
  }
}

@media screen and (max-width: 560px) {
  .single-solutions-more-solutions-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .single-solutions-more-solutions-title {
    font-size: 40px;
    line-height: 48px;
  }

  .single-solutions-more-solutions-link {
    padding: 12px 16px 12px 24px;
  }

  .single-solutions-more-solutions-swiper-button-prev,
  .single-solutions-more-solutions-swiper-button-next {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .single-solutions-more-solutions-item-link {
    height: 425px;
    padding: 20px 24px 24px;
  }

  .single-solutions-more-solutions-item-title {
    font-size: 28px;
    line-height: 36px;
  }
}