.banner-section {
   background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fafbff 40%,
    #f2f6ff 70%,
    #f7faff 100%
  );
  margin-bottom: 10rem;
  padding: 20rem 0 0;
  position: relative;
}
#banner-wrapper-architecture {
  padding-bottom: 10rem !important;
}
#banner-wrapper-architecture h1 {
  width: 60%;
}
.banner-image-wrapper {
  display: flex;
  justify-content: center;
}
.banner-image-wrapper img {
  width: 80%;
  display: block;
  height: auto;
  margin-bottom: 4rem;
  margin-top: 7rem;
}
.cta-button-div {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 5rem;
}
.cta-banner-one {
  border: 2px solid #0445d2;
  border-radius: 8px;
  color: #0445d2;
  font-size: 15px;
  padding: 1.3rem 3rem;
}
.cta-mid-banner-two {
  background: #0445d2;
  border: 2px solid #0445d2;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  padding: 1.3rem 3rem;
}
.banner-tag {
  align-items: center;
  background: rgba(4, 69, 210, 0.051);
  border-radius: 99px;
  display: flex;
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
  width: max-content;
}
.banner-tag p {
  color: #0445d2;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .banner-image-wrapper img {
    margin-top: 7rem;
    width: 100%;
  }
}
.banner-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-wrapper h1 {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.banner-wrapper-p {
  font-size: 17px;
  margin: 2rem auto 0;
  text-align: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .banner-section {
    margin-bottom: 10rem;
  }
}
@media (max-width: 1024px) {
  .banner-wrapper-p {
    font-size: 16px;
  }
  .cta-banner-one,
  .cta-mid-banner-two {
    font-size: 14px;
    padding: 1.5rem 3.5rem;
  }
  .banner-tag p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding: 20rem 0 10rem;
  }
  .banner-wrapper h1,
  .banner-wrapper p {
    width: 100% !important;
  }
  .banner-wrapper p {
    font-size: 15px;
  }
  .banner-image-wrapper img {
    display: none;
  }
  .cta-banner-one,
  .cta-mid-banner-two {
    text-align: center;
    width: 100%;
  }
  .cta-button-div {
    flex-direction: column;
    margin: 5rem auto 0;
    width: max-content;
  }
}
@media (max-width: 400px) {
  .banner-tag p {
    font-size: 12px !important;
  }
  .banner-tag {
    margin: 0 0 2rem;
  }
}
@media (max-width: 350px) {
  .banner-tag {
    text-align: center;
    width: 95%;
  }
}
.mid-list-section {
  margin: 12rem 0;
  overflow: hidden;
  padding: 8rem 0;
  position: relative;
}

.list-section-wrapper {
  align-items: center;
}

