﻿.optionbaz-banner {
    position: relative;
    text-align: center;
    padding: 0; /* پدینگ را card-body می‌دهد */
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}



.banner-content {
    position: relative;
    z-index: 1;
}

.banner-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--bs-body-color, #212529);
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.banner-text {
    font-size: 0.875rem;
    color: var(--bs-primary, #0d6efd);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.banner-desc {
    font-size: 0.8125rem;
    color: var(--bs-secondary-color, #6c757d);
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

.banner-btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #28c76f, #20b45a);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: var(--bs-border-radius-lg, 0.5rem);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    
    box-shadow: 0 3px 10px rgba(40, 199, 111, 0.28);
}

    .banner-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 5px 14px rgba(40, 199, 111, 0.35);
    }
