:root {
  --swiper-navigation-size: 1.4rem !important;
  --color-bg-light: #FFFAF8;
  --color-highlight: #FE7A1F;
  --color-bg-2: #FFEEE2;
  --font-size: 1.8rem !important;
}

.content strong {
  font-weight: 600;
}

.content > .top > .hero {
  position: relative;
  width: 100%;
  height: 48rem;
}

.content > .top > .hero > .hero-image {
  width: 100%;
  height: inherit;
  display: block;
  background-image: url("https://elifetransfer.s3.us-east-2.amazonaws.com/art/fintech/fintech-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content > .top > .hero > .hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: #FE7A1F1A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content > .top > .hero > .hero-overlay > .hero-text {
  width: var(--width-center);
  color: var(--color-white);
  padding: 0 1.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 7.2rem;
}

.content > .top > .hero > .hero-overlay > .hero-text > p {
  width: 50%;
  color: var(--color-white);
  padding: 0 1.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 7.2rem;
}

.content > .top > .title {
  width: var(--width-center);
}

.content > .top > h5 {
  width: 100%;
  height: 6.1rem;
  line-height: 6.1rem;
  position: fixed;
  top: 7.2rem;
  z-index: 99;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-black);
  background-color: var(--color-highlight);
}

.content > .top > h5 > span:last-of-type {
  text-decoration: underline;
}

.content > .top > .contact-us {
  width: var(--width-center);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8.8rem;
}

.content > .top > .contact-us > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content > .top > .contact-us > div:nth-child(2) > div {
  width: 364px;
  height: 364px;
  z-index: 10;
  position: absolute;
  border-radius: 50%;
  left: 2.5rem;
  top: 2rem;
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/fintech/fintech-1.jpg');
  background-size: cover;
  background-position: center;
}

.content > .top > .contact-us > div > .toContact {
  box-shadow: 0px 0px 12px rgba(255, 189, 143, 0.15);
  border-radius: 0.8rem;
  width: auto;
  padding: 1.4rem 2.4rem;
}

.button-wrapper {
  width: 100%;
  display: flex;
  gap: 2.4rem;
  align-items: center;
}

.signup-button {
  box-shadow: 0px 0px 12px rgba(255, 189, 143, 0.15);
  border-radius: 0.8rem;
  width: auto;
  padding: 1.4rem 2.4rem;
  background: var(--color-white) !important;
  color: var(--color-highlight) !important;
  border: 2px solid var(--color-highlight) !important;
  margin-left: 2.4rem;
  cursor: pointer;
}

.content > .top > .contact-us > div > ul {
  list-style-type: none;
  padding: 0;
}

.content > .top > .contact-us > div > ul > li {
  letter-spacing: 0.5%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

.content > .top > .contact-us > div > ul > li::before {
  content: "\2022"; /* Unicode character for a bullet */
  color: var(--color-highlight);    /* Set the bullet color to green */
  display: inline-block; /* Essential for positioning */
  width: 1em;      /* Adjust spacing */
}

.content > .why-choose-us {
  margin-top: 8.8rem;
}

.why-choose-us-wrapper {
  width: var(--width-center);
  margin: 0 auto;
  display: flex;
  gap: 4.8rem;
}

.why-choose-us-wrapper-2 {
  width: var(--width-center);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 4.8rem;
}

.why-choose-us-wrapper > img {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 1.6rem;
}

.why-choose-us-wrapper-2 > img {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 1.6rem;
}

.why-choose-us-content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-choose-us-content > h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-highlight);
  line-height: 100%;
  margin: 0;
}

.why-choose-us-content > p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

.fintech-monetize-divs {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.fintech-monetize-divs > div {
  display: flex;
  align-items: start;
}

.fintech-monetize-div-icon-div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.partner-description, .why-choose-us-content-2, .why-choose-us-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.icon-train {
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/train/train_vector.png');
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.2rem;
}

.icon-taxi {
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/super-apps/vehicle-icon.png');
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.2rem;
}

.fintech-monetize-div-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 1.2rem;
  background-color: var(--color-highlight);
}

.fintech-monetize-div-content > h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 200%;
}

.fintech-monetize-div-content > p {
  margin: 0;
}

.content > .why-choose-us > .why-choose-us-wrapper > .why-choose-us-content > button {
  line-height: 150%;
  width: 25rem;
}

