/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/scss/_faq.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.faq-header {
  background-color: #FCFAFF;
  height: 499px;
  padding: 0px 5%;
  display: flex;
}
.faq-header .left-section {
  font-family: "Prata";
  font-weight: 400;
  font-size: 64px;
  line-height: 76.8px;
  letter-spacing: 0%;
  color: #5B197B;
  width: 50%;
}
.faq-header .right-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(42%);
}
.faq-header .right-section .img-section {
  width: 681px;
  height: 454px;
}

.faq-input-search {
  background-color: #F4ECF8;
  height: 56px;
  border-radius: 50px;
  width: 70%;
  padding: 20px 22px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  letter-spacing: 0%;
}

.faq-oval {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 17%;
  top: 16px;
}

.faq-general {
  padding: 0px 5%;
  margin-bottom: 24px;
}
.faq-general .faq-heading {
  font-family: "Prata";
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #0C0C0C;
}
.faq-general .faq-item {
  margin-bottom: 24px;
}
.faq-general .faq-accordian {
  margin-top: 24px;
  border-radius: 15px;
}
.faq-general .faq-accordian .accordion-item {
  border: none;
  background: rgba(244, 236, 248, 0.5019607843);
  padding: 1% 3%;
}
.faq-general .faq-accordian .accordion-item.accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-family: "Mona Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #5B197B;
}
.faq-general .faq-accordian .accordion-item.accordion-header .accordion-button.collapsed {
  background-color: transparent;
  box-shadow: none;
  font-family: "Mona Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #5B197B;
}
.faq-general .faq-accordian .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  font-family: "Mona Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #5B197B;
}
.faq-general .faq-accordian .accordion-button:not(.collapsed)::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Adjust width */
  height: 60px; /* Adjust height */
  border-radius: 50%; /* Circular shape */
  background-color: #5B197B; /* Background color */
  padding: 5px; /* Space around the icon */
  background-position: center;
  background-size: 50%; /* Ensures icon is well-fitted */
  background-repeat: no-repeat;
}
.faq-general .faq-accordian .Submissions {
  font-family: "Prata";
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #0C0C0C;
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq-general .how-can-help {
  font-family: Prata;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #923DB4;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.faq-general .how-can-help-desc {
  font-family: "Mona Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0C0C0C;
}
.faq-general .get-stared {
  font-family: "Prata";
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.faq-general .get-started-desc {
  font-family: "Mona Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0C0C0C;
}
.faq-general .still-content {
  font-family: "Mona Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #5B197B;
}

.faq-general .faq-accordian button, .faq-general .faq-accordian [type=button], .faq-general .faq-accordian [type=reset], .faq-general .faq-accordian [type=submit] {
  background-color: transparent;
  box-shadow: none;
  font-family: "Mona Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #5B197B;
}

/* Default Arrow (Closed State) */
.accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Adjust width */
  height: 60px; /* Adjust height */
  border-radius: 50%; /* Circular shape */
  background-color: #FFF; /* Background color */
  padding: 5px; /* Space around the icon */
  background-position: center;
  background-size: 50%; /* Ensures icon is well-fitted */
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faq-general .faq-accordian .accordion-item {
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .faq-header .right-section {
    transform: translateY(28%);
  }
}
@media screen and (max-width: 991px) {
  .faq-header {
    margin-top: 4rem;
    flex-direction: column;
  }
  .faq-header .left-section {
    width: 100%;
  }
  .faq-header .right-section {
    width: 100%;
    transform: none;
  }
  .faq-input-search {
    width: 100%;
  }
  .faq-oval {
    right: 8%;
  }
}
@media screen and (max-width: 420px) {
  .faq-header {
    margin-top: 4rem;
  }
  .faq-header .left-section {
    width: 100%;
  }
  .faq-header .right-section {
    width: 100%;
    transform: none;
  }
  .faq-input-search {
    width: 100%;
  }
  .faq-oval {
    right: 8%;
  }
}
