/* ============================================================
   بافتاب — استایل‌های اختصاصی (روی قالب اصلی سوار می‌شود)
   رنگ اصلی: #0ca59d  |  رنگ تاکیدی: #ffac00
   ============================================================ */

:root {
    --baftab-main: #0ca59d;
    --baftab-main-dark: #08857f;
    --baftab-accent: #ffac00;
    --baftab-dark: #1b2a41;
    --baftab-gray: #57647c;
    --baftab-soft: #f4f8fa;
}

body {
    font-family: "Vazir-FD", Tahoma, sans-serif;
}

/* اعداد و شماره تلفن همیشه چپ‌چین و خوانا */
.ltr-num {
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block;
}

/* ---------------- لوگوی متنی ---------------- */
.brand-text {
    display: inline-block;
    line-height: 1.2;
}

.brand-text b {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.brand-text span {
    display: block;
    font-size: 11.5px;
    color: var(--baftab-accent);
    margin-top: 2px;
}

.nav-phone {
    color: #ffffff;
    font-weight: 700;
    margin-left: 18px;
    white-space: nowrap;
}

.nav-phone i {
    color: var(--baftab-accent);
    margin-left: 4px;
}

/* ---------------- بنر اصلی ---------------- */
.main-banner-content .hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
    margin-bottom: 18px;
}

.main-banner-content h1 mark {
    background: none;
    color: var(--baftab-accent);
    padding: 0;
}

.hero-points {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}

.hero-points li {
    display: inline-block;
    color: #ffffff;
    font-size: 14.5px;
    margin-left: 22px;
    opacity: 0.95;
}

.hero-points li i {
    color: var(--baftab-accent);
    margin-left: 6px;
    vertical-align: -2px;
    font-size: 18px;
}

.btn-accent::before {
    background: linear-gradient(to right top, #ffac00, #f7b733) !important;
}

.btn-accent::after {
    background: linear-gradient(to right, #0ca59d, #54c0ba) !important;
}

.hero-image-frame {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.hero-image-frame img {
    width: 100%;
    display: block;
}

/* ---------------- آمار ---------------- */
.stats-area {
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.stats-wrap {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(27, 42, 65, 0.12);
    padding: 35px 15px 15px;
}

.single-stat {
    text-align: center;
    margin-bottom: 20px;
}

.single-stat i {
    font-size: 34px;
    color: var(--baftab-main);
    display: block;
    margin-bottom: 10px;
}

.single-stat h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--baftab-dark);
    margin-bottom: 4px;
}

.single-stat h3 span {
    color: var(--baftab-accent);
    font-size: 22px;
}

.single-stat p {
    color: var(--baftab-gray);
    margin: 0;
    font-size: 14.5px;
}

/* ---------------- مزیت‌ها ---------------- */
.advantage-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 28px;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(27, 42, 65, 0.07);
    border-bottom: 3px solid transparent;
    transition: 0.4s;
    height: calc(100% - 30px);
}

.advantage-box:hover {
    transform: translateY(-6px);
    border-bottom-color: var(--baftab-main);
}

.advantage-box .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    background: rgba(12, 165, 157, 0.1);
    color: var(--baftab-main);
    font-size: 30px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.advantage-box:hover .icon {
    background: var(--baftab-main);
    color: #ffffff;
}

.advantage-box h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--baftab-dark);
}

.advantage-box p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.9;
}

/* ---------------- فیلتر دسته‌بندی محصولات ---------------- */
.product-filter {
    text-align: center;
    margin-bottom: 40px;
}

.product-filter button {
    border: 1px solid #e3e9ef;
    background: #ffffff;
    color: var(--baftab-gray);
    border-radius: 30px;
    padding: 8px 22px;
    margin: 0 4px 10px;
    font-size: 14.5px;
    transition: 0.3s;
    cursor: pointer;
}

.product-filter button:hover,
.product-filter button.active {
    background: var(--baftab-main);
    border-color: var(--baftab-main);
    color: #ffffff;
}

/* ---------------- کارت محصول ---------------- */
.product-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(27, 42, 65, 0.08);
    transition: 0.4s;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(27, 42, 65, 0.15);
}

.product-card .product-thumb {
    position: relative;
    overflow: hidden;
    background: var(--baftab-soft);
    height: 235px;
}

.product-card .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.product-card .product-thumb img.hover-img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.product-card:hover .product-thumb img.hover-img {
    opacity: 1;
}

