/* FAQ Section */
#faq {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.faq-container {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #b30000; 
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* Headings */
.faq-container h2 {
    font-size: 24px;
    color: #b30000;
    text-align: center;
    margin-bottom: 15px;
}

/* FAQ Items */
.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.faq-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
