/*
Theme Name: Hayat
Theme URI: https://mizbanwebgostar.ir/
Author: میزبان وب گستر
Author URI: https://mizbanwebgostar.ir/
Description: قالب چایلد برای هلو المنتور - طراحی اختصاصی توسط میزبان وب گستر
Tags: blog, two-columns, right-sidebar, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hayat

Template: hello-elementor
*/

/* ===== استایل‌های اختصاصی قالب ===== */
/* اینجا استایل‌های خودت رو اضافه کن */

body {
    font-family: 'Vazir', 'Tahoma', sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.site-header {
    background: linear-gradient(135deg, #2d3436, #636e72);
    padding: 20px 0;
    color: #fff;
}

.site-title a {
    color: #fff !important;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.site-description {
    color: #dfe6e9;
    font-size: 16px;
}

/* استایل فوتر */
.site-footer {
    background: #2d3436;
    color: #dfe6e9;
    padding: 20px 0;
    text-align: center;
}

/* دکمه‌ها */
.btn-hayat {
    background: #e17055;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-hayat:hover {
    background: #d63031;
    transform: scale(1.05);
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .site-header {
        text-align: center;
    }
}