.hero-banner {
  position: relative;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  color: #fff;
  padding-left: 80px;
}

.hero-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  top: 0;
  left: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  z-index: 1;
}
.hero-para-wrapper {
  height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 2;
    max-width: 900px;
}
.hero-heading-wrapper {
  height: 170px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.hero-heading-slider,
.hero-para-slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.slide h2 {
  color: #FFF;
text-align: left;
font-family: Lato;
font-size: 71px;
font-style: normal;
font-weight: 700;
line-height: 76px; /* 107.042% */
}

.slide p {
  color: #D3D5D8;
text-align: left;
font-family: Helvetica;
font-size: 24.159px;
font-style: normal;
font-weight: 400;
line-height: 37.815px; /* 156.522% */
letter-spacing: 0.42px;
}

.btn-group-banner {
  display: flex;
  gap: 20px;
  margin-top: 2rem;
  z-index: 2;
  justify-content: flex-start;
}

.cta-button {
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}

.cta-button.primary {
  color: #FFF;
font-family: Helvetica;
font-size: 14.706px;
font-style: normal;
font-weight: 700;
line-height: 20.01px; /* 136.071% */
    display: flex
;border-radius: 33.613px;
background: #214BE8;
    align-items: center;
}

.cta-button.secondry {
  color: #F4821F;
font-family: Helvetica;
font-size: 14.706px;
font-style: normal;
  border-radius: 33.613px;
border: 1px solid #F4821F;
background: #FFF;
font-weight: 700;
line-height: 20.01px; /* 136.071% */
    display: flex
;
    align-items: center;
}
.cta-button.primary img {
    margin-left: 15px;
}
.cta-button.secondry img {
    margin-left: 15px;
}
.cta-button:hover {
  opacity: 0.9;
}

.logo-slider-section {
  background: #214BE8;
  padding: 40px 40px 140px 40px;
  text-align: center;
  position:relative;
}
.slider-logo-overlay{
  position:absolute;
  bottom:-2px;
    height: 100%;
    z-index: 99;
    left: 0;
    position: absolute;
    width: 100%;

  background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  background-image:url(https://3905837.fs1.hubspotusercontent-na1.net/hubfs/3905837/logo%20slider%20overlay.svg)
}
.logo-slider-heading {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-align: center;
}

.logo-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.logo-slider-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: pingpong-logo 15s linear infinite alternate;
}

.logo-slide img {
  height: 80px;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

@keyframes pingpong-logo {
  0% { transform: translateX(0); }
  100% { transform: translateX(-54%); }
}

@media (max-width: 768px) {
  .hero-banner {
    padding-left: 20px;
  }

  .logo-slider-track {
    gap: 30px;
  }

  .logo-slide img {
    max-height: 60px;
  }

  .slide h2 {
    font-size: 25px !important;
    line-height:26px;
  }

  .slide p {
    font-size: 16px;
  }
  .hero-heading-slider,
  .hero-heading-wrapper {
    height: 90px;
  }

  .slide h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btn-group-banner {
    display: flex
;
    gap: 20px;
    margin-top: 2rem;
    z-index: 2;
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
    align-items: flex-start;
}
.hero-para-slider,
  .hero-para-slider {
    height: 100px;
  }

  .slide p {
    font-size: 14px !important;
    line-height: 20px !important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.cta-button.primary, .cta-button.secondry {
    align-items: center;
    border-radius: 33.613px;
    display: flex
;
    font-family: Helvetica;
    font-size: 14.706px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.01px;
    width: 100%;
    justify-content: center;
}
  .logo-slider-section {
    padding: 40px