body {
    background: linear-gradient(135deg, #f0f3f5, #d9e2ec);
    font-family: "IRANSans", sans-serif;
}

.container {
    margin-top: 50px;
}

/* کارت‌ها */
.card {
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card a {
    text-decoration: none;
    color: #fff;
}

.card-body {
    padding: 30px;
}

/* فوتر */
.footer {
    text-align: center;
    margin-top: 60px;
    color: #555;
}

/* Breadcrumbs */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
}
/* پس‌زمینه کلی */
body {
    background-color: #f8f9fa;
    font-family: Vazir, sans-serif;
}

/* استایل کارت‌ها */
.custom-card {
    height: 100%;
    min-height: 180px;
    border: none;
    color: #fff;
    text-align: center;
    transition: 0.2s;
}

.custom-card a {
    color: #fff;
    text-decoration: none;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* جعبه سئو */
.seo-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* فوتر */
.footer {
    background-color: #222;
    color: #fff;
    padding: 18px;
    font-size: 0.95rem;
    margin-top: 40px;
}
