.elementor-1677 .elementor-element.elementor-element-8bce87e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-1a41911 *//* ===== BADSHA CHAI FAQ – LIGHT BG ===== */

.badsha-faq {
  width: 100%;
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
  background: #FFF6E9;
}

/* HEADING */
.badsha-faq-head {
  text-align: center;
  margin-bottom: 55px;
}

.badsha-faq-head h2 {
  font-size: 42px;
  font-weight: 400;
  color: #3b1b00;
}

.badsha-faq-head h2 span {
  color: #905700;
  font-weight: 700;
}

/* FAQ LIST BOX */
.badsha-faq-list {
  max-width: 900px;
  margin: auto;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(245,235,220,0.94)),
    url("https://www.transparenttextures.com/patterns/paper-fibers.png");
  background-blend-mode: overlay;
  border-radius: 12px;
  padding: 10px 40px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* EACH FAQ */
.badsha-faq-list details {
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 22px 0;
}

.badsha-faq-list details:last-child {
  border-bottom: none;
}

/* QUESTION */
.badsha-faq-list summary {
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #3b1b00;
  position: relative;
  padding-right: 30px;
}

/* PLUS / MINUS */
.badsha-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 400;
  color: #7b2c0f;
}

.badsha-faq-list details[open] summary::after {
  content: "−";
}

/* ANSWER */
.badsha-faq-list p {
  margin-top: 14px;
  font-size: 14.5px;
  color: #5a3a1f;
  line-height: 1.7;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {

  .badsha-faq {
    padding: 60px 15px;
  }

  .badsha-faq-head h2 {
    font-size: 28px;
  }

  .badsha-faq-list {
    padding: 10px 22px;
  }

  .badsha-faq-list summary {
    font-size: 15px;
  }
}/* End custom CSS */