.elementor-28832 .elementor-element.elementor-element-9297f86{--display:flex;}/* Start custom CSS for html, class: .elementor-element-65e5178 *//* ================================
   PREMIER LOCKSMITH DYNAMIC FAQ
   ================================ */

.pl-faq-clean {
  background: #ffffff;
  color: #0A0A0A;
  padding: 90px 28px 95px;
}

.pl-faq-clean,
.pl-faq-clean * {
  box-sizing: border-box;
}

.pl-faq-clean-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.pl-faq-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-family: 'Barlow Condensed', 'Saira Condensed', 'Arial Narrow', sans-serif;
  font-weight: 900;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #C77E00;
}

.pl-faq-eyebrow span {
  width: 28px;
  height: 2px;
  background: #C77E00;
  display: inline-block;
  flex-shrink: 0;
}

.pl-faq-title {
  margin: 0 0 20px;
  font-family: 'Saira Condensed', 'Barlow Condensed', 'Impact', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: clamp(54px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: #0A0A0A;
}

.pl-faq-title span {
  color: #C77E00;
}

.pl-faq-intro {
  max-width: 680px;
  margin: 0 0 58px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #555555;
}

.pl-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #8e8e8e;
}

.pl-faq-item {
  padding: 28px 32px 24px 0;
  border-bottom: 1px solid #8e8e8e;
  cursor: pointer;
}

.pl-faq-item:nth-child(odd) {
  border-right: 1px solid #8e8e8e;
}

.pl-faq-item:nth-child(even) {
  padding-left: 32px;
}

.pl-faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  font-family: 'Saira Condensed', 'Barlow Condensed', 'Impact', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0A0A0A;
}

.pl-faq-item summary::-webkit-details-marker {
  display: none;
}

.pl-faq-item summary::after {
  content: '+';
  color: #C77E00;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease;
}

.pl-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.pl-faq-item p {
  margin: 16px 0 0;
  max-width: 460px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: #555555;
}

.pl-faq-item a {
  color: #0A0A0A;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pl-faq-item a:hover {
  color: #C77E00;
}

/* Mobile */
@media (max-width: 800px) {
  .pl-faq-clean {
    padding: 72px 22px 78px;
  }

  .pl-faq-list {
    grid-template-columns: 1fr;
  }

  .pl-faq-item,
  .pl-faq-item:nth-child(even),
  .pl-faq-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }

  .pl-faq-title {
    font-size: clamp(48px, 15vw, 68px);
  }

  .pl-faq-intro {
    margin-bottom: 42px;
  }
}/* End custom CSS */