.six-cards-section,
.mid-banner-section,
.three-card-section,
.architecture-section,
.capabilities-section,
.four-card-section {
  margin: 12rem 0;
}

.banner-section {
  padding: 8rem 0;
  background: url("/images/xs-ai-banner-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-tag {
  background: #fff;
  padding: 8px 34px;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 1px solid #4326ff;
}

.banner-tag p {
  margin: 0;
  color: #4326ff !important;
  font-weight: 400;
  width: 100% !important;
}

/* .banner-image img {
    margin-bottom: -20rem;
} */

.banner-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
  font-size: 5.5rem;
}

.banner-colored-text {
  font-family: 'ibm-plex-sans-semibold', sans-serif;
  background: #4326ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content-wrapper h1 {
  color: #02015a;
  width: 80%;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

.banner-content-wrapper p {
  color: #4e5774;
  text-align: center;
  width: 70%;
}

.solution-banner-para {
  font-size: 17px;
}

.banner-button-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.banner-button-one {
  background: #fff;
  border: 1px solid #4326ff;
  border-collapse: collapse;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 40px;
  overflow: hidden;
  padding: 1.2rem 4rem;
  position: relative;
  text-align: center;
  transition: all 0.6s ease 0s;
}

.banner-button-one p {
  margin: 0;
  width: 100%;
  color: #4326ff !important;
}

.banner-button-two {
  background: #4326ff;
  border: none;
  border-collapse: collapse;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 40px;
  overflow: hidden;
  padding: 1.2rem 4rem;
  position: relative;
  text-align: center;
  transition: all 0.6s ease 0s;
}

.banner-button-two p {
  margin: 0;
  width: 100%;
  color: #fff !important;
}


.col-med.col-med1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1025px) {
  .col-med {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-med1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1024px) {
  .banner-content-wrapper {
    margin-top: 14rem;
  }

  .banner-button-one p,
  .banner-button-two p {
    font-size: 14px;
  }

  .banner-tag p {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .banner-content-wrapper h1 {
    font-size: 5rem;
  }

  .banner-content-wrapper>p {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .banner-section {
    margin-bottom: 12rem;
    background-position-y: 0;
  }

  .banner-content-wrapper h1,
  .banner-content-wrapper>p {
    width: 100%;
  }

  .banner-image {
    display: none;
  }

  .banner-button-wrapper {
    margin-top: 4rem;
    flex-direction: column;
  }

  .banner-button-two,
  .banner-button-one {
    width: 100%;
    margin-top: 0;
  }
}

.section-tag {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-tag p {
  text-transform: uppercase;
  font-size: 14px;
  color: #4326ff;
}

/*trusted by partners section*/
#trusted-partner-h2 {
  font-size: 3.6rem
}

.trusted-by-partners-section {
  margin: 10rem 0
}

.trusted-by-partners-wrapper h2 {
  margin-bottom: 3.2rem;
  text-align: center
}

.trusted-by-partners-images {
  align-items: center;
  display: flex;
  justify-content: center
}

.trusted-by-partners-images img {
  height: auto;
  object-fit: contain;
  width: 140px !important
}

.amazon-icon img {
  height: 45px !important
}

@media (max-width: 1540px) {
  .trusted-by-partners-images {
    flex-wrap: wrap;
    row-gap: 3rem
  }

  .trusted-by-partners-images img {
    width: 120px !important
  }

  .partners-icon-col {
    padding: 0 18px !important
  }
}

@media (max-width: 1024px) {
  .amazon-icon img {
    height: 35px !important
  }

  .trusted-by-partners-wrapper h2 {
    margin-bottom: 2.4rem
  }
}

@media (max-width: 768px) {
  .amazon-icon img {
    height: 30px !important
  }

  .trusted-by-partners-images {
    row-gap: 10px
  }
}

@media (max-width: 767px) {
  .trusted-by-partners-wrapper h2 {
    margin-bottom: 3.5rem
  }
}

.six-card-heading {
  margin-bottom: 5rem;
}

.six-card-item {
  border: 1px solid #e7e7ee;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 4px 4px 10px 0 #0000001a;
}

.card-item-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-item-header img {
  width: 40px;
}

.card-item-header h3 {
  font-size: 35px;
  margin-bottom: 0;
  background: linear-gradient(90deg, #6366f1, #9f5fe9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.six-card-item h4 {
  font-family: 'ibm-plex-sans-semibold', sans-serif;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.six-card-grid {
  row-gap: 3rem;
}

@media(max-width: 1024px) {
  .six-card-item h4 {
    font-size: 16px;
  }

  .six-card-item p {
    font-size: 14px;
  }
}

/*mid banner section*/
.mid-banner-section {
  background: linear-gradient(#F6F4FF, #F6F5FF);
  padding: 8rem 0;
}

.mid-points {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}

.mid-banner-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: center;
  text-align: center;
}

.point-div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.point-div::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.point-div:nth-child(1)::before {
  background: #2563eb;
}

.point-div:nth-child(2)::before {
  background: #059669;
}

.point-div:nth-child(3)::before {
  background: #d97706;
}

.point-div:nth-child(4)::before {
  background: #7c3aed;
}

/* sixth section css */
.onboarding-section {
  margin-bottom: 12rem;
}

.onboarding-row {
  margin-top: 4rem;
}

.onboarding-card-wrapper {
  padding: 4rem;
  border: 1px solid #CECEFE;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.onboarding-card-col:nth-child(1) .onboarding-card-wrapper:hover {
  background-color: #f0f0ff64;
  border: 1px solid #CECEFE;
}

.onboarding-card-col:nth-child(2) .onboarding-card-wrapper:hover {
  background-color: #fef0f064;
  border: 1px solid #FECECE;
}

.onboarding-card-col:nth-child(3) .onboarding-card-wrapper:hover {
  background-color: #f0faff64;
  border: 1px solid #49f0ff;
}

.onboarding-card-wrapper img {
  width: 50px;
  margin-bottom: 20px;
}

.onboarding-button-wrapper {
  margin-top: 32px;
  border-radius: 32px;
  border: 1px solid #4326ff;
  padding: 8px 20px;
  width: 100%;
}

.onboarding-button-wrapper p {
  margin: 0;
  color: #4326ff !important;
  text-align: center;
}

.mid-banner-section-wrapper h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  width: 70%;
}

.mid-banner-section-wrapper p {
  color: #e2e2e2 !important;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

@media(max-width: 1440px) {
  .first-row {
    margin-bottom: 0rem !important;
  }

  .second-row {
    margin-top: 0rem;
  }

}

@media(max-width: 1024px) {
  .onboarding-card-wrapper img {
    width: 40px;
  }

  .onboarding-card-top p {
    font-size: 14px;
  }

  .onboarding-card-wrapper {
    padding: 4rem 3rem;
  }

  .onboarding-button-wrapper p {
    font-size: 14px;
  }

  .mid-banner-section-wrapper p {
    width: 100%;
  }

  .mid-banner-section-wrapper h2 {
    width: 100%;
  }

}

@media(max-width: 767px) {
  .onboarding-button-wrapper {
    width: 170px;
  }

  .onboarding-card-col {
    margin-bottom: 4rem;
  }
}

/*three card section*/
/* .three-card-div {
    border: 1px solid #e7e7ee;
    padding: 3rem;
}

.three-card-grid>.col-lg-4:nth-child(2) .three-card-div {
    border-right: none;
    border-left: none;
}

.three-card-grid>.col-lg-4:nth-child(3) .three-card-div {
    border-left: 1px solid #e7e7ee;
    border-right: 1px solid #e7e7ee;
}

.three-card-div img {
    width: 40px;
    margin-bottom: 3rem;
}

.no-padding {
    padding: 0;
}

.three-card-heading {
    margin-bottom: 5rem;
}

.three-card-grid {
    margin-left: 0 !important;
}

@media(max-width: 767px) {
    .mid-banner-content {
        width: 100%;
    }

    .point-div {
        font-size: 12px;
    }

    .three-card-div {
        border: 1px solid #e7e7ee !important;
    }

    .three-card-grid {
        margin-right: 0 !important;
        row-gap: 3rem;
    }
} */

/* .sliding-cards-section {
    margin-bottom: 11rem;
} */

.sliding-card-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.sliding-card-image img {
  width: 80%;
}

.card-body {
  margin-bottom: 3rem;
}

.card-title {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.card-deck-js {
  margin-top: 6rem;
}

.card-pointers-wrapper-one {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 2rem 0;
  width: 80%;
}

.card-pointers-wrapper-one img {
  width: 30px;
}

.card {
  position: sticky;
  top: 10em;
  transform-origin: center top;
  margin: 0.5em;
}

.card:nth-child(0) {
  transform: translateY(0px);
}

.card:nth-child(1) {
  transform: translateY(16px);
  background: #facfb5;
  padding: 8rem 6rem;
  border-radius: 28px;
}

.card:nth-child(2) {
  transform: translateY(48px);
  background: #fef8b0;
  padding: 10rem 6rem;
  border-radius: 28px;
}

.card:nth-child(3) {
  transform: translateY(32px);
  background: #ead0f6;
  padding: 10rem 6rem;
  border-radius: 28px;
}

.card:nth-child(4) {
  transform: translateY(64px);
}

.card:nth-child(5) {
  transform: translateY(80px);
}

.card:nth-child(6) {
  transform: translateY(96px);
}

.card:nth-child(7) {
  transform: translateY(112px);
}

.card:nth-child(8) {
  transform: translateY(128px);
}

.card:nth-child(9) {
  transform: translateY(144px);
}

.card:nth-child(10) {
  transform: translateY(160px);
}

.card:nth-child(11) {
  transform: translateY(176px);
}

.card:nth-child(12) {
  transform: translateY(192px);
}

.card:nth-child(13) {
  transform: translateY(208px);
}

.card:nth-child(14) {
  transform: translateY(224px);
}

.card:nth-child(15) {
  transform: translateY(240px);
}

.sliding-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 1024px) {
  .card-pointers-wrapper-one {
    width: 100%;
    align-items: flex-start;
  }

  .card-pointers-wrapper-one img {
    width: 20px;
    margin-top: 10px;
  }
}

@media(max-width: 768px) {
  .sliding-card-image img {
    height: auto;
  }
}

@media(max-width: 767px) {
  .card-title {
    font-size: 18px;
  }

  .sliding-card-content {
    margin-bottom: 24px;
  }

  .card {
    margin: 0;
  }
}

/*architecture section*/
.architecture-card {
  border: 1px solid #e7e7ee;
  padding: 3rem;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.architecture-card>* {
  text-align: left;
}

.architecture-card>:nth-child(1) {
  flex: 0 0 8%;
}

.architecture-card>:nth-child(2) {
  flex: 0 0 16%;
}

.architecture-card>:nth-child(3) {
  flex: 0 0 25%;
}

.architecture-card>:nth-child(4) {
  flex: 1 1 auto;
}

.architecture-heading {
  margin-bottom: 4rem;
}

.architecture-card h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.architecture-card p:first-of-type {
  font-family: "ibm-plex-sans-semibold", sans-serif;
}

.architecture-grid>.col-lg-12:nth-child(1) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(1) .architecture-card p:first-of-type {
  color: #dc2626;
}

.architecture-grid>.col-lg-12:nth-child(2) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(2) .architecture-card p:first-of-type {
  color: #ec4899;
}

.architecture-grid>.col-lg-12:nth-child(3) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(3) .architecture-card p:first-of-type {
  color: #9333ea;
}

.architecture-grid>.col-lg-12:nth-child(4) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(4) .architecture-card p:first-of-type {
  color: #ca8a04;
}

.architecture-grid>.col-lg-12:nth-child(5) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(5) .architecture-card p:first-of-type {
  color: #2563eb;
}

.architecture-grid>.col-lg-12:nth-child(6) .architecture-card h3,
.architecture-grid>.col-lg-12:nth-child(6) .architecture-card p:first-of-type {
  color: #059669;
}

.architecture-grid {
  row-gap: 3rem;
}

@media(max-width: 1024px) {
  .architecture-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .architecture-card>* {
    flex: unset;
    width: 100%;
  }
}

@media(max-width: 768px) {
  .architecture-card h3 {
    font-size: 18px;
  }
}

@media(max-width: 767px) {
  .architecture-card h3 {
    font-size: 16px;
  }
}

/*capabilities section*/
.capabilities-image-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.capabilities-accordion {
  margin-top: 3rem;
}

.capabilities-card {
  border-bottom: 1px solid #e7e7ee;
  overflow: hidden;
}

.capabilities-card-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.capabilities-card-header h3 {
  margin: 0;
}

.chevron {
  flex-shrink: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.chevron svg {
  width: 16px;
  height: 16px;
  color: #6366f1;
}

.capabilities-card.active .chevron {
  transform: rotate(180deg);
}

.capabilities-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.capabilities-card.active .capabilities-card-content {
  padding-bottom: 1.5rem;
  padding-top: 0;
}

.capabilities-card-content p {
  width: 90%;
  margin: 0;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .capabilities-card-header h3 {
    font-size: 18px;
  }

  .capabilities-card-content p {
    font-size: 15px;
  }
}

@media(max-width: 767px) {
  .capabilities-image-div {
    display: none;
  }
}

/* solution section – tabs (white theme) */
.solution-section {
  background: #fff;
  color: #1f2937;
  padding: 8rem 0;
  margin: 12rem 0;
}

.solution-section .solution-heading {
  margin-bottom: 5rem;
}

.solution-section .solution-tag::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #22c55e;
  border-radius: 2px;
}

.solution-section .solution-subtitle {
  margin: 0;
}

.solution-tabs-wrap {
  margin-top: 2.5rem;
}

.solution-tab-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 6rem;
}

.solution-tab-btn {
  font-size: 15px;
  padding: 1.5rem 4rem;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  cursor: pointer;
}

.solution-tab-btn-active {
  color: #fff;
  border-color: #4326ff;
  background: #4326ff;
}

.tab-panels {
  position: relative;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tab-panel-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tab-panel-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tab-panel-capabilities {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  gap: 2.5rem;
}

.tab-panel-capabilities-wrapper {
  padding: 3rem;
  border-radius: 12px;
  background: #F6F4FF80;
}

.tab-panel-capabilities-wrapper>p {
  color: #4326ff;
  font-family: 'ibm-plex-sans-semibold', sans-serif;
}

.tab-panel-capabilities li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 15px;
}

.tab-panel-capabilities li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.tab-panel-capabilities li::before {
  display: none;
}

.tab-panel-footer {
  font-size: 15px;
  margin-top: 2rem;
  font-family: 'ibm-plex-sans-medium', sans-serif;
}

.tab-image-div img {
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .tab-panel-capabilities {
    grid-template-columns: 1fr;
  }

  .tab-panel-capabilities li img {
    width: 16px;
    height: 16px;
  }

  .solution-tab-btn {
    font-size: 14px;
  }

  .tab-panel-capabilities li {
    gap: 1.25rem;
  }

  .tab-panel-header h3 {
    font-size: 20px;
  }

  .tab-panel-header>p {
    font-size: 15px;
  }
}

@media(max-width: 767px) {
  .tab-panel-capabilities-wrapper {
    margin: 3rem 0;
  }
}

@media(max-width: 1024px) {
  .tab-image-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width: 767px) {
  .tab-image-div {
    margin-top: 4rem;
  }
}

/*three card section*/
.three-card-section {
  margin: 12rem 0 6rem
}

.three-card-heading {
  width: 75%
}

.three-card-div h3 {
  font-size: 20px
}

.three-card-div p {
  font-size: 16px
}

.three-card-div>p {
  margin-bottom: 3rem
}

.three-card-pointer-div {
  align-items: flex-start;
  display: flex;
  gap: 1.6rem
}

.three-card-pointer-div p {
  font-size: 15px !important;
  margin-bottom: 0 !important
}

.three-card-pointers {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: auto
}

.three-card-statement-div {
  align-items: flex-start;
  border-top: 1px solid #ebebeb;
  display: flex;
  gap: 1.2rem;
  margin-top: 5rem;
  padding-top: 2rem
}

.three-card-branch-statement-div img,
.three-card-statement-div img {
  margin-top: 1px
}

.three-card-branch-statement-div p,
.three-card-statement-div p {
  color: #4326ff;
  font-size: 16px
}

.span-text {
  font-family: ibm-plex-sans-medium, "sans-serif"
}

.three-card-tag,
.three-card-tag-three,
.three-card-tag-two {
  border-radius: 30px;
  font-family: ibm-plex-sans-medium, "sans-serif";
  font-size: 14px;
  margin-bottom: 2.7rem;
  padding: 1rem 1.9rem;
  width: max-content
}

.three-card-tag {
  background: #f1fced;
  color: #026102
}

.three-card-tag-two {
  background: #fcf8ed;
  color: #d79300
}

.three-card-tag-three {
  background: #edf0fc;
  color: #2c05a2
}

.three-card-svg {
  height: 16px;
  margin-top: 4px;
  width: 16px
}

.three-card-div {
  background: #ffffff01;
  border: 1px solid #bebebe60;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 #0000001a;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem 3rem
}

.three-cards-wrapper {
  justify-content: center;
  margin-top: 5rem;
  row-gap: 4rem
}

.three-card-div h3 {
  width: 70%
}

.three-card-div p {
  width: 95%
}

@media (max-width: 1024px) {
  .three-card-div h3 {
    font-size: 17px;
    width: 100%
  }

  .three-card-div p {
    font-size: 2.3rem !important
  }

  .three-card-div {
    padding: 4rem 3rem
  }

  .three-card-svg {
    flex-shrink: 0;
    height: 14px;
    width: 14px
  }

  .three-card-tag,
  .three-card-tag-three,
  .three-card-tag-two {
    font-size: 12px
  }
}

@media (max-width: 768px) {
  .three-card-pointers {
    margin-top: 4rem
  }

  .three-card-div>p {
    margin-bottom: 0 !important
  }
}


/*two card section*/
/* .two-card-section {
    margin: 12rem 0;
}

.two-card-pointers {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.two-card-item {
    border: 1px solid #e7e7ee;
    padding: 4rem 4rem;
    border-radius: 12px;
    box-shadow: 4px 4px 10px 0 #0000001a;
}

.two-card-pointer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.two-card-pointer svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.two-card-heading {
    margin-bottom: 4rem;
}

.cta-div {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 0 2rem;
}

.cta-btn {
    padding: 1rem 3rem;
    border: 1px solid #4326ff;
    background: #4326ff;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.cta-btn p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

@media(max-width: 767px) {
    .cta-div {
        flex-direction: column;
        gap: 1rem;
    }
}
 */

/*cta section*/
.cta-section {
  margin: 12rem 0;
}

.cta-heading {
  margin: 0 auto;
  text-align: center;
  width: 40%;
}

.cta-heading span {
  background: linear-gradient(64.48deg, #4326ff 20.48%, #9f5fe9 75.92%);
  -webkit-background-clip: text;
  font-family: ibm-plex-sans-semibold, sans-serif;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta-button-div {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.cta-mid-banner-one {
  background: #fff;
  border: 1px solid #4326ff;
  border-radius: 10px;
  color: #4326ff;
  display: inline-block;
  font-size: 16px;
  margin-top: 5rem;
  padding: 1.2rem 4rem;
}

.cta-mid-banner {
  background: #4326ff;
  border: 1px solid #4326ff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 5rem;
  padding: 1.2rem 4rem;
}

@media (max-width: 1024px) {
  .cta-mid-banner-one {
    font-size: 14px;
  }

  .cta-mid-banner {
    font-size: 14px;
  }

  .cta-heading {
    width: 80%;
  }
}

@media(max-width: 767px) {
  .cta-button-div {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
  }

  .cta-heading {
    width: 95%;
  }

  .cta-mid-banner-one,
  .cta-mid-banner {
    margin-top: 0;
  }
}
