/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* --- تنظیمات فونت دانا --- */
@font-face {
  font-family: DanaPro;
  font-display: swap;
  font-style: light;
  font-weight: 300;
  src: url('fonts/DanaFaNum-Light.woff') format('woff');
}
@font-face {
  font-family: DanaPro;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/DanaFaNum-Regular.woff') format('woff');
}
@font-face {
  font-family: DanaPro;
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url('fonts/DanaFaNum-Bold.woff') format('woff');
}

body {
  font-family: 'DanaPro', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: 'DanaPro', sans-serif !important;
  font-weight: 700;
}

.nav > li > a {
  font-family: 'DanaPro', sans-serif !important;
}

/* =========================================================
    🎨 طراحی لوکس آکاردئون سوالات متداول
    ✍ نویسنده: بیژن درویشی
   ========================================================= */
.accordion .accordion-item {
  border: 1px solid rgba(201, 166, 70, 0.3) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04) !important;
  margin: 12px 0 !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.accordion .accordion-item:hover {
  border-color: #c9a646 !important;
  box-shadow: 0 6px 20px rgba(201, 166, 70, 0.1) !important;
}

.accordion .accordion-title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  width: 100% !important;
  padding: 16px 20px !important;
  color: #374151 !important;
  text-align: right !important;
}

.accordion .accordion-title[aria-expanded="true"] {
  color: rgb(97, 8, 5) !important;
}

.accordion .accordion-title > span {
  order: 2 !important;
  flex: 1 1 auto !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-right: 18px !important;
}

.accordion .accordion-title .toggle {
  order: 1 !important;
  background: transparent !important;
  border: none !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important; 
  justify-content: center !important;
  font-weight: 800 !important; 
  font-size: 20px !important; 
  color: #c9a646 !important;
  padding: 0 !important; 
  margin: 0 !important;
  margin-right: 10px !important;
  margin-top: -3px !important; 
  line-height: 1 !important;
  text-shadow: 0 0 8px rgba(201, 166, 70, 0.2) !important;
}

.accordion .accordion-title .toggle i { display: none !important; }
.accordion .accordion-title .toggle::before { content: "+" !important; }
.accordion .accordion-title[aria-expanded="true"] .toggle::before { content: "\2212" !important; }

.accordion .accordion-inner {
  background: rgba(201, 166, 70, 0.03) !important;
  border-top: 1px dashed rgba(201, 166, 70, 0.2) !important;
  color: #555 !important;
  padding: 18px 20px 20px !important;
  line-height: 1.8 !important;
}

@media (max-width: 640px) {
  .accordion .accordion-title { padding: 14px 16px !important; }
  .accordion .accordion-inner { padding: 14px 16px 16px !important; }
  .accordion .accordion-title > span { font-size: 15px !important; }
}

/* --- تنظیمات دکمه واتساپ هدر --- */
.header-wa {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
  border-radius: 50% !important;
  background: #25D366;
  color: #fff !important;
  text-decoration: none;
}

.header-wa i {
  font-size: 20px;
  line-height: 1;
}

.header-wa > span {
  display: none !important;
}

.header-wa.is-large {
  min-height: 0 !important;
  padding: 0 !important;
}
.header-wa.is-large > span {
  display: none !important;
}

@media (min-width: 768px) {
  .header-wa { width: 40px; height: 40px; }
}

/* --- گرد کردن کارت‌های box-push --- */
.box.box-push .box-text,
.box.box-push .box-text:before,
.box.box-push .box-text:after{
  border-radius: 10px 10px 10px 10px !important;
  overflow: hidden;
}

.box.box-push .box-image,
.box.box-push .box-image:before,
.box.box-push .box-image .image-zoom,
.box.box-push .box-image .image-cover,
.box.box-push .box-image img{
  border-radius: 10px 10px 10px 10px !important;
  overflow: hidden;
  display: block;
}

/* --- استایل طاقی curtain-radius --- */
.curtain-radius .has-format,
.curtain-radius .image-cover,
.curtain-radius .video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border-radius: 150px 150px 0 0 !important;
}

.curtain-radius .image-cover img {
  border-radius: 150px 150px 0 0 !important;
  display: block;
}

