/*
Theme Name: Woodmart Child
Theme URI: https://uniwoodmart.ir/woodmart/
Description: Woodmart Child Theme for Parandeh Bird Food Shop
Author: Antigravity
Author URI: https://uniwoodmart.ir
Template: woodmart
Version: 1.0.0
Text Domain: woodmart-child
*/

/* Import Persian Web Fonts from Parent Theme */
@import url("../woodmart/fonts/uniwoodmart-fonts/fonts.css");

/* ==========================================================================
   Global Typography Override
   ========================================================================== */
body, p, h1, h2, h3, h4, h5, h6, input, button, textarea, select, 
.wd-entities-title, .product-title, .price, .menu-item, .widget-title, .banner-title {
    font-family: 'Vazir-FD', 'Vazir', 'Tahoma', sans-serif !important;
}

/* Apply Persian font to general text and links without !important to prevent breaking icon fonts */
a, span {
    font-family: 'Vazir-FD', 'Vazir', 'Tahoma', sans-serif;
}

h1, h2, h3, h4, h5, h6, .wd-entities-title, .banner-title, .title-wrapper {
    font-family: 'Sahel-FD', 'Sahel', 'Vazir-Bold-FD', 'Tahoma', sans-serif !important;
    font-weight: 700 !important;
}

/* Make numbers inside prices look native Persian and clean */
.price, .amount, .count, .quantity, .woocommerce-Price-amount {
    font-family: 'Vazir-FD', 'Tahoma', sans-serif !important;
    font-weight: 600;
}

/* ==========================================================================
   RESTORE & SECURE ICON FONTS (حفاظت و لود صحیح فونت آیکون‌ها)
   ========================================================================== */
.wd-icon, [class^="wd-icon-"], [class*=" wd-icon-"],
.wd-tools-icon:before, .wd-burger-icon:before, .wd-burger-icon:after,
.wd-burger-icon span, .wd-burger:before, .wd-burger-icon,
.wd-shopping-cart:before, .wd-wishlist:before, .wd-account-login:before,
.wd-search-icon:before, i.wd-icon, span.wd-icon,
.wd-my-account-sidebar .wd-tools-icon:before,
.wd-header-search-form-mobile .wd-search-icon:before,
.wd-action-btn > a:before,
.wd-action-btn > a:after,
.wd-quick-view-icon > a:before,
.wd-wishlist-icon > a:before,
.wd-compare-icon > a:before,
.product-grid-item .wd-buttons a:before,
.wd-product .wd-buttons a:before {
    font-family: "woodmart-font" !important;
}

.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}

.elementor-icon, .elementor-icon-list-icon {
    font-family: "elementor-icons" !important;
}

/* ==========================================================================
   Theme Variables & Branding Colors
   ========================================================================== */
:root {
    --wd-primary-color: #3E7C4A !important;      /* Brand Forest Green */
    --wd-primary-color-dark: #2F5F38 !important; /* Darker green (hover/gradient end) */
    --wd-primary-color-darker: #1F4227 !important; /* Deepest green (footer background) */
    --wd-alternative-color: #E67E22 !important;  /* Complementary Warm Orange Color */
    --wd-link-color: #3E7C4A;
    --wd-link-color-hover: #E67E22;
    --wd-sale-color: #E63946;                    /* Sale / discount badge red */
    
    /* Accented buttons variables and Elementor accent overrides */
    --btn-accented-bgcolor: rgb(62, 124, 74) !important;
    --btn-accented-bgcolor-hover: rgb(47, 95, 56) !important;
    --e-global-color-accent: #3E7C4A !important;
    
    /* Custom UI values - Premium Curved Styling */
    --wd-brd-radius: 12px !important;            /* Modern soft box curves (e.g. cards, banners, dropdowns) */
    --wd-cat-brd-radius: 12px !important;        /* Categories rounding */
    --wd-btn-radius: 8px !important;             /* Custom buttons (delicate modern curve, changed from 30px pill) */
    --btn-default-brd-radius: 8px !important;    /* Standard theme default buttons */
    --btn-accented-brd-radius: 8px !important;   /* Standard theme accented/shop buttons */
    --wd-form-brd-radius: 8px !important;        /* Form fields, inputs, selects, textareas */
    --wd-bg-warm: #FDFBF7;                       /* Warm linen background */
}

/* ==========================================================================
   Global Smooth Curved Corners (Fallback Rules)
   ========================================================================== */
/* Ensure all button elements and classes are curved */
a.btn,
a.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn,
.button,
.wp-element-button,
.elementor-button,
.wd-btn,
.wd-button {
    border-radius: var(--wd-btn-radius) !important;
}

/* Ensure all form inputs, selects, and textareas are curved */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
select,
textarea,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.wd-search-form input[type="search"] {
    border-radius: var(--wd-form-brd-radius) !important;
}

/* Ensure product containers, cards, and banners are curved with clean image fitting */
.product-grid-item,
.wd-product,
.post-grid-item,
.blog-post-loop,
.category-grid-item,
.wd-cat,
.promo-banner,
.wd-banner,
.info-box,
.wd-info-box,
.wd-tab-content,
.product-image-summary,
.woocommerce-product-gallery,
.wd-search-results,
.wd-popup {
    border-radius: var(--wd-brd-radius) !important;
    overflow: hidden; /* Prevent child elements/images from clipping or overflowing */
}

/* Keep radius on dropdowns, but NEVER overflow:hidden — Woodmart's :after
   hover bridge (margin-top gap) must stay hittable for account/cart menus. */
.wd-dropdown {
    border-radius: var(--wd-brd-radius) !important;
    overflow: visible;
}

/* Ensure inner image blocks inherit rounding if needed */
.product-grid-item .product-wrapper,
.wd-product .product-wrapper,
.category-grid-item .category-content,
.wd-cat .wd-cat-image {
    border-radius: var(--wd-brd-radius) !important;
    overflow: hidden;
}

/* ==========================================================================
   Custom Badges for Suitability (e.g., "مناسب عروس هلندی")
   ========================================================================== */
.bird-suitability-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 20px;
    margin: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.badge-parrot { background-color: var(--wd-alternative-color); }
.badge-canary { background-color: #F1C40F; color: #333; }
.badge-finch { background-color: #3498DB; }
.badge-general { background-color: var(--wd-primary-color); }

/* ==========================================================================
   HOMEPAGE CUSTOM DESIGN & LAYOUT (صفحه اصلی اختصاصی)
   ========================================================================== */
/* Force full-width layout on all sections of the homepage wrapper */
.home .main-page-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.home .main-page-wrapper > .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home .main-page-wrapper > .container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.home .site-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.parvarshop-homepage-wrapper {
    background-color: var(--wd-bg-warm);
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 1. Hero Section — Organic Biophilic / Nature Distilled */
.parvarshop-homepage-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.parvarshop-hero-section {
    --hero-ink: #1F4227;
    --hero-muted: #5a6b5e;
    --hero-surface: #f3f7f3;
    --hero-panel: #ffffff;
    --hero-sand: #ebe4d8;
    --hero-radius: 28px;
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
    background:
        linear-gradient(160deg, #e8f0e9 0%, var(--hero-surface) 42%, #f7f8f5 100%);
}

.home .main-page-wrapper,
.home .title-bar,
.home .page-title-default {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-bg__orb--a {
    top: -18%;
    left: -10%;
    width: min(48vw, 420px);
    height: min(48vw, 420px);
    background: rgba(62, 124, 74, 0.14);
}

.hero-bg__orb--b {
    right: -8%;
    bottom: 12%;
    width: min(36vw, 300px);
    height: min(36vw, 300px);
    background: rgba(230, 126, 34, 0.1);
}

.hero-bg__curve {
    position: absolute;
    top: 16%;
    right: 38%;
    width: min(26vw, 240px);
    color: rgba(62, 124, 74, 0.22);
}

.hero-container {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    align-items: center;
    gap: clamp(24px, 4vw, 52px);
    padding: 12px 0 8px;
}

.hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: heroRiseIn 0.55s ease-out both;
}

.hero-visual {
    min-width: 0;
    animation: heroRiseIn 0.65s ease-out 0.06s both;
}

.hero-brand {
    margin: 0 0 12px;
    color: var(--hero-ink);
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.hero-brand::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wd-primary-color) 0%, var(--wd-alternative-color, #E67E22) 100%);
}

.hero-title {
    margin: 0 0 12px;
    max-width: 15ch;
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.5;
    color: #243028;
    font-weight: 700;
}

.hero-subtitle {
    margin: 0 0 28px;
    max-width: 32ch;
    font-size: 15px;
    line-height: 1.9;
    color: var(--hero-muted);
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.btn-hero-primary,
.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-hero-primary {
    background-color: var(--wd-primary-color);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(62, 124, 74, 0.2);
}

.btn-hero-primary__icon {
    width: 16px;
    height: 16px;
    transform: scaleX(-1);
}

.btn-hero-primary:hover {
    background-color: var(--wd-primary-color-dark, #2F5F38);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(62, 124, 74, 0.24);
}

.btn-hero-primary:focus-visible {
    outline: 2px solid var(--wd-primary-color);
    outline-offset: 3px;
}

.btn-hero-secondary {
    color: var(--wd-primary-color) !important;
    border: 1.5px solid rgba(62, 124, 74, 0.4);
    background: rgba(255, 255, 255, 0.65);
}

.btn-hero-secondary:hover {
    background-color: rgba(62, 124, 74, 0.08) !important;
    border-color: var(--wd-primary-color);
}

.hero-spotlight {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin-inline: auto;
}

.hero-spotlight::before {
    content: "";
    position: absolute;
    inset: 8% -8% -6% 10%;
    border-radius: 46% 54% 48% 52% / 52% 44% 56% 48%;
    background: rgba(62, 124, 74, 0.1);
    z-index: 0;
}

.hero-spotlight__shell {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--hero-panel);
    border: 1px solid rgba(31, 66, 39, 0.08);
    border-radius: var(--hero-radius);
    box-shadow:
        0 1px 2px rgba(28, 50, 36, 0.04),
        0 16px 36px rgba(28, 50, 36, 0.08);
}

.hero-spotlight__media {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: linear-gradient(165deg, var(--hero-sand) 0%, #f2eee7 55%, #e8efe9 100%);
}

.hero-spotlight__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition:
        opacity 0.55s ease-out,
        transform 0.7s ease-out,
        visibility 0.55s;
    z-index: 1;
}

.hero-spotlight__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.hero-spotlight__slide picture,
.hero-spotlight__slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-spotlight__image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center 18%;
}

.hero-spotlight__slide.is-contain .hero-spotlight__image {
    object-fit: contain;
    object-position: center bottom;
    padding: 16px 12px 8px;
}

.hero-spotlight__nav {
    position: absolute;
    inset-inline: 12px;
    top: 50%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.hero-spotlight__nav-btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: var(--hero-ink);
    box-shadow: 0 4px 14px rgba(28, 50, 36, 0.12);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-spotlight__nav-btn svg {
    width: 18px;
    height: 18px;
}

.hero-spotlight__nav-btn:hover {
    background: #fff;
    transform: scale(1.04);
}

.hero-spotlight__nav-btn:focus-visible {
    outline: 2px solid var(--wd-primary-color);
    outline-offset: 2px;
}

.hero-spotlight__progress {
    height: 3px;
    background: rgba(31, 66, 39, 0.08);
}

.hero-spotlight__progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color, #E67E22));
    transform-origin: right center;
}

.hero-spotlight.is-playing .hero-spotlight__progress span {
    animation: heroProgress linear forwards;
}

.hero-spotlight__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    padding: 14px 18px 16px;
    background: #fff;
}

.hero-spotlight__caption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-spotlight__caption.is-switching {
    opacity: 0;
    transform: translateY(4px);
}

.hero-spotlight__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--hero-ink);
}

.hero-spotlight__tagline,
.hero-spotlight__price {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--hero-muted);
}

