@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//asanvaam.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "IRANSansWeb_FaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1367px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1350px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/*  اکاردئون روشن و مدرن – طراحی سبک و نئونی آبی سورمه‌ای */
.wd-accordion-item {
  background: #ffffff;
  border: 1px solid rgba(0, 60, 140, 0.12);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.25s ease;
}

.wd-accordion-item:hover {
  box-shadow: 0 0 10px rgba(0, 110, 255, 0.08);
  transform: translateY(-1px);
}

/* عنوان هر بخش */
.wd-accordion-title {
  background: linear-gradient(90deg, #ecf4ff 0%, #f9fcff 100%);
  color: #0a2e74;
  padding: 10px 16px;
  font-family: 'IranSans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  border-bottom: 1px solid rgba(0, 90, 200, 0.1);
}

/* آیکون باز و بسته */
.wd-accordion-title::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: #007bff;
  transition: all 0.25s ease;
}

/* حالت باز */
.wd-accordion-item.active .wd-accordion-title {
  background: linear-gradient(90deg, #dfefff 0%, #f6fbff 100%);
  color: #003366;
  box-shadow: inset 0 -1px 0 rgba(0, 100, 255, 0.1);
}

.wd-accordion-item.active .wd-accordion-title::after {
  content: '–';
  transform: rotate(180deg);
  color: #0056b3;
}

/* محتوای اکاردئون */
.wd-accordion-content {
  background: #fafcff;
  color: #333;
  font-size: 14.5px;
  line-height: 1.8;
  padding: 12px 16px;
  animation: fadeSlide 0.35s ease both;
  border-top: 1px solid rgba(0, 110, 255, 0.08);
}

/* انیمیشن باز شدن */
@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(-5px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* افکت خط نئونی ظریف در مرز سمت راست وقتی فعال است */
.wd-accordion-item.active {
  border-right: 3px solid rgba(0, 153, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 153, 255, 0.08);
}
/* =============================
   💬 فرم دیدگاه – سبک روشن و نئونی آبی‑سورمه‌ای
   فونت: IranSansWeb_FaNum
   ============================= */

.comments-area,
.comment-respond,
.comment-form {
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
  direction: rtl;
  text-align: right;
  color: #1f2c4d;
  background: #f9fcff;
}

/* عنوان بخش دیدگاه */
#reply-title {
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #08306b;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 90, 200, 0.15);
}

/* پاراگراف هر فیلد */
.comment-form p {
  margin-bottom: 10px;
}

/* برچسب‌ها */
.comment-form label {
  display: block;
  color: #003366;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 4px;
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

/* فیلدهای ورودی و textarea */
.comment-form input,
.comment-form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0,80,160,0.2);
  border-radius: 8px;
  color: #002d5b;
  padding: 8px 12px;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  box-sizing: border-box;
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 140, 255, 0.25);
  outline: none;
}

/* دکمه ارسال دیدگاه */
.comment-form input[type="submit"] {
  background: linear-gradient(90deg, #0066cc 0%, #009dff 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 9px 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

.comment-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #007bff 0%, #33b5ff 100%);
  box-shadow: 0 0 12px rgba(0,153,255,0.3);
}

/* لیست نظرات */
.comment-list {
  margin-top: 25px;
  list-style: none;
  padding: 0;
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

/* هر دیدگاه */
.comment {
  background: #ffffff;
  border: 1px solid rgba(0,70,160,0.12);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

.comment:hover {
  box-shadow: 0 4px 14px rgba(0,110,255,0.08);
  border-color: rgba(0,153,255,0.25);
}

.comment-author {
  color: #0056b3;
  font-weight: 600;
  font-family: 'IranSansWeb_FaNum', 'IranSans', sans-serif;
}

.comment-meta {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 5px;
}

/* افکت باز شدن فرم پاسخ */
.comment-respond {
  animation: fadeSlide 0.35s ease both;
}

@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(-5px); }
  100% { opacity: 1; transform: translateY(0); }
}




...............................................................................





.fit {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
}

@supports not (height: 100dvh) {
    .fit {
        height: 100svh;
        min-height: 100svh;
        max-height: 100svh;
    }
}




...................................................................


/* فرم درخواست مشاوره - Contact Form 7 */

.wpcf7 {
    max-width: 450px;
    margin: 30px auto;
    direction: rtl;
    font-family: inherit;
}

.wpcf7 form {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    border: 1px solid #eeeeee;
}


.wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="tel"] {

    width: 100%;
    height: 52px;
    padding: 0 16px;

    border: 1px solid #ddd;
    border-radius: 12px;

    font-size: 15px;
    color: #333;

    background: #fafafa;

    transition: all .3s ease;
}


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus {

    background: #fff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,.12);

    outline: none;
}


/* دکمه ارسال */

.wpcf7 input[type="submit"] {

    width: 100%;
    height: 54px;

    border: none;
    border-radius: 14px;

    background: linear-gradient(135deg,#2563eb,#1d4ed8);

    color: #fff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    transition: all .3s ease;

}


.wpcf7 input[type="submit"]:hover {

    transform: translateY(-2px);

    box-shadow: 0 10px 20px rgba(37,99,235,.25);

}



/* پیام موفقیت */

.wpcf7-response-output {

    border-radius: 12px !important;
    padding: 15px !important;
    margin-top: 20px !important;
    font-size: 14px;
}


/* موبایل */

@media(max-width:480px){

    .wpcf7 form {

        padding: 20px;

    }


}



/* .wpcf7 form > fieldset.hidden-fields-container {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
visibility : hidden !important;
}

 */
/* فقط فرم مشاوره داخل کانتینر اختصاصی */

.lead-form-box .wpcf7 form fieldset.hidden-fields-container {
    display: none !important;
}