.banner-section {
  background-image: url(/assets/agent-analyst-banner-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
}

.banner-tag {
  background: #5b7efb14;
  border-radius: 30px;
  padding: 8px 30px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.banner-tag img {
  width: 30px;
}

.banner-tag p {
  margin: 0;
  font-size: 1.6rem !important;
  color: #007bff !important;
}

.banner-content-wrapper {
  text-align: center;
  margin-top: 6rem;
}

.banner-content-wrapper h1 {
  font-size: 6.5rem;
  margin: 2rem auto 1rem auto;
}

.banner-para {
  width: 60%;
  margin: 0 auto;
}

.banner-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 3.5rem;
}
.banner-button-one,
.banner-button-two {
  background: #006bff;
  border: none;
  border-radius: 6px;
  display: inline-block;
  min-height: 44px;
  padding: 8px 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.banner-button-two {
  background: transparent;
  border: 1px solid #1e78ff;
}
.banner-button-one p,
.banner-button-two p {
  color: #fff !important;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}
.banner-button-two p {
  color: #1e78ff !important;
}

/* banner-content */
.banner-section-content {
  background: linear-gradient(268.45deg, #05286d -35.91%, #007bff 98.74%);
  border-radius: 30px;
  margin: 10rem auto 0;
}
.banner-section-content-inner {
  padding: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-content-text {
  width: 33%;
}

.banner-content-text h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.banner-content-text p {
  color: #ffffff;
}
.banner-content-text ul {
  margin-top: 3rem;
}
.banner-content-text ul li {
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.banner-content-text ul li img {
  width: 32px;
}
.banner-content-text ul li p {
  font-weight: 500;
  font-size: 2.3rem;
  margin: 0;
  color: #fff;
}

.banner-content-image {
  width: 60%;
}
.banner-dashboard-image {
  margin: 8rem 0;
}
.banner-dashboard-image img {
  width: 100%;
}

@media (max-width: 1300px) {
  .banner-section-content-inner {
    padding: 5rem;
  }
  .banner-content-wrapper h1 {
    width: 75%;
  }
  .banner-content-image {
    width: 50%;
  }
  .banner-content-text {
    width: 45%;
  }
}

@media (max-width: 1023px) {
  .banner-content-wrapper h1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-section-content-inner {
    flex-direction: column;
    padding: 4rem 5rem 4rem 5rem;
    gap: 2rem;
  }
  .banner-content-text {
    width: 100%;
  }
  .banner-content-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-para {
    width: 100%;
  }
  .banner-content-wrapper h1 {
    font-size: 5rem;
  }
  h1 br {
    display: none;
  }
  .banner-section-content {
    background: linear-gradient(268.45deg, #05286d -35.91%, #007bff 98.74%);
  }
}

/* All sections */
body section:not(:first-of-type) {
  margin: 12rem auto 12rem auto;
}

/* Partner Section | Section 3*/
.trusted-partners {
  margin-top: 10rem;
}
.trusted-by-partners-wrapper {
  text-align: center;
}
.trusted-by-partners-wrapper h2 {
  font-size: 2.2rem;
}
.partner-logo-images {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8rem;
  row-gap: 2rem;
  margin-top: 3rem;
  align-items: center;
}
.partner-logo-images img {
  width: 90px;
}

@media (max-width: 767px) {
  .trusted-by-partners-wrapper {
    text-align: left;
  }
  .partner-logo-images {
    justify-content: flex-start;
    row-gap: 3.5rem;
  }
  .partner-logo-images img {
    width: 10rem;
  }
}

/* How it works Section */
.section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 6rem auto;
}

.heading-tag {
  border-radius: 30px;
  padding: 10px 30px;
  background: #5f81fb14;
  display: inline-block;
  margin-bottom: 20px;
}
.heading-tag p {
  margin: 0;
  color: #007bff;
}

.section-heading > p {
  width: 80%;
  margin: 0 auto;
}

.working-section-tab-switch {
  margin-top: -5rem;
}
.tab-switch-tabs {
  display: flex;
  justify-content: center;
  gap: 7rem;
  position: relative;
  padding: 10rem 0;
}
.tab-switch-tabs::after {
  background: url(/assets/blue-line-arrow.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 360px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .tab-switch-tabs::after {
    left: 160px;
    top: 54px;
  }
}
@media (max-width: 1440px) {
  .tab-switch-tabs {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .tab-switch-tabs::after {
    content: unset;
  }
  .tab-switch-tabs {
    padding: 0;
    margin-top: 10rem;
  }
}

.tab-switch-tabs div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.6rem 2rem;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  cursor: pointer;
}
.tab-switch-tabs div:hover {
  background-color: #eff7ff;
  border: 1px solid #95caff;
  border-radius: 1.2rem;
}
.tab-switch-tabs img {
  width: 3rem;
}
.tab-switch-tabs div.active {
  background: var(--Neutral-N0, #ffffff);
  border: 1px solid var(--Primary-PR600, #387ff5);
  box-shadow: 0px 24px 15px 0px #387ff50d;
}
.tab-switch-tabs div p {
  font-weight: 500;
  color: #1c1f25;
  margin: 0;
  font-size: 1.8rem;
}
.tab-switch-body-wrapper {
  margin-top: 3rem;
}
.tab-switch-body {
  animation: FadeEffect 1s;
  flex-direction: row-reverse;
  width: 90%;
  margin: 0 auto;
}
.tab-switch-body-image img {
  border-radius: 20px;
}

@keyframes FadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.text-content h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #1f2024;
}
.text-content {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1025px) {
  .section-heading {
    width: 80%;
    margin-bottom: 5rem;
  }
  .section-heading > p {
    width: 100%;
  }
  .tab-switch-tabs div p {
    font-size: 1.4rem;
  }
  .tab-switch-body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-heading {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }
  .working-section-tab-switch {
    margin-top: 0;
  }
  .tab-switch-body-wrapper {
    margin-top: 2rem;
  }
  .tab-switch-tabs {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .tab-switch-tabs div {
    padding: 7px 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #eff7ff;
  }

  .tab-switch-body {
    flex-direction: column;
    gap: 1rem;
  }

  .tab-switch-tabs div p {
    font-size: 2rem;
  }
  .tab-switch-tabs img {
    width: 3.5rem;
  }
}

/* Features Section */
.features-inner {
  row-gap: 5.6rem;
  justify-content: space-between;
}
.feature {
  background: #f0f3ff;
  box-shadow: 0px 10px 60px 0px #99999912;
  padding: 2.5rem;
  border-radius: 22px;
}
.active-feature {
  background: #2d4de1;
  box-shadow: 0px 10px 60px 0px #39837840;
}
.active-feature h3 {
  color: #ffffff;
}
.active-feature p {
  color: #fafafa;
}
.col-6 {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}

@media (min-width: 768px) {
  .features-inner .col-sm-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (min-width: 1024px) {
  .features-inner .col-xl-4 {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
}
@media (max-width: 767px) {
  .feature {
    padding: 2rem !important;
  }
  .col-12 {
    padding: 0;
  }
}
.feature-heading {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.feature-heading > div {
  width: 70px;
  flex-shrink: 0;
}
.feature-heading img {
  border-radius: 12px;
}
.feature:hover {
  background-color: #2d4de1;
  box-shadow: 0px 10px 60px 0px #39837840;
}
.feature:hover h3 {
  color: #fff;
}
.feature:hover p {
  color: #fafafa;
}
.feature-heading div img:last-of-type {
  display: none;
}
.feature:hover .feature-heading div img:first-of-type {
  display: none;
}
.feature:hover .feature-heading div img:last-of-type {
  display: block;
}

.feature-heading img:last-of-type {
  background: #fff;
}

.feature h3 {
  margin: 0;
  font-size: 2.4rem;
}
.feature p {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .features-inner {
    gap: 3rem;
  }
  .feature-heading img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .feature-heading {
    flex-direction: column;
  }
}

/* Integrations-section */
.integrations-section {
  margin-bottom: 100px;
}
.integrations-wrapper {
  position: relative;
}
/* .integrations-wrapper::after {
  background: url(/assets/integration-background-after.svg);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */
.integrations-inner {
  background: #006bff;
  border-radius: 32px;
  padding: 5rem;
}

.integration-section-header {
  display: flex;
  justify-content: space-between;
}
.integrations-heading-tag {
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 20px;
  background: #ffffff14;
}
.integration-header-left {
  width: 48%;
  position: relative;
  z-index: 1;
}
.integrations-heading-tag p {
  color: #ffffff;
  margin: 0;
}

.integration-header-left h2 {
  color: #ffffff;
}
.integration-header-right {
  width: 39%;
  position: relative;
  z-index: 1;
}
.integration-header-right p {
  color: #ffffff;
}
.integrated-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 13.8rem;
  row-gap: 3rem;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}
.integrated-apps img {
  width: 60px;
}
@media (max-width: 1023px) {
  .integrated-apps img {
    width: 5rem;
  }
  .integration-section-header {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .integration-section-header {
    flex-direction: column;
  }
  .integrations-inner {
    padding: 3rem 3rem;
  }
  .integration-header-left {
    width: 100%;
  }
  .integration-header-right {
    width: 100%;
  }
  .integrated-apps {
    column-gap: 5rem;
    row-gap: 2.5rem;
  }
}
@media (max-width: 576px) {
  .integration-header-left h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
/* How to Grow section*/
.how-to-grow-image {
  display: flex;
  justify-content: center;
}
.section-text-content-data-wrapper {
  row-gap: 5rem;
}

.how-to-grow-image img {
  border-radius: 20px;
}
.section-text-content {
  padding-top: 1.7rem;
}
.content-data span {
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 7rem;
  font-size: 5rem;
  color: #002c5a;
}
.content-data h3 {
  font-size: 2.2rem;
  margin: 2rem 0 0.5rem;
  color: #101828;
}
.content-data p {
  width: 90%;
}
@media (max-width: 1025px) {
  .how-to-grow-content-wrapper {
    flex-direction: column;
  }
  .section-text-content {
    width: 100%;
    padding-top: 0;
  }
  .content-data p {
    width: 100%;
  }
  .how-to-grow-image img {
    margin-bottom: 4rem;
  }
}

/* Use Case section */
.use-cases {
  padding: 0 9rem 0 0;
}
.use-cases li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #b2b2b2;
  margin: 0 0 3rem 0 !important;
}
.use-cases li h3 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
.use-cases li img {
  margin-top: 1rem;
}
.use-cases li:last-child {
  margin-bottom: 0 !important;
}

.use-case-image img {
  width: 100%;
}
/* Tab Switch */
.tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.tabs > div {
  cursor: pointer;
  padding: 11px 44px;
  background-color: #eff7ff;
  border-radius: 30px;
  height: fit-content;
}
.tabs > div.active {
  background-color: #235af4;
}
.tabs p {
  font-weight: 500;
  font-size: 2rem;
  color: #235af4;
  margin: 0;
}

.tabs div.active p {
  color: #ffffff;
}

.first-tab-switch-body {
  animation: TabfadeEffect 1s;
}
.tab-switch-content-body {
  justify-content: center;
  align-items: flex-start;
}
@keyframes TabfadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-switch-content-wrapper {
  margin-top: 8rem;
}
@media (max-width: 1400px) {
  .tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 1500px) {
  .tab-switch-content-body {
    align-items: center;
  }
}
@media (max-width: 1500px) {
  .tab-switch-content-body {
    align-items: center;
  }
}
@media (max-width: 1300px) {
  .use-cases {
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .tabs > div {
    padding: 11px 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .tabs {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 1025px) {
  .use-case p {
    font-size: 20px;
  }
  .use-cases li {
    margin-bottom: 4.9rem !important;
  }
  .use-cases li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none;
  }
  .use-cases ul li p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .use-case p {
    width: 100%;
  }
  .tab-switch-content-body {
    flex-direction: column;
  }
  .use-cases {
    width: 100%;
    padding: 0;
  }
  .use-case-image {
    width: 100%;
  }
  .tabs {
    align-items: flex-start;
    gap: 2rem;
    column-gap: 4rem;
  }
  .tabs > div {
    padding: 7px 17px;
  }
  .tab-switch-content-wrapper {
    margin-top: 4rem;
  }
  .tabtext {
    margin-top: 20px;
  }
  .use-cases ul {
    margin-bottom: 5rem;
  }
}
@media (max-width: 490px) {
  .tabs {
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .tabs {
    flex-direction: column;
  }
  .tabs > div {
    width: 100%;
    text-align: center;
  }
}
/* Video Section | Section 7 */

.video-container {
  z-index: 12;
  background-color: rgba(243, 243, 243, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.video-container-inside {
  position: relative;
}
.video-container .close {
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
}
.video-container iframe {
  border: 6px solid #42a3e8;
}
.show {
  pointer-events: all;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .video-container .close {
    right: 0;
  }
}
.modal {
  position: relative;
}
.video-iframe {
  display: none;
}
.video-section-wrapper {
  background: #0060ff;
  border-radius: 32px;
  margin: 0 auto;
  padding: 18px;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 80%;
}

.video-section-inner {
  background-image: url(/assets/video-section-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  border-radius: 32px;
}
.video-section-wrapper::after {
  z-index: 1;
  content: var(--after-content, "");
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.48;
  background: #0056ff7a;
  border-radius: 32px;
}
.video-section-button {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 48px;
  background: #ffffff;
  padding: 12px 24px 12px 12px;
  border: 12px solid #4a75b9;
  display: flex;
  gap: 20px;
  align-items: center;
}
.video-section-button img {
  height: 54px;
  width: 54px;
}
.button-text p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #1c1f25;
}

.button-text span {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  margin-right: 0.8rem;
}
.button-text span:last-child {
  font-weight: 500;
  color: #387ff5;
}
.dot {
  height: 4px;
  width: 4px;
  background: #32448b33;
  border-radius: 50%;
  display: inline-block;
}

.video-section-inner iframe {
  border-radius: 32px;
  min-height: 500px;
  width: 100%;
}
@media (min-width: 1920px) {
  .video-section-inner {
    min-height: 750px;
  }
  .video-section-inner iframe {
    min-height: 750px;
  }
}
@media (max-width: 1023px) {
  .video-section-inner {
    min-height: 350px;
  }
  .video-section-inner iframe {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .video-section-wrapper {
    width: 100%;
    padding: 10px;
  }
  .button-text {
    display: none;
  }
  .video-section-button button {
    display: block;
  }
  .video-section-button {
    padding: 0;
  }
  .video-section-button {
    border: 6px solid #c3d1ff59;
    border-radius: 50%;
  }
  .video-section-button button {
    height: 130px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .video-section-button button {
    height: 80px;
    width: 80px;
  }
}

/* faq section css */
.first-accordion {
  margin: 12rem auto 12rem auto;
  width: 80%;
}
.first-accordion-section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 6rem auto;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding-right: 5rem;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}
.accordion button .accordion-title {
  font-size: 20px;
  font-weight: 500;
  color: #1c1f25;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
  width: 90%;
}
@media (max-width: 767px) {
  .first-accordion {
    width: 100%;
  }
  .first-accordion-section-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 4rem;
  }
  .accordion button .accordion-title {
    font-size: 16px;
    display: block;
  }
  .accordion .accordion-content p {
    font-size: 14px;
    display: block;
  }
}

.video-section {
  text-align: center;
}

.video-wrapper {
  background: linear-gradient(to right, #006bff, #3889fa);
  padding: 10px 10px 4px 10px;
  border-radius: 22px;
  display: inline-block;
  max-width: calc(100% - 40px);
  min-width: 90%;
}

.video-iframe {
  width: 100%;
  max-width: initial;
  height: 450px;
  border-radius: 16px;
}
