
/* Customizability section */
.maximum--customizability-section {
    position: relative;
  }
  .gradient__background--color-reverse {
    background: linear-gradient(180deg, #f3f5fa 0%, rgba(246, 247, 251, 0) 100%);
  }
  .section__heading.maximum--section-width {
    max-width: 75.5rem;
    margin: 0 auto 4rem;
  }
  @media only screen and (min-width: 768px) {
    .section__heading.maximum--section-width {
      margin: 0 auto 5rem;
    }
  }
  @media only screen and (min-width: 992px) {
    .section__heading.maximum--section-width {
      margin: 0 auto 6rem;
    }
    .section__heading.maximum--section-width > p {
      font-size: 1.7rem;
      line-height: 3rem;
    }
  }
  .customization__gallery--wrapper {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .customization__gallery--list {
    align-items: flex-end;
    gap: 10px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    right: 2rem;
  }
  .customizer-gallery-slider .swiper-wrapper {
    align-items: center;
  }
  .customizer--gallery-item.main--website-item {
    position: relative;
  }
  @media only screen and (min-width: 992px) {
    .customizer-gallery-slider:not(.swiper-initialized)
      .swiper-wrapper
      .swiper-slide {
      width: 25%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .customizer-gallery-slider:not(.swiper-initialized)
      .swiper-wrapper
      .swiper-slide {
      width: 33.33%;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .customizer-gallery-slider:not(.swiper-initialized)
      .swiper-wrapper
      .swiper-slide {
      width: 50%;
    }
  }
  .customizer-gallery-slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 2rem;
  }
  .customizer--gallery-item.main--website-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 18, 34, 0.00) -7%, #071222 130.99%);
  }

  .main--customization-image {
    position: relative;
  }
  .customizer--gallery-item {
    border-radius: 1rem;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: inline-block;
  }
  .customization--features-list {
    padding-top: 6rem;
    justify-content: center;
    gap: 3rem;
  }
  @media only screen and (min-width: 992px) {
    .customization--features-list {
      padding-top: 7rem;
      gap: 5rem;
    }
  }
  .main--customization-customizer--gallery-item {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  @media only screen and (max-width: 767px) {
    .customization--features-list {
      flex-wrap: wrap;
      gap: 3rem;
    }
  }
  .customizer__features--icon {
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
  }
  
  .customizer__features--icon > svg {
    line-height: 1;
    width: 2rem;
  }
  .single--feature-customizer-title {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .single--feature-customizer-title {
    font-weight: 600;
  }
  @media only screen and (min-width: 992px) {
    .single--feature-customizer-title {
      font-size: 2rem;
    }
    .customization__gallery--list {
      gap: 20px;
    }
  }