.custom-accordion .card {
    border: none;
    margin-bottom: 10px;
    border-radius: 8px !important;
    overflow: hidden;
}

.custom-accordion .card-header {
    border: none;
    padding: 15px;
    border-radius: 8px !important;
}

.custom-accordion .btn-link {
    text-decoration: none;
    font-weight: 500;
}

.custom-accordion .btn-link:hover {
    text-decoration: none;
}

.custom-accordion .card-body {
    padding: 20px;
    background: #f8f9fa;
}

.bg-primary-light {
    background-color: rgba(41, 170, 227, 0.1);
}

.thank-you-message {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.thank-you-message i {
    font-size: 50px;
    color: #28a745;
}

.thank-you-message h4 {
    margin-top: 10px;
    font-size: 24px;
}

.thank-you-message p {
    margin-top: 10px;
    font-size: 18px;
}

.thank-you-message span {
    font-weight: bold;
    color: #007bff;
}