@charset "utf-8";

.faq-page {
  --faq-ink: #17242b;
  --faq-muted: #718087;
  --faq-green: #2dcc70;
  --faq-green-dark: #1b9e58;
  --faq-soft: #f5f9f7;
  background: #ffffff;
  color: var(--faq-ink);
}
.faq-page .default-header {
  border-top: 0;
  box-shadow: 0 5px 22px rgba(21, 31, 38, 0.09);
  position: relative;
  z-index: 20;
}
.faq-page #navigation_bar {
  background: #152127;
  box-shadow: 0 7px 22px rgba(11, 18, 22, 0.18);
}
.faq-page-main {
  overflow: hidden;
}
.faq-hero {
  background: #132226 url("../../images/about_services_faq_bg.jpg") center center / cover no-repeat;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}
.booking-faq-hero {
  background-image: url("../../images/hero-van-gray.jpg");
}
.faq-hero::before {
  background: linear-gradient(90deg, rgba(8, 20, 23, 0.95) 0%, rgba(8, 20, 23, 0.8) 52%, rgba(8, 20, 23, 0.42) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.faq-hero::after {
  background: linear-gradient(90deg, var(--faq-green), #9bf0bc);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.faq-hero .container {
  position: relative;
  z-index: 1;
}
.faq-hero-grid {
  align-items: center;
  display: grid;
  gap: 55px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  min-height: 390px;
  padding: 55px 0;
}
.faq-hero-copy {
  max-width: 650px;
}
.faq-eyebrow,
.faq-section-eyebrow {
  color: var(--faq-green-dark);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 16px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.faq-hero .faq-eyebrow {
  color: #9bf0bc;
}
.faq-eyebrow .fa {
  font-size: 11px;
  margin: 0 6px 0 0;
}
.faq-hero h1 {
  color: #ffffff;
  font-size: clamp(45px, 5vw, 67px);
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0 0 18px;
}
.faq-hero h1 span {
  color: #9bf0bc;
  display: block;
  font-weight: 300;
}
.faq-hero-copy > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  max-width: 560px;
}
.faq-hero-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 17px;
  box-shadow: 0 20px 45px rgba(4, 14, 17, 0.25);
  display: flex;
  gap: 13px;
  justify-self: end;
  max-width: 365px;
  padding: 20px 19px;
  width: 100%;
}
.faq-card-icon,
.faq-sidebar-card-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 12px;
  color: var(--faq-green-dark);
  display: inline-flex;
  flex: 0 0 43px;
  font-size: 17px;
  height: 43px;
  justify-content: center;
  width: 43px;
}
.faq-card-icon .fa,
.faq-sidebar-card-icon .fa {
  margin: 0;
}
.faq-hero-card strong,
.faq-hero-card p {
  display: block;
}
.faq-hero-card strong {
  color: var(--faq-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
}
.faq-hero-card p {
  color: #849197;
  font-size: 11px;
  line-height: 17px;
  margin: 2px 0 0;
}
.faq-hero-card > a {
  align-items: center;
  background: #eaf9ef;
  border-radius: 50%;
  color: var(--faq-green-dark);
  display: inline-flex;
  flex: 0 0 31px;
  height: 31px;
  justify-content: center;
  margin-left: auto;
  width: 31px;
}
.faq-hero-card > a:hover,
.faq-hero-card > a:focus {
  background: var(--faq-green);
  color: #102119;
}
.faq-hero-card > a .fa {
  font-size: 11px;
  margin: 0;
}
.faq-topics-section {
  background: #ffffff;
  border-bottom: 1px solid #e7efea;
  box-shadow: 0 8px 25px rgba(26, 48, 36, 0.06);
  position: relative;
  z-index: 2;
}
.faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.faq-topic-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid #e7efea;
  cursor: pointer;
  display: flex;
  gap: 11px;
  min-height: 91px;
  padding: 13px 21px;
  text-align: left;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 100%;
}
.faq-topic-card:first-child {
  padding-left: 0;
}
.faq-topic-card:last-child {
  border-right: 0;
  padding-right: 0;
}
.faq-topic-card:hover,
.faq-topic-card:focus {
  background: #f5fbf7;
  outline: none;
  transform: translateY(-1px);
}
.faq-topic-icon {
  align-items: center;
  background: #eaf9ef;
  border-radius: 11px;
  color: var(--faq-green-dark);
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.faq-topic-icon .fa {
  margin: 0;
}
.faq-topic-card strong,
.faq-topic-card small {
  display: block;
}
.faq-topic-card strong {
  color: var(--faq-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 17px;
}
.faq-topic-card small {
  color: #8a979b;
  font-size: 10px;
  line-height: 16px;
  margin-top: 1px;
}
.faq-content-section {
  background: var(--faq-soft);
  padding: 105px 0 115px;
}
.faq-content-grid {
  align-items: start;
  display: grid;
  gap: 78px;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
}
.faq-sidebar {
  position: sticky;
  top: 26px;
}
.faq-section-eyebrow {
  color: var(--faq-green-dark);
}
.faq-sidebar h2 {
  color: var(--faq-ink);
  font-size: 37px;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 15px;
}
.faq-sidebar h2 span,
.faq-cta-panel h2 span {
  color: var(--faq-green-dark);
  font-weight: 300;
}
.faq-sidebar > p {
  color: var(--faq-muted);
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px;
  max-width: 330px;
}
.faq-sidebar-card {
  background: #17272b;
  border-radius: 16px;
  color: #ffffff;
  padding: 20px;
}
.faq-sidebar-card-icon {
  margin-bottom: 16px;
}
.faq-sidebar-card strong,
.faq-sidebar-card > span:not(.faq-sidebar-card-icon) {
  display: block;
}
.faq-sidebar-card strong {
  font-size: 14px;
  line-height: 20px;
}
.faq-sidebar-card > span:not(.faq-sidebar-card-icon) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 18px;
  margin: 4px 0 15px;
}
.faq-sidebar-card a {
  color: #8ee8b1;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
}
.faq-sidebar-card a:hover,
.faq-sidebar-card a:focus {
  color: #ffffff;
}
.faq-sidebar-card a .fa {
  font-size: 10px;
  margin: 0 0 0 5px;
}
.faq-list-column {
  min-width: 0;
}
.faq-toolbar {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}
.faq-search-wrap {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0ebe4;
  border-radius: 11px;
  display: flex;
  flex: 1;
  min-height: 49px;
  padding: 0 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-search-wrap:focus-within {
  border-color: #65d790;
  box-shadow: 0 0 0 3px rgba(45, 204, 112, 0.12);
}
.faq-search-wrap > .fa {
  color: var(--faq-green-dark);
  font-size: 14px;
  margin: 0 10px 0 0;
}
.faq-search-wrap input {
  background: transparent;
  border: 0;
  color: var(--faq-ink);
  flex: 1;
  font-size: 13px;
  height: 44px;
  min-width: 0;
  outline: 0;
  padding: 0;
}
.faq-search-wrap input::placeholder {
  color: #9aa6aa;
}
#faq-results-count {
  color: #8b989d;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
}
.faq-item {
  background: #ffffff;
  border: 1px solid #e3ece7;
  border-radius: 13px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover,
.faq-item.is-open {
  border-color: #b9e5c9;
  box-shadow: 0 9px 22px rgba(27, 53, 39, 0.07);
}
.faq-question {
  align-items: center;
  background: #ffffff;
  border: 0;
  color: var(--faq-ink);
  cursor: pointer;
  display: grid;
  gap: 13px;
  grid-template-columns: 30px minmax(0, 1fr) 24px;
  min-height: 75px;
  padding: 17px 20px;
  text-align: left;
  width: 100%;
}
.faq-question:hover,
.faq-question:focus {
  color: var(--faq-green-dark);
  outline: none;
}
.faq-question-number {
  color: #a5cbb2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 18px;
}
.faq-question-text {
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
}
.faq-question > .fa {
  align-items: center;
  background: #eaf9ef;
  border-radius: 50%;
  color: var(--faq-green-dark);
  display: inline-flex;
  font-size: 11px;
  height: 23px;
  justify-content: center;
  margin: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 23px;
}
.faq-item.is-open .faq-question > .fa {
  background: var(--faq-green);
  color: #102119;
  transform: rotate(45deg);
}
.faq-answer {
  border-top: 1px solid #edf2ef;
  padding: 0 58px 21px 63px;
}
.faq-answer-copy {
  color: var(--faq-muted);
  font-size: 13px;
  line-height: 23px;
  padding-top: 16px;
}
.faq-answer-copy p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 9px;
}
.faq-answer-copy p:last-child {
  margin-bottom: 0;
}
.faq-answer-copy strong {
  color: var(--faq-ink);
}
.faq-list [hidden],
.faq-no-results[hidden] {
  display: none !important;
}
.faq-no-results {
  align-items: center;
  background: #ffffff;
  border: 1px dashed #b9d8c4;
  border-radius: 13px;
  color: var(--faq-muted);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 45px 20px;
  text-align: center;
}
.faq-no-results > .fa {
  color: var(--faq-green-dark);
  font-size: 24px;
  margin-bottom: 7px;
}
.faq-no-results strong {
  color: var(--faq-ink);
  font-size: 14px;
  line-height: 20px;
}
.faq-no-results span {
  font-size: 11px;
  line-height: 18px;
}
.faq-cta-section {
  background: var(--faq-soft);
  padding: 0 0 105px;
}
.faq-cta-panel {
  align-items: center;
  background: linear-gradient(120deg, #eaf9ef 0%, #f5fbf7 100%);
  border: 1px solid #d8eee0;
  border-radius: 21px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 41px 48px;
}
.faq-cta-panel h2 {
  color: var(--faq-ink);
  font-size: 33px;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 8px;
}
.faq-cta-panel p {
  color: var(--faq-muted);
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}
.faq-cta-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 15px;
}
.faq-primary-button {
  align-items: center;
  background: var(--faq-green);
  border: 1px solid var(--faq-green);
  border-radius: 10px;
  box-shadow: 0 11px 24px rgba(45, 204, 112, 0.18);
  color: #102119;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  line-height: 22px;
  padding: 12px 16px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.faq-primary-button:hover,
.faq-primary-button:focus {
  background: #80e7a6;
  border-color: #80e7a6;
  color: #102119;
  outline: none;
  transform: translateY(-1px);
}
.faq-primary-button .fa {
  font-size: 10px;
  margin: 0;
}
.faq-secondary-button {
  color: var(--faq-green-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  padding: 12px 2px;
}
.faq-secondary-button:hover,
.faq-secondary-button:focus {
  color: #126f3d;
}

@media (max-width: 1199px) {
  .faq-content-grid {
    gap: 50px;
  }
  .faq-sidebar h2 {
    font-size: 33px;
  }
  .faq-cta-panel h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .faq-hero-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
  }
  .faq-hero h1 {
    font-size: 50px;
  }
  .faq-content-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .faq-content-grid {
    display: block;
  }
  .faq-sidebar {
    margin-bottom: 40px;
    position: static;
  }
  .faq-sidebar > p {
    max-width: 580px;
  }
  .faq-sidebar-card {
    max-width: 360px;
  }
  .faq-cta-panel {
    align-items: flex-start;
    display: block;
    padding: 35px;
  }
  .faq-cta-actions {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  .faq-hero-grid {
    display: block;
    min-height: 0;
    padding-bottom: 42px;
    padding-top: 58px;
  }
  .faq-hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }
  .faq-hero-copy > p {
    font-size: 15px;
    line-height: 24px;
  }
  .faq-hero-card {
    margin-top: 35px;
    max-width: 450px;
  }
  .faq-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-topic-card,
  .faq-topic-card:first-child,
  .faq-topic-card:last-child {
    border-bottom: 1px solid #e7efea;
    border-right: 1px solid #e7efea;
    min-height: 78px;
    padding: 12px;
  }
  .faq-topic-card:nth-child(2n) {
    border-right: 0;
  }
  .faq-topic-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .faq-topic-card:first-child {
    padding-left: 0;
  }
  .faq-topic-card:nth-child(2) {
    padding-right: 0;
  }
  .faq-topic-card:nth-child(3) {
    padding-left: 0;
  }
  .faq-topic-card:last-child {
    padding-right: 0;
  }
  .faq-content-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .faq-sidebar h2 {
    font-size: 32px;
  }
  .faq-toolbar {
    align-items: stretch;
    display: block;
  }
  #faq-results-count {
    display: block;
    margin-top: 10px;
  }
  .faq-question {
    gap: 10px;
    grid-template-columns: 25px minmax(0, 1fr) 22px;
    min-height: 70px;
    padding: 15px;
  }
  .faq-question-text {
    font-size: 13px;
  }
  .faq-answer {
    padding: 0 19px 19px 50px;
  }
  .faq-cta-section {
    padding-bottom: 68px;
  }
  .faq-cta-panel {
    padding: 30px 25px;
  }
  .faq-cta-panel h2 {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  .faq-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-hero-card {
    align-items: flex-start;
    padding: 16px;
  }
  .faq-topic-card strong {
    font-size: 11px;
  }
  .faq-topic-card small {
    font-size: 9px;
  }
  .faq-sidebar h2,
  .faq-cta-panel h2 {
    font-size: 28px;
  }
  .faq-question {
    grid-template-columns: 21px minmax(0, 1fr) 21px;
    padding: 14px 12px;
  }
  .faq-question-number {
    font-size: 10px;
  }
  .faq-answer {
    padding-left: 43px;
  }
  .faq-cta-panel {
    padding: 27px 21px;
  }
  .faq-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-topic-card,
  .faq-item,
  .faq-question > .fa,
  .faq-primary-button {
    transition: none;
  }
}
