.volunteer-hero { background: #007bff; color: white; padding: 60px 20px; text-align: center; }
.volunteer-container { max-width: 900px; margin: 40px auto; padding: 0 20px; }
.core-info p { line-height: 1.7; color: #333; font-size: 1.1rem; }

/* Testimonial Track Slider Layout */
.testimonial-slider {
    background: #333;
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    margin: 30px 0;
}
.testimonial-track .slide { display: none; }
.testimonial-track .slide.active { display: block; }
.quote { font-size: 1.2rem; font-style: italic; line-height: 1.6; margin-bottom: 15px; }
.slider-controls button {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1.1rem;
    margin: 0 5px;
}
.slider-controls button:hover { background: #ffd700; color: #111; }

/* Accordion Engine */
.faq-accordion { margin-top: 20px; text-align: left; }
.faq-item { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
.faq-trigger {
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 18px;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.faq-trigger:hover, .faq-trigger.active { background: #e2e2e2; }
.faq-content { padding: 15px 18px; display: none; background: #fff; line-height: 1.6; color: #444; }