/*
Theme Name: کلینیک فیزیوتراپی
Theme URI: https://dibaphysio.website
Author: dibaphysio 
Author URI: https://dibaphysio
Description: قالب وردپرس اختصاصی برای کلینیک فیزیوتراپی، با طراحی مدرن و واکنش‌گرا
Version: 1.0.0
License: GPL v2 or later
Text Domain: dibaphysio.website
Domain Path: /languages
*/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;700&display=swap');

:root {
    --primary: #10b981;
    --secondary: #1e40af;
    --accent: #f59e0b;
}

body {
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    text-align: right;
    color: #1f2937;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر */
.header {
    background: linear-gradient(135deg, var(--secondary), #3b82f6);
    color: white;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.main-menu li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.main-menu li a:hover {
    color: #bfdbfe;
}

.main-menu li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: 0.3s;
}

.main-menu li a:hover::after {
    width: 100%;
}

/* دکمه‌ها */
.btn-primary {
    background: var(--primary);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #059669;
    transform: translateY(-3px);
}

/* کارت‌ها */
.card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 25px;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

/* هیرو */
.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('assets/hero.jpg') center/cover;
    color: white;
    padding: 160px 0 100px;
    text-align: center;
}

/* فوتر */
.footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 80px 0 40px;
}
