/*
Theme Name: Khorasan Tamir
Theme URI: https://www.khorasantamir.ir
Author: soheil
Description: قالب اختصاصی خراسان تعمیر با طراحی شیک، سئو قوی، فونت Vazirmatn محلی و پنل تنظیمات اختصاصی.
Version: 1.0
Text Domain: khorasan-tamir
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', sans-serif;
    background: #f9f9f9;
    color: #333;
}

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

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00A8CC; /* رنگ فیروزه‌ای */
    padding: 6px 15px;
    font-family: 'Vazirmatn', sans-serif;
}

.phone-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.site-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button {
    background: #FF7A00; /* نارنجی ملایم */
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px 20px 8px 20px; /* لبه‌های مورب گرد */
    text-decoration: none;
    font-weight: bold;
}

.cta-button.blink {
    animation: blink 1.2s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.site-footer {
    background: #2E2E2E;
    color: #fff;
    padding: 30px 20px;
    font-family: 'Vazirmatn', sans-serif;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer-column h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #00A8CC;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-column ul li a:hover {
    color: #FF7A00;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
    font-size: 14px;
}
.single-post .post-title {
    font-size: 26px;
    font-weight: bold;
    color: #00A8CC;
    margin-bottom: 15px;
}

.single-post .post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.single-post .post-thumbnail img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.single-post .post-content {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

.post-tags {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.post-navigation a {
    background: #FF7A00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px 20px 8px 20px;
    text-decoration: none;
    font-weight: bold;
}

.post-navigation a:hover {
    background: #00A8CC;
}
.page-content .page-title {
    font-size: 26px;
    font-weight: bold;
    color: #00A8CC;
    margin-bottom: 20px;
    text-align: center;
}

.page-content .page-body {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-top: 10px;
}
.archive-page .archive-title {
    font-size: 24px;
    font-weight: bold;
    color: #00A8CC;
    margin-bottom: 20px;
    text-align: center;
}

.archive-page .post-title a {
    color: #00A8CC;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.archive-page .post-title a:hover {
    color: #FF7A00;
}

.archive-page .post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.archive-page .post-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.archive-page .read-more {
    display: inline-block;
    margin-top: 10px;
    background: #FF7A00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px 20px 8px 20px;
    text-decoration: none;
    font-weight: bold;
}

.archive-page .read-more:hover {
    background: #00A8CC;
}
.category-page .category-title {
    font-size: 24px;
    font-weight: bold;
    color: #00A8CC;
    margin-bottom: 20px;
    text-align: center;
}

.category-page .post-title a {
    color: #00A8CC;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.category-page .post-title a:hover {
    color: #FF7A00;
}

.category-page .post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.category-page .post-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.category-page .read-more {
    display: inline-block;
    margin-top: 10px;
    background: #FF7A00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px 20px 8px 20px;
    text-decoration: none;
    font-weight: bold;
}

.category-page .read-more:hover {
    background: #00A8CC;
}
.search-page .search-title {
    font-size: 24px;
    font-weight: bold;
    color: #00A8CC;
    margin-bottom: 20px;
    text-align: center;
}

.search-page .post-title a {
    color: #00A8CC;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.search-page .post-title a:hover {
    color: #FF7A00;
}

.search-page .post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.search-page .post-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.search-page .read-more {
    display: inline-block;
    margin-top: 10px;
    background: #FF7A00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px 20px 8px 20px;
    text-decoration: none;
    font-weight: bold;
}

.search-page .read-more:hover {
    background: #00A8CC;
}
.error-404 {
    text-align: center;
    padding: 60px 20px;
    font-family: 'Vazirmatn', sans-serif;
}

.error-title {
    font-size: 28px;
    font-weight: bold;
    color: #FF7A00;
    margin-bottom: 20px;
}

.error-message {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.error-actions .cta-button {
    background: #00A8CC;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px 20px 8px 20px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.error-actions .cta-button:hover {
    background: #FF7A00;
}
