.faq-section-shared{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.faq-section-title{color:var(--p1,#f0a064);text-align:center;margin-bottom:24px;font-family:IBM Plex Sans Devanagari,sans-serif;font-size:36px;font-weight:600}.faq-list{flex-direction:column;gap:24px;width:100%;max-width:900px;margin:0 auto;display:flex}.faq-item{background:#fff;border:1px solid #e6e6e6;border-radius:25px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 0 12px #40363a1a}.faq-item:hover{box-shadow:0 0 20px #40363a26}.faq-item.open{border-color:var(--p1,#f0a064);box-shadow:0 0 20px #40363a26}.faq-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:36px;width:100%;padding:26px 32px;display:flex}.faq-question{color:#40363a;flex:1;font-family:IBM Plex Sans Devanagari,sans-serif;font-size:24px;font-weight:600;line-height:1.5}.faq-chevron-btn{background:#fff;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 6px #4a3aff1a}.faq-chevron{width:20px;height:20px;color:var(--p1,#f0a064);transition:transform .3s cubic-bezier(.4,0,.2,1)}.faq-chevron.rotated{transform:rotate(180deg)}.faq-answer-wrapper{height:0;transition:height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-answer{padding:0 32px 26px}.faq-answer p{color:#383329;white-space:pre-line;margin:0;font-family:Roboto,sans-serif;font-size:20px;line-height:1.6}@media (max-width:1024px){.faq-question{font-size:22px}}@media (max-width:768px){.faq-section-title{margin-bottom:24px;font-size:28px}.faq-list{gap:16px}.faq-header{gap:20px;padding:20px 24px}.faq-question{font-size:18px}.faq-chevron-btn{width:28px;height:28px}.faq-chevron{width:16px;height:16px}.faq-answer{padding:0 24px 20px}.faq-answer p{font-size:16px}}
