.kazio-proposal-wrapper {
    direction: rtl;
    text-align: center;
    margin: 40px auto;
    max-width: 700px;
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-family: 'Vazir', sans-serif;
}

.kazio-proposal-wrapper h2 {
    color: #008037; /* رنگ برند کازیو */
    margin-bottom: 25px;
}

.kazio-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.kazio-btn {
    border: none;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}

.kazio-btn.green {
    background-color: #009245; /* سبز اصلی */
}

.kazio-btn.blue {
    background-color: #007bff;
}

.kazio-btn.dark {
    background-color: #004d2c;
}

.kazio-btn:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

.kazio-footer {
    margin-top: 30px;
    font-size: 14px;
    color: #444;
}

.kazio-footer a {
    color: #009245;
    font-weight: bold;
    text-decoration: none;
}
