#ziyarat-form {
    max-width: 400px;
    margin: 20px auto;
    direction: rtl;
    font-family: Tahoma, sans-serif;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

#ziyarat-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

#ziyarat-form input[type="text"],
#ziyarat-form input[type="number"],
#ziyarat-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

#ziyarat-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

#ziyarat-form button:hover {
    background: #005177;
}

.captcha label {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 3px;
}

.ziyarat-messages .message-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px #ccc;
}
