.aayushka-faq{width:100%}.aayushka-faq-container{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-card{width:100%;background:#FAF5EF;border:1px solid #8C9E37;border-radius:12px;overflow:hidden;box-sizing:border-box;opacity:0;transform:translateY(12px);animation:faqCardReveal 500ms ease forwards;transition:transform 250ms ease,box-shadow 250ms ease}.faq-card:nth-child(1){animation-delay:50ms}.faq-card:nth-child(2){animation-delay:100ms}.faq-card:nth-child(3){animation-delay:150ms}.faq-card:nth-child(4){animation-delay:200ms}.faq-card:nth-child(5){animation-delay:250ms}.faq-card:nth-child(6){animation-delay:300ms}.faq-card:nth-child(7){animation-delay:350ms}.faq-card:nth-child(8){animation-delay:400ms}.faq-card:nth-child(9){animation-delay:450ms}.faq-card:nth-child(10){animation-delay:500ms}.faq-card:hover{transform:translateY(-2px)}.faq-question,.faq-question:hover,.faq-question:focus,.faq-question:active,.faq-question:focus-visible{width:100%;min-height:60px;margin:0;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-sizing:border-box;border:0!important;outline:0!important;background:#FAF5EF!important;box-shadow:none!important;cursor:pointer;text-align:left}.faq-question h3{margin:0;color:#4A2E1F!important;font-size:18px;font-weight:500;line-height:23px;transition:color 250ms ease,transform 250ms ease}.faq-card:hover .faq-question h3{color:#8C9E37!important;transform:translateX(3px)}.faq-icon{position:relative;flex:0 0 32px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #8C9E37;border-radius:50%;background:#FAF5EF;box-sizing:border-box;transition:background 300ms ease,transform 300ms ease}.faq-icon span:first-child{position:absolute;width:11px;height:1px;background:#8C9E37;transition:background 250ms ease}.faq-icon span:last-child{position:absolute;width:1px;height:11px;background:#8C9E37;transition:background 250ms ease}.faq-card:hover .faq-icon{background:#8C9E37;transform:scale(1.08)}.faq-card:hover .faq-icon span{background:#FAF5EF}.faq-card.active .faq-icon{background:#8C9E37;transform:rotate(45deg)}.faq-card.active .faq-icon span{background:#FAF5EF}.faq-answer{display:grid;grid-template-rows:0fr}.faq-answer p{min-height:0;overflow:hidden;margin:0;padding:0 55px 0 18px;color:#5D4B3E;font-size:16px;line-height:21px;opacity:0}.faq-card.active .faq-answer{grid-template-rows:1fr}.faq-card.active .faq-answer p{padding-top:0;padding-bottom:16px;opacity:1}.faq-card.active{border-color:#8C9E37}@keyframes faqCardReveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:800px){.aayushka-faq{padding:55px 18px}.aayushka-faq-container{max-width:700px;gap:9px}.faq-question{min-height:58px;padding:12px 16px}.faq-question h3{font-size:16px;line-height:22px}}@media (max-width:600px){.aayushka-faq{padding:45px 14px}.aayushka-faq-container{gap:8px}.faq-card{border-radius:10px}.faq-question{min-height:56px;padding:11px 14px;gap:12px}.faq-question h3{font-size:15px;line-height:21px}.faq-icon{flex:0 0 29px;width:29px;height:29px}.faq-icon span:first-child{width:10px}.faq-icon span:last-child{height:10px}.faq-answer p{padding-left:14px;padding-right:14px;font-size:13px;line-height:20px}.faq-card.active .faq-answer p{padding-bottom:14px}}@media (max-width:400px){.aayushka-faq{padding:40px 12px}.faq-question{padding:10px 12px}.faq-question h3{font-size:14px;line-height:20px}.faq-answer p{font-size:12px;line-height:19px}}