/* =========================================================
   FAQ PAGE — aligned with the main Vidhitsa website design
   ========================================================= */
.faq-modern-page {
  font-family: "DM Sans", sans-serif;
  background: #ffffff;
}

.faq-modern-page h1,
.faq-modern-page h2,
.faq-modern-page h3,
.faq-modern-page h4 {
  font-family: "Syne", sans-serif;
}

.faq-modern-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background:
    radial-gradient(ellipse 60% 70% at 75% 40%, rgba(252,185,14,.13), transparent 66%),
    radial-gradient(ellipse 34% 44% at 8% 80%, rgba(252,185,14,.06), transparent 58%),
    #0d0d0d;
}

.faq-modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.022'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.faq-modern-hero .container {
  position: relative;
  z-index: 1;
}

.faq-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.45) !important;
  font-size: 13px;
}

.faq-breadcrumb a {
  color: rgba(255,255,255,.45) !important;
}

.faq-breadcrumb a:hover,
.faq-breadcrumb .current {
  color: #fcb90e !important;
}

.faq-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 16px;
  color: #fcb90e !important;
  background: rgba(252,185,14,.09);
  border: 1px solid rgba(252,185,14,.22);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
}

.faq-hero-eyebrow i {
  color: #fcb90e !important;
}

.faq-modern-hero h1 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #ffffff !important;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
}

.faq-modern-hero h1 em {
  color: #fcb90e !important;
  font-style: normal;
}

.faq-modern-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.60) !important;
  font-size: 17px;
  line-height: 1.85;
}

.faq-hero-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.faq-summary-item {
  padding: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
}

.faq-summary-item i {
  margin-bottom: 12px;
  color: #fcb90e !important;
  font-size: 18px;
}

.faq-summary-item strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff !important;
  font-family: "Syne", sans-serif;
  font-size: 14px;
}

.faq-summary-item span {
  color: rgba(255,255,255,.45) !important;
  font-size: 12px;
}

.faq-main-section {
  padding: 100px 0;
  background: #f7f7f7;
}

.faq-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #fcb90e !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.faq-section-tag::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fcb90e;
}

.faq-main-section h2,
.faq-contact-section h2 {
  margin: 0 0 16px;
  color: #0d0d0d !important;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -1.2px;
}

.faq-main-section .lead-copy,
.faq-contact-section .lead-copy {
  color: #686868 !important;
  font-size: 16px;
  line-height: 1.8;
}

.faq-category-list {
  position: sticky;
  top: 150px;
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.faq-category-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  color: #333333 !important;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.faq-category-link i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fcb90e !important;
  background: #fff8e6;
  border-radius: 8px;
}

.faq-category-link:hover {
  color: #0d0d0d !important;
  border-color: rgba(252,185,14,.52);
  transform: translateX(4px);
}

.faq-accordion-group {
  margin-bottom: 32px;
}

.faq-accordion-group:last-child {
  margin-bottom: 0;
}

.faq-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  color: #0d0d0d !important;
  font-size: 20px;
  font-weight: 700;
}

.faq-group-title i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #000000 !important;
  background: #fcb90e;
  border-radius: 11px;
  font-size: 16px;
}

.faq-modern-accordion .accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ebebeb !important;
  border-radius: 14px !important;
  box-shadow: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.faq-modern-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #fcb90e !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.055);
}

.faq-modern-accordion .accordion-button {
  padding: 20px 22px;
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.faq-modern-accordion .accordion-button:hover {
  color: #fcb90e !important;
}

.faq-modern-accordion .accordion-button::after {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  margin-left: 18px;
  background-image: none !important;
  background-color: #fff8e6;
  border-radius: 50%;
  content: "+";
  color: #fcb90e;
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transform: none !important;
}

.faq-modern-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #000000;
  background: #fcb90e;
}

.faq-modern-accordion .accordion-body {
  padding: 0 22px 21px;
  color: #5f5f5f !important;
  font-size: 14px;
  line-height: 1.8;
}

.faq-contact-section {
  padding: 100px 0;
  background: #ffffff;
}