.curtain-radius .box-text.text-center {
  border-radius: 0 0 5px 5px !important;
  overflow: hidden;
}

/* --- استایل لیست‌های فوتر --- */
.footer-uxblock ul {
  margin: 0;
  padding: 0;
}

.footer-uxblock ul li {
  list-style: none;
  border-bottom: none !important;
  margin: 0;
  padding: 7px 7px;
}

.footer-uxblock ul li::after {
  content: "\003C";
  display: inline-block;
  margin-right: 0.7em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: currentColor;
  direction: ltr;
  unicode-bidi: isolate;
  font-family: "Courier New", monospace;
}

.footer-uxblock ul li.bullet-arrow,
.footer-uxblock ul li.bullet-checkmark,
.footer-uxblock ul li.bullet-cross,
.footer-uxblock ul li.bullet-star {
  border-bottom: none !important;
  padding: 7px 7px;
}

/* =========================================================
    🏷 استایل طاقی کارت‌های دسته‌بندی
    ✍ نویسنده: بیژن درویشی
   ========================================================= */
.parde-custom-category .box {
    border: 2px solid #c9a646 !important;
    border-radius: 500px 500px 5px 5px !important; 
    overflow: hidden !important;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out !important;
    border-bottom: none !important; 
}

.parde-custom-category .box-image {
    border-radius: 500px 500px 0 0 !important; 
    overflow: hidden !important;
    border-bottom: 2px solid #c9a646 !important;
}

.parde-custom-category .box-text {
    background-color: rgb(97, 8, 5) !important;
    padding: 20px 15px !important;
    border-radius: 0 0 5px 5px !important; 
}

.parde-custom-category .box:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(201, 166, 70, 0.3) !important;
}

.parde-custom-category .box:hover img {
    transform: scale(1.1) !important;
}

/* =========================================================
    🌟 استایل ویترین رویال - نسخه 1:1
   ========================================================= */
.parde-model-grid .box {
    background: #ffffff !important;
    border-radius: 15px !important;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    border: 1px solid rgba(201, 166, 70, 0.3) !important; 
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.parde-model-grid .box-image {
    position: relative !important;
    width: 100% !important;
    padding-top: 100% !important; 
    overflow: hidden !important;
    background-color: #f9f9f9 !important;
}

.parde-model-grid .box-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    transition: all 1s ease !important;
    display: block !important;
}

.parde-model-grid .box:hover {
    transform: translateY(-10px) !important;
    border-color: #c9a646 !important; 
    box-shadow: 0 15px 35px rgba(97, 8, 5, 0.25) !important; 
}

.parde-model-grid .box:hover .box-image img {
    transform: scale(1.1) !important; 
}

.parde-model-grid .box-text {
    transition: all 0.4s ease !important;
    background-color: #FDF5E6 !important; 
    border-top: 1px solid rgba(201, 166, 70, 0.15) !important; 
    padding: 20px 15px !important; 
    flex-grow: 1 !important; 
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 120px !important; 
}

