.pb-0 {
    padding-bottom: 0 !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.m-5 {
    margin: 1.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.text-white {
    color: white;
}

.text-danger {
    color: red !important;
}

.home-section {
    top: -25px !important;
    padding-top: 100px;
    padding-bottom: 100px
}

.body-bg-img {
    background-image: url('../images/bg1.jpg');
    background-position: left;
    background-attachment: fixed;
}

.table-bg {
    background: rgba(255, 255, 255, 0.8) !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.question-block {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
}

.question-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.answer-option {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s;
}

.answer-option:hover {
    background-color: #eef0f3;
}

.answer-option input[type="radio"] {
    margin-right: 10px;
}

.result-bg-li {
    background: rgba(255, 255, 255, 0.8) !important;
}

.max-width-textarea {
    max-width: 100% !important;
}
