/*-- From common elements css --*/
@import url("./elements/_fonts.css?v=63636112");
@import url("./elements/_color.css?v=63636112");
@import url("./elements/_animations.css?v=63636112");
@import url("./elements/_reset.css?v=63636112");
@import url("./elements/_header.css?v=63636112");
@import url("./elements/_footer.css?v=63636112");
@import url("./elements/_search.css?v=63636112");
@import url("./elements/_transitions.css?v=63636112");
@import url("./elements/_accordion.css?v=63636112");
@import url("./elements/_formidable.css?v=63636112");
@import url("./elements/_newsletter-modal.css?v=63636112");
@import url("./elements/swiper-bundle.min.css?v=63636112");
@import url("./elements/_swiper-pagination.css?v=63636112");
@import url("./elements/_geo-lander-modal.css?v=63636112");


@import url("./sections/faqs-section.css?v=63636112");
@import url("./sections/newsletter-section.css?v=63636112");
@import url("./sections/_popular-brands-section.css?v=63636112");


.faqs-wrap-head {
  justify-content: space-between;
}
.faqs-head-rt {
  gap: 8px;
}
.faqs-head-rt:only-child {
  flex: 1;
}
.faqs-head-rt span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.faqs-head-rt button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.faqs-head h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
.faqs-head-rt .button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.faqs-head .category-links {
  margin: 0 0 0 16px;
}
.faqs-head ul.category-links > li {
  margin-bottom: 13px;
}
.faqs-head ul.category-links > li:last-child {
  margin-bottom: 0;
}

.faqs-head ul.category-links > li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--Deep-Teal);
  text-decoration: none;
}
.faqs-head ul.category-links > li a:hover {color: var(--Golden-Yellow);}
.faqs-right-list {
  margin-bottom: 48px;
}
.faqs-right-list h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
.faqs-right-list:last-child {
  margin-bottom: 0;
}

/* media css starts here */
@media only screen and (min-width: 1024px) {
  .faqs-head-lt {
    flex: 0 0 62%;
  }
  .faqs-head-rt {
    flex: 0 0 calc(40% - 30px);
  }
  .faqs-wrap-head {
    padding-bottom: 48px;
  }
  .faqs-main {
    padding: 48px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .faqs-wrap {
    padding: 80px 0;
  }
  .faqs-wrap-head {
    border-bottom: 2px dashed var(--Beige);
  }
  .faqs-head-lt h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .faqs-head-lt {
    flex: 1;
  }
  .faqs-head-rt {
    flex: 1;
  }
  .faqs-wrap-head {
    padding-bottom: 32px;
  }
  .faqs-main {
    padding-bottom: 0;
  }
  .faqs-wrap {
    padding: 64px 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 200px) {
  .faqs-wrap {
    padding: 20px 0 0;
  }
  .faqs-main {
    padding: 40px 0 20px;
  }
  .faqs-head h2 { margin-bottom: 22px; }
  .faqs-head-lt {
    margin-bottom: 14px;
  }
  .faqs-head-lt h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .faqs-wrap-head{justify-content: center;}
.faqs-head-rt {
  flex-direction: column;
}
.faqs-head-rt .button {
  width: 100%;
  justify-content: center;
}
}
