.home-banner-v2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh !important;

}

.home-banner-v2 .hero-section-v2-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    height: 100%;
}

.home-banner-v2 .hero-section-v2-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 72px;
}

.with-featured-clients {
    margin-bottom: calc(100px + 48px);
}

section.home-banner.home-banner-v2.overflow-hidden {
    border-bottom: 1px solid rgb(48 31 107 / 16%);
}


.home-banner-v2 .banner-title span {
    color: #4f63ff;
}

.home-banner-v2 .hero-section-v2-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-banner-v2 .hero-section-v2-subtitle p {
    font-size: 16px !important;
    font-weight: 400;
    border: 1px solid #eeeeee;
    padding: 4px 12px;
    border-radius: 4px;
    line-height: 20px;
}

.home-banner-v2 .hero-section-v2-description {
    font-size: 20px;
    line-height: 1.55;
    margin-left: auto;
    margin-right: auto;
    max-width: 632px;
}

.home-banner-v2 .hero-section-v2-description p:last-child {
    margin-bottom: 0;
}

.home-banner-v2 .hero-section-v2-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.featured-list {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 3;
    bottom: 48px;
}

.home-banner-v2 .hero-section-v2-bottom-title {
    font-weight: 400;
    margin-bottom: 16px !important;
}


.clients-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.clients-scroll::-webkit-scrollbar {
    display: none;
}

.hero-v3__stats {
    display: flex;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  
  .hero-v3-stat {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
  }
  
  .hero-v3-stat__icon {
    font-size: 14px;
    line-height: 1;
    color: rgba(11, 15, 26, 0.55);
    margin-bottom: 8px;
  }
  
  .hero-v3-stat__value {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #000000;
  }
  
  .hero-v3-stat__title {
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .hero-v3__stats {
    margin-top: 56px;
}

@media only screen and (max-width: 768px) {
    h1.banner-title {
        font-size: 40px;
        font-weight: 700;
    }

    .hero-section-v2-content {
        align-items: normal !important;
    }

    .home-banner-v2 .hero-section-v2-subtitle p {
        font-size: 12px !important;
    }

    .home-banner-v2 .hero-section-v2-description {
        font-size: 16px;
        max-width: 350px;
    }

    .clients-scroll {
        gap: 16px;
    }

    .awards_partners {
        height: 30px !important;
    }

    .home-banner-v2 .hero-section-v2-bottom-title {
        margin-bottom: 14px !important;
    }

    .with-featured-clients {
        margin-bottom: calc(163px + 48px);
    }
    .home-banner-v2 {
        background-image: none !important;
    }

    /* .featured-list {
      position: relative !important;
      bottom: 20px;
  } */
  
.hero-v3__stats {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 8px;
    max-width: 100%;
    justify-content: flex-start;
  }

  .hero-v3__stats > * {
    flex: 0 0 auto;
    min-width: 65px;
  }
  

}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    h1.banner-title {
        font-size: 40px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 992px) and (max-height: 700px) {
    .home-banner-v2 {
       height: auto !important;
    }
}



/* @media only screen and (max-width: 991px) {
    .featured-list {
        bottom: 72px;
    }
} */

@media only screen and (max-width: 992px) and (orientation: landscape) {
    .featured-list {
        bottom: 10px;
    }

    .home-banner-v2 .banner-actions .btn {
        height: 44px !important;
        line-height: 44px !important;
    }
}

/* @media(min-width: 992px) and (max-height: 900px) {

    .home-banner-v2 .hero-section-v2-content {
        margin-bottom: 122px !important;
    }
   
} */


@media(min-width: 992px) and (max-height: 650px) {
    .home-banner-v2 {
        height: auto !important;
        /* padding-top: 100px; */
    }


    .home-banner-v2 .hero-section-v2-actions {
        margin-bottom: 48px;
    }
    /* .home-banner-v2 .hero-section-v2-content {
        margin-bottom: 74px !important;
    } */
    .featured-list img.featured-clients {
        max-width: 120px;
    }
}

  
   