.metalpro-faqs h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.faq-accordion .faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-toggle-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.faq-answer {
    padding: 15px;
    display: none;
    background-color: #f9f9f9;
}