.faq-contact-panel {
  padding: 34px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

.faq-contact-details {
  height: 100%;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(252,185,14,.13), transparent 33%),
    #111111;
  border-radius: 20px;
}

.faq-contact-details h3 {
  margin: 0 0 14px;
  color: #ffffff !important;
  font-size: 25px;
}

.faq-contact-details > p {
  color: rgba(255,255,255,.56) !important;
  line-height: 1.8;
}

.faq-contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.faq-contact-method {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
}

.faq-contact-method i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #000000 !important;
  background: #fcb90e;
  border-radius: 10px;
}

.faq-contact-method small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255,255,255,.38) !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.faq-contact-method a,
.faq-contact-method span {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
}

.faq-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.faq-form-field.full {
  grid-column: 1 / -1;
}

.faq-contact-panel label {
  display: block;
  margin-bottom: 7px;
  color: #222222 !important;
  font-size: 13px;
  font-weight: 600;
}

.faq-contact-panel input,
.faq-contact-panel textarea,
.faq-contact-panel select {
  width: 100%;
  padding: 13px 14px;
  color: #222222 !important;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.faq-contact-panel input:focus,
.faq-contact-panel textarea:focus,
.faq-contact-panel select:focus {
  border-color: #fcb90e;
  box-shadow: 0 0 0 4px rgba(252,185,14,.12);
}

.faq-contact-panel textarea {
  min-height: 125px;
  resize: vertical;
}

.faq-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 25px;
  color: #000000 !important;
  background: #fcb90e;
  border: 0;
  border-radius: 999px;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.faq-submit-btn:hover {
  color: #000000 !important;
  background: #fcb90e;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(252,185,14,.30);
}

.faq-modern-page .hp-cta {
  padding: 88px 0;
  text-align: center;
  background:
    radial-gradient(ellipse 58% 70% at 50% 50%, rgba(252,185,14,.10), transparent 67%),
    #0d0d0d;
}

.faq-modern-page .hp-cta h2 {
  margin: 0 0 15px;
  color: #ffffff !important;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.faq-modern-page .hp-cta h2 em {
  color: #fcb90e !important;
  font-style: normal;
}

.faq-modern-page .hp-cta p {
  max-width: 570px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,.55) !important;
  line-height: 1.8;
}

.faq-modern-page .faq-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.faq-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 25px;
  color: rgba(255,255,255,.78) !important;
  background: transparent;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.faq-cta-secondary:hover {
  color: #fcb90e !important;
  border-color: #fcb90e;
}

/* FAQ now uses the same modern footer markup as the established service pages. */
.faq-modern-page .hp-footer {
  background: #161616;
  border-top: 1px solid rgba(255,255,255,.06);
}

@media (max-width: 991px) {
  .faq-modern-hero {
    padding: 128px 0 74px;
  }

  .faq-category-list {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .faq-modern-hero h1 {
    font-size: 2.25rem;
    letter-spacing: -1.2px;
  }

  .faq-modern-hero p {
    font-size: 15.5px;
  }

  .faq-hero-summary,
  .faq-category-list,
  .faq-form-grid {
    grid-template-columns: 1fr;
  }

  .faq-main-section,
  .faq-contact-section {
    padding: 72px 0;
  }

  .faq-contact-panel,
  .faq-contact-details {
    padding: 25px;
  }
}

/* Main theme colour lock: FAQ project CTA */
.faq-modern-page .hp-cta .header-btn17,
.faq-modern-page .hp-cta .header-btn17:visited {
  background: #fcb90e !important;
  color: #000000 !important;
  border-color: #fcb90e !important;
}

.faq-modern-page .hp-cta .header-btn17 span,
.faq-modern-page .hp-cta .header-btn17 i {
  color: #000000 !important;
}

.faq-modern-page .hp-cta .header-btn17:hover,
.faq-modern-page .hp-cta .header-btn17:focus {
  background: #fcb90e !important;
  color: #000000 !important;
  border-color: #fcb90e !important;
}
