.rbsv4-featured-cards {
  position: relative;
  width: min(100vw, 1920px);
  margin: 8rem auto;

  .rbsv4-featured-cards__content {
    padding: 0 64px;
    height: 100%;

    .rbsv4-featured-cards__top-content {
      display: flex;
      justify-content: space-between;
      gap: clamp(0px, 5vw, 10rem);
      margin-bottom: 4rem;

      .rbsv4-featured-cards__header-container {
        display: flex;
        flex-direction: column;
        gap: 16px;

        .rbsv4-featured-cards__title {
          color: #031424;
          font-family: Poppins;
          font-size: 48px;
          font-style: normal;
          font-weight: 600;
          line-height: 56px;
        }
      }

      .rbsv4-featured-cards__link-container {
        display: none;
        justify-content: center;
        white-space: nowrap;

        .rbsv4-featured-cards__link span {
          text-decoration: underline;
          color: #031424;
          font-family: Poppins;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: 0.36px;
          text-transform: capitalize;
        }
      }
    }

    .rbsv4-featured-cards__bottom-content {
      display: grid;
      grid-template-columns: 568px auto;
      column-gap: 6rem;

      .rbsv4-featured-cards__image-container {
        display: none;
        height: 568px;

        &.active {
          display: block;
        }

        img {
          object-fit: cover;
          border-radius: 16px;

          &.position-top {
            object-position: top;
          }
        }
      }

      .rbsv4-featured-cards__right-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding-top: 6rem;

        .rbsv4-featured-cards__item-details {
          display: flex;
          flex-direction: column;
          justify-content: start;

          .rbsv4-featured-cards__item-quote {
            color: #031424;
            font-family: Poppins;
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 42px;
            margin-bottom: 2rem;
          }

          .rbsv4-featured-cards__item-description {
            color: #4f5250;
            font-family: Lato;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 3rem;
          }

          .rbsv4-featured-cards__item-name-container {
            display: flex;
            flex-direction: column;
            gap: 0.2rem;

            .rbsv4-featured-cards__item-name {
              color: #031424;
              font-family: Lato;
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: 28px;
              letter-spacing: 0.2px;
            }

            .rbsv4-featured-cards__item-role {
              color: #4f5250;
              font-family: Lato;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: 0.2px;
            }
          }
        }

        .rbsv4-featured-cards__navigation-items {
          display: flex;
          gap: 1.5rem;
          justify-content: end;
          width: 100%;

          .rbsv4-featured-cards__navigation-item {
            all: unset;

            position: relative;
            width: 120px;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;

            &.active {
              .rbsv4-featured-cards__navigation-image-container {
                opacity: 1;
              }

              .rbsv4-featured-cards__navigation-active-border {
                display: block;
              }

              .rbsv4-featured-cards__navigation-border {
                display: none;
              }
            }

            .rbsv4-featured-cards__navigation-image-container {
              width: 104px;
              height: 104px;
              opacity: 0.6;

              .rbsv4-featured-cards__profile-image {
                object-fit: cover;
                border-radius: 50%;
              }
            }

            .rbsv4-featured-cards__navigation-active-border,
            .rbsv4-featured-cards__navigation-border {
              position: absolute;
              top: 0;
              left: 0;
              z-index: -1;
            }

            .rbsv4-featured-cards__navigation-active-border {
              display: none;
            }

            .rbsv4-featured-cards__navigation-active-border.mobile {
              visibility: hidden;
            }


            .rbsv4-featured-cards__navigation-border.mobile {
              visibility: hidden;
            }
          }

          .rbsv4-featured-cards__navigation-item:last-of-type {
            .rbsv4-featured-cards__navigation-image-container {
              .rbsv4-featured-cards__profile-image {
                object-position: top;
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 991px) {
  .rbsv4-featured-cards {
    margin: 6rem auto;

    .rbsv4-featured-cards__content {
      padding: 0 1.6rem;

      .rbsv4-featured-cards__top-content {
        margin-bottom: 3rem;

        .rbsv4-featured-cards__header-container {
          .rbsv4-featured-cards__title {
            font-size: 32px;
            line-height: 42px;
          }
        }
      }

      .rbsv4-featured-cards__bottom-content {
        display: flex;
        flex-direction: column;

        .rbsv4-featured-cards__image-container {
          width: 100%;
          height: unset;
          margin-bottom: 1.6rem;

          img {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
          }
        }

        .rbsv4-featured-cards__right-content {
          padding-top: unset;

          .rbsv4-featured-cards__item-details {
            .rbsv4-featured-cards__item-quote {
              font-size: 24px;
              font-weight: 600;
              line-height: 36px;
              margin-bottom: 0.8rem;
            }

            .rbsv4-featured-cards__item-description {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 1.6rem;
            }

            .rbsv4-featured-cards__item-name-container {
              margin-bottom: 1.6rem;

              .rbsv4-featured-cards__item-name {
                font-family: Poppins;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                text-transform: uppercase;
              }

              .rbsv4-featured-cards__item-role {
                font-family: Poppins;
                font-size: 16px;
                line-height: 24px;
              }
            }
          }

          .rbsv4-featured-cards__navigation-items {
            .rbsv4-featured-cards__navigation-item {
              width: 80px;
              height: 80px;

              .rbsv4-featured-cards__navigation-image-container {
                width: 64px;
                height: 64px;
              }

              .rbsv4-featured-cards__navigation-active-border.desktop {
                display: none;
              }


              .rbsv4-featured-cards__navigation-border.desktop {
                display: none;
              }

              .rbsv4-featured-cards__navigation-active-border.mobile {
                visibility: visible;
              }
  
  
              .rbsv4-featured-cards__navigation-border.mobile {
                visibility: visible;
              }
            }
          }
        }
      }
    }
  }
}