.hero-spotlight__dots {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.hero-spotlight__dot {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.hero-spotlight__dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(31, 66, 39, 0.25);
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, background-color 0.2s ease;
}

.hero-spotlight__dot:hover::after,
.hero-spotlight__dot.is-active::after {
    background: var(--wd-primary-color);
}

.hero-spotlight__dot.is-active::after {
    width: 22px;
}

.hero-spotlight__dot:focus-visible {
    outline: 2px solid var(--wd-primary-color);
    outline-offset: 2px;
    border-radius: 10px;
}

.hero-wave {
    position: relative;
    z-index: 1;
    line-height: 0;
    margin-top: 10px;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 52px;
}

.hero-wave path {
    fill: var(--wd-bg-warm, #FDFBF7);
}

@keyframes heroRiseIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes heroProgress {
    from { width: 0; }
    to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-copy,
    .hero-visual,
    .hero-spotlight__slide,
    .hero-spotlight__caption,
    .hero-spotlight__progress span {
        animation: none !important;
        transition: none !important;
    }

    .hero-spotlight__slide {
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .parvarshop-hero-section {
        padding: 24px 0 0;
    }

    .hero-bg__curve {
        display: none;
    }

    .hero-stage {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-copy {
        text-align: center;
        align-items: center;
        order: 0;
    }

    .hero-brand::after {
        margin-inline: auto;
    }

    .hero-title,
    .hero-subtitle {
        max-width: none;
    }

    .hero-visual {
        order: 1;
    }

    .hero-spotlight {
        max-width: 400px;
    }

    .hero-spotlight__media,
    .hero-spotlight__image {
        min-height: 300px;
    }

    .hero-ctas {
        justify-content: center;
        width: 100%;
    }

    .btn-hero-primary {
        min-width: 200px;
    }

    .hero-wave svg {
        height: 40px;
    }
}

@media (max-width: 575px) {
    .hero-container {
        padding: 0 16px;
    }

    .hero-brand {
        font-size: 32px;
    }

    .hero-title {
        font-size: 19px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
    }

    .hero-spotlight__shell {
        border-radius: 22px;
    }

    .hero-spotlight__media,
    .hero-spotlight__image {
        min-height: 260px;
    }

    .hero-spotlight__nav-btn {
        width: 40px;
        height: 40px;
    }

    .hero-spotlight__meta {
        padding: 12px 14px 14px;
    }

    .hero-wave svg {
        height: 28px;
    }
}

.custom-composition-banner {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 30px;
}

.composition-header {
    font-size: 26px;
    font-weight: 900;
    color: var(--wd-primary-color);
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.composition-badge {
    display: inline-block;
    background: var(--wd-alternative-color);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.composition-body {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
}

/* 2. Categories Section Styles */
.parvarshop-categories-section {
    padding: 60px 0 !important;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 28px;
    color: #2C3E50;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--wd-primary-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

.category-card {
    background: #ffffff;
    border-radius: var(--wd-brd-radius);
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(46,125,50,0.08);
    border-color: rgba(46,125,50,0.15);
}

.category-icon-wrapper {
    width: 78px;
    height: 78px;
    background: #F0F6EF;
    border-radius: 50%;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wd-primary-color);
    transition: all 0.3s ease;
}

.category-icon-wrapper svg {
    width: 34px;
    height: 34px;
    transition: transform 0.3s ease;
}

.cat-emoji {
    font-size: 32px;
    transition: transform 0.3s ease;
}

.category-card:hover .category-icon-wrapper {
    background: var(--wd-primary-color);
    color: #fff;
}

.category-card:hover .category-icon-wrapper svg,
.category-card:hover .cat-emoji {
    transform: scale(1.15) rotate(-5deg);
}

.category-name {
    font-size: 16px;
    color: #1F2D22;
    margin-bottom: 6px;
    font-weight: 800;
    font-family: 'Sahel-FD', 'Sahel', 'Tahoma', sans-serif;
}

.category-count {
    font-size: 11px;
    color: #aaa;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.category-count.is-soon {
    color: var(--wd-alternative-color);
    font-weight: 700;
    background: rgba(230, 126, 34, 0.1);
    padding: 3px 10px;
    border-radius: 999px;
}

/* 3. Promotional Banner */
.parvarshop-promo-banner {
    padding: 0 15px 50px 15px !important;
}

.promo-container {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--wd-alternative-color) 0%, #D35400 100%);
    border-radius: var(--wd-brd-radius);
    padding: 40px 60px;
    box-shadow: 0 10px 30px rgba(230,126,34,0.15);
    color: #ffffff;
}

.promo-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.promo-text {
    flex: 1 1 600px;
}

.promo-tag {
    background: rgba(255,255,255,0.2);
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 30px;
}

.promo-text h3 {
    font-size: 26px;
    color: #ffffff !important;
    margin: 15px 0 10px 0;
}

.promo-text p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.btn-promo-action {
    background: #ffffff;
    color: var(--wd-alternative-color) !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.btn-promo-action:hover {
    background: #F3ECE1;
    transform: translateY(-2px);
}

/* 3. Consultation Section */
.parvarshop-consultation-section {
    padding: 0 15px 50px 15px !important;
}

.consultation-container {
    max-width: 1200px;
    margin: 0 auto;
}

.consultation-content {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.consultation-text,
.consultation-side-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.consultation-text {
    padding: 42px 44px;
    background: linear-gradient(135deg, #ffffff 0%, #fff7ef 100%);
}

.consultation-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(62, 124, 74, 0.12);
    color: var(--wd-primary-color);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 18px;
}

.consultation-text h3 {
    font-size: 30px;
    line-height: 1.5;
    color: #1e293b;
    margin-bottom: 18px;
}

.consultation-text p {
    font-size: 15px;
    line-height: 2;
    color: #475569;
    margin-bottom: 22px;
}

.consultation-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.consultation-points li {
    position: relative;
    padding: 14px 18px 14px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(62, 124, 74, 0.12);
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.9;
}

.consultation-points li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4px;
    height: calc(100% - 18px);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--wd-primary-color), var(--wd-alternative-color));
    transform: translateY(-50%);
}

.consultation-side-card {
    padding: 34px 28px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    color: #e2e8f0;
}

.consultation-side-card__label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(125, 211, 252, 0.12);
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 800;
}

.consultation-side-card h4 {
    color: #ffffff !important;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.consultation-side-card p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 22px;
}

.consultation-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.btn-consultation-primary,
.btn-consultation-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn-consultation-primary {
    background: linear-gradient(135deg, var(--wd-primary-color) 0%, #2F5F38 100%);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(62, 124, 74, 0.24);
}

.btn-consultation-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(62, 124, 74, 0.32);
}

.btn-consultation-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.btn-consultation-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
}

.consultation-mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.consultation-mini-stats div {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.consultation-mini-stats strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
}

.consultation-mini-stats span {
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.8;
}

/* 3. Selected Store Products */
.parvarshop-featured-selected-section {
    padding: 0 0 42px !important;
}

.featured-products-grid-custom {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.featured-selected-card {
    position: relative;
}

.featured-selected-card::before {
    content: "\0645\0646\062A\062E\0628\0020\0641\0631\0648\0634\06AF\0627\0647"; /* منتخب فروشگاه */
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.84);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

.featured-selected-card .card-info {
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);
}

/* 4. Products Section Styles */
.parvarshop-products-section {
    padding: 50px 0 !important;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
}

.btn-view-all {
    color: var(--wd-primary-color);
    font-weight: 700;
    font-size: 14px;
    transition: color 0.3s ease;
}

.btn-view-all:hover {
    color: var(--wd-alternative-color);
}

.products-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 30px;
}

.parvarshop-product-card {
    background: #ffffff;
    border-radius: var(--wd-brd-radius);
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.parvarshop-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(46,125,50,0.08);
    border-color: rgba(46,125,50,0.15);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* square ratio */
    overflow: hidden;
    background: #FAFAFA;
}

.product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.parvarshop-product-card:hover .product-img {
    transform: scale(1.06);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.parvarshop-product-card:hover .card-overlay {
    opacity: 1;
}

.btn-quick-view {
    background: #ffffff;
    color: #333 !important;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.parvarshop-product-card:hover .btn-quick-view {
    transform: translateY(0);
}

.card-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-category {
    font-size: 11px;
    color: var(--wd-primary-color);
    font-weight: 700;
    margin-bottom: 8px;
}

.card-title {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-weight: 700;
    height: 44px; /* fixed height for 2 lines */
    overflow: hidden;
}

.card-title a {
    color: #2C3E50 !important;
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: var(--wd-primary-color) !important;
}

.card-suitability-badges {
    margin-bottom: 15px;
    min-height: 25px;
}

.card-price-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid rgba(0,0,0,0.04);
    padding-top: 15px;
}

.card-price-box {
    display: flex;
    flex-direction: column;
}

.old-price {
    font-size: 11px;
    color: #bbb;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.sale-price {
    font-size: 15px;
    color: var(--wd-alternative-color);
    font-weight: 700;
}

.normal-price {
    font-size: 15px;
    color: #2C3E50;
    font-weight: 700;
}

.btn-card-add {
    background: var(--wd-primary-color);
    color: #ffffff !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(46,125,50,0.2);
    transition: all 0.3s ease;
}

.btn-card-add:hover {
    background: var(--wd-alternative-color);
    transform: scale(1.08);
}

/* 5. Blog Section Styles */
.parvarshop-blog-section {
    padding: 60px 0 !important;
    background-color: #F8F5F0;
    border-top: 1px solid rgba(0,0,0,0.02);
}

.blog-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.parvarshop-blog-card {
    background: #ffffff;
    border-radius: var(--wd-brd-radius);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.parvarshop-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

.blog-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

.blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.parvarshop-blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-img-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.blog-info {
    padding: 25px;
}

.blog-date {
    font-size: 11px;
    color: #888;
}

.blog-title {
    font-size: 17px;
    margin: 12px 0;
    font-weight: 700;
    line-height: 1.5;
}

.blog-title a {
    color: #2C3E50 !important;
}

.blog-title a:hover {
    color: var(--wd-primary-color) !important;
}

.blog-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.blog-readmore {
    color: var(--wd-primary-color);
    font-weight: 700;
    font-size: 12px;
    transition: color 0.3s ease;
}

.blog-readmore:hover {
    color: var(--wd-alternative-color);
}

/* 6. About Section Styles */
.parvarshop-about-section {
    padding: 60px 0 !important;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.about-text-col {
    flex: 1 1 500px;
}

.about-stats-col {
    flex: 1 1 450px;
}

.about-text-col h3 {
    font-size: 26px;
    color: #2C3E50;
    margin-bottom: 20px;
}

.about-text-col p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-features li {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    background: #ffffff;
    padding: 30px;
    border-radius: var(--wd-brd-radius);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 900;
    color: var(--wd-primary-color);
    margin-bottom: 8px;
}

.stat-desc {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .promo-container {
        padding: 30px;
    }

    .consultation-content {
        grid-template-columns: 1fr;
    }

    .parvarshop-featured-selected-section {
        padding-bottom: 34px !important;
    }

    .consultation-text,
    .consultation-side-card {
        padding: 28px;
    }

    .consultation-text h3 {
        font-size: 26px;
    }
}

/* ==========================================================================
   Checkout layout styles moved to css/checkout.css (enqueued on checkout).
   Keep this block as a no-op so older overrides do not fight the new layout.
   ========================================================================== */
/* (legacy premium checkout rules removed — see css/checkout.css) */

/* Simplify Cart Page Layout */
.woocommerce-cart-form {
    background: #fff;
    border-radius: var(--wd-brd-radius);
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    margin-bottom: 30px;
}

.cart-collaterals {
    background: #fff;
    border-radius: var(--wd-brd-radius);
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.cart-collaterals .checkout-button {
    background: linear-gradient(135deg, var(--wd-alternative-color) 0%, #D35400 100%) !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px !important;
    box-shadow: 0 8px 20px rgba(230, 126, 34, 0.25) !important;
    transition: all 0.3s ease !important;
    text-align: center;
    border: none !important;
}

.cart-collaterals .checkout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(230, 126, 34, 0.35) !important;
}

/* ==========================================================================
   HEADER & NAVIGATION
   Redesign lives in css/header.css (+ inc/header.php, js/header.js).
   ========================================================================== */

/* ==========================================================================
   PROFESSIONAL FOOTER STYLING (طراحی حرفه‌ای فوتر)
   ========================================================================== */
/* Force dark background for all footer areas */
.footer-container,
.footer-widget-html,
.footer-container .elementor-container,
.footer-container .elementor-row,
[data-elementor-type="wp-post"].footer-container {
    background-color: var(--wd-primary-color-darker, #1F4227) !important;
}

/* Force standard light color scheme on all headers/titles in footer */
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5, .footer-container h6,
.footer-container .elementor-heading-title,
.footer-container .wd-text-block h1, .footer-container .wd-text-block h2, .footer-container .wd-text-block h3, .footer-container .wd-text-block h4,
.footer-container .widget-title,
.footer-container .title {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    font-family: 'Sahel-FD', sans-serif !important;
}

/* Force standard soft gray color scheme on all general text, paragraphs, lists in footer */
.footer-container p, 
.footer-container span, 
.footer-container li, 
.footer-container div,
.footer-container td,
.footer-container .wd-text-block, 
.footer-container .wd-text-block p,
.footer-container .elementor-text-editor,
.footer-container .list-content {
    color: #CBD5E1 !important; /* slate-300 for premium high-contrast readability */
    font-size: 13.5px !important;
    line-height: 1.8 !important;
}

/* Force standard color on all links and list items in footer */
.footer-container a,
.footer-container a span,
.footer-container .wd-list a,
.footer-container .list-link {
    color: #CBD5E1 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

/* Force brand green color on link hover states */
.footer-container a:hover,
.footer-container a:hover span,
.footer-container .wd-list a:hover,
.footer-container .list-link:hover {
    color: var(--wd-primary-color) !important;
    padding-right: 4px; /* subtle slide-out animation on hover for RTL lists */
}

/* Custom list layout inside footer */
.footer-container ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-container ul li {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Social Buttons styling in Footer */
.footer-container .wd-social-buttons {
    margin-top: 20px !important;
}

.footer-container .wd-social-buttons a {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    text-align: center !important;
    display: inline-block !important;
    transition: all 0.25s ease !important;
}

.footer-container .wd-social-buttons a:hover {
    background-color: var(--wd-primary-color) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
}

/* Divider styling */
.footer-container hr {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Mobile Responsiveness for footer */
@media (max-width: 767px) {
    .footer-row {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .footer-col {
        text-align: center !important;
    }
    
    .footer-col img {
        margin: 0 auto 15px auto !important;
    }
    
    .footer-container ul li {
        justify-content: center !important;
    }
}

/* ==========================================================================
   Single product redesign moved to css/product-page.css (loaded on is_product)
   ========================================================================== */

/* Restore woodmart-font and force correct unicode characters for WooCommerce/Woodmart star rating icons */
.star-rating,
.star-rating span,
.star-rating:before,
.star-rating span:before,
.stars a,
.stars a:before,
.comment-form-rating .stars a,
.comment-form-rating .stars a:before,
.wd-rating-summary .star-rating,
.wd-rating-summary .star-rating span {
    font-family: "woodmart-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    speak: never;
}

/* Force correct content characters for empty and filled stars */
.star-rating:before {
    content: "\f149" "\f149" "\f149" "\f149" "\f149" !important;
    color: var(--color-gray-300) !important;
}

.star-rating span:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148" !important;
    color: #F1C40F !important; /* Premium Gold/Yellow color for filled stars */
}

/* Review form rating stars selector */
.stars a:before {
    font-family: "woodmart-font" !important;
}

.stars:hover a:before, 
.stars.selected a:before, 
.stars.selected:hover a:before {
    content: "\f148" !important;
    color: #F1C40F !important;
}

.stars a:before, 
.stars a:hover ~ a:before,
.stars a.active ~ a:before, 
.stars.selected:hover a:hover ~ a:before {
    content: "\f149" !important;
    color: var(--color-gray-300) !important;
}

/* Make all buttons on WooCommerce cart, checkout, and single product pages slightly curved (10px) */
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-checkout a.button,
.woocommerce-checkout #place_order,
.woocommerce-cart .checkout-button,
.single-product button.single_add_to_cart_button {
    border-radius: 10px !important;
}

/* ==========================================================================
   BLOG & MAGAZINE POST SECTION REDESIGN
   ========================================================================== */

/* Reading Progress Bar */
.reading-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 99999;
}
#reading-progress-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--wd-primary-color), var(--wd-alternative-color));
    transition: width 0.1s ease-out;
}

/* Page Layout Spacing */
.main-container-post {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Article Styling */
.parandeh-single-article {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
    border: 1px solid rgba(0,0,0,0.03);
}

/* Breadcrumbs */
.post-breadcrumbs {
    font-size: 13px;
    color: #888888;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.post-breadcrumbs a {
    color: #666666;
    transition: color 0.2s ease;
}
.post-breadcrumbs a:hover {
    color: var(--wd-primary-color);
}
.post-breadcrumbs .breadcrumb-separator {
    color: #cccccc;
}
.post-breadcrumbs .active {
    color: #999999;
}

/* Header Section */
.post-header-section {
    margin-bottom: 30px;
}
.post-category-badges {
    margin-bottom: 15px;
}
.post-category-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 30px;
    margin-left: 8px;
    margin-bottom: 8px;
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.post-category-badge:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
/* Category dynamic colors */
.post-category-badge.badge-parrots, 
.post-category-badge.badge-طوطی-سانان { background-color: var(--wd-alternative-color); }
.post-category-badge.badge-birds,
.post-category-badge.badge-پرندگان { background-color: var(--wd-primary-color); }

/* Main Post Title */
.post-main-title {
    font-size: 32px;
    line-height: 1.4;
    color: #1a202c;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-weight: 800 !important;
}

/* Post Meta Info */
.post-meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    gap: 15px;
}
.post-meta-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.author-avatar-img {
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
.author-name {
    font-size: 14px;
    color: #4a5568;
}
.post-meta-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-size: 13.5px;
    color: #718096;
}
.post-meta-details span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.post-meta-details i {
    color: var(--wd-primary-color);
}
.post-meta-details a {
    color: #718096;
}
.post-meta-details a:hover {
    color: var(--wd-primary-color);
}

/* Featured Image */
.post-featured-image-wrapper {
    margin-bottom: 40px;
    border-radius: var(--wd-brd-radius);
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}
.post-featured-image-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
    display: block;
    transition: transform 0.5s ease;
}
.post-featured-image-wrapper:hover .post-featured-image-img {
    transform: scale(1.02);
}

/* Layout for Article content & sticky sharing */
.post-article-layout {
    display: flex;
    position: relative;
    gap: 30px;
}

/* Sticky Sharing (Desktop) */
.post-sharing-desktop {
    width: 60px;
    flex-shrink: 0;
}
.sticky-sharing-wrapper {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #f7fafc;
    padding: 15px 10px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid #edf2f7;
}
.share-text-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 11px;
    color: #a0aec0;
    margin-bottom: 5px;
    font-weight: 600;
}
.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.share-btn svg {
    width: 18px;
    height: 18px;
    fill: #718096;
    transition: fill 0.2s ease;
}
.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.08);
}
.share-telegram:hover { background-color: #0088cc; border-color: #0088cc; }
.share-whatsapp:hover { background-color: #25d366; border-color: #25d366; }
.share-twitter:hover { background-color: #000000; border-color: #000000; }
.share-copy-link:hover { background-color: var(--wd-primary-color); border-color: var(--wd-primary-color); }

.share-btn:hover svg {
    fill: #ffffff;
}
.share-btn.copied {
    background-color: #48bb78 !important;
    border-color: #48bb78 !important;
}
.share-btn.copied svg {
    fill: #ffffff !important;
}

/* Post Content Container */
.post-content-container {
    flex-grow: 1;
    max-width: 800px;
    margin: 0 auto;
}

/* Table of Contents (TOC) */
.toc-container {
    background-color: #fcfbfa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf2f7;
    margin-bottom: 15px;
}
.toc-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2d3748;
}
.toc-title-wrapper i {
    color: var(--wd-primary-color);
}
.toc-title {
    font-size: 16px;
    font-weight: 700;
}
.toc-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #718096;
    padding: 2px 8px;
    transition: color 0.2s ease;
}
.toc-toggle-btn:hover {
    color: var(--wd-primary-color);
}
.toc-list {
    list-style: none;
    padding-right: 0 !important;
    margin-bottom: 0;
}
.toc-item {
    margin-bottom: 10px;
}
.toc-item a {
    color: #4a5568;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease, padding-right 0.2s ease;
    display: inline-block;
}
.toc-item a:hover {
    color: var(--wd-primary-color);
    padding-right: 6px;
}
.toc-h2 {
    padding-right: 15px;
    position: relative;
}
.toc-h2::before {
    content: "•";
    position: absolute;
    right: 0;
    color: var(--wd-primary-color);
    font-weight: bold;
}
.toc-h3 {
    padding-right: 30px;
    position: relative;
}
.toc-h3::before {
    content: "◦";
    position: absolute;
    right: 15px;
    color: var(--wd-alternative-color);
}

/* Post Article Body styling */
.post-article-body {
    color: #2d3748;
    font-size: 17.5px;
    line-height: 1.85;
    font-family: 'Vazir-FD', 'Vazir', sans-serif !important;
}
.post-article-body p {
    margin-bottom: 1.6em;
    text-align: justify;
}
.post-article-body h2 {
    font-size: 24px;
    color: #1a202c;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-weight: 700 !important;
    border-right: 4px solid var(--wd-primary-color);
    padding-right: 12px;
}
.post-article-body h3 {
    font-size: 20px;
    color: #2d3748;
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-weight: 700 !important;
    border-right: 3px solid var(--wd-alternative-color);
    padding-right: 10px;
}
.post-article-body ul, .post-article-body ol {
    margin-bottom: 1.6em;
    padding-right: 25px;
}
.post-article-body li {
    margin-bottom: 8px;
}

/* Blockquotes & Callouts */
.post-article-body blockquote {
    background-color: #f7fafc;
    border-right: 5px solid var(--wd-primary-color);
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #4a5568;
}

/* Post Tags */
.post-tags-wrapper {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.tags-label {
    font-size: 14px;
    color: #718096;
    font-weight: 600;
}
.post-tags-wrapper a {
    background: #f1f5f9;
    color: #475569;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.post-tags-wrapper a:hover {
    background: var(--wd-primary-color);
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Author Biography Card */
.post-author-bio-card {
    display: flex;
    background: #fdfbf7;
    border: 1px solid #f5efe6;
    border-radius: 16px;
    padding: 25px;
    margin-top: 45px;
    gap: 20px;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.author-bio-avatar-img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.author-bio-details {
    flex-grow: 1;
}
.author-bio-name {
    font-size: 18px;
    color: #1a202c;
    margin-bottom: 8px;
    font-weight: 700;
}
.author-bio-text {
    font-size: 14.5px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 12px;
}
.author-bio-website {
    font-size: 13px;
    color: var(--wd-primary-color);
    font-weight: 600;
    text-decoration: underline;
}
.author-bio-website:hover {
    color: var(--wd-alternative-color);
}

/* Post Navigation (Prev/Next Cards) */
.post-navigation-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #edf2f7;
    gap: 20px;
}
.post-nav-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.post-nav-prev {
    align-items: flex-start;
}
.post-nav-next {
    align-items: flex-end;
}
.nav-direction {
    font-size: 12px;
    color: #a0aec0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.nav-post-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #2d3748;
    transition: color 0.2s ease;
}
.post-nav-next .nav-post-link {
    flex-direction: row-reverse;
}
.nav-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.nav-post-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 200px;
    transition: color 0.2s ease;
}
.nav-post-link:hover .nav-post-title {
    color: var(--wd-primary-color);
}

/* Related Posts Section */
.related-posts-section {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #edf2f7;
}
.related-posts-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a202c;
    position: relative;
    padding-bottom: 10px;
}
.related-posts-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: var(--wd-primary-color);
    border-radius: 3px;
}
.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.related-post-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.related-post-thumbnail {
    height: 160px;
    overflow: hidden;
}
.related-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.related-post-card:hover .related-thumb-img {
    transform: scale(1.05);
}
.related-post-details {
    padding: 15px;
}
.related-post-card-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 44px;
    overflow: hidden;
}
.related-post-card-title a {
    color: #2d3748;
    transition: color 0.2s ease;
}
.related-post-card-title a:hover {
    color: var(--wd-primary-color);
}
.related-post-card-date {
    font-size: 12px;
    color: #a0aec0;
}

/* Sharing for Mobile */
.post-sharing-mobile {
    display: none;
    margin-top: 30px;
    padding: 20px;
    background: #f7fafc;
    border-radius: 12px;
}
.share-text-label-mobile {
    font-size: 13px;
    color: #4a5568;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}
.sharing-buttons-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.share-btn-m {
    flex-grow: 1;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.share-btn-m:hover {
    opacity: 0.9;
}
.share-btn-m.share-telegram { background-color: #0088cc; }
.share-btn-m.share-whatsapp { background-color: #25d366; }
.share-btn-m.share-twitter { background-color: #000000; }
.share-btn-m.share-copy-link { background-color: var(--wd-primary-color); }

/* ==========================================================================
   REDESIGNED COMMENTS SECTION (بخش نظرات حرفه‌ای)
   ========================================================================== */
.comments-area {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #edf2f7;
}
.comments-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}
.comments-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: var(--wd-primary-color);
    border-radius: 3px;
}
.comments-title span {
    font-size: 15px;
    color: #718096;
    font-weight: 400;
}
.comment-list {
    list-style: none;
    padding-right: 0 !important;
    margin-bottom: 40px;
}

/* Individual Comment Styling */
.comment-list li.comment {
    margin-bottom: 30px;
}
.comment-body {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 22px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.comment-body:hover {
    border-color: #e2e8f0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}
.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.comment-author img.avatar {
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}
.comment-author b.fn {
    font-size: 15px;
    color: #2d3748;
    font-weight: 700;
}
.comment-metadata {
    font-size: 12px;
    color: #a0aec0;
}
.comment-metadata a {
    color: #a0aec0;
}
.comment-content {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 15px;
}
.comment-content p {
    margin-bottom: 0;
}
.reply {
    text-align: left;
}
.reply a.comment-reply-link {
    display: inline-block;
    padding: 6px 16px;
    background: #f7fafc;
    color: #4a5568;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.2s ease;
    border: 1px solid #edf2f7;
}
.reply a.comment-reply-link:hover {
    background: var(--wd-primary-color);
    color: #ffffff !important;
    border-color: var(--wd-primary-color);
    transform: translateY(-1px);
}

/* Thread Nesting / Children */
.comment-list .children {
    list-style: none;
    padding-right: 40px !important;
    margin-top: 20px;
    border-right: 2px solid #edf2f7;
    position: relative;
}

/* Comment Form styling */
.comment-respond {
    background: #fdfbf7;
    border: 1px solid #f5efe6;
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
#reply-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a202c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cancel-comment-reply-link {
    font-size: 13px;
    color: #e53e3e;
    font-weight: 600;
    text-decoration: underline;
}
.comment-form p {
    margin-bottom: 20px;
}
.comment-form label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14.5px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    outline: none;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: var(--wd-primary-color);
    box-shadow: 0 0 0 3px rgba(62, 124, 74, 0.15);
}
.comment-form textarea {
    resize: vertical;
    min-height: 150px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px !important;
}
.comment-form-cookies-consent input {
    margin: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.comment-form-cookies-consent label {
    margin: 0;
    font-size: 13px;
    color: #718096;
    cursor: pointer;
    font-weight: 400;
}
.comment-form-submit {
    margin-bottom: 0 !important;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .post-sharing-desktop {
        display: none;
    }
    .post-sharing-mobile {
        display: block;
    }
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .parvarshop-featured-selected-section {
        padding-bottom: 28px !important;
    }

    .parvarshop-consultation-section {
        padding: 0 12px 40px 12px !important;
    }

    .consultation-text,
    .consultation-side-card {
        padding: 22px;
        border-radius: 18px;
    }

    .consultation-text h3,
    .consultation-side-card h4 {
        font-size: 22px;
    }

    .consultation-mini-stats {
        grid-template-columns: 1fr;
    }

    .parandeh-mobile-consultation-bar {
        padding: 8px 10px 0;
    }

    .parandeh-mobile-consultation-bar__inner {
        align-items: stretch;
        flex-direction: column;
        padding: 12px;
    }

    .parandeh-mobile-consultation-bar__button {
        width: 100%;
    }

    .parandeh-single-article {
        padding: 20px;
    }
    .post-main-title {
        font-size: 24px;
    }
    .post-meta-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .post-meta-details {
        gap: 12px;
    }
    .post-navigation-container {
        flex-direction: column;
        gap: 25px;
    }
    .post-nav-next {
        align-items: flex-start;
    }
    .post-nav-next .nav-post-link {
        flex-direction: row;
    }
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    .comment-list .children {
        padding-right: 20px !important;
    }
}

/* ==========================================================================
   BIRD CARE LIBRARY PAGE STYLING (کتابخانه مراقبت از پرندگان)
   ========================================================================== */
.care-library-wrapper {
    direction: rtl;
    font-family: 'Vazir-FD', 'Vazir', sans-serif;
    color: #2d3748;
    margin-bottom: 50px;
}

/* Hero Section */
.care-library-hero {
    background: linear-gradient(135deg, rgba(62, 124, 74, 0.9), rgba(218, 105, 65, 0.85)), 
                url('../woodmart/images/background.jpg') center/cover;
    border-radius: var(--wd-brd-radius);
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.care-hero-title {
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-size: 36px;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.care-hero-subtitle {
    font-size: 16px;
    opacity: 0.95;
    margin-bottom: 35px;
    font-weight: 400;
}

/* Search Box */
.care-search-container {
    max-width: 600px;
    margin: 0 auto;
}
.care-search-box {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}
.care-search-box input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 12px 25px;
    font-size: 15px;
    color: #2d3748;
    outline: none;
    width: 100%;
}
.search-icon-btn {
    width: 45px;
    height: 45px;
    background-color: var(--wd-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
}

/* Filters */
.care-filter-container {
    text-align: center;
    margin-bottom: 40px;
}
.care-filter-tabs {
    display: inline-flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 30px;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    margin-bottom: 15px;
}
.filter-tab {
    border: none;
    background: transparent;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.filter-tab:hover {
    color: var(--wd-primary-color);
}
.filter-tab.active {
    background-color: #ffffff;
    color: var(--wd-primary-color);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.care-help-text {
    font-size: 13.5px;
    color: #718096;
}

/* Grid layout */
.bird-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Bird Card Accordion */
.bird-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: fit-content;
}
.bird-card:hover {
    border-color: #e2e8f0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.bird-card-header {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}
.bird-card-header:hover {
    background-color: #fcfbfa;
}
.bird-card-title-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bird-name {
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-size: 18px;
    font-weight: 700 !important;
    color: #1a202c;
    margin: 0 !important;
}
.bird-scientific-name {
    font-size: 12.5px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    color: #718096;
}
.bird-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bird-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    color: #ffffff;
}
.category-parrots {
    background-color: var(--wd-alternative-color);
}
.category-finches {
    background-color: var(--wd-primary-color);
}
.accordion-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0aec0;
    font-size: 11px;
    transition: all 0.25s ease;
}
.bird-card:hover .accordion-arrow {
    background: var(--wd-primary-color);
    color: #ffffff;
}

/* Expended content state styling */
.bird-card-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
    background-color: #ffffff;
    border-top: 0px solid transparent;
}
.bird-card.expanded {
    border-color: #e2e8f0;
}
.bird-card.expanded .bird-card-content {
    max-height: 1200px;
    opacity: 1;
    padding: 24px;
    border-top: 1px solid #edf2f7;
    background-color: #ffffff;
}
.bird-card.expanded .accordion-arrow {
    background-color: var(--wd-primary-color);
    color: #ffffff;
    transform: rotate(180deg);
}

/* Details grid inside card */
.care-details-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.care-detail-block {
    background-color: #fdfbf7;
    border: 1px solid #f7efe4;
    border-radius: 12px;
    padding: 18px;
    transition: transform 0.2s ease;
}
.care-detail-block:hover {
    transform: translateX(-2px);
}
.care-detail-block h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.care-detail-block h4 i {
    font-size: 14px;
}
.nutrition h4 i { color: #48bb78; }
.housing h4 i { color: var(--wd-primary-color); }
.lifespan h4 i { color: #e53e3e; }
.behavior h4 i { color: var(--wd-alternative-color); }

.care-detail-block p {
    font-size: 13.5px;
    line-height: 1.65;
    color: #4a5568;
    margin: 0;
    text-align: justify;
}
.care-detail-block p strong {
    color: #e53e3e;
}

/* Responsive queries */
@media (max-width: 1199px) {
    .bird-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .care-library-hero {
        padding: 40px 20px;
    }
    .care-hero-title {
        font-size: 26px;
    }
    .bird-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .bird-card-header {
        padding: 18px;
    }
    .bird-card.expanded .bird-card-content {
        padding: 18px;
    }
    .care-filter-tabs {
        width: 100%;
        border-radius: 15px;
        flex-direction: column;
        padding: 5px;
    }
    .filter-tab {
        width: 100%;
        text-align: center;
        padding: 8px;
    }
}

/* Page Title Margin Fix — no negative pull under redesigned header (mb:0) */
.page-title {
    margin-block: 0 24px !important;
}

/* ==========================================================================
   WOOCOMMERCE PRODUCT BOX — redesign (grid / loop cards)
   ========================================================================== */
.products-grid .product-grid-item,
.products-grid .wd-product,
.wd-products-element .product-grid-item,
.wd-products-element .wd-product,
.product-grid-item,
.wd-product {
    --pv-card-radius: 16px;
    --pv-card-pad: 14px;
    --pv-card-ink: #1a2e22;
    --pv-card-muted: #6b7c72;
    --pv-card-line: rgba(31, 66, 39, 0.1);
    --pv-card-soft: #f3f7f4;
    --pv-card-shadow: 0 8px 24px rgba(31, 66, 39, 0.06);
    --pv-card-shadow-hover: 0 16px 36px rgba(31, 66, 39, 0.12);
    --text-align: start;
    text-align: start !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.product-grid-item .product-wrapper,
.wd-product .product-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    flex-grow: 1 !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid var(--pv-card-line) !important;
    border-radius: var(--pv-card-radius) !important;
    box-shadow: var(--pv-card-shadow) !important;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease !important;
}

.product-grid-item:hover .product-wrapper,
.wd-product:hover .product-wrapper {
    transform: translateY(-4px) !important;
    border-color: rgba(62, 124, 74, 0.28) !important;
    box-shadow: var(--pv-card-shadow-hover) !important;
}

/* --- Image --- */
.product-grid-item .product-element-top,
.wd-product .product-element-top {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: var(--pv-card-soft) !important;
    border-radius: 0 !important;
    display: block !important;
}

.product-grid-item .product-image-link,
.wd-product .product-image-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.product-grid-item .product-element-top img,
.wd-product .product-element-top img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.product-grid-item:hover .product-element-top img,
.wd-product:hover .product-element-top img {
    transform: scale(1.05) !important;
}

.product-grid-item .product-element-top::after,
.wd-product .product-element-top::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(26, 46, 34, 0.08) 0%,
        transparent 42%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.28s ease;
}

.product-grid-item:hover .product-element-top::after,
.wd-product:hover .product-element-top::after {
    opacity: 1;
}

/* --- Sale / product labels --- */
.product-grid-item .product-labels,
.wd-product .product-labels,
.product-grid-item .wd-product-labels,
.wd-product .wd-product-labels {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
}

.product-grid-item .product-label,
.wd-product .product-label,
.product-grid-item .onsale,
.wd-product .onsale {
    margin: 0 !important;
    padding: 5px 10px !important;
    min-width: 0 !important;
    border-radius: 999px !important;
    background: var(--wd-sale-color) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: 0 6px 14px rgba(230, 57, 70, 0.28) !important;
}

/* --- Bird suitability badges (overlay on image) --- */
.product-grid-item .bird-badges-wrapper,
.wd-product .bird-badges-wrapper {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    z-index: 4 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    max-width: calc(100% - 64px) !important;
    margin: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
}

.product-grid-item .bird-suitability-badge,
.wd-product .bird-suitability-badge {
    margin: 0 !important;
    padding: 5px 10px !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(26, 46, 34, 0.14) !important;
    backdrop-filter: blur(4px);
}

.product-grid-item.wd-with-labels .bird-badges-wrapper,
.wd-product.wd-with-labels .bird-badges-wrapper {
    top: auto !important;
    bottom: 10px !important;
}

/* --- Quick view / wishlist action buttons --- */
.product-grid-item .wd-buttons.wd-pos-r-t,
.wd-product .wd-buttons.wd-pos-r-t {
    position: absolute !important;
    top: 10px !important;
    inset-inline-end: 10px !important;
    inset-inline-start: auto !important;
    left: 10px !important;
    right: auto !important;
    z-index: 6 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translate3d(-8px, 0, 0) !important;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease !important;
}

body.rtl .product-grid-item .wd-buttons.wd-pos-r-t,
body.rtl .wd-product .wd-buttons.wd-pos-r-t,
html[dir="rtl"] .product-grid-item .wd-buttons.wd-pos-r-t,
html[dir="rtl"] .wd-product .wd-buttons.wd-pos-r-t {
    left: 10px !important;
    right: auto !important;
    transform: translate3d(-8px, 0, 0) !important;
}

.product-grid-item:hover .wd-buttons.wd-pos-r-t,
.wd-product:hover .wd-buttons.wd-pos-r-t,
.product-grid-item:focus-within .wd-buttons.wd-pos-r-t,
.wd-product:focus-within .wd-buttons.wd-pos-r-t {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.product-grid-item .wd-buttons .wd-action-btn,
.wd-product .wd-buttons .wd-action-btn {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.product-grid-item .wd-buttons .wd-action-btn > a,
.wd-product .wd-buttons .wd-action-btn > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(31, 66, 39, 0.08) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--pv-card-ink) !important;
    box-shadow: 0 8px 18px rgba(26, 46, 34, 0.12) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}

.product-grid-item .wd-buttons .wd-action-btn > a span,
.wd-product .wd-buttons .wd-action-btn > a span,
.product-grid-item .wd-buttons .wd-action-btn > a .wd-tooltip-label,
.wd-product .wd-buttons .wd-action-btn > a .wd-tooltip-label {
    display: none !important;
}

.product-grid-item .wd-buttons .wd-action-btn > a:before,
.wd-product .wd-buttons .wd-action-btn > a:before {
    font-family: "woodmart-font" !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: inherit !important;
    margin: 0 !important;
}

.product-grid-item .wd-buttons .wd-action-btn > a:hover,
.wd-product .wd-buttons .wd-action-btn > a:hover {
    background: var(--wd-primary-color) !important;
    border-color: var(--wd-primary-color) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(62, 124, 74, 0.28) !important;
}

.product-grid-item .wd-buttons .wd-wishlist-btn > a:hover,
.wd-product .wd-buttons .wd-wishlist-btn > a:hover,
.product-grid-item .wd-buttons .wd-wishlist-btn.wd-added > a,
.wd-product .wd-buttons .wd-wishlist-btn.wd-added > a {
    background: var(--wd-alternative-color) !important;
    border-color: var(--wd-alternative-color) !important;
    color: #ffffff !important;
}

/* --- Info block --- */
.product-grid-item .product-wrapper > .wd-entities-title,
.wd-product .product-wrapper > .wd-entities-title,
.product-grid-item .product-wrapper > .wd-product-cats,
.wd-product .product-wrapper > .wd-product-cats,
.product-grid-item .product-wrapper > .wd-product-brands-links,
.wd-product .product-wrapper > .wd-product-brands-links,
.product-grid-item .product-wrapper > .wd-product-sku,
.wd-product .product-wrapper > .wd-product-sku,
.product-grid-item .product-wrapper > .star-rating,
.wd-product .product-wrapper > .star-rating,
.product-grid-item .product-wrapper > .wd-star-rating,
.wd-product .product-wrapper > .wd-star-rating,
.product-grid-item .product-wrapper > .price,
.wd-product .product-wrapper > .price,
.product-grid-item .product-wrapper > .wd-add-btn,
.wd-product .product-wrapper > .wd-add-btn,
.product-grid-item .product-element-bottom,
.wd-product .product-element-bottom,
.product-grid-item .product-information,
.wd-product .product-information,
.product-grid-item .wd-product-info,
.wd-product .wd-product-info {
    padding-inline: var(--pv-card-pad) !important;
}

.product-grid-item .product-wrapper > .wd-entities-title,
.wd-product .product-wrapper > .wd-entities-title {
    margin: 14px 0 6px !important;
    padding-top: 0 !important;
}

.product-grid-item .product-information,
.wd-product .product-information,
.product-grid-item .wd-product-info,
.wd-product .wd-product-info,
.product-grid-item .product-element-bottom,
.wd-product .product-element-bottom {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding-block: 14px !important;
    background: #ffffff !important;
}

.product-grid-item .wd-entities-title,
.wd-product .wd-entities-title {
    font-family: 'Sahel-FD', 'Sahel', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.55 !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 0 2px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    text-align: start !important;
}

.product-grid-item .wd-entities-title a,
.wd-product .wd-entities-title a {
    display: -webkit-box !important;
    width: 100% !important;
    color: var(--pv-card-ink) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.product-grid-item .wd-entities-title a:hover,
.wd-product .wd-entities-title a:hover {
    color: var(--wd-primary-color) !important;
}

.product-grid-item .wd-product-cats,
.wd-product .wd-product-cats,
.product-grid-item .wd-product-brands-links,
.wd-product .wd-product-brands-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 4px 8px !important;
    margin: 0 0 2px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: var(--pv-card-muted) !important;
    text-align: start !important;
}

.product-grid-item .wd-product-cats a,
.wd-product .wd-product-cats a {
    color: var(--pv-card-muted) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.product-grid-item .wd-product-cats a:hover,
.wd-product .wd-product-cats a:hover {
    color: var(--wd-primary-color) !important;
}

.product-grid-item .wd-star-rating,
.wd-product .wd-star-rating,
.product-grid-item .star-rating,
.wd-product .star-rating {
    align-self: flex-start !important;
    margin: 0 0 4px !important;
    min-height: 16px !important;
    opacity: 0.9;
}

.product-grid-item .price,
.wd-product .price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 6px 10px !important;
    margin: auto 0 12px !important;
    padding-bottom: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    color: var(--wd-primary-color-dark) !important;
    text-align: start !important;
}
.product-grid-item .price del,
.wd-product .price del {
    order: 2;
    color: #94a3a0 !important;
    font-size: 0.78em !important;
    font-weight: 600 !important;
    opacity: 0.9;
}

.product-grid-item .price ins,
.wd-product .price ins {
    order: 1;
    background: none !important;
    color: var(--wd-sale-color) !important;
    text-decoration: none !important;
    font-weight: 800 !important;
}

/* --- Add to cart --- */
.product-grid-item .wd-add-btn,
.wd-product .wd-add-btn,
.product-grid-item .product-element-bottom > .wd-add-btn,
.wd-product .product-element-bottom > .wd-add-btn {
    margin-top: auto !important;
    margin-bottom: var(--pv-card-pad) !important;
    width: calc(100% - (var(--pv-card-pad) * 2)) !important;
    padding-inline: 0 !important;
    margin-inline: var(--pv-card-pad) !important;
}

.product-grid-item .product-wrapper > .wd-add-btn,
.wd-product .product-wrapper > .wd-add-btn {
    width: auto !important;
    margin-inline: 0 !important;
    padding-inline: var(--pv-card-pad) !important;
    margin-bottom: var(--pv-card-pad) !important;
}

.product-grid-item .wd-add-btn > a,
.wd-product .wd-add-btn > a,
.product-grid-item .wd-add-btn .button,
.wd-product .wd-add-btn .button,
.product-grid-item .add_to_cart_button,
.wd-product .add_to_cart_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(
        135deg,
        var(--wd-primary-color) 0%,
        var(--wd-primary-color-dark) 100%
    ) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    box-shadow: 0 8px 18px rgba(62, 124, 74, 0.22) !important;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        filter 0.2s ease !important;
}

.product-grid-item .wd-add-btn > a:hover,
.wd-product .wd-add-btn > a:hover,
.product-grid-item .add_to_cart_button:hover,
.wd-product .add_to_cart_button:hover {
    background: linear-gradient(
        135deg,
        var(--wd-alternative-color) 0%,
        #bd532d 100%
    ) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 22px rgba(230, 126, 34, 0.28) !important;
}

.product-grid-item .wd-add-btn > a.added,
.wd-product .wd-add-btn > a.added,
.product-grid-item .add_to_cart_button.added,
.wd-product .add_to_cart_button.added {
    background: var(--wd-primary-color-darker) !important;
}

/* --- List / compact views --- */
.product-list-item .product-wrapper,
.wd-product.product-list-item .product-wrapper {
    flex-direction: row !important;
    align-items: stretch !important;
}

.product-list-item .product-element-top,
.wd-product.product-list-item .product-element-top {
    width: 160px !important;
    min-width: 160px !important;
    aspect-ratio: 1 / 1 !important;
    flex-shrink: 0 !important;
}

.product-list-item .wd-buttons.wd-pos-r-t,
.wd-product.product-list-item .wd-buttons.wd-pos-r-t {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .product-grid-item .wd-buttons.wd-pos-r-t,
    .wd-product .wd-buttons.wd-pos-r-t {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .product-grid-item .wd-buttons .wd-action-btn,
    .wd-product .wd-buttons .wd-action-btn,
    .product-grid-item .wd-buttons .quick-view,
    .wd-product .wd-buttons .quick-view {
        display: flex !important;
    }

    .product-grid-item .wd-buttons .wd-action-btn > a,
    .wd-product .wd-buttons .wd-action-btn > a {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 767px) {
    .products-grid .product-grid-item,
    .products-grid .wd-product,
    .product-grid-item,
    .wd-product {
        --pv-card-pad: 12px;
        --pv-card-radius: 14px;
    }

    .product-grid-item:hover .product-wrapper,
    .wd-product:hover .product-wrapper {
        transform: none !important;
    }

    .product-grid-item .wd-entities-title,
    .wd-product .wd-entities-title {
        font-size: 13.5px !important;
        min-height: 42px !important;
        max-height: 42px !important;
    }

    .product-grid-item .star-rating,
    .wd-product .star-rating,
    .product-grid-item .wd-star-rating,
    .wd-product .wd-star-rating {
        align-self: center !important;
        margin-inline: auto !important;
        transform-origin: center center;
    }

    .product-grid-item .price,
    .wd-product .price {
        font-size: 13.5px !important;
        margin-bottom: 10px !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .product-grid-item .wd-add-btn > a,
    .wd-product .wd-add-btn > a,
    .product-grid-item .add_to_cart_button,
    .wd-product .add_to_cart_button {
        min-height: 34px !important;
        font-size: 11px !important;
        border-radius: 10px !important;
        padding: 6px 8px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        box-shadow: 0 4px 12px rgba(62, 124, 74, 0.18) !important;
    }

    .product-grid-item .wd-add-btn > a span,
    .wd-product .wd-add-btn > a span,
    .product-grid-item .add_to_cart_button span,
    .wd-product .add_to_cart_button span {
        white-space: nowrap !important;
    }

    .product-grid-item .bird-suitability-badge,
    .wd-product .bird-suitability-badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }

    .product-list-item .product-element-top,
    .wd-product.product-list-item .product-element-top {
        width: 120px !important;
        min-width: 120px !important;
    }
}

@media (max-width: 480px) {
    .product-grid-item .wd-product-cats,
    .wd-product .wd-product-cats {
        display: none !important;
    }

    .product-grid-item .star-rating,
    .wd-product .star-rating,
    .product-grid-item .wd-star-rating,
    .wd-product .wd-star-rating {
        transform: scale(0.92);
        transform-origin: center center;
        align-self: center !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-grid-item .product-wrapper,
    .wd-product .product-wrapper,
    .product-grid-item .product-element-top img,
    .wd-product .product-element-top img,
    .product-grid-item .wd-buttons.wd-pos-r-t,
    .wd-product .wd-buttons.wd-pos-r-t,
    .product-grid-item .wd-add-btn > a,
    .wd-product .wd-add-btn > a {
        transition: none !important;
    }
}

/* ==========================================================================
   CONTACT DETAILS & ENAMAD SECTIONS
   ========================================================================== */
.parandeh-section-eyebrow,
.parandeh-enamad-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(62, 124, 74, 0.12);
    color: var(--wd-primary-color);
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.parandeh-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.parandeh-contact-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.parandeh-contact-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.parandeh-contact-title {
    color: #0f172a;
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.parandeh-contact-text {
    color: #475569;
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 16px;
}

.parandeh-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.parandeh-contact-list li {
    color: #334155;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.parandeh-contact-list-phones li,
.parandeh-contact-list-social li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.parandeh-contact-list-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.parandeh-contact-list-social li {
    display: block;
    margin: 0;
}

/* Instagram profile chips */
.parandeh-ig-link {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 6px 14px 6px 8px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    color: #1f2937 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3;
    text-decoration: none !important;
    direction: ltr;
    unicode-bidi: isolate;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.parandeh-ig-link__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
    color: #fff;
    box-shadow: 0 4px 10px rgba(221, 42, 123, 0.35);
}

.parandeh-ig-link__badge .parandeh-ig-icon,
.parandeh-ig-link__badge svg {
    width: 15px;
    height: 15px;
    display: block;
}

.parandeh-ig-link__label {
    letter-spacing: -0.01em;
}

.parandeh-ig-link:hover,
.parandeh-ig-link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(221, 42, 123, 0.28);
    box-shadow: 0 10px 22px rgba(221, 42, 123, 0.18);
    color: #111827 !important;
}

.parandeh-contact-list a {
    color: var(--wd-primary-color);
    font-weight: 700;
}

.parandeh-contact-list a:hover {
    color: var(--wd-alternative-color);
}

.parandeh-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--wd-primary-color) 0%, #2F5F38 100%);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(62, 124, 74, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.parandeh-action-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(62, 124, 74, 0.28);
    background: linear-gradient(135deg, var(--wd-alternative-color) 0%, #bd532d 100%);
}

.parandeh-contact-page-panel {
    margin-top: 48px;
    padding: 38px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.parandeh-section-intro {
    margin-bottom: 28px;
}

.parandeh-section-intro h2 {
    color: #0f172a;
    font-size: 28px;
    margin-bottom: 10px;
}

.parandeh-section-intro p {
    color: #475569;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

.footer-container .main-footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ==========================================================================
   Site Footer — minimal, practical, responsive
   ========================================================================== */
.parandeh-site-footer {
    margin: 0;
    padding: 48px 0 0;
    color: #c8d9cb;
    background: var(--wd-primary-color-darker, #1F4227);
}

.parandeh-site-footer__inner {
    width: 100%;
}

.parandeh-site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.15fr;
    gap: 36px 28px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.parandeh-site-footer__logo {
    display: inline-block;
    margin-bottom: 12px;
    line-height: 0;
    text-decoration: none !important;
}

/* Beat Elementor `.elementor img { height:auto; max-width:100% }` (same specificity, loads later) */
.elementor .parandeh-site-footer__logo img,
.footer-container .parandeh-site-footer__logo img,
.parandeh-site-footer .parandeh-site-footer__logo img {
    display: block !important;
    width: auto !important;
    height: 56px !important;
    max-width: 140px !important;
    max-height: 56px !important;
    object-fit: contain !important;
}

.parandeh-site-footer__logo:hover {
    opacity: 0.9;
}

.parandeh-site-footer__brand p,
.parandeh-site-footer__newsletter > p {
    margin: 0 0 16px;
    color: #b7cbb9 !important;
    font-size: 13.5px;
    line-height: 1.9;
}

.parandeh-site-footer__col h4 {
    margin: 0 0 14px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
}

.parandeh-site-footer__links,
.parandeh-site-footer__meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parandeh-site-footer__links li,
.parandeh-site-footer__meta li {
    margin: 0 0 8px;
    display: block !important;
}

.parandeh-site-footer__links a,
.parandeh-site-footer__meta a,
.parandeh-site-footer__bottom-links a {
    color: #d5e4d6 !important;
    font-size: 13.5px;
    line-height: 1.7;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.parandeh-site-footer__links a:hover,
.parandeh-site-footer__meta a:hover,
.parandeh-site-footer__bottom-links a:hover {
    color: #ffffff !important;
    padding-right: 0 !important;
}

.parandeh-site-footer__meta li {
    color: #b7cbb9 !important;
    font-size: 13.5px;
    line-height: 1.8;
}

.parandeh-site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
}

.parandeh-site-footer__socials .parandeh-ig-link {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f3faf4 !important;
    box-shadow: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.parandeh-site-footer__socials .parandeh-ig-link:hover,
.parandeh-site-footer__socials .parandeh-ig-link:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    padding-right: 14px !important;
}

.parandeh-site-footer__newsletter .parandeh-newsletter-form {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 320px;
}

.parandeh-newsletter-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 42px;
    border-radius: var(--wd-form-brd-radius, 8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 0 12px;
    font-size: 13px;
}

.parandeh-newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.parandeh-newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
}

.parandeh-newsletter-form button {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 16px;
    border: none;
    border-radius: var(--wd-btn-radius, 8px) !important;
    background: var(--wd-alternative-color, #E67E22);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.parandeh-newsletter-form button:hover {
    background: #cf6d15;
}

.parandeh-newsletter-form button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.parandeh-newsletter-form__message {
    margin: 10px 0 0;
    font-size: 12.5px;
    color: #9ad68f;
    min-height: 0;
}

.parandeh-newsletter-form__message:empty {
    display: none;
}

.parandeh-newsletter-form__message.is-error {
    color: #ffb3b8;
}

.parandeh-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 0 22px;
}

.parandeh-site-footer__bottom p {
    margin: 0;
    color: #9fb4a1 !important;
    font-size: 12.5px;
    line-height: 1.7;
}

.parandeh-footer-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
}

.parandeh-footer-trust .parandeh-enamad-seal,
.parandeh-enamad-seal-wrap .parandeh-enamad-seal {
    display: inline-block;
    line-height: 0;
    text-decoration: none !important;
}

.parandeh-footer-trust .parandeh-enamad-seal img {
    display: block;
    width: 78px;
    height: auto;
    max-width: 100%;
}

.parandeh-enamad-seal-wrap {
    display: flex;
    align-items: center;
    margin: 18px 0 8px;
}

.parandeh-enamad-seal-wrap .parandeh-enamad-seal img {
    display: block;
    width: 125px;
    height: auto;
    max-width: 100%;
}

.parandeh-site-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.parandeh-site-footer__bottom-links a {
    font-size: 12.5px;
    color: #b7cbb9 !important;
}

.parandeh-enamad-page {
    max-width: 980px;
    margin: 0 auto;
}

.parandeh-enamad-hero {
    padding: 42px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(62, 124, 74, 0.1) 0%, rgba(218, 105, 65, 0.1) 100%);
    border: 1px solid rgba(62, 124, 74, 0.12);
    margin-bottom: 28px;
}

.parandeh-enamad-hero h1 {
    color: #0f172a;
    font-size: 34px;
    margin-bottom: 14px;
}

.parandeh-enamad-hero p,
.parandeh-enamad-section p,
.parandeh-enamad-points li {
    color: #475569;
    line-height: 2;
    font-size: 15px;
}

.parandeh-enamad-section {
    padding: 32px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.04);
    margin-bottom: 22px;
}

.parandeh-enamad-section h2 {
    color: #0f172a;
    font-size: 24px;
    margin-bottom: 14px;
}

.parandeh-enamad-points {
    margin: 0;
    padding-right: 20px;
}

.parandeh-code-block {
    direction: ltr;
    text-align: left;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .parandeh-site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }
}

@media (max-width: 991px) {
    .parandeh-contact-grid,
    .parandeh-contact-grid.compact {
        grid-template-columns: 1fr;
    }

    .parandeh-contact-page-panel,
    .parandeh-enamad-hero,
    .parandeh-enamad-section {
        padding: 28px;
    }

    .parandeh-site-footer {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .parandeh-section-intro h2,
    .parandeh-enamad-hero h1 {
        font-size: 24px;
    }

    .parandeh-contact-card,
    .parandeh-contact-page-panel,
    .parandeh-enamad-hero,
    .parandeh-enamad-section {
        padding: 22px;
    }

    .parandeh-site-footer {
        padding-top: 36px;
        text-align: right;
    }

    .parandeh-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 28px;
    }

    .parandeh-site-footer__links li,
    .parandeh-site-footer__meta li {
        justify-content: flex-start !important;
    }

    .parandeh-site-footer__newsletter .parandeh-newsletter-form {
        max-width: none;
    }

    .parandeh-site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0 20px;
    }

    .parandeh-footer-trust {
        order: -1;
    }

    .parandeh-footer-trust .parandeh-enamad-seal img {
        width: 72px;
    }
}

/* ==========================================================================
   CONSULTATION CENTER PAGE
   ========================================================================== */
.parandeh-consultation-page {
    max-width: 1180px;
    margin: 0 auto 60px;
    direction: rtl;
}

.parandeh-consultation-hero {
    position: relative;
    overflow: hidden;
    padding: 48px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(62, 124, 74, 0.14) 0%, rgba(218, 105, 65, 0.12) 100%),
        #ffffff;
    border: 1px solid rgba(62, 124, 74, 0.14);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.parandeh-consultation-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(62, 124, 74, 0.12), transparent 30%),
        radial-gradient(circle at bottom left, rgba(218, 105, 65, 0.12), transparent 24%);
    pointer-events: none;
}

.parandeh-consultation-hero__content {
    position: relative;
    z-index: 1;
}

.parandeh-consultation-hero h1 {
    color: #0f172a;
    font-size: 36px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.parandeh-consultation-hero p {
    max-width: 760px;
    color: #475569;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 28px;
}

.parandeh-consultation-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.parandeh-consultation-hero__stats div,
.parandeh-consultation-guide__card,
.parandeh-consultation-form-card,
.parandeh-consultation-tracking,
.parandeh-consultation-result-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.parandeh-consultation-hero__stats div {
    padding: 22px;
}

.parandeh-consultation-hero__stats strong,
.parandeh-consultation-guide__card h3,
.parandeh-consultation-form-card h2,
.parandeh-consultation-result-card h3 {
    display: block;
    color: #0f172a;
}

.parandeh-consultation-hero__stats strong {
    font-size: 16px;
    margin-bottom: 8px;
}

.parandeh-consultation-hero__stats span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}

.parandeh-consultation-alert {
    margin: 24px 0 0;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

.parandeh-consultation-alert.is-success {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.parandeh-consultation-alert.is-error {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.16);
}

.parandeh-consultation-guide,
.parandeh-consultation-forms,
.parandeh-consultation-tracking {
    margin-top: 32px;
}

.parandeh-consultation-guide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.parandeh-consultation-guide__card,
.parandeh-consultation-form-card,
.parandeh-consultation-tracking {
    padding: 30px;
}

.parandeh-consultation-guide__card h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.parandeh-consultation-guide__card ul {
    margin: 0;
    padding-right: 18px;
}

.parandeh-consultation-guide__card li,
.parandeh-consultation-result-block p,
.parandeh-consultation-empty {
    color: #475569;
    font-size: 14px;
    line-height: 2;
}

.parandeh-consultation-guide__card li {
    margin-bottom: 8px;
}

.parandeh-consultation-forms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.parandeh-consultation-forms.is-single {
    grid-template-columns: minmax(0, 640px);
}

.parandeh-form-simple {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
}

.parandeh-form-simple p {
    margin: 0;
}

.parandeh-optional {
    color: #94a3b8;
    font-weight: 500;
}

.parandeh-consultation-form.is-simple select,
.parandeh-consultation-form.is-simple textarea,
.parandeh-consultation-form.is-simple input[type="tel"] {
    width: 100%;
}

.parandeh-admin-answer-panel {
    margin-top: 32px;
    padding: 28px;
    background: #fff8f1;
    border: 1px solid rgba(218, 105, 65, 0.2);
    border-radius: 22px;
}

.parandeh-admin-answer-list {
    display: grid;
    gap: 18px;
}

.parandeh-admin-answer-card {
    padding: 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 18px;
}

.parandeh-admin-answer-card__head h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
}

.parandeh-admin-answer-card__question {
    margin: 14px 0 18px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 14px;
    color: #475569;
    font-size: 14px;
    line-height: 2;
}

.parandeh-admin-edit-link {
    display: inline-block;
    margin-right: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.parandeh-home-qa-list.is-full {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.parandeh-home-qa-section .parandeh-home-qa-links {
    margin-top: 8px;
}

.parandeh-consultation-form {
    margin-top: 8px;
}

.parandeh-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    margin-bottom: 20px;
}

.parandeh-form-grid p {
    margin: 0;
}

.parandeh-form-grid__full {
    grid-column: 1 / -1;
}

.parandeh-consultation-form label,
.parandeh-consultation-tracking-form label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.parandeh-consultation-form input[type="text"],
.parandeh-consultation-form input[type="tel"],
.parandeh-consultation-form input[type="email"],
.parandeh-consultation-form textarea,
.parandeh-consultation-tracking-form input[type="text"],
.parandeh-consultation-tracking-form input[type="tel"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    color: #0f172a;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.parandeh-consultation-form textarea {
    min-height: 150px;
    resize: vertical;
}

.parandeh-consultation-form input:focus,
.parandeh-consultation-form textarea:focus,
.parandeh-consultation-tracking-form input:focus {
    outline: none;
    background: #ffffff;
    border-color: var(--wd-primary-color);
    box-shadow: 0 0 0 4px rgba(62, 124, 74, 0.12);
}

.parandeh-form-check label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    line-height: 1.9;
}

.parandeh-form-check input[type="checkbox"] {
    margin-top: 4px;
}

.parandeh-honeypot {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.parandeh-consultation-tracking-form {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
    margin-bottom: 24px;
}

.parandeh-consultation-results {
    display: grid;
    gap: 18px;
}

.parandeh-consultation-result-card {
    padding: 24px;
}

.parandeh-consultation-result-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.parandeh-consultation-result-head h3 {
    font-size: 19px;
    margin-bottom: 8px;
}

.parandeh-consultation-meta {
    color: #64748b;
    font-size: 12px;
    line-height: 1.8;
}

.parandeh-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.parandeh-status-badge.is-pending {
    background: rgba(245, 158, 11, 0.15);
    color: #b45309;
}

.parandeh-status-badge.is-answered {
    background: rgba(34, 197, 94, 0.14);
    color: #15803d;
}

.parandeh-consultation-result-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.parandeh-consultation-result-block {
    padding: 20px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.parandeh-consultation-result-block h4 {
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 10px;
}

.parandeh-consultation-empty {
    margin: 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px dashed rgba(148, 163, 184, 0.45);
}

.parandeh-consultation-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.parandeh-consultation-hero__note {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.parandeh-consultation-archive {
    margin-top: 32px;
}

.parandeh-consultation-form select,
.parandeh-qa-search input[type="search"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    color: #0f172a;
    font-size: 14px;
}

.parandeh-consultation-form-card.is-secondary {
    background: #f8fafc;
}

.parandeh-qa-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.parandeh-qa-filter {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.parandeh-qa-filter:hover,
.parandeh-qa-filter.is-active {
    background: rgba(62, 124, 74, 0.12);
    border-color: rgba(62, 124, 74, 0.28);
    color: #0f766e;
}

.parandeh-qa-list {
    display: grid;
    gap: 14px;
}

.parandeh-qa-item {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 18px;
    overflow: hidden;
}

.parandeh-qa-item__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
}

.parandeh-qa-item__summary::-webkit-details-marker {
    display: none;
}

.parandeh-qa-item__title {
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
}

.parandeh-qa-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #64748b;
    font-size: 12px;
}

.parandeh-qa-item__cat {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(62, 124, 74, 0.1);
    color: #0f766e;
    font-weight: 700;
}

.parandeh-qa-item__body {
    padding: 0 22px 22px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.parandeh-qa-item__question,
.parandeh-qa-item__answer {
    margin-top: 16px;
}

.parandeh-qa-item__question strong,
.parandeh-qa-item__answer strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 14px;
}

.parandeh-qa-item__question p,
.parandeh-qa-item__answer p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 2;
}

.parandeh-qa-item__answer {
    padding: 16px;
    border-radius: 14px;
    background: #f8fafc;
}

.parandeh-qa-item__link {
    margin: 16px 0 0;
}

.parandeh-qa-item__link a {
    color: var(--wd-primary-color);
    font-size: 13px;
    font-weight: 700;
}

.parandeh-qa-more {
    margin-top: 24px;
    text-align: center;
}

.parandeh-qa-archive-page,
.parandeh-qa-single {
    direction: rtl;
}

.parandeh-qa-archive-hero,
.parandeh-qa-single__hero {
    padding: 48px 24px;
    background:
        linear-gradient(135deg, rgba(62, 124, 74, 0.14) 0%, rgba(218, 105, 65, 0.1) 100%),
        #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.parandeh-qa-archive-hero__inner,
.parandeh-qa-single__hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

.parandeh-qa-archive-hero h1,
.parandeh-qa-single__hero h1 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.45;
}

.parandeh-qa-archive-hero p,
.parandeh-qa-single__meta {
    color: #475569;
    font-size: 15px;
    line-height: 2;
}

.parandeh-qa-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    max-width: 640px;
    margin: 24px 0 12px;
}

.parandeh-qa-archive-content,
.parandeh-qa-single__content {
    max-width: 980px;
    margin: 0 auto;
    padding: 36px 20px 60px;
}

.parandeh-qa-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    color: #64748b;
    font-size: 13px;
}

.parandeh-qa-breadcrumb a {
    color: #0f766e;
    text-decoration: none;
}

.parandeh-qa-single__block {
    margin-bottom: 24px;
    padding: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 22px;
}

.parandeh-qa-single__block h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
}

.parandeh-qa-single__text {
    color: #475569;
    font-size: 15px;
    line-height: 2;
}

.parandeh-qa-single__block.is-answer {
    background: #f8fafc;
}

.parandeh-qa-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.parandeh-qa-pagination {
    margin-top: 28px;
}

.parandeh-home-qa-section .consultation-container {
    max-width: 1180px;
}

.parandeh-home-qa-header {
    margin-bottom: 28px;
    text-align: right;
}

.parandeh-home-qa-header h3 {
    margin: 10px 0 12px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.5;
}

.parandeh-home-qa-header p {
    max-width: 720px;
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 2;
}

.parandeh-home-qa-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: start;
}

.parandeh-home-qa-list {
    display: grid;
    gap: 14px;
}

.parandeh-home-qa-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parandeh-home-qa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.parandeh-home-qa-card a {
    display: block;
    padding: 20px 22px;
    color: inherit;
    text-decoration: none;
}

.parandeh-home-qa-card__cat {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(62, 124, 74, 0.1);
    color: #0f766e;
    font-size: 12px;
    font-weight: 700;
}

.parandeh-home-qa-card h4 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.7;
}

.parandeh-home-qa-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.9;
}

