/*==========================
  RESET
==========================*/
  .container {
    width: 100%;
    max-width: 1320px;
    margin: auto;
  }

  .faq_section {
    padding: 80px 0;
    background-color: #f9fbff;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-heading h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .section-heading p {
    color: #777;
    font-size: 17px;
  }

  /*==========================
SWIPER
==========================*/

  .faqSwiper .swiper-slide {
    padding: 0 20px;
  }
  .faqSwiper {
    padding: 10px 5px 70px;
  }
  .swiper-pagination {
    position: relative;
    bottom: 0 !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bdbdbd;
  }

  .swiper-pagination-bullet-active {
    background: #213d95;
  }

  /*==========================
CARD
==========================*/

  .faq-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: 0.35s;
  }

  .faq-card:hover {
    /* transform:translateY(-6px); */
  }

  .general .faq-header {
    background: #eff3ff;
  }

  .skincare .faq-header {
    background: #fbfff4;
  }

  .haircare .faq-header {
    background: #f4fbff;
  }
  .awards .faq-header {
    background: #fff9f2;
  }

  .sunscreen .faq-header {
    background: #fffde8;
  }

  .faq-header {
    padding: 20px;
    min-height: 200px;
    text-align: center;
  }

  .faq-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .general .faq-icon {
    background: #c2d3ff;
  }

  .skincare .faq-icon {
    background: #daf3ce;
  }

  .haircare .faq-icon {
    background: #c4e2f7;
  }
  .awards .faq-icon {
    background: #f7d07b;
  }

  .sunscreen .faq-icon {
    background: #ffef48;
  }
  .faq-icon img {
    width: 40px;
  }

  .faq-header h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .general .faq-header h3 {
    color: #213d95;
  }

  .skincare .faq-header h3 {
    color: #284d17ce;
  }

  .haircare .faq-header h3 {
    color: #41647c;
  }
  .awards .faq-header h3 {
    color: #ffb006;
  }

  .sunscreen .faq-header h3 {
    color: #b1a100;
  }
  /*==========================
FAQ
==========================*/

  .faq-list {
    padding: 25px;
  }

  .faq-item {
    border-bottom: 1px solid #ededed;
  }

  .faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 18px 0;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #5a6585;
  }

  /* .general .faq-question{
    color:#213d95;
}

.skincare .faq-question{
    color:#284d17ce;
}

.haircare .faq-question{
    color:#41647c;
}
.awards .faq-question{
    color:#ffb006;
}

.sunscreen .faq-question{
    color:#b1a100;
} */

  .faq-question span {
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #213d95;
    /* background:#eef2ee; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .faq-answer p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
  }

  /*==========================
VIEW ALL
==========================*/

  .extra-faq {
    display: none;
  }

  .extra-faq.show {
    display: block;
  }

  .view-all {
    width: 100%;
    margin-top: 22px;
    border: none;
    background: transparent;
    color: #213d95;
    font-size: 15px;
    padding: 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
  }
  .arrow_btns_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .arrow_btn_next,
  .arrow_btn_prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    color: #222;
    cursor: pointer;
    transition: 0.35s;
  }

  .arrow_btn_next:after,
  .arrow_btn_prev:after {
    font-size: 18px;
    font-weight: 700;
  }
  .swiper-button-disabled {
    opacity: 0.5;
    background-color: #e7e7e7;
  }
  .arrow_btn_next:not(.swiper-button-disabled):hover,
  .arrow_btn_prev:not(.swiper-button-disabled):hover {
    background-color: #213d95;
    color: #fff;
  }
  .arrow_btn_next svg,
  .arrow_btn_prev svg {
    transition: 0.35s;
  }
  .arrow_btn_next:not(.swiper-button-disabled):hover svg,
  .arrow_btn_prev:not(.swiper-button-disabled):hover svg {
    filter: invert(1);
  }

  .swiper-button-disabled {
    cursor: not-allowed;
  }
  /*==========================
RESPONSIVE
==========================*/

  @media (max-width: 992px) {
    .section-heading {
      margin-bottom: 30px;
    }
    .section-heading h2 {
      font-size: 34px;
    }
  }

  @media (max-width: 768px) {
    .faq_section {
      padding: 60px 0;
    }

    .section-heading h2 {
      font-size: 28px;
    }

    .faq-header {
      padding: 15px;
      min-height: auto;
    }

    .faq-list {
      padding: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }
  }

  @media (max-width: 576px) {
    .section-heading h2 {
      font-size: 24px;
    }

    .faq-question {
      font-size: 15px;
    }

    .faq-answer p {
      font-size: 14px;
    }
  }

