.faq-section-container{position:relative;overflow:hidden;color:#fff;background-image:url(/scene/derbyshire/derbyshire-landscape.webp);background-size:cover;background-position:50%;background-attachment:fixed}@media (min-width:768px){.faq-section-container{min-height:500px}}.moving-clouds{position:absolute;top:0;left:0;width:200%;height:100%;background-image:url(/scene/FAQ/clouds.png);background-size:contain;background-repeat:repeat-x;animation:move-clouds 60s linear infinite;z-index:1;opacity:.6}@keyframes move-clouds{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.faq-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:2}.faq-content{position:relative;z-index:3}.faq-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;text-shadow:0 0 10px rgba(0,0,0,.7)}.faq-item{background-color:hsla(0,0%,9%,.658);border-radius:8px;margin-bottom:10px}.faq-question{color:#fff;width:100%;text-align:left;padding:15px 20px;font-size:1.1rem;font-weight:700;border:none;background:transparent;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question.active{background-color:hsla(0,0%,100%,.2)}.faq-answer{color:#eee;padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out}.faq-answer.open{padding:20px;max-height:300px;transition:max-height .4s ease-in,padding .4s ease-in}.faq-icon{font-size:1.5rem;font-weight:700}