.parandeh-home-qa-links,
.parandeh-home-qa-empty {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.parandeh-home-qa-empty {
    padding: 24px;
    background: #ffffff;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 18px;
}

.parandeh-home-qa-form .parandeh-consultation-form {
    margin-top: 16px;
}

.parandeh-home-qa-form .parandeh-form-grid {
    grid-template-columns: 1fr;
}

@media (max-width: 991px) {
    .parandeh-consultation-hero,
    .parandeh-consultation-guide__card,
    .parandeh-consultation-form-card,
    .parandeh-consultation-tracking,
    .parandeh-consultation-result-card {
        padding: 24px;
    }

    .parandeh-consultation-hero h1 {
        font-size: 30px;
    }

    .parandeh-consultation-hero__stats,
    .parandeh-consultation-guide__grid,
    .parandeh-consultation-forms,
    .parandeh-consultation-result-body,
    .parandeh-home-qa-layout,
    .parandeh-home-qa-list.is-full {
        grid-template-columns: 1fr;
    }

    .parandeh-consultation-tracking-form,
    .parandeh-form-grid,
    .parandeh-qa-search {
        grid-template-columns: 1fr;
    }

    .parandeh-qa-archive-hero h1,
    .parandeh-qa-single__hero h1,
    .parandeh-home-qa-header h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .parandeh-consultation-page {
        margin-bottom: 40px;
    }

    .parandeh-consultation-hero {
        padding: 22px;
        border-radius: 22px;
    }

    .parandeh-consultation-hero h1 {
        font-size: 24px;
    }

    .parandeh-consultation-result-head {
        flex-direction: column;
    }

    .parandeh-status-badge {
        white-space: normal;
    }

    .parandeh-qa-archive-hero,
    .parandeh-qa-single__hero {
        padding: 32px 16px;
    }
}

/* ==========================================================================
   Care Library Styles (کتابخانه مراقبت از پرندگان)
   ========================================================================== */
.care-library-page-wrapper {
    direction: rtl;
    text-align: right;
    font-family: inherit;
    background-color: #f8fafc;
    padding-bottom: 60px;
}

/* Hero Section */
.care-library-hero-bg {
    background: linear-gradient(135deg, #0f766e 0%, #115e59 50%, #134e4a 100%);
    padding: 70px 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.care-library-hero-bg::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -30%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(20,184,166,0.15) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    transform: rotate(-15deg);
}

.care-library-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-family: inherit;
}

.care-library-subtitle {
    font-size: 16px;
    color: #ccfbf1;
    max-width: 700px;
    margin: 0 auto 35px;
    line-height: 1.8;
}

/* Search Wrapper */
.care-search-wrapper {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.care-search-box-inner {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.care-search-box-inner:focus-within {
    border-color: #14b8a6;
    box-shadow: 0 15px 35px rgba(20, 184, 166, 0.25);
}

.care-search-icon {
    color: #94a3b8;
    font-size: 20px;
    margin-left: 12px;
}

#careBirdSearch {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 10px 0;
    color: #1e293b;
    background: transparent;
    font-family: inherit;
    text-align: right;
    direction: rtl;
}

#careBirdSearch::placeholder {
    color: #94a3b8;
}

#clearSearchBtn {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s ease;
    margin-right: 5px;
}

