.faq{

padding:100px 0;

}

.faq-search{

width:100%;

padding:16px;

margin:40px 0;

background:rgba(255,255,255,.08);

border:none;

border-radius:12px;

color:#fff;

font-size:16px;

}

.faq-item{

background:rgba(255,255,255,.06);

margin-bottom:18px;

border-radius:15px;

overflow:hidden;

backdrop-filter:blur(15px);

}

.faq-question{

width:100%;

padding:22px;

background:none;

border:none;

color:#fff;

display:flex;

justify-content:space-between;

font-size:18px;

cursor:pointer;

text-align:left;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .35s ease;

}

.faq-answer p{

padding:0 22px 22px;

color:#d0d0d0;

line-height:1.8;

}