.faq-section{margin-bottom:40px;margin-top:40px}.faq-container{width:100%}.faq-header{text-align:left;margin-bottom:40px}.faq-header .headings{display:flex;align-items:center;justify-content:flex-start;height:80px;margin-bottom:15px}.faq-header .headings img{height:10px;margin-left:5px}.faq-header .headings h2{font-size:36px;line-height:1.2;margin:0;color:var(--headings-color);font-weight:700}.faq-subtitle{color:var(--text-color);font-size:var(--default-p-size);max-width:600px;margin:0;line-height:1.6;opacity:.9}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background:var(--gradient-one);border-radius:var(--default-border-radius);border:1px solid rgba(0,208,231,.1);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:rgba(0,208,231,.3)}.faq-item.active{border-color:var(--background-color);box-shadow:0 5px 15px rgba(0,208,231,.1)}.faq-question{padding:25px 30px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .3s ease}.faq-question:hover{background:rgba(0,208,231,.05)}.question-content{display:flex;align-items:center;gap:15px;flex:1 1}.question-number{color:var(--background-color);font-weight:700;font-size:18px;min-width:25px}.question-text{color:var(--headings-color);font-size:18px;font-weight:600;line-height:1.4}.toggle-icon{width:30px;height:30px;background:rgba(0,208,231,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--background-color);font-size:14px;transition:all .3s ease;flex-shrink:0}.faq-item.active .toggle-icon{background:var(--background-color);color:var(--primary-color);transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:300px;padding-bottom:25px}.answer-content{padding:0 30px;margin-left:40px}.answer-content p{color:var(--text-color);font-size:var(--default-p-size);line-height:1.6;margin:0;opacity:.9}@media (max-width:900px){.faq-header .headings h2{font-size:32px}.faq-question{padding:20px 25px}.question-text{font-size:16px}.answer-content{padding:0 25px;margin-left:30px}}@media (max-width:768px){.faq-header .headings img{display:none}.faq-header .headings h2{font-size:28px}.faq-question{padding:18px 20px;gap:15px}.question-content{gap:12px}.question-number{font-size:16px;min-width:20px}.question-text{font-size:15px}.toggle-icon{width:25px;height:25px;font-size:12px}.answer-content{padding:0 20px;margin-left:32px}.answer-content p{font-size:14px}.faq-answer.open{padding-bottom:20px}}@media (max-width:480px){.faq-section{margin-top:30px}.faq-header,.faq-section{margin-bottom:30px}.faq-header .headings h2{font-size:24px}.faq-question{padding:15px 18px;flex-direction:column;align-items:flex-start;gap:12px}.question-content{width:100%;gap:10px}.toggle-icon{align-self:flex-end;margin-top:-30px}.question-text{font-size:14px;line-height:1.5}.answer-content{margin-left:28px;padding:0 18px}.answer-content p{font-size:13px;line-height:1.5}}