.why-choose-us-content-2 {
  width: var(--width-center);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-choose-us-content-2 > h3 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-highlight);
  line-height: 100%;
  margin: 0;
}

.why-choose-us-content-2 > p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

.why-choose-us-content-2-table-wrapper {
  width: var(--width-center);
  margin: 0 auto;
  overflow-x: auto;
}

.why-choose-us-content-2-table-wrapper > table {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-highlight);
}

.why-choose-us-content-2-table-wrapper > table > thead > tr > th {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  background-color: var(--color-highlight);
  color: var(--color-white);
  padding: 1.6rem;
}

.why-choose-us-content-2-table-wrapper > table > tbody > tr > td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  vertical-align: center;
  padding: 1.6rem;
  border-bottom: 1px solid var(--color-highlight);
}

.why-choose-us-content-2-table-wrapper > table > tbody > tr > td > div {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.why-choose-us-content-2-table-wrapper > table > tbody > tr > td > div > p {
  margin: 0;
}

.content > .what-we-offer {
  margin-top: 8.8rem;
  background-color: var(--color-bg-light);
  position: relative;
}

.content > .what-we-offer > .what-we-offer-content {
  width: var(--width-center);
  padding: 4.8rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content .what-we-offer-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--color-highlight);
}

.content .what-we-offer-content h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 4.4rem;
  margin-bottom: 2.4rem;
  color: var(--color-highlight);
}

.content .what-we-offer-content h6 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: var(--color-highlight);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.content .what-we-offer-content h6 div.icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
}

.content .what-we-offer-content h6 div.icon.train {
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/train/train_vector.png');
}

.content .what-we-offer-content h6 div.icon.airplane {
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/train/airplane_vector.png');
}

.what-we-offer-group > p {
  margin: 1.6rem 0;
}

.content .what-we-offer-content .what-we-offer-group-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .what-we-offer-content .what-we-offer-group-list-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 49%;
}

/* .content .what-we-offer span {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffdca2 0%, #fe676e 95.31%);
  transform: rotate(177.45deg);
} */

.content .what-we-offer .circular_1 {
  display: flex !important;
  position: absolute;
  width: 6.8rem;
  height: 6.8rem;
  z-index: 1;
  right: 6rem;
  top: -3rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffdca2 0%, #fe676e 95.31%);
  transform: rotate(-165.08deg);
}

.content .what-we-offer .circular_2 {
  display: flex !important;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 1;
  right: 1.2rem;
  top: 5rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffdca2 0%, #fe676e 95.31%);
  transform: rotate(-165.08deg);
}

.content .what-we-offer .ellipse_3 {
  width: 11.9rem;
  height: 11.6rem;
  position: absolute;
  transform: scaleY(-1) rotate(100deg);
  left: -3.2rem;
  bottom: -3.5rem;
  z-index: 1;
}

.trusted-ul {
  list-style-type: none;
  padding-left: 1.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.trusted-ul > li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}

.trusted-ul > li::before {
  content: "\2022"; /* Unicode character for a bullet */
  color: var(--color-highlight);    /* Set the bullet color to green */
  display: inline-block; /* Essential for positioning */
  width: 1em;      /* Adjust spacing */
}

.content > .logos-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}

.content .logos {
  width: var(--width-center);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.5rem;
  box-sizing: border-box;
}

