/*
Theme Name: Tamir Theme
Theme URI: https://example.com/
Author: شما
Description: قالب اختصاصی تعمیرات لوازم خانگی برای گوگل ادز و سئو
Version: 1.0
Text Domain: tamir-theme
*/

@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f7f7f7;
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

.header,
.footer,
.section {
    width: 100%;
}

.container {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0;
}

.site-logo {
    font-weight: 700;
    font-size: 1.2rem;
}

.site-phone {
    font-weight: 600;
    font-size: 0.95rem;
}

.hero {
    background-color: #ffffff;
    padding: 1.5rem 0 2rem;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.hero-subtitle {
    font-size: 0.95rem;
    color: #555;
}

.hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1rem;
    font-size: 0.9rem;
}

.hero-bullets li::before {
    content: "• ";
    color: #0a8f5f;
    font-weight: 700;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.btn-primary,
.btn-secondary {
    padding: 0.7rem 1.2rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.btn-primary {
    background-color: #0a8f5f;
    color: #fff;
}

.btn-secondary {
    background-color: #ffffff;
    color: #0a8f5f;
    border: 1px solid #0a8f5f;
}

.trust-text {
    font-size: 0.85rem;
    color: #666;
}

.form-card {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin: 1rem 0;
}

.form-card h2 {
    font-size: 1rem;
    margin-top: 0;
}

.form-group {
    margin-bottom: 0.7rem;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.4rem 0.5rem;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.section {
    padding: 1.5rem 0;
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.benefits-grid,
.services-grid,
.brands-grid,
.steps-grid,
.regions-grid,
.testimonials-grid,
.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0.8rem;
    box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}

.card-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.card-text {
    font-size: 0.85rem;
    color: #555;
}

.sticky-call {
    position: fixed;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    z-index: 999;
}

.sticky-call a {
    display: block;
    text-align: center;
    background-color: #0a8f5f;
    color: #fff;
    padding: 0.7rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

.footer {
    background-color: #222;
    color: #ccc;
    padding: 1.2rem 0 1.5rem;
    font-size: 0.8rem;
    margin-top: 2rem;
}

.footer a {
    color: #eee;
}

/* دسکتاپ */
@media (min-width: 768px) {
    .hero-inner {
        flex-direction: row;
        align-items: flex-start;
    }
    .hero-left, .hero-right {
        flex: 1;
    }
    .benefits-grid,
    .services-grid,
    .brands-grid,
    .steps-grid,
    .testimonials-grid,
    .faq-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .regions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