.parde-model-grid .box:hover .box-text { background-color: rgb(97, 8, 5) !important; }
.parde-model-grid .box:hover .box-text h4 { color: #c9a646 !important; font-weight: bold !important;}
.parde-model-grid .box:hover .box-text p { color: #ffffff !important; }

.parde-model-grid .box::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 0; height: 4px;
    background: #c9a646;
    transition: width 0.5s ease;
    z-index: 60;
}
.parde-model-grid .box:hover::before { width: 100%; }

/* =========================================================
    🎠 اسلایدر مشتریان لوکس - نسخه بهینه‌سازی شده موبایل
    ✍ نویسنده: بیژن درویشی
    🛠 تغییرات: حذف فلش اختصاصی و اصلاح فواصل (Padding)
   ========================================================= */

/* ۱. تنظیمات بدنه اسلایدر و حذف فواصل اضافی */
.bijan-clients-slider {
    overflow: hidden !important;
    padding: 10px 0 !important; /* کاهش پدینگ برای تراز شدن با بخش‌های دیگر */
    min-height: auto !important; /* حذف حداقل ارتفاع برای جلوگیری از فضای خالی */
}

/* ۲. حذف کامل استایل‌های فلش اختصاصی (استفاده از سیستم پیش‌فرض فلت‌سام) */
.bijan-clients-slider .flickity-prev-next-button {
    /* تنظیمات این بخش حذف شد تا فلت‌سام به صورت استاندارد عمل کند */
}

/* ۳. کادر دور لوگوها با تراز دقیق */
.bijan-clients-slider .img-inner {
    background-color: #ffffff !important;
    margin: 10px !important; 
    border: 1px solid rgba(201, 166, 70, 0.2) !important; 
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease-in-out !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 4/3 !important;
    overflow: hidden !important;
}

.bijan-clients-slider img {
    padding: 15px !important;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    filter: grayscale(100%) opacity(0.6) !important;
}

/* ۴. افکت هاور */
.bijan-clients-slider .img:hover .img-inner {
    border-color: rgb(97, 8, 5) !important; 
    transform: scale(1.04) !important; 
}

/* ۵. بخش تاییدیه اصالت (تراز شده با اسلایدر) */
.parde-trust-marker {
    text-align: center !important;
    margin: 0 auto 15px auto !important; /* حذف فواصل منفی و اصلاح فواصل */
    padding: 0 10px !important;
}

/* ۶. تنظیمات نهایی موبایل (اصلاح پدینگ و فواصل) */
@media (max-width: 550px) {
    .bijan-clients-slider {
        padding: 5px 0 !important; /* به حداقل رساندن فاصله در موبایل */
    }
    .parde-trust-marker {
        margin-bottom: 10px !important;
    }
    .bijan-clients-slider .col {
        width: 50% !important;
        flex-basis: 50% !important;
        max-width: 50% !important;
        padding: 0 5px !important; /* تراز کردن فواصل چپ و راست */
    }
    .bijan-clients-slider .img-inner {
        margin: 5px !important; /* کاهش مارجین در موبایل برای نمایش بزرگتر لوگوها */
        aspect-ratio: 4/3 !important;
    }
    .bijan-clients-slider img {
        padding: 10px !important;
    }
}

/* =========================================================
    ✅ بخش تاییدیه اصالت
    ✍ نویسنده: بیژن درویشی
   ========================================================= */
.parde-trust-marker {
    text-align: center !important;
    margin: -15px auto 30px auto !important; 
    max-width: 800px;
}

.parde-trust-marker .trust-star {
    color: #c9a646 !important;
    font-size: 24px !important;
    margin-bottom: 5px !important;
    display: block !important;
    text-shadow: 0 0 10px rgba(201, 166, 70, 0.3) !important;
}

.parde-trust-marker p {
    font-family: 'DanaPro', sans-serif !important;
    font-size: 0.95rem !important;
    color: #444 !important;
    margin-bottom: 2px !important;
    line-height: 1.6 !important;
}

.parde-trust-marker strong {
    color: rgb(97, 8, 5) !important;
    font-weight: 700 !important;
}

.parde-trust-marker span {
    font-family: 'DanaPro', sans-serif !important;
    font-size: 0.8rem !important;
    color: #888 !important;
    display: block;
    font-weight: 300;
}

/* =========================================================
    💬 سیستم جامع نظرات (دقیقاً مطابق فایل شما)
   ========================================================= */
#comments { background: #fdfdfd; padding: 25px !important; border-radius: 16px; border: 1px solid #eeeeee; margin: 40px auto !important; max-width: 1200px; width: 95%; }
.comment-list { list-style: none; padding: 0 !important; margin: 0 !important; }
.comment-inner { border: none !important; box-shadow: none !important; padding: 0 !important; }
.comment-list > li { margin-bottom: 25px !important; }
.comment-meta.commentmetadata, .comment-meta, .says { display: none !important; } 

.comment-list > li > .comment-inner { background: #ffffff; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); border: 1px solid #ffc107 !important; padding: 15px !important; display: block; position: relative; width: 100%; }

.bij-avatar-wrapper { position: relative; display: inline-block !important; flex-shrink: 0 !important; margin-left: 12px; width: 65px !important; height: 65px !important; }
.comment-author img { width: 65px !important; height: 65px !important; border-radius: 50% !important; border: 2px solid #ffc107 !important; padding: 2px; background: #fff; object-fit: cover !important; }
.bij-avatar-badge { position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); font-size: 10px; padding: 2px 10px; border-radius: 10px; white-space: nowrap; z-index: 5; border: 1px solid #fff; font-weight: bold; line-height: 1.4; }
.bij-badge-customer { background: #ffc107; color: #004d00; }
.bij-badge-admin { background: rgb(97, 8, 5) !important; color: #fff !important; } 
.comment-list .children .comment-author img { border-color: rgb(97, 8, 5) !important; }

.bij-name { font-weight: 900; color: #333; font-size: 14px; }
.bij-comment-date { font-size: 11px !important; font-weight: 400 !important; color: #999; display: block; }
cite.fn a, .bij-author-meta a { pointer-events: none !important; cursor: default !important; text-decoration: none !important; color: inherit !important; }
.comment-content { margin-top: 10px; font-size: 13.5px !important; color: #444; line-height: 1.7; text-align: right !important; padding: 0 !important; word-wrap: break-word; width: 100% !important; display: inline-block !important; }

.comment-list .children { position: relative; margin-right: 10px !important; padding: 0 !important; margin-left: 0 !important; list-style: none; border-right: none !important; }
.comment-list .children::before { content: ""; position: absolute; right: -8px; top: -15px; height: calc(100% + 15px); width: 1px; background-color: rgb(97, 8, 5); }
.comment-list .children .comment-inner { background: #f9f9f9 !important; border: 1px solid rgb(97, 8, 5) !important; margin-top: -20px; margin-bottom: 20px; border-radius: 12px !important; padding: 15px !important; display: block !important; width: auto !important; margin-left: 0 !important; }
.comment-list .children .bij-name { color: #666666; font-size: 13px !important; }

.dk-comment-voting { display: flex; gap: 6px !important; margin-top: 12px; border-top: 1px dashed #eee; padding-top: 8px; width: 100%; }
.dk-vote-btn { background: none; border: none; color: #bbb; cursor: pointer; display: flex; align-items: center; gap: 5px; padding: 0; }
.dk-like-btn.active-vote, .dk-like-btn:hover { color: #4CAF50 !important; }
.dk-dislike-btn.active-vote, .dk-dislike-btn:hover { color: #F44336 !important; }

#respond { background: #fff; border: 2px solid #ffc107; padding: 25px; border-radius: 20px; margin-top: 40px; }
#submit { background: #ffc107 !important; border: none !important; color: #000 !important; border-radius: 8px !important; padding: 12px 45px !important; font-weight: bold; cursor: pointer; }

.bij-rating-wrapper { margin-bottom: 20px; direction: rtl; }
.bij-rating-wrapper label { font-weight: bold; display: block; margin-bottom: 5px; color: #555; }
.bij-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.bij-stars input { display: none; }
.bij-stars label { font-size: 30px; color: #ddd; cursor: pointer; transition: color 0.2s; margin-left: 5px; }
.bij-stars input:checked ~ label, .bij-stars label:hover, .bij-stars label:hover ~ label { color: #ffc107; }
.bij-comment-rating { margin-bottom: 8px; font-size: 16px; line-height: 1; }
.star-gold { color: #ffc107; }
.star-grey { color: #e0e0e0; }

@media (max-width: 850px) {
    #comments { padding: 15px !important; width: 98%; }
    .comment-inner .flex-row.align-top { display: block !important; }
    .bij-avatar-wrapper { float: right !important; margin-left: 10px !important; width: 55px !important; height: 55px !important; }
    .comment-author img { width: 55px !important; height: 55px !important; min-width: 55px !important; }
    .bij-comment-rating {
        position: absolute;
        top: 35px; 
        right: 80px; 
        margin: 0 !important;
        font-size: 10px !important;
    }
    .comment-content { clear: both !important; display: block !important; width: 100% !important; margin-top: 35px !important; font-size: 13px !important; text-align: right !important; }
    .comment-list .children .comment-inner { width: 100% !important; margin-left: 0 !important; padding: 12px !important; }
    #submit { width: 100% !important; display: block !important; }
    .bij-stars label { font-size: 25px; }
}

/* =========================================================
    🖼 بنر اصلی بالای لندینگ
   ========================================================= */
.parde-main-banner {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 25px !important; 
    margin: 20px 15px !important; 
    border: 1px solid rgba(201, 166, 70, 0.3) !important; 
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important; 
    transition: all 0.5s ease !important;
}

.parde-main-banner::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.2)) !important;
    pointer-events: none;
}

.parde-main-banner img {
    transition: transform 1.2s ease !important;
    filter: contrast(105%) brightness(95%) !important; 
}

.parde-main-banner:hover img {
    transform: scale(1.03) !important;
}

.parde-main-banner .banner-layers {
    border: 2px solid rgba(201, 166, 70, 0.5) !important;
    margin: 10px !important;
    border-radius: 18px !important;
    height: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    pointer-events: none;
}

@media (max-width: 550px) {
    .parde-main-banner {
        border-radius: 15px !important;
        margin: 10px 0px !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    }
    .parde-main-banner .banner-layers {
        margin: 5px !important;
        height: calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
    }
}

/****************************************************************
 * اصلاح نهایی باکس جستجو بدون دستکاری ذره‌بین
 *****************************************************************/

/* فقط تغییر رنگ و حاشیه فیلد ورودی */
#s.search-field {
    background-color: #ffffff !important; /* پس‌زمینه سفید برای دیده شدن در هدر مشکی */
    color: #333333 !important; /* رنگ متن مشکی */
    border: 1px solid #c9a646 !important; /* فقط حاشیه طلایی ظریف */
    border-radius: 99px !important; /* گرد کردن لبه‌ها مطابق با تاپ‌بار */
    padding-right: 15px !important;
    padding-left: 45px !important; /* ایجاد فضا برای اینکه متن روی ذره‌بین نرود */
    font-family: 'dana', tahoma !important;
}

/* تغییر رنگ متن پیش‌فرض (جستجو) */
#s.search-field::placeholder {
    color: #999999 !important;
}

/* حفظ جایگاه و استایل ذره‌بین طبق تنظیمات قالب */
.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

/* فقط طلایی کردن رنگ ذره‌بین بدون جابجایی */
.header-main .icon-search {
    color: #c9a646 !important;
}

/***********************************************************
 * نویسنده: بیژن درویشی
 * پروژه: وب‌سایت پرده‌لند (Pardeh Land)
 * استایل: تیتر لوکس با زیرخط دو رنگ (قرمز و طلایی)
 ***********************************************************/

/* حذف خطوط پیش‌فرض فلت‌سام برای این کلاس خاص */
.parde-lux-title b {
    display: none !important;
}

.parde-lux-title {
    text-align: right;
    margin-bottom: 30px;
    position: relative;
}

/* استایل متن اصلی */
.parde-lux-title .section-title-main {
    display: inline-block;
    color: #222; /* مشکی ذغالی */
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 0.5px;
}

/* ایجاد زیرخط سراسری بسیار ظریف */
.parde-lux-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ddd, transparent); /* محو شدن خط به سمت چپ */
}

/* ایجاد المنت تزئینی دو رنگ زیر متن */
.parde-lux-title .section-title-main:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 60px;
    height: 4px;
    background: #d71920; /* قرمز اصلی */
    border-radius: 10px;
    z-index: 2;
}

.parde-lux-title .section-title-main:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 65px; /* فاصله از خط قرمز */
    width: 15px;
    height: 4px;
    background: #cfa34a; /* رنگ طلایی/خردلی لوگو */
    border-radius: 10px;
    z-index: 2;
}

/* افکت هاور ملایم برای جذابیت بیشتر */
.parde-lux-title:hover .section-title-main:after {
    width: 100px;
    transition: width 0.4s ease;
}

/* بهینه‌سازی موبایل */
@media (max-width: 767px) {
    .parde-lux-title .section-title-main {
        font-size: 1.2rem !important;
    }
    .parde-lux-title .section-title-main:before {
        display: none; /* حذف بخش طلایی در موبایل برای سادگی */
    }
}

/* نویسنده: بیژن درویشی
هدف: تراز کردن دقیق کادرهای متن (قرمز رنگ) در حالت موبایل برای ردیف دسته‌بندی‌ها
*/

/* فقط در حالت موبایل و تبلت اعمال شود */
@media (max-width: 849px) {
    
    /* هدف قرار دادن باکس متن در ردیف اختصاصی ما */
    .custom-category-row .box-text {
        min-height: 50px !important; /* ارتفاع ثابت برای هم‌تراز شدن */
        max-height: 95px !important;
        display: flex !important;
        align-items: center !important; /* تراز عمودی متن */
        justify-content: center !important; /* تراز افقی متن */
        margin-top: -20% !important; /* کشیدن کادر روی عکس */
        padding: 10px 5px !important;
    }

    /* اصلاح تراز داخلی باکس‌ها */
    .custom-category-row .box-text-inner {
        width: 100% !important;
        padding: 0 !important;
    }

    /* تنظیم فونت برای جلوگیری از دو خطی شدن نامناسب */
    .custom-category-row .box-text h3 {
        font-size: 0.95rem !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* حذف فاصله‌های اضافی (Gap) که فلت‌سام ایجاد می‌کند */
    .custom-category-row .gap-element {
        display: none !important;
    }
}

/* ====================================================
   نام پروژه: استایل اختصاصی فرم تماس با پرده‌لند
   نویسنده: بیژن درویشی
   توضیحات: این کد برای زیباسازی فرم تماس ۷ و هماهنگی با رنگ برند (طلایی) طراحی شده است.
   ====================================================
*/

/* تنظیمات کلی بدنه فرم شامل رنگ پس‌زمینه و سایه دور */
.custom-contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ایجاد سایه ملایم زیر فرم */
    border-top: 5px solid #c9a646; /* خط طلایی بالای فرم */
    direction: rtl;
}

/* فاصله‌گذاری بین ردیف‌های ورودی */
.custom-contact-form .input-group {
    margin-bottom: 20px;
}

/* استایل متون لیبل (نام، ایمیل و...) */
.custom-contact-form label {
    font-weight: bold;
    color: #444;
    margin-bottom: 8px;
    display: block;
    font-size: 0.95rem;
}

/* استایل فیلدهای نوشتاری و ناحیه پیام */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-family: 'DanaPro', sans-serif !important; /* هماهنگی با فونت اصلی سایت شما */
}

/* استایل دکمه ارسال (ثبت) */
.custom-contact-form input[type="submit"] {
    width: 100%;
    background-color: #c9a646 !important; /* رنگ طلایی برند شما */
    color: #fff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease; /* انیمیشن نرم هنگام نگه داشتن ماوس */
}

/* تغییر رنگ دکمه وقتی ماوس روی آن می‌رود */
.custom-contact-form input[type="submit"]:hover {
    background-color: #a88a3a !important;
    box-shadow: 0 5px 15px rgba(201, 166, 70, 0.3) !important;
}

/* * Title: Perfectly Centered VIP Breadcrumb with Light Shadow
 * Author: Bijan Darvishi
 * Description: تراز عمودی دقیق به همراه سایه ملایم (بدون تغییر در ساختار)
 */

.parde-breadcrumb-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.parde-breadcrumb-container .rank-math-breadcrumb {
    background: #ffffff !important;
    padding: 12px 5px !important; 
    border-radius: 8px !important;
    border: 1px solid #c9a646 !important; 
    border-right: 6px solid #c9a646 !important; 
    
    /* اضافه شدن سایه ملایم طبق درخواست شما */
    box-shadow: 0 4px 10px rgba(0,0,0,0.06) !important;
    
    display: flex !important;
    align-items: center !important; 
    min-height: 45px !important; 
    direction: rtl !important;
}

.parde-breadcrumb-container .rank-math-breadcrumb p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important; 
    display: flex !important;
    align-items: center !important;
}

.parde-breadcrumb-container a {
    color: rgb(97, 8, 5) !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.parde-breadcrumb-container .separator {
    margin: 0 8px !important;
    color: #c9a646 !important;
    display: flex !important;
    align-items: center !important;
}

@media only screen and (max-width: 767px) {
    .parde-breadcrumb-container .rank-math-breadcrumb {
        font-size: 11px !important;
        padding: 10px 5px !important;
        min-height: 35px !important;
    }
}

/*************** ADD CUSTOM CSS HERE. ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE ***************/
}