/* جای‌گزین تصویر: بافت راه‌راه شبیه نوار، تا کارت خالی به نظر نرسد */
.product-card .product-thumb .no-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    color: #86a3a6;
    font-size: 38px;
    background:
        repeating-linear-gradient(45deg, rgba(12, 165, 157, 0.16) 0 9px, transparent 9px 18px),
        repeating-linear-gradient(-45deg, rgba(255, 172, 0, 0.14) 0 9px, transparent 9px 18px),
        linear-gradient(135deg, #eaf5f4, #f8fbfb);
}

.product-card .product-thumb .no-image span {
    font-size: 13px;
}

.product-card .badge-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--baftab-accent);
    color: #22303f;
    font-size: 12.5px;
    font-weight: 700;
    border-radius: 20px;
    padding: 4px 14px;
    z-index: 2;
}

.product-card .product-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card .product-body h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--baftab-dark);
}

.product-card .product-body > p {
    font-size: 14px;
    color: var(--baftab-gray);
    line-height: 1.9;
    margin-bottom: 15px;
}

.spec-list {
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
    border-top: 1px dashed #e6ebf0;
    padding-top: 14px;
}

.spec-list li {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    color: var(--baftab-gray);
    padding: 4px 0;
}

.spec-list li span {
    color: var(--baftab-dark);
    font-weight: 600;
}

.product-card .product-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.product-card .price {
    color: var(--baftab-main);
    font-weight: 800;
    font-size: 16px;
}

.btn-inquiry {
    background: var(--baftab-main);
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    padding: 9px 20px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-inquiry:hover {
    background: var(--baftab-accent);
    color: #22303f !important;
}

/* ---------------- کاربردها ---------------- */
.usecase-box {
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    padding: 30px 18px;
    margin-bottom: 30px;
    transition: 0.4s;
    box-shadow: 0 6px 24px rgba(27, 42, 65, 0.07);
}

.usecase-box:hover {
    background: linear-gradient(to right top, #0ca59d, #54c0ba);
}

.usecase-box i {
    font-size: 40px;
    color: var(--baftab-main);
    transition: 0.4s;
}

.usecase-box h3 {
    font-size: 16.5px;
    font-weight: 700;
    margin: 14px 0 6px;
    color: var(--baftab-dark);
    transition: 0.4s;
}

.usecase-box p {
    font-size: 13.5px;
    margin: 0;
    color: var(--baftab-gray);
    transition: 0.4s;
}

.usecase-box:hover i,
.usecase-box:hover h3,
.usecase-box:hover p {
    color: #ffffff;
}

/* ---------------- مراحل سفارش ---------------- */
.process-area {
    background: var(--baftab-soft);
}

.process-step {
    text-align: center;
    padding: 0 12px;
    margin-bottom: 30px;
    position: relative;
}

.process-step .step-circle {
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--baftab-main);
    font-size: 34px;
    box-shadow: 0 10px 26px rgba(12, 165, 157, 0.18);
    position: relative;
    z-index: 2;
}

.process-step .step-number {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: var(--baftab-accent);
    color: #22303f;
    font-size: 13px;
    font-weight: 700;
    z-index: 3;
}

.process-step h3 {
    font-size: 17.5px;
    font-weight: 700;
    color: var(--baftab-dark);
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    margin: 0;
    line-height: 1.9;
}

.process-row .process-step::before {
    content: "";
    position: absolute;
    top: 42px;
    right: -50%;
    width: 100%;
    border-top: 2px dashed #cfe0e0;
    z-index: 1;
}

.process-row [class*="col-"]:first-child .process-step::before {
    display: none;
}

@media (max-width: 991px) {
    .process-row .process-step::before {
        display: none;
    }
}

/* ---------------- گالری ---------------- */
.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    display: block;
    height: 220px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item .caption {
    position: absolute;
    inset: auto 0 0 0;
    background: linear-gradient(transparent, rgba(27, 42, 65, 0.85));
    color: #ffffff;
    padding: 30px 16px 14px;
    font-size: 14.5px;
}

/* ---------------- نظرات ---------------- */
.feedback-area .rating-stars {
    color: var(--baftab-accent);
    margin-bottom: 10px;
    font-size: 15px;
}

.client-info .avatar-fallback {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: var(--baftab-main);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

/* ---------------- سوالات متداول ---------------- */
.faq-area {
    background: #ffffff;
}

.faq-accordion .accordion-item {
    box-shadow: 0 6px 22px rgba(27, 42, 65, 0.07);
    border-radius: 10px;
    margin-bottom: 14px;
    background: #ffffff;
}

/* ---------------- فرم استعلام ---------------- */
.inquiry-area {
    background: var(--baftab-soft);
}

.inquiry-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 38px 34px;
    box-shadow: 0 15px 45px rgba(27, 42, 65, 0.1);
}

.inquiry-form .form-control {
    height: 52px;
    border-radius: 8px;
    border: 1px solid #e3e9ef;
    background: #fbfcfd;
    font-size: 14.5px;
    padding: 0 16px;
}

.inquiry-form textarea.form-control {
    height: auto;
    padding: 14px 16px;
}

.inquiry-form .form-control:focus {
    border-color: var(--baftab-main);
    box-shadow: none;
}

.inquiry-form .nice-select {
    height: 52px;
    line-height: 50px;
    border-radius: 8px;
    border: 1px solid #e3e9ef;
    background: #fbfcfd;
    width: 100%;
    font-size: 14.5px;
}

.inquiry-form .errorlist {
    color: #d9534f;
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    font-size: 13px;
}

.form-note {
    font-size: 13.5px;
    color: var(--baftab-gray);
    margin-top: 14px;
}

.form-alert {
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 14.5px;
}

.form-alert.ok {
    background: rgba(12, 165, 157, 0.12);
    color: #0a7d77;
}

.form-alert.err {
    background: rgba(217, 83, 79, 0.12);
    color: #b93a36;
}

.contact-detail-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 26px 24px;
    margin-bottom: 22px;
    box-shadow: 0 8px 26px rgba(27, 42, 65, 0.07);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-detail-box i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: rgba(12, 165, 157, 0.1);
    color: var(--baftab-main);
    font-size: 22px;
    flex-shrink: 0;
}

