.faq_hero_section{
    background-size: cover;
}
.faq-bg{
    background-image: url(../../image/bread/best-painting-la-faq.webp);
}

.faq-modern {
  background: linear-gradient(180deg, #05335E 0%, #021e38 100%);
  padding: 120px 0;
  color: #ffffff;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-badge {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.faq-header h2 {
  font-size: 40px;
  line-height: 1.2;
}

.faq-header h2 span {
  color: #ff6600;
}

.faq-header p {
  max-width: 700px;
  margin: 20px auto 0;
  opacity: 0.85;
}

.faq-item {
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
}

.faq-question {
  width: 100%;
  padding: 22px 26px;
  font-size: 18px;
  color: #ffffff;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ff6600;
  position: relative;
}

.faq-question .icon::before,
.faq-question .icon::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: 0.3s;
}

.faq-question .icon::before {
  width: 12px;
  height: 2px;
  top: 12px;
  left: 7px;
}

.faq-question .icon::after {
  width: 2px;
  height: 12px;
  top: 7px;
  left: 12px;
}

.faq-item.active .icon::after {
  transform: scaleY(0);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 26px 24px;
}

.faq-answer p {
  color: #eaeaea;
  line-height: 1.6;
}

.mt-100 {
    margin-top: 0px;
}

footer{
    padding-top: 25px;
}

.terms-conditions-bg{
    background-image: url(../../image/bread/best-painting-la-terms-conditions.webp);
}

.privacy-policy-bg{
    background-image: url(../../image/bread/best-painting-la-privacy-policy.webp);
}

.accessibility-bg{
    background-image: url(../../image/bread/best-painting-la-accessibility.webp);
}

.contact-bg{
    background-image: url(../../image/bread/contact-best-paiting-la-now.webp);
}

.error_hero_section{
    background-size: cover;
}

.error-bg{
    background-image: url(../../image/bread/best-painting-la-404.webp);
}

/* contact */

.mySwiper1 {
    margin-top: 50px !important;
}