.mid-list-section .background-img {
  height: 100% !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.list-section-header h2 {
  color: #fff;
  width: 85%;
}

.list-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.list-wrapper h3,
.list-wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.list-wrapper p {
  margin-top: 1rem;
}

.list-items-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .list-section-header h2 {
    width: 100%;
  }

  .list-items-wrapper {
    margin-top: 4rem;
  }
}
/*steps card section*/
.steps-section {
  margin: 12rem 0 14rem;
}
.three-step-wrapper {
  margin-top: 6rem;
  row-gap: 4rem;
}
.five-card-pointers {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0 5rem;
}
.five-card-pointer-div {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.five-card-pointer-div {
  padding-left: 20px;
  position: relative;
}
.five-card-pointer-div p:before {
  color: #0d0d0d;
  content: "•";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.steps-card-statement-div p {
  font-size: 16px;
  position: relative;
}
.steps-card-statement-div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.3s ease;
}

.three-step-card:hover .steps-card-statement-div p::after {
  width: 100%;
}

.steps-card-statement-div {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-top: auto;
}
.steps-card-heading {
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.step-card,
.steps-card-heading {
  align-items: center;
  display: flex;
}
.step-card h4 {
  background: linear-gradient(90deg, #0445d2, #3e7bfa, #0445d2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.three-step-card {
  border: 1px solid #bebebe60;
  border-radius: 12px;
  box-shadow: 4px 4px 10px 0 #0000001a;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.5rem;
}
.three-step-card p {
  font-size: 16px;
}
.three-step-card h3 {
  font-size: 20px;
  margin-bottom: 2rem;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .steps-card-statement-div p {
    font-size: 2.3rem;
  }
  .step-card h4 {
    font-size: 4rem;
  }
  .three-step-card p {
    font-size: 2.3rem;
  }
  .three-step-card h3 {
    font-size: 16px;
  }
  .three-step-card {
    padding: 3.5rem;
  }
  .step-card {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .steps-card-statement-div {
    align-items: center;
    gap: 1.8rem;
  }
  .steps-card-statement-div img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .steps-card-statement-div {
    align-items: flex-start;
    gap: 2rem;
  }
  .steps-card-statement-div img {
    margin-top: 4px;
  }
}
/*four grid section*/
.four-grid-section {
  margin: 12rem 0;
}

.four-grid-header {
  width: 90%;
}

.grid-card {
  background: #0445d205;
  border-radius: 24px;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  padding: 5rem 3rem;
}

.grid-card-wrapper {
  align-items: center;
  display: flex;
  height: 50%;
}

#grid-card-one {
  border-right: 1px solid #0445d2;
}

#grid-card-one,
#grid-card-two {
  border-bottom: 1px solid #0445d2;
}

#grid-card-two {
  border-left: 1px solid #0445d2;
}

#grid-card-three {
  border-right: 1px solid #0445d2;
  border-top: 1px solid #0445d2;
}
#cta-mid-banner {
  margin-top: 4rem;
}
#grid-card-four {
  border-left: 1px solid #0445d2;
  border-top: 1px solid #0445d2;
}

@media (max-width: 767px) {
  .grid-card-wrapper {
    flex-direction: column;
    margin-bottom: 3rem;
    row-gap: 3rem;
  }

  #grid-card-four,
  #grid-card-one,
  #grid-card-three,
  #grid-card-two {
    border: 1px solid #0445d2;
  }
}

