/*== == FAQs Page == ==*/

h1.fold-header.title {
  font-weight: 500;
}

.term-description {
  background: #d3d3d3c7;
  color: black;
  padding: 20px 0px;
}

.accordion-content a.readmore {
  width: 250px;
}

.f1-banner {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
}

.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;
}

.banner-content p {
  margin-bottom: 0px;
}

.accordion-fold {
  padding: 100px 0 0 0;
  position: relative;
  padding-top: 50px;
  top: -140px;
}
.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;
  border-radius: var(--curve);
  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;
}

.accordion-fold-wrapper.extended {
  max-height: 2500px;
  background: #ececec;
}

.accordion-fold-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-content {
  padding-top: 20px;
  border-radius: var(--curve);
  padding: 20px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0 10px #000;
}

.accordion-fold-wrapper.extended h3 {
  padding-top: 20px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.accordion-btn i {
  font-size: 40px;
  margin-top: 10px;
  cursor: pointer;
}

.accordion-header {
  font-size: 28px;
  padding-right: 60px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 0px;
  font-weight: 500;
}
h3.accordion-subtitle {
  font-size: 26px;
}

.faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-wrapper {
  box-shadow: 0 0 10px #000;
  background: white;
  color: black;
}
.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 == ==*/

.cs-header {
  background: linear-gradient(
      0deg,
      rgba(66, 102, 154, 0.8),
      rgba(66, 102, 154, 0.8)
    ),
    url(/wp-content/uploads/2023/05/homepage-digital-clock.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 200px 0;
}

.cs-header .title {
  font-weight: 400;
}