#clearSearchBtn:hover {
    color: #ef4444;
}

/* Filter Bar */
.care-filter-bar-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.care-filter-pills {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    background: #f1f5f9;
    padding: 8px;
    border-radius: 40px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.care-filter-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.care-filter-pill:hover {
    color: #0f766e;
    background: rgba(15, 118, 110, 0.05);
}

.care-filter-pill.active {
    background: #0f766e;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.25);
}

.pill-icon {
    font-size: 14px;
}

.pill-count {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.08);
    padding: 2px 7px;
    border-radius: 10px;
    font-weight: normal;
}

.care-filter-pill.active .pill-count {
    background: rgba(255, 255, 255, 0.2);
}

.care-hint-text {
    font-size: 13px;
    color: #64748b;
    margin-top: 15px;
}

.care-hint-text i {
    color: #0f766e;
    margin-left: 4px;
}

/* Grid Layout */
.care-bird-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Card Styling */
.care-bird-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: fit-content;
}

.care-bird-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

/* Card Image */
.care-card-image-wrapper {
    height: 230px;
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.care-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.care-bird-card:hover .care-card-img {
    transform: scale(1.06);
}

.care-card-placeholder-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #ccfbf1 0%, #99f6e4 100%);
    color: #0f766e;
    padding: 20px;
}

