.service_support_modal .modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.service_support_modal .modal-header {
    background: #0072ba;
    color: #fff;
    border: none;
    padding: 18px 25px;
}

.service_support_modal .modal-title {
    font-size: 24px;
    font-weight: 700;
}

.service_support_modal .btn_holder {
    display: flex;
    justify-content: center;
}

.service_support_modal .modal-body {
    padding: 30px;
}

.support_text {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
}

.service_support_modal label {
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.service_support_modal .form-control,
.service_support_modal .form-select {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.service_support_modal textarea.form-control {
    height: auto;
    resize: none;
}

.service_support_modal .form-control:focus,
.service_support_modal .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, .15);
}

.submit_btn {
    background: #0d6efd;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 600;
    transition: .3s;
}

.submit_btn:hover {
    background: #0b5ed7;
}