.three-card-branch-section {
  /* padding: 10rem 0; */
  /* background: #0445D205; */
  margin: 12rem 0;
}
.three-card-branch-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
.three-cards-branch-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
  row-gap: 4rem;
}
.three-card-branch-div {
  background: transparent;
  border: 1px solid #bebebe60;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5rem 3rem 5rem 4rem;
  position: relative;
  transition: all 0.3s ease;
}
.three-card-branch-div > img {
  width: 45px;
  margin-bottom: 2rem;
}
.three-card-branch-div h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.three-card-branch-div > p {
  font-size: 16px;
  width: 90%;
  margin-bottom: 2rem;
}
.three-card-branch-statement-div {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 6rem;
  position: relative;
}
.three-card-branch-statement-div p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.three-card-branch-statement-div p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #000;
  transition: width 0.3s ease;
}
.tags-div {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  width: 90%;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.card-tag {
  background: #edf0fc;
  color: #2c05a2;
  border-radius: 30px;
  font-family: "ibm-plex-sans-medium", "sans-serif";
  font-size: 14px;
  padding: 1rem 1.9rem;
  width: max-content;
}
.three-card-branch-div:hover .three-card-branch-statement-div p::after {
  width: 100%;
}
#three-card-no-border-div {
  border-left: none;
}
@media(max-width: 1540px){
  .three-card-branch-div > p{
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .three-card-branch-div h3 {
    font-size: 18px;
  }
  .three-card-branch-div p {
    font-size: 2.3rem;
  }
  .card-tag{
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #three-card-no-border-div {
    border: 1px solid #bebebe60;
  }
  .three-card-branch-heading {
    align-items: flex-start;
    text-align: start;
    width: 100%;
  }
}
.no-padding {
  padding: 0 !important;
}
.three-card-section {
  margin: 12rem 0;
}

.three-card-heading {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.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 {
  position: relative;
  padding-left: 20px;
}
.three-card-pointer-div::before {
  color: #0d0d0d;
  content: "•";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.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-statement-div p {
  color: #0445d2;
  font-size: 16px;
}

.span-text {
  font-family: "ibm-plex-sans-semibold", "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: 15px;
  margin-bottom: 2.7rem;
  padding: 1rem 1.9rem;
  width: max-content;
}

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

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

.three-card-tag-three,
#three-card-tag-three {
  background: #edf0fc;
  color: #2c05a2;
}
#three-card-tag-four{
  background: #1d8ce120;
  color: #1d8ce1;
}
.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 p {
  width: 95%;
}
@media (max-width: 1024px) {
  .three-card-div h3 {
    font-size: 17px;
  }
  .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;
  }
}
/*trusted partners*/
#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;
  }
}
/*grid section*/
.grid-six-section {
  margin: 12rem 0;
}
.grid-six-heading {
  align-items: center;
  justify-content: center;
  margin: 0 auto 6rem;
  text-align: center;
  width: 60%;
}
.grid-six-card,
.grid-six-heading {
  display: flex;
  flex-direction: column;
}
.grid-six-card {
  background: #ffffff01;
  border: 1px solid #bebebe60;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 #0000001a;
  height: 100%;
  padding: 6rem 3rem;
}
.grid-six-wrapper {
  row-gap: 3rem;
}
.grid-six-card h3 {
  font-size: 20px;
}
.grid-six-card > p {
  margin-bottom: 5rem;
}
.grid-six-card-cta {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.grid-six-card-cta p {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.grid-six-card-cta svg {
  height: 26px;
  width: 26px;
}
.grid-six-card-cta p:after {
  background: #000;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.grid-six-card:hover .grid-six-card-cta p:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .grid-six-card h3 {
    font-size: 17px;
  }
  .grid-six-card p {
    font-size: 2.3rem;
  }
  .grid-six-card-cta svg {
    height: 22px;
    width: 22px;
  }
}
/*faq*/
.faq-section {
  margin: 12rem 0 14rem;
}
.faq-wrapper {
  padding-left: 24px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#faq-q1 {
  padding-top: 0;
}
.faq-list > div:first-child {
  border: none;
}
.faq-item {
  border-top: 1px solid #e5e7eb;
}
.faq-item:last-child {
  border-bottom: 1px solid #e5e7eb;
}
.faq-question {
  font-family: "ibm-plex-sans-semibold", "sans-serif";
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  border: none;
  padding: 20px 0;
  font-size: 21px;
  cursor: pointer;
}
.chevron {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f3f4f6;
  transform: rotate(180deg);
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.chevron svg {
  width: 14px;
  height: 14px;
}
.faq-question[aria-expanded="true"] .chevron {
  transform: rotate(0deg);
}
.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.7s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.7s ease;
  will-change: max-height, opacity;
}
.faq-answer p {
  margin: 0 0 16px 0;
  font-size: 16px;
}
.faq-answer.open {
  opacity: 1;
  max-height: 320px;
}
@media (max-width: 1024px) {
  .faq-question {
    font-size: 17px;
  }
  .faq-answer p {
    font-size: 2.3rem;
  }
  .chevron {
    width: 22px;
    height: 22px;
  }
  .chevron svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper {
    margin-top: 3rem;
    padding-left: 0px;
  }
  .faq-question {
    gap: 2rem;
    font-size: 16px;
  }
  .faq-section {
    margin: 12rem 0;
  }
}

/*Cta section*/
.cta-section {
  margin: 8rem 0;
}
.cta-heading {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}
.cta-heading span {
  background: linear-gradient(64.48deg, #5c8ef5 20.48%, #0445d2 75.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: ibm-plex-sans-semibold, sans-serif;
}
.cta-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.cta-mid-banner {
  background: #0445d2;
  border: 2px solid #0445d2;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 1.2rem 4rem;
}
.cta-mid-banner-one {
  background: #fff;
  border: 2px solid #0445d2;
  border-radius: 8px;
  color: #0445d2;
  display: inline-block;
  font-size: 16px;
  padding: 1.2rem 4rem;
  text-decoration: none;
}
@media (max-width: 431px) {
  .cta-button-div {
    flex-direction: column;
  }
  .cta-mid-banner-one {
    margin-top: 0;
  }
}
@media(max-width: 1024px){
    .cta-mid-banner,
  .cta-mid-banner-one{
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .grid-six-heading,
  .three-card-heading,
  .steps-card-heading {
    width: 100%;
    align-items: flex-start;
    text-align: start;
  }
  .four-grid-header{
    width: 100%;
    margin-bottom: 4rem;
  }
  .cta-heading{
    width: 100%;
  }
}
