/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:47:01 */
/* ==========================================================
   Custom Guitar Atelier — FAQ enhancement
   Theme: Flatsome

   No UX Builder class is required on:
   - Contact page FAQ (WordPress page ID 90)
   - Standalone FAQ page (WordPress page ID 87)

   Optional, only if reusing this design on another page:
   1. Add the class "cga-faq" to the outer FAQ Section.
   2. Add the class "cga-faq-intro" to the introductory Text element.
   ========================================================== */

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) {
  --cga-faq-ink: #211915;
  --cga-faq-brown: #3a2a21;
  --cga-faq-gold: #a8752d;
  --cga-faq-gold-light: #d6b271;
  --cga-faq-muted: #6f655d;
  --cga-faq-border: #e7ded2;
  --cga-faq-paper: #ffffff;
  --cga-faq-wash: #f8f4ed;
}

:where(
  .cga-faq,
  body.page-id-87 #content,
  body.page-id-90 #content .col-inner:has(> .accordion)
) {
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(214, 178, 113, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, var(--cga-faq-wash) 100%);
}

body.page-id-90 #content .col-inner:has(> .accordion) {
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid rgba(168, 117, 45, 0.22);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(43, 31, 22, 0.08);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) > .section-content {
  padding-top: clamp(48px, 6vw, 82px);
  padding-bottom: clamp(48px, 6vw, 82px);
}