.contact-detail-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--baftab-dark);
    margin-bottom: 6px;
}

.contact-detail-box p,
.contact-detail-box a {
    margin: 0;
    font-size: 14.5px;
    color: var(--baftab-gray);
    display: block;
}

.contact-detail-box a:hover {
    color: var(--baftab-main);
}

.map-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(27, 42, 65, 0.08);
    margin-top: 10px;
}

.map-wrap iframe {
    width: 100%;
    height: 260px;
    border: 0;
    display: block;
}

/* ---------------- بنر دعوت به تماس ---------------- */
.cta-area {
    background: linear-gradient(to right top, #0ca59d, #54c0ba);
    padding: 55px 0;
}

.cta-area h2 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 8px;
}

.cta-area p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 15px;
}

.cta-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cta-form input {
    flex: 1 1 150px;
    height: 52px;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 14.5px;
}

.cta-form button {
    height: 52px;
    border: none;
    border-radius: 8px;
    background: var(--baftab-dark);
    color: #ffffff;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
    cursor: pointer;
}

.cta-form button:hover {
    background: var(--baftab-accent);
    color: #22303f;
}

.cta-result {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}

/* ---------------- فوتر ---------------- */
.footer-area .footer-contact-list li a,
.footer-area .footer-contact-list li {
    word-break: break-word;
}

/* ---------------- دکمهٔ شناور تماس ---------------- */
.float-contact {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
}

.float-call {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right top, #0ca59d, #35b3ac);
    color: #ffffff !important;
    border-radius: 40px;
    padding: 12px 22px 12px 16px;
    box-shadow: 0 10px 26px rgba(12, 165, 157, 0.45);
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
    position: relative;
}

.float-call:hover {
    background: linear-gradient(to right top, #ffac00, #f7b733);
    color: #22303f !important;
    box-shadow: 0 10px 26px rgba(255, 172, 0, 0.45);
}

.float-call i {
    font-size: 22px;
    animation: baftab-ring 2s infinite;
}

.float-call .call-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.float-call .call-text small {
    font-size: 11.5px;
    font-weight: 400;
    opacity: 0.9;
}

.float-call .call-text b {
    font-size: 15.5px;
    direction: ltr;
}

.float-call::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    border: 2px solid rgba(12, 165, 157, 0.6);
    animation: baftab-pulse 2.2s infinite;
    pointer-events: none;
}

