.FAQ-hero-section {
  display: flex;
  background-image: linear-gradient(to right, #0e222f 0%, #0e222f00 100%),
    url(../assets/FAQ/faq-hero-bg.png);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 35px;
}
.faq-article-hero-bg {
  background-color: #f5f5f5;
}
.faq-article-hero-title {
  font-family: var(--font-family-roboto);
  color: #000000;
  text-shadow: none !important;
}

.faq-main-title {
  font-family: var(--font-family-roboto);
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

.search_container {
  display: flex;
  justify-content: center;
}

.asl_w_container {
  width: 400px !important;
}

.faq-subtitle {
  font-family: var(--font-family-roboto-bold);
  width: 100%;
  text-align: center;
  letter-spacing: 4.5px;
  color: #c84238;
  text-transform: uppercase;
  margin: 25px auto 70px auto;
}

.faq-accordion {
  width: 60%;
  margin: 70px auto 125px auto;
  min-width: 330px;
}

.faq-article-back-button {
  display: inline-flex;
  /* background-color: #C84238; */
  border-radius: 20px;
  /* padding: 1em 3em; */
  text-align: center;
  color: #fff;
  margin-left: 75px;
}

.accordion {
  background-color: white;
  letter-spacing: 4.5px;
  color: #c84238;
  text-transform: uppercase;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}

.accordion.active {
  background-color: white;
}

.accordion .accordion-icon {
  float: right;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 700;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.faq-answer-container {
  padding: 25px 0px;
}

.faq-answer-container h1,
.faq-answer-container h2,
.faq-answer-container h3,
.faq-answer-container h4,
.faq-answer-container h5,
.faq-answer-container h6 {
  font-family: var(--font-family-roboto-bold);
  color: #000000;
  opacity: 0.5;
  /* font-size: 18px; */
  line-height: 30px;
}

.faq-answer-container p {
  font-family: var(--font-family-roboto);
  /* color: #000000;
  opacity: 0.5; */
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 25px;
}

.faq-answer-container p a {
  font-family: var(--font-family-roboto);
  color: rgba(200, 66, 56, 1);
  font-size: 18px;
  line-height: 25px;
}

.faq-answer-container hr,
.blog-post-paragraph hr {
  color: #000000;
  opacity: 0.5;
  margin: 50px 0px 50px 75px;
}

.faq-answer-container ol {
  margin: 50px 0px;
}

.faq-answer-container li {
  font-family: var(--font-family-roboto);
  color: #000000;
  opacity: 0.5;
  font-size: 18px;
  line-height: 25px;
  list-style-type: decimal;
  list-style-position: inside;
}

/* FAQ Devices */

.health-device-section {
  margin: 40px 40px 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.health-device-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -21px;
  max-width: 1400px;
}

.faq-card-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 42px);
  margin: 21px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-out;
  will-change: transform;
  box-sizing: border-box;
}

.faq-card-item:hover .faq-card-item-image {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
  border-radius: 40px;
  will-change: transform;
}

.faq-card-item-image {
  scale: 1;
  transition: all 0.5s ease-out;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 40px 40px 0px 0px;
}
.faq-img-container {
  height: 20em;
  overflow: hidden;
}

.faq-card-item-image img {
  width: 100%;
  object-fit: cover;
  height: 20em;
}

.faq-card-item-content {
  padding: 25px 20px;
  position: relative;
  border: 1px solid #2c5067;
}

.faq-gradient-red {
  background: linear-gradient(
    180deg,
    rgba(77, 92, 101, 1) 0%,
    rgba(88, 48, 44, 1) 100%
  );
  flex-grow: 1;
}

.faq-card-item-title {
  font: normal normal 300 30px/50px Roboto;
  letter-spacing: -0.9px;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FAQ Customer Care */

.customer-care-section {
  text-align: center;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  opacity: 1;
}

.customer-care-section-title-wrapper {
  padding-top: 95px;
  margin-bottom: 85px;
}

.customer-care-section-title {
  font: normal normal 300 40px/50px Roboto;
  letter-spacing: -0.8px;
  color: #000000;
  opacity: 1;
  margin-bottom: 8px;
}

.customer-care-section-subtitle {
  font: normal normal bold 30px/25px Roboto;
  font-family: var(--font-family-roboto-bold);
  letter-spacing: 7.5px;
  color: #c84238;
  text-transform: uppercase;
  opacity: 1;
}

.customer-care-section-press-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}

.customer-care-section-press {
  text-align: center;
}

.press-bold {
  text-align: center;
  font: normal normal bold 25px/25px Roboto;
  font-family: var(--font-family-roboto-bold);
  letter-spacing: 6.25px;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.number-red {
  text-align: left;
  font: normal normal bold 25px/25px Roboto;
  font-family: var(--font-family-roboto-bold);
  letter-spacing: 6.25px;
  color: #c84238;
  text-transform: uppercase;
}

.press-info {
  text-align: left;
  font: normal normal 300 16px/30px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
}

.customer-care-section-email-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  font: normal normal 300 16px/30px Roboto;
  letter-spacing: 0px;
  /* opacity: 0.5; */
  padding-bottom: 95px;
}

.customer-care-section-email-or {
  font: normal normal bold 25px/25px Roboto;
  font-family: var(--font-family-roboto-bold);
  letter-spacing: 6.25px;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 10px;
}

.customer-care-section-email-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.faq-single-product-img {
  width: 100%;
  max-width: 330px;
  margin: auto;
  margin-bottom: 40px;
  object-fit: cover;
  height: 100%;
}

.devices-articles {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  margin: 0px auto 100px auto;
  max-width: 900px;
}

.devices-article {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.devices-article-title {
  text-align: left;
  font: normal normal 300 30px/34px Roboto;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 20px;
}

.devices-article-info {
  text-align: left;
  font: normal normal 300 16px/30px Roboto;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 20px;
  height: 6em;
  overflow: hidden;
}

.faq-link {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.faq-link:hover {
  border-bottom: 1px solid #c84238;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
  .faq-article-back-button {
    margin-left: 24px;
  }

  .faq-answer-container hr {
    margin: 50px 0px 50px 24px;
  }
}

@media (max-width: 1024px) {
  .faq-card-item {
    flex: 0 0 calc(50% - 42px);
  }
}

@media (max-width: 768px) {
  .faq-main-title {
    text-align: center;
    font: normal normal 300 35px/40px Roboto;
    letter-spacing: -0.7px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
  }

  .faq-subtitle {
    font: normal normal bold 16px/25px Roboto;
    letter-spacing: 4px;
    color: #c84238;
    text-transform: uppercase;
    opacity: 1;
  }

  .faq-card-item {
    flex: 0 0 calc(100% - 42px);
  }

  .health-device-section {
    margin: 40px 40px;
  }

  /* Contact Customer Care */

  .customer-care-section-title {
    text-align: center;
    font: normal normal 300 35px/40px Roboto;
    letter-spacing: -0.7px;
    color: #000000;
    opacity: 1;
    margin-left: 50px;
    margin-right: 50px;
  }

  .customer-care-section-subtitle {
    text-align: center;
    font: normal normal bold 22px/25px Roboto;
    font-family: var(--font-family-roboto-bold);
    letter-spacing: 5.5px;
    color: #c84238;
    text-transform: uppercase;
    opacity: 1;
  }

  .faq-card-item-title {
    font: normal normal 300 23px/38px Roboto;
    letter-spacing: -0.69px;
    color: #ffffff;
    opacity: 1;
  }

  .press-bold {
    text-align: left;
    font: normal normal bold 20px/25px Roboto;
    font-family: var(--font-family-roboto-bold);
    letter-spacing: 5px;
    color: #000000;
    text-transform: uppercase;
  }

  .number-red {
    text-align: left;
    font: normal normal bold 20px/25px Roboto;
    font-family: var(--font-family-roboto-bold);
    letter-spacing: 5px;
    color: #c84238;
    text-transform: uppercase;
  }

  .press-info {
    text-align: left;
    font: normal normal 300 16px/30px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
  }

  .customer-care-section-email-info {
    text-align: left;
    font: normal normal 300 16px/30px Roboto;
    letter-spacing: 0px;
    color: #000000;
  }

  .customer-care-section-email-or {
    text-align: left;
    font: normal normal bold 20px/25px Roboto;
    font-family: var(--font-family-roboto-bold);
    letter-spacing: 5px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.5;
  }

  .customer-care-section-press-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }

  .customer-care-section-press {
    margin-bottom: 60px;
  }

  .press-info {
    text-align: center;
  }

  .devices-articles {
    grid-template-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .devices-article {
    border-bottom: 1px solid #00000030;
    padding-bottom: 20px;
  }

  .accordion {
    text-align: left;
    font: normal normal bold 16px/25px Roboto;
    letter-spacing: 4px;
    color: #c84238;
    text-transform: uppercase;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .faq-article-back-button {
    margin-left: 32px;
  }

  .faq-answer-container hr {
    margin: 50px 0px 50px 32px;
  }
}
