input, textarea, input[type="hidden"], input::placeholder, textarea::placeholder { font-family: Vazirmatn, sans-serif; } input, textarea { font-family: Vazirmatn, sans-serif; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .faq-icon-rotate { transition: transform 0.3s ease; } .faq-item.active .faq-icon-rotate { transform: rotate(180deg); } .faq-answer { max-height: 0 !important; overflow: hidden !important; transition: max-height 0.3s ease !important; } .faq-item.active .faq-answer { max-height: 999px !important; } .faq-question-text { text-align: right; } .faq-answer-text { text-align: right; } .faq-helpful { justify-content: flex-end; }