/* General Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
.header {
  background-color: white;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative;
  width: 80rem;
  margin: 0 auto;
}

.header-menu {
  height: 20px;
}
.get-request-btn {
  white-space: nowrap;
  background: linear-gradient(90deg, #0158c9 0%, #01c8c9 95.31%);
  border-radius: 8px;
  font-size: 16px;
  color: white;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 0.8rem 1.6rem;
  margin-right: 20px;
}
/* Banner Styles */
.banner {
  position: relative;
  min-height: calc(100vh - 64px);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.banner h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
}
.banner p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.0015em;
  margin-bottom: 80px;
  max-width: 800px;
}
.banner .button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.0015em;
  text-align: left;
  width: 100%;
  max-width: 280px;
  height: 64px;
  padding: 16px 24px;
  gap: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #004ec9 0%, #008cc9 43.23%, #00cec9 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.3));
  z-index: -1;
  pointer-events: none;
}
/* Banner Type 2 */
.banner-type2 .content {
  max-width: 800px;
  text-align: center;
}
/* Banner Type 3 */

.banner-type3 .content {
  max-width: 560px;
  text-align: left;
  margin-left: -700px; 
  box-sizing: border-box;
}

/* Banner Type 4 */
.banner-type4 .content {
  max-width: 560px;
  text-align: left;
  margin-right: -700px;
}

/* Footer */
.footer {
  height: 298px;
  background: rgba(245, 249, 255, 1);
  position: relative;
}
.footer-border {
  height: 3px;
  background: linear-gradient(90deg, #004ec9 0%, #008cc9 43.23%, #00cec9 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.005em;
  color: #041124;
}
.footer-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.0015em;
  text-align: center;
  color: #818892;
  margin-bottom: 20px;
}
/* Sections */
.section {
  padding: 60px 20px;
}
.section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #041124;
  margin-bottom: 20px;
}
.section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.0015em;
  text-align: center;
  color: #818892;
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* Section 2 */
.section.section2 {
  padding: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section.section2 .subsection img {
  width: 560px;
  height: 315px;
  border-radius: 8px;
  max-width: 100%;
}
.subsection {
  margin-bottom: 20px;
}
.subsection h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #004ec9;
  margin-bottom: 10px;
}
.subsection p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #434c5b;
}

/* Section 3 */
.section.section3 {
  position: relative;

  padding: auto;
  height: 440px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section3 h2 {
  color: #fff;
}
.section3 p {
  color: #ffffff;
}
.section3 .content {
  z-index: 1;
}

.section3 .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section4,
.section5,
.section6 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.section4 .subsection {
  position: relative;
  display: flex;
}

.section4 .img-left .card {
  margin-left: -90px;
  padding: 20px 20px 20px 120px;
}

.section4 .img-right .card {
  margin-right: -90px;
  padding: 20px 120px 20px 20px;
}
.section4 .card {
  margin-top: 60px;

  background-color: #f5f5f5;
  width: 664px;
  /* height: 304px; */
  border-radius: 8px;
  padding: 20px 20px 20px 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section4 .card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-align: center;
  color: #004ec9;
}

.section4 .card p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #434c5b;
}

.section4 img {
  width: 540px;
  height: 304px;
  border-radius: 8px;
  max-width: 100%;
  z-index: 999;
}

.swiper-slide {
  text-align: center;
  width: 100%;
  max-width: 344px !important;
  margin-right: 44px;
}

.swiper-slide img {
  width: 100%;
  height: 258px;
  border-radius: 8px;
}

.swiper-slide .card h3 {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #004ec9;
}

.swiper-slide .card p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #434c5b;
}

.section6-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.section6-table th,
.section6-table td {
  padding: 10px;
  text-align: left;
}

.section6-table th {
  background-color: #deebff;
  color: #004ec9;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.5px;
}

.section6-table td {
  background-color: #fff;
  color: #434c5b;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
}

.footer {
  height: 298px;
  border-top: 0.8rem solid;
  border-image: linear-gradient(90deg, #0160c9 0%, #01c7c9 95.31%);
  border-image-slice: 1;
  background-color: #f5f9ff;
}

.help {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.3rem 0;
  text-align: center;
}
.help > a {
  text-decoration: none;
  color: #434c5b;
  font-size: 16px;
  font-weight: 500;
}

.footer > .footer-content > .help > a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #938982;
}

.footer > .footer-content > .logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
}

.footer > .footer-content > .logos > img {
  /* width: 5.4rem; */
  height: auto;
}

.footer > .footer-content > .logos > .logos_bottom {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 3rem 0 0 0;
}

.footer > .footer-content > .logos > .social_medias {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 2rem 0 0 0;
}

.footer > .footer-content > .logos > div > a > img {
  width: 2rem;
  height: auto;
  filter: invert(77%) sepia(100%) saturate(7477%) hue-rotate(194deg)
    brightness(87%) contrast(157%);
}

.footer > .footer-content > .logos > .trademark {
  margin-bottom: 4rem;
  font-size: 16px;
  font-weight: 600;
  color: #004ec9 !important;
}
.x-auto {
  overflow-x: auto;
}

.section4 .img-right p {
  text-align: right;
}

@media screen and (min-width: 426px) and (max-width: 769px) {
  .section4 .card h3 {
    font-size: 18px;
  }

  .section4 .card p {
    font-size: 14px;
  }

  .section4 img {
    width: 340px;
  }
}

@media screen and (max-width: 426px) {
  .img-left {
    flex-direction: column;
  }

  .img-left .card {
    width: inherit;
  }

  .img-right {
    flex-direction: column-reverse;
  }

  .img-right .card {
    width: 100%;
    /* padding: 10px; */
  }

  .section4 img {
    width: 100%;
  }

  .section4 .img-left .card,
  .section4 .img-right .card {
    height: auto;
    margin: 0;
    padding: inherit;
    margin-top: 20px;
  }

  .section4 .card p {
    text-align: center;
  }

  .subsection p {
    text-align: center;
  }

  .section4 .img-right .card {
    padding: inherit;
  }

  @media (min-width: 768px) {
    .swiper-slide {
      width: 344px !important;
    }
  }
}


/* Media queries to adjust banner 3 and 4 responsivness */
@media (max-width: 1200px) {
  .banner-type4 .content {
    margin-right: -500px;
  }
}

@media (max-width: 992px) {
  .banner-type4 .content {
    margin-right: -300px;
  }
}

@media (max-width: 768px) {
  .banner-type4 .content {
    margin-right: -100px;
  }
}

@media (max-width: 576px) {
  .banner-type4 .content {
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .banner-type3 .content {
    margin-left: -500px;
  }
}

@media (max-width: 992px) {
  .banner-type3 .content {
    margin-left: -300px;
  }
}

@media (max-width: 768px) {
  .banner-type3 .content {
    margin-left: -100px;
  }
}

@media (max-width: 576px) {
  .banner-type3 .content {
    margin-left: 0;
    text-align: center;
  }
}
