/*===========================================*/
/*== ==FOLD 1 - Header Styling - Desktop== ==*/
/*===========================================*/
.fold-1-header {
  position: relative;
  background: rgb(175, 9, 49);
  background: linear-gradient(
    118deg,
    rgb(180, 10, 49) 0%,
    rgb(128, 4, 33) 87%,
    rgb(94, 1, 23) 100%
  );
  padding: 25px 0;
  z-index: 1;
}

.fold-1-header::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/texture-light.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fold-1-header .banner {
  text-align: center;
  z-index: 3;
}

.fold-1-header .title {
  font-size: 42px;
  color: var(--text-light);
  margin: 0;
  padding: 0;
  z-index: 5;
}

/*== == FAQs Page == ==*/

.f1-banner {
  background: #222;
  color: white;
}

.accordion-content a.readmore {
  width: 250px;
}

.f1-banner img {
  width: 100%;
  min-width: 1800px;
}

.faq-title {
  padding: 20px;
  margin: 20px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.faq-title a {
  margin: auto;
}

.faq-title::before {
  content: "";
  position: absolute;
  background-color: #eae5dc61;
  width: 999%;
  height: 100%;
  top: 0px;
  left: -50%;
  pointer-events: none;
  z-index: -1;
}

.banner-content {
  position: absolute;
  top: 10px;
  right: 0;
  width: 70%;
  height: 100%;
  max-width: 1100px;
  padding: 0px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.close-btn {
  background-color: #555;
  border-radius: 128px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-btn {
  background-color: #555;
  border-radius: 128px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content p {
  margin-bottom: 0px;
}

.accordion-fold {
  padding: 100px 0px;
  position: relative;
  padding-top: 50px;
}
.accordion-fold.padding {
  padding: 50px 0px;
}

.accordion-fold .title {
  text-align: center;
  margin-bottom: 50px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  padding: 15px;
  cursor: pointer;
}

h3.accordion-subtitle span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
  font-size: 18px;
}

.accordion-btn p {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.open-btn i {
}

.accordion-btn.opened p.close-btn {
  opacity: 1;
}

.accordion-btn.closed p.open-btn {
  opacity: 1;
}

.accordion-item {
  margin-bottom: 30px;
  box-shadow: 0 0 10px #555;
}

.accordion-fold-wrapper.extended {
  max-height: 2500px;
}

.accordion-fold-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-content {
  padding-top: 20px;
  padding: 20px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: var(--text-dark);
  position: relative;
  border-radius: 0 0 16px 16px;
}

.accordion-content::after {
  content: "";
  background-image: url("/wp-content/uploads/2023/01/paint2.png");
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
}

.accordion-fold-wrapper.extended h3 {
  padding-top: 20px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-color: #cfb8b0;
  border-width: 2px;
}

.accordion-btn {
  top: -20px;
  position: relative;
}

.accordion-btn i {
  font-size: 26px;
  cursor: pointer;
}

.accordion-header {
  font-size: 28px;
  padding-right: 60px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--text-dark);
}

.accordion-header span {
  color: var(--text-red);
  font-size: 38px;
  padding-right: 20px;
}
h3.accordion-subtitle {
  font-size: 26px;
}

.faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-wrapper {
  border: solid 5px #222;
  color: white;
  border: solid 2px var(--canary);
}
.header-wrapper:hover {
  /* opacity: 0.7; */
}

.accordion-item:has(.active) .header-wrapper {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*== == FAQs Page END == ==*/
