.itsa-banner-section .dropdown-wrapper {
  max-width: 660px;
} 


html::-webkit-scrollbar {
  display: none;
}
.features-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  display: flex;
}

.header-section-banner {
  padding: 60px;
  border-radius: 18px;
  background: url('/sites/zweb/images/practice/images/feature-banner.png') no-repeat 50% / cover;
}

h1 {
  color: #fff;
  font-family: var(--zf-secondary-extrabold);
  font-size: 40px;
  width: 73%;
}

h1 span {
  color: #f5ba31;
  font-family: var(--zf-secondary-extrabold);
}

.cta-cont {
  display: flex;
  gap: 13px;
  margin-top: 25px;
  text-align: center;
}

.signup-btn {
  border: 1px solid #f5ba31;
  background-color: #f5ba31;
  color: #000;
}

.signup-btn:hover {
  background: #fdb306;
}
.request-demo-cta {
  border: 1px solid #fff;
  color: #fff;
}
.request-demo-cta:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.contact-us-cta {
  color: #fff;
} 
.contact-us-cta:hover {
  background: #0b592f;
  border: 1px solid #0b592f;
}

.features-main-content {
  border-left: 1px solid #f2f2f2;
  padding: 45px 0 50px  50px;
}

.features-lhs {
  position: sticky;
  top: 52px;
  height: max-content;
  padding-top: 45px;
  padding-right: 20px;
}
.features-lhs h2 {
  font-family: var(--primaryfont-semibold);
  color: #003e32;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D0DEDB;
}

.active-nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #CEFFE4 0%, rgba(227, 251, 238, 0) 100%);
  animation: wide .15s;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
@keyframes wide {
  0%{
    transform: scale(0.8);
  }
  100%{
    transform: scale(1);
  }
}

.features-lhs ul {
  padding: 20px 0 80px;
}

.features-lhs li {
  min-width: 220px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 23px;
  padding: 9px 0 9px 25px;
  color: #3b534e;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;

}
.features-lhs li span {
  font-family: var(--zf-primary-medium);
}
.features-lhs li.active-nav span {
 font-family: var(--zf-primary-bold);
}
.features-lhs li img {
  margin-top: -2px;
  width: 14px;
}

.active-nav img {
  filter: invert(57%) sepia(93%) saturate(524%) hue-rotate(95deg) brightness(93%) contrast(94%);
}
.features-lhs li:hover:not(.active-nav) {
  background: linear-gradient(90deg, #f5f6f6 0%, #f5f6f600 100%);
  border-radius: 6px;
}

.feature-card {
  padding-bottom: 100px;
  margin-top: 100px;
  border-bottom: 1px solid #ebebeb;
}
.feature-card:last-child {
  border-bottom: none;
}

.feature-heading {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.feature-heading > div {
  flex: 1 1 50%;  
}
.feature-title {
  line-height: 52px;
}
.feature-title h2 {
  color: #003e32;
  font-size: 42px;
  font-family: var(--primaryfont-bold);
}

.tagline{
  color: #0a9a27;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--primaryfont-semibold);
}

.features-subheading {
  font-family: var(--primaryfont-bold);
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 13px;
}

.feature-desc {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}

.feature-desc a {
  color:#006fda ;
}

.feature-image img {
  width: 100%;
  border-radius: 16px;
}

.features-rec-con {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.features-rec-item {
  flex-basis: 31%;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.features-rec-item p {
  font-size: 14px;
  line-height: 26px;
  color: #3b3b3b;
}

@media screen and (max-width: 1024px) {
  .features-container {
    display: block;
    padding-bottom: 80px;
  }
  h1 {
    width: 54%;
    font-size: 30px;
    line-height: 42px;
  }
  .features-lhs {
    top: 0;
    background-color: #fff;
    z-index: 1;
    padding-top: 0px;
  }
  .features-lhs h2 {
    display: none;
  }
  .features-lhs ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 30px 0 15px;
  }
  .feature-card {
    padding-bottom: 0;
    border-bottom: none;
  } 
  .features-main-content {
    padding: 0;
    margin-top: 45px;
    border: none;
  }
  .features-rec-item {
    padding: 20px 0;
    flex-basis: 100%;
  }

  .feature-title {
    font-size: 22px;
    line-height: 44px;
  }
  .feature-heading {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .feature-heading > div {
    width: 100%;
  }

  .features-rec-con div:last-child {
    border-bottom: 1px solid #ebebeb;
  }

  .features-lhs li {
    margin-right: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
  }
}


@media screen and (max-width: 500px) { 
  h1 {
    width: 100%;
    text-align: center;
  }
  .header-section-banner {
    padding: 60px 30px;
  }
  .cta-cont.cta-top-part,
  .cta-cont {
    flex-direction: column;
    width: 80%;
    margin: 20px auto 0;
  }
} 