.placeholder-bird-icon {
    font-size: 56px;
    margin-bottom: 12px;
    opacity: 0.8;
}

.placeholder-text {
    font-weight: 700;
    font-size: 16px;
}

.care-card-badge-container {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    z-index: 5;
}

.care-card-badge {
    background: rgba(15, 118, 110, 0.9);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Card Body */
.care-card-body {
    padding: 24px;
    flex-grow: 1;
}

.care-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.care-card-scientific-name {
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #64748b;
    margin-bottom: 20px;
    font-family: inherit;
}

.care-card-highlights {
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #475569;
}

.highlight-icon {
    color: #14b8a6;
    font-size: 15px;
}

.highlight-label {
    font-weight: 600;
}

.highlight-value {
    color: #1e293b;
    font-weight: 700;
}

/* Card Footer & Expand Button */
.care-card-footer {
    padding: 16px 24px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.care-expand-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    color: #0f766e;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.care-expand-btn:hover {
    color: #0d9488;
}

.care-expand-btn .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(15, 118, 110, 0.08);
    transition: all 0.3s ease;
}

.care-expand-btn:hover .btn-icon {
    background: #0f766e;
    color: #ffffff;
}

/* Expandable Drawer */
.care-card-drawer {
    max-height: 0;
    overflow: hidden;
    background: #fcfdfe;
    border-top: 1px solid transparent;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.care-bird-card.expanded {
    border-color: #cbd5e1;
}

.care-bird-card.expanded .care-card-drawer {
    border-top-color: #e2e8f0;
}

.care-drawer-inner {
    padding: 24px;
}

/* Tabs Navigation Inside Drawer */
.care-drawer-tabs {
    display: flex;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 20px;
    gap: 15px;
}

.care-tab-btn {
    background: transparent;
    border: none;
    padding: 10px 5px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.care-tab-btn:hover {
    color: #0f766e;
}

.care-tab-btn.active {
    color: #0f766e;
    border-bottom-color: #0f766e;
}

.care-tab-btn i {
    font-size: 14px;
}

/* Tab Panels */
.care-pane {
    display: none;
    animation: careTabFadeIn 0.4s ease;
}

.care-pane.active {
    display: block;
}

.pane-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f766e;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 8px;
}

.pane-content-text {
    font-size: 14px;
    line-height: 1.8;
    color: #334155;
    text-align: justify;
}

.pane-content-text p {
    margin-bottom: 12px;
}

.pane-content-text strong {
    color: #0f766e;
}

.no-data-text {
    color: #94a3b8;
    font-style: italic;
}

/* Animations */
@keyframes careTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: careHeroFadeIn 0.8s ease forwards;
    opacity: 0;
}

