.hero-section {
  background: url("../../assets/img/Hero-background-desktop.png") center / cover no-repeat;
  padding: 2em 0em;
}

.logo-light {
  width: 210px;
  height: 78px;
  flex-shrink: 0;
}

.main-menu .nav-link {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-subtitle {
  color: #92CDDF;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-title {
  color: #FFF;
  font-family: Inter;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 0px;
}

.hero-description {
  color: #F1F5F8;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 82%;
}

.hero-content-area {
  padding: 4em 0em;
}

.hero-image {
  width: 95%;
}

.section-heading {
  color: #2A4661;
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 109.756%;
  text-transform: capitalize;
}

.section-subheading-left {
  color: #2A4661;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section-subheading {
  color: #2A4661;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0% 25%;
}

.featured-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #F1F5F8;
  border-radius: 8px;
  padding: 20px;
}

.featured-item h3 {
  color: #2A4661;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-left: 20px;
}

.card {
  padding: 20px;
  background: #F1F5F8;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
}

.card-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-title {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  
}

.how-it-works-section {
  background: #F1F5F8;
  padding: 6em 0em;
}

@media (max-width: 768px) {
  .how-it-works-section {
    background: #F1F5F8;
    padding: 3em 0em;
  }
}

#accordion-1 .accordion-button:not(.collapsed) {
  color: #F1F5F8;
  background-color: #6D90B0;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  font-family: Inter;
}

#accordion-1 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 24px;
  color: #2A4661;
  text-align: left;
  background-color: #FAFCFD;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-weight: 500;
}

#accordion-1 .accordion-item {
  color: #2A4661;
  background-color: #FAFCFD;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  margin-bottom: 9px;
}

#accordion-2 .accordion-item {
  color: #2A4661;
  background-color: transparent;
}

#accordion-2 .accordion-button:not(.collapsed) {
  color: #2A4661;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

#accordion-2 .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0px;
  color: #2A4661;
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}

#accordion-2 .accordion-body {
  padding: 20px 0px;
}

.faq-body {
  padding: 2em 4em;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 14px 44.3px 0px rgba(0, 0, 0, 0.03);
}

@media (max-width: 576px) {
  .faq-body {
    padding: 2em 2em;
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 14px 44.3px 0px rgba(0, 0, 0, 0.03);
  }
}

.faq-section {
  padding: 6em 0em;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 3em 0em;
  }
}

footer {
  background: url("../../assets/img/Footer-background.png") center / cover no-repeat;
  padding: 4em 0em;
}