.float-mini {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff !important;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.float-mini:hover {
    transform: translateY(-3px);
}

.float-mini.wa {
    background: #25d366;
}

.float-mini.tg {
    background: #2aabee;
}

.float-mini.ig {
    background: linear-gradient(45deg, #f09433, #dc2743, #bc1888);
}

@keyframes baftab-pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@keyframes baftab-ring {
    0%, 60%, 100% {
        transform: rotate(0);
    }
    10%, 30% {
        transform: rotate(-14deg);
    }
    20%, 40% {
        transform: rotate(14deg);
    }
}

@media (max-width: 767px) {
    .float-call {
        padding: 11px 18px 11px 14px;
    }
    .float-call .call-text b {
        font-size: 14px;
    }
    .go-top {
        bottom: 100px !important;
    }
}

/* دکمهٔ بازگشت به بالا سمت چپ باشد تا با دکمهٔ تماس تداخل نکند */
.go-top {
    right: auto !important;
    left: 20px !important;
}

/* ---------------- وبلاگ: کارت مطلب در صفحهٔ اصلی ---------------- */
.post-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 30px rgba(27, 42, 65, 0.08);
    transition: 0.4s;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(27, 42, 65, 0.15);
}

.post-card .post-thumb {
    display: block;
    height: 200px;
    overflow: hidden;
    background: var(--baftab-soft);
}

.post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.post-card:hover .post-thumb img {
    transform: scale(1.06);
}

.post-card .post-thumb .no-image,
.widget_posts_thumb .thumb .no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8fb0b2;
    font-size: 40px;
    background:
        repeating-linear-gradient(45deg, rgba(12, 165, 157, 0.16) 0 9px, transparent 9px 18px),
        repeating-linear-gradient(-45deg, rgba(255, 172, 0, 0.14) 0 9px, transparent 9px 18px),
        linear-gradient(135deg, #eaf5f4, #f8fbfb);
}

.post-card .post-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-card .post-meta {
    font-size: 12.5px;
    color: #8c9bad;
    margin-bottom: 10px;
}

.post-card .post-meta span {
    margin-left: 14px;
}

.post-card .post-meta i {
    color: var(--baftab-main);
    margin-left: 4px;
    vertical-align: -2px;
}

.post-card h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
}

.post-card h3 a {
    color: var(--baftab-dark);
}

.post-card h3 a:hover {
    color: var(--baftab-main);
}

.post-card .post-body p {
    font-size: 14px;
    color: var(--baftab-gray);
    line-height: 1.9;
    margin-bottom: 16px;
}

.post-card .post-more {
    margin-top: auto;
    color: var(--baftab-main);
    font-weight: 700;
    font-size: 14.5px;
}

.post-card .post-more i {
    vertical-align: -3px;
    transition: 0.3s;
}

.post-card .post-more:hover {
    color: var(--baftab-accent);
}

.post-card .post-more:hover i {
    margin-right: 4px;
}

/* ---------------- وبلاگ: صفحهٔ مطلب ---------------- */
.page-title-area {
    padding-top: 165px;
    padding-bottom: 80px;
}

.page-title-content h2 {
    line-height: 1.6;
}

.blog-details .article-image img {
    width: 100%;
    border-radius: 14px;
}

.blog-details .article-content {
    margin-top: 28px;
}

.blog-details .article-summary {
    font-size: 16px;
    font-weight: 600;
    color: var(--baftab-dark);
    border-right: 4px solid var(--baftab-main);
    background: var(--baftab-soft);
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    line-height: 2;
}

.blog-details .article-content p {
    line-height: 2.1;
    font-size: 15px;
}

.article-cta {
    margin-top: 40px;
    background: linear-gradient(to right top, #0ca59d, #54c0ba);
    border-radius: 16px;
    padding: 34px 30px;
    text-align: center;
}

.article-cta h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.article-cta p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14.5px;
    margin-bottom: 22px;
}

.article-cta .btn-primary i {
    vertical-align: -2px;
    margin-left: 5px;
}

.article-cta-phone {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    margin-top: 16px;
}

/* ---------------- ستون کناری صفحهٔ مطلب ---------------- */
.widget-area .widget {
    background: #ffffff;
    border-radius: 14px;
    padding: 26px 24px;
    margin-bottom: 28px;
    box-shadow: 0 8px 26px rgba(27, 42, 65, 0.07);
}

.widget-area .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--baftab-dark);
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eef2f5;
}

.widget_posts_thumb .item {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.widget_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget_posts_thumb .thumb {
    width: 72px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.widget_posts_thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget_posts_thumb .thumb .no-image {
    font-size: 24px;
}

.widget_posts_thumb .info h4 {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 4px;
}

.widget_posts_thumb .info h4 a {
    color: var(--baftab-dark);
}

.widget_posts_thumb .info h4 a:hover {
    color: var(--baftab-main);
}

.widget_posts_thumb .info span {
    font-size: 12.5px;
    color: #8c9bad;
}

.widget_products ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.widget_products ul li {
    border-bottom: 1px dashed #eef2f5;
    padding: 9px 0;
}

.widget_products ul li:last-child {
    border-bottom: none;
}

.widget_products ul li a {
    color: var(--baftab-gray);
    font-size: 14.5px;
}

.widget_products ul li a:hover {
    color: var(--baftab-main);
}

.widget_products ul li i {
    color: var(--baftab-main);
    vertical-align: -2px;
}

/* نقشه در فوتر */
.footer-map {
    margin-top: 18px;
}

.footer-map iframe {
    height: 170px;
}
