.faq-section .card {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.faq-section .card-header {
    background: none;
    border-bottom: none;
    padding: 0;
}

.faq-section .btn-link {
    color: #0E1133;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    text-align: left;
}

.faq-section .btn-link:focus {
    box-shadow: none !important;
}

.faq-section .btn-link:hover,
.faq-section .btn-link:focus {
    color: #B50909;
    text-decoration: none;
}

.faq-section .btn-link::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: #B50909;
}

.faq-section .btn-link[aria-expanded="true"]::after {
    content: '-';
}

.faq-section .card-body {
    padding: 0 30px 20px;
    color: #505056;
    line-height: 1.6;
}

.faq-section .section-title {
    margin-bottom: 50px;
}

.faq-section .section-title .title {
    color: #0E1133;
    margin-bottom: 15px;
}

.faq-section .section-title p {
    color: #505056;
    font-size: 16px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}