.content > .partner-wrapper {
  margin-top: 8.8rem;
  margin-bottom: 8.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content > .partner-wrapper > .partner {
  width: var(--width-center);
  display: flex;
  margin: 0 2.4rem;
  padding: 4.6rem 8rem;
  background-color: var(--color-bg-2);
  border-radius: 1.6rem;
}


.partner-content > .partner-image {
  height: 49.9rem !important;
  width: 45% !important;
  background-image: url('https://elifetransfer.s3.us-east-2.amazonaws.com/art/fintech/fintech-4.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.6rem;
}

.content > .partner-wrapper > .partner > .partner-content {
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.content > .partner-wrapper > .partner > .partner-content > .partner-description {
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  text-align: left;
}

.content > .partner-wrapper > .partner > .partner-content > .partner-description > h4 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-highlight);
}

.content > .partner-wrapper > .partner > .partner-content > .partner-description > button {
  font-size: 2.4rem;
  padding:  1.35rem 2.4rem;
  height: auto !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  .content > .top > .contact-us > div:nth-child(2) > div {
    width: 260px;
    height: 260px;
  }

}

@media screen and (min-width: 426px) and (max-width: 768px) {

  .contact-us {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-us > div:first-child {
    margin: 0 !important;
    width: var(--width-center) !important;
  }

  .content > .top > .contact-us > div {
    align-items: start !important;
  }

  .content > .top > .contact-us > div > button {
    height: auto !important;
  }

  .content > .top > .contact-us > div:nth-child(2) > div {
    width: 220px;
    height: 220px;
  }

  .logos > img {
    width: 120px !important;
    height: auto !important;
  }

}

@media screen and (max-width: 425px) {
  .content > .top > .hero {
    height: 32rem;
  }
  
  .content > .top > .hero > .hero-overlay > .hero-text > p {
    font-size: 2.4rem;
    width: 70%;
  }

  .content > .top > .title {
    width: auto;
    padding-top: 3rem;
  }
  
  .contact-us {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  .content > .top > .contact-us > div:nth-child(2) > div {
    width: 220px;
    height: 220px;
  }
  
  .content > .top > .contact-us > div:first-child {
    width: 90% !important;
    margin: 0 !important;
    }

  .content > .why-choose-us > .why-choose-us-wrapper {
    width: 90% !important;
    flex-direction: column;
    height: auto;
    gap: 3.2rem;
  }

  .content > .why-choose-us > .why-choose-us-wrapper-2 {
    width: 90% !important;
    flex-direction: column;
    height: auto;
    gap: 3.2rem;
  }

  .content > .why-choose-us > .why-choose-us-wrapper > img {
    width: 100% !important;
    height: auto !important;
  }

  .content > .why-choose-us > .why-choose-us-wrapper-2 > img {
    width: 100% !important;
    height: auto !important;
  }

  .content > .top > .contact-us > div > .circular_2 {
    z-index: 50 !important;
  }

  .why-choose-us-content-2 {
    width: 90% !important;
    overflow-x: scroll;
  }

  .why-choose-us-content-2-table-wrapper > table {
    min-width: 150% !important;
  }

  .content > .why-choose-us > .why-choose-us-wrapper > .why-choose-us-content > h3 {
    margin-bottom: 2.4rem;
  }

  .content > .why-choose-us > .why-choose-us-wrapper > .why-choose-us-content > p {
    margin-bottom: 1.6rem;
  }

  .content > .why-choose-us > .why-choose-us-wrapper > .why-choose-us-content > button {
    width: 100% !important;
    margin-top: 0.8rem;
  }
  
  .content > .what-we-offer > .what-we-offer-content {
    width: 90% !important;
    padding: 3.2rem 0;
  }

  .what-we-offer-title {
    font-size: 2.4rem !important;
    /* display: flex !important; */
    align-items: center !important;
    text-align: center !important;
  }

  .what-we-offer-group-list {
    flex-direction: column !important;
    gap: 3.2rem !important;
  }

  .what-we-offer-group-list-item {
    width: 100% !important;
  }

  .logos {
    width: 90% !important;
    padding: 0 2rem !important;
  }

  .logos > img {
    width: 100px !important;
    height: auto !important;
  }

  .content > .partner-wrapper > .partner > .partner-content {
    flex-direction: column;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-image {
    width: 90% !important;
    height: 36.2rem !important;
  }

  .content > .partner-wrapper > .partner {
    padding: 3.2rem 0;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-description {
    width: 80% !important;
    height: auto !important;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-description > h4 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem !important;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-description > p {
    margin-bottom: 1.6rem !important;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-description > button {
    margin-top: 1.6rem !important;
    /* margin-bottom: 5.6rem !important; */
    padding: 0.3rem 2.4rem !important;
  }

  .content .what-we-offer .ellipse_3 {
    bottom: -8.5rem;
  }
}

@media screen and (max-width: 320px) {
  .logos > img {
    width: 80px !important;
    height: auto !important;
  }

  .partner {
    height: 60rem !important;
  }

  .content > .partner-wrapper > .partner > .partner-content > .partner-description > button {
    padding: 1.2rem !important;
  }
}