.animate-fade-in:nth-child(1) { animation-delay: 0.1s; }
.animate-fade-in:nth-child(2) { animation-delay: 0.2s; }
.animate-fade-in:nth-child(3) { animation-delay: 0.3s; }
@keyframes careHeroFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .care-bird-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .care-library-main-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .care-bird-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .care-library-hero-bg {
        padding: 50px 15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .care-library-main-title {
        font-size: 24px;
    }
    .care-library-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .care-filter-pills {
        border-radius: 20px;
        padding: 6px;
        gap: 6px;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .care-filter-pill {
        padding: 8px 16px;
        font-size: 13px;
    }
    .care-drawer-tabs {
        flex-direction: column;
        gap: 8px;
        border-bottom: none;
    }
    .care-tab-btn {
        width: 100%;
        border-bottom: none;
        border-right: 3px solid transparent;
        padding: 8px 10px;
        background: #f8fafc;
        border-radius: 6px;
    }
    .care-tab-btn.active {
        background: rgba(15, 118, 110, 0.08);
        border-right-color: #0f766e;
    }
}

/* Consultation nav button styles live in css/header.css (flat, left-aligned). */

/* ==========================================================================
   Mobile Sticky Bottom Toolbar (professional redesign)
   ========================================================================== */
@media (max-width: 1024px) {
    body.sticky-toolbar-on {
        --pv-toolbar-h: 62px;
        padding-bottom: calc(var(--pv-toolbar-h) + env(safe-area-inset-bottom, 0px)) !important;
    }

    .wd-toolbar {
        height: calc(var(--pv-toolbar-h) + env(safe-area-inset-bottom, 0px)) !important;
        padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        background: rgba(255, 255, 255, 0.97) !important;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 -4px 20px rgba(31, 66, 39, 0.1) !important;
        border-top: 1px solid rgba(62, 124, 74, 0.1);
        align-items: stretch !important;
    }

    .wd-toolbar > a,
    .wd-toolbar > div {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .wd-toolbar > a,
    .wd-toolbar > div a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        height: auto !important;
        min-height: 50px !important;
        padding: 4px 2px !important;
        color: #4a5c52 !important;
        text-decoration: none !important;
        transition: color 0.2s ease !important;
    }

    .wd-toolbar.wd-toolbar-label-show > a,
    .wd-toolbar.wd-toolbar-label-show > div a {
        position: relative !important;
        padding-bottom: 4px !important;
    }

    .wd-toolbar .wd-tools-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .wd-toolbar .wd-tools-icon:before {
        font-size: 22px !important;
        line-height: 1 !important;
    }

    .wd-toolbar-label {
        position: static !important;
        inset: auto !important;
        display: block !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
        font-size: 10.5px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.01em;
        color: inherit !important;
    }

    .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
        display: block !important;
    }

    .wd-toolbar > a:hover,
    .wd-toolbar > div a:hover,
    .wd-toolbar > a:focus-visible,
    .wd-toolbar > div a:focus-visible {
        color: var(--wd-primary-color) !important;
    }

    .wd-toolbar .wd-tools-count,
    .wd-toolbar .wd-cart-number {
        top: -4px !important;
        inset-inline-end: -8px !important;
        min-width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
        line-height: 16px !important;
        background: var(--wd-primary-color) !important;
        border: 1.5px solid #fff !important;
    }

    body.sticky-toolbar-on .scrollToTop {
        bottom: calc(var(--pv-toolbar-h) + env(safe-area-inset-bottom, 0px) + 12px) !important;
    }
}



/* ==========================================================================
   Simplified checkout helpers (OTP modal styles live in css/checkout-otp.css)
   ========================================================================== */

/* Digits hides #billing_phone; force visible for our OTP checkout flow */
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_phone_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_phone {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;
}