/* Section heading */
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title-container {
  margin-bottom: 18px;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title {
  justify-content: flex-start;
  margin: 0;
  border: 0;
  color: var(--cga-faq-ink);
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title b {
  display: none;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title span {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--cga-faq-gold),
    var(--cga-faq-gold-light)
  );
}

/* Introductory copy */
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .cga-faq-intro,
body.page-id-87 #content .section-title-container + .text,
body.page-id-90 #content .section-title-container + h3.p1 {
  max-width: 850px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .cga-faq-intro p,
body.page-id-87 #content .section-title-container + .text p {
  margin: 0;
  color: var(--cga-faq-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  text-wrap: pretty;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .cga-faq-intro strong,
body.page-id-87 #content .section-title-container + .text strong,
body.page-id-90 #content .section-title-container + h3.p1,
body.page-id-90 #content .section-title-container + h3.p1 b {
  color: inherit;
  font-weight: 500;
}

body.page-id-90 #content .section-title-container + h3.p1 {
  color: var(--cga-faq-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  text-wrap: pretty;
}

/* Flatsome accordion cards */
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion {
  display: grid;
  gap: 12px;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-item {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--cga-faq-border);
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(43, 31, 22, 0.055);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-item:hover {
  border-color: rgba(168, 117, 45, 0.48);
  box-shadow: 0 9px 26px rgba(43, 31, 22, 0.09);
  transform: translateY(-1px);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title {
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0;
  padding: 20px 74px 20px 24px;
  border: 0;
  color: var(--cga-faq-ink);
  background: transparent;
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.012em;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title:hover {
  color: var(--cga-faq-gold);
  background: rgba(214, 178, 113, 0.08);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title.active,
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title[aria-expanded="true"] {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--cga-faq-ink),
    var(--cga-faq-brown)
  );
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(168, 117, 45, 0.38);
  outline-offset: -3px;
}

/* Circular plus/minus control */
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle {
  position: absolute;
  top: 50%;
  right: 18px;
  left: auto;
  width: 38px;
  height: 38px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(168, 117, 45, 0.38);
  border-radius: 50%;
  color: var(--cga-faq-brown);
  background: #faf6ef;
  box-shadow: none;
  opacity: 1;
  transform: translateY(-50%);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle i {
  display: none;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle::before,
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.2s ease,
    transform 0.25s ease;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title.active .toggle,
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title[aria-expanded="true"] .toggle {
  color: #ffffff;
  background: var(--cga-faq-gold);
  border-color: var(--cga-faq-gold);
  transform: translateY(-50%);
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title.active .toggle::after,
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title[aria-expanded="true"] .toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Answer panel */
:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-inner {
  padding: 20px 74px 25px 24px;
  border: 0;
  color: var(--cga-faq-muted);
  background: var(--cga-faq-paper);
  font-size: 16px;
  line-height: 1.75;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-inner > :first-child {
  margin-top: 0;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-inner > :last-child {
  margin-bottom: 0;
}

:where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-inner a {
  color: var(--cga-faq-gold);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Enhanced active-card border in modern browsers */
@supports selector(.accordion-item:has(.accordion-title.active)) {
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-item:has(
      .accordion-title:is(.active, [aria-expanded="true"])
    ) {
    border-color: rgba(168, 117, 45, 0.72);
    box-shadow: 0 12px 32px rgba(43, 31, 22, 0.12);
  }
}

/* Compact version for the FAQ inside the Contact page */
body.page-id-90 #content .col-inner:has(> .accordion) {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .section-title-container {
  margin-bottom: 12px;
}

body.page-id-90 #content .col-inner:has(> .accordion) .section-title {
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .section-title
  span {
  padding-bottom: 12px;
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .section-title
  span::after {
  width: 52px;
  height: 3px;
}

body.page-id-90 #content .section-title-container + h3.p1 {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.55;
}

body.page-id-90 #content .col-inner:has(> .accordion) .accordion {
  gap: 8px;
}

body.page-id-90 #content .col-inner:has(> .accordion) .accordion-item {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(43, 31, 22, 0.045);
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .accordion-item:hover {
  box-shadow: 0 5px 16px rgba(43, 31, 22, 0.075);
}

body.page-id-90 #content .col-inner:has(> .accordion) .accordion-title {
  min-height: 58px;
  padding: 14px 56px 14px 17px;
  font-size: 17px;
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .accordion-title
  .toggle {
  right: 13px;
  width: 31px;
  height: 31px;
}

body.page-id-90 #content .col-inner:has(> .accordion)
  .accordion-title
  .toggle::before,
body.page-id-90 #content .col-inner:has(> .accordion)
  .accordion-title
  .toggle::after {
  width: 11px;
}

body.page-id-90 #content .col-inner:has(> .accordion) .accordion-inner {
  padding: 15px 17px 18px;
  font-size: 15px;
  line-height: 1.65;
}

/* Compact Contact Form heading */
body.page-id-90 #content .col-inner:has(> .wpcf7) .section-title {
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.018em;
}

body.page-id-90 #content .col-inner:has(> .wpcf7)
  .section-title
  span {
  padding-bottom: 11px;
}

body.page-id-90 #content .col-inner:has(> .wpcf7)
  .section-title
  span::after {
  width: 48px;
  height: 3px;
}

@media (max-width: 549px) {
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) > .section-content {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title {
    font-size: 30px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title span {
    padding-bottom: 15px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .section-title span::after {
    width: 58px;
    height: 3px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion {
    gap: 10px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title {
    min-height: 64px;
    padding: 17px 60px 17px 18px;
    font-size: 17px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle {
    right: 14px;
    width: 34px;
    height: 34px;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-inner {
    padding: 18px 18px 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  body.page-id-90 #content .col-inner:has(> .accordion)
    .section-title {
    font-size: 28px;
  }

  body.page-id-90 #content .section-title-container + h3.p1 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  body.page-id-90 #content .col-inner:has(> .accordion)
    .accordion-title {
    min-height: 56px;
    padding: 13px 52px 13px 15px;
    font-size: 16px;
  }

  body.page-id-90 #content .col-inner:has(> .accordion)
    .accordion-title
    .toggle {
    right: 11px;
    width: 30px;
    height: 30px;
  }

  body.page-id-90 #content .col-inner:has(> .accordion)
    .accordion-inner {
    padding: 14px 15px 17px;
    font-size: 15px;
  }

  body.page-id-90 #content .col-inner:has(> .wpcf7)
    .section-title {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-item,
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title,
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle,
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle::before,
  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-title .toggle::after {
    transition: none;
  }

  :where(.cga-faq, body.page-id-87 #content, body.page-id-90 #content) .accordion-item:hover {
    transform: none;
  }
}
