.elementor-12282 .elementor-element.elementor-element-f3e04ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-4c404d8 > .elementor-widget-container{margin:10px 10px 10px 10px;padding:5px 5px 5px 5px;}.elementor-12282 .elementor-element.elementor-element-4c404d8{text-align:justify;font-size:25px;line-height:45px;}.elementor-12282 .elementor-element.elementor-element-9c1d2f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-7171815{--divider-border-style:solid;--divider-color:#1F5481;--divider-border-width:2.5px;}.elementor-12282 .elementor-element.elementor-element-7171815 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-12282 .elementor-element.elementor-element-7171815 .elementor-divider{text-align:center;padding-block-start:24px;padding-block-end:24px;}.elementor-12282 .elementor-element.elementor-element-7171815 .elementor-divider__text{color:#000000;font-weight:700;}.elementor-12282 .elementor-element.elementor-element-ff06782{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-1b6dd67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-c49d2ec{--divider-border-style:solid;--divider-color:#1F5481;--divider-border-width:2.5px;}.elementor-12282 .elementor-element.elementor-element-c49d2ec .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-12282 .elementor-element.elementor-element-c49d2ec .elementor-divider{text-align:center;padding-block-start:24px;padding-block-end:24px;}.elementor-12282 .elementor-element.elementor-element-c49d2ec .elementor-divider__text{color:#000000;font-weight:700;}.elementor-12282 .elementor-element.elementor-element-42cf79f > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12282 .elementor-element.elementor-element-42cf79f .faq .question{text-align:justify;}.elementor-12282 .elementor-element.elementor-element-42cf79f .faq .answers{text-align:justify;}.elementor-12282 .elementor-element.elementor-element-41d3303{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-73e7a91{--spacer-size:50px;}.elementor-12282 .elementor-element.elementor-element-0621f78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-5d54576{--spacer-size:50px;}.elementor-12282 .elementor-element.elementor-element-7605401{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-b4f13ad > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12282 .elementor-element.elementor-element-44912cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-71194c1{--spacer-size:50px;}.elementor-12282 .elementor-element.elementor-element-f34391b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-b79f8b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12282 .elementor-element.elementor-element-bd08944 > .elementor-widget-container{margin:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-12282 .elementor-element.elementor-element-bd08944{text-align:justify;font-size:25px;line-height:45px;}.elementor-12282 .elementor-element.elementor-element-08468d5{--display:flex;}.elementor-12282 .elementor-element.elementor-element-5140221{--spacer-size:50px;}/* Start custom CSS for shortcode, class: .elementor-element-df7e1ca *//* ==========================================================================
   Complete & Corrected Code for English Version 
   Fixes: Left-to-Right Alignment, English Numbers, and Punctuation (? Air)
   ========================================================================== */

.wis-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 25px;
}

.wis-post-item {
  display: flex; /* Maintains flexbox structure for equal height */
  flex-direction: column; 
  background: #f8f9fa;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  
  /* === Force Global English Alignment & Layout === */
  text-align: left !important; 
  direction: ltr !important; /* Forces the card layout to start from left */
  
  /* === Force English Fonts & Numbers === */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums !important; /* Forces standard Western numerals */
}

.wis-post-item:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.wis-title a {
  color: #005A9E;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  white-space: normal !important; /* Allows text wrapping */
  height: auto; 
  display: block;
  
  /* === Fixes Punctuation & Question Mark Position === */
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: isolate !important; /* Prevents RTL leaking into English text */
  
  /* Ensure title inherits English fonts */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.wis-title a:hover {
  color: #00BCD4;
}

.wis-excerpt {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  flex-grow: 1; /* Pushes the button to the bottom for equal height */
  
  /* === Fixes Excerpt Formatting === */
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* === English Read More Button Styles === */
.wis-readmore {
  display: inline-block;
  margin-top: auto; /* Aligns button to the bottom */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left !important;
  direction: ltr !important;
  align-self: flex-start; /* Keeps the link aligned left within flex container */
  font-size: 15px !important; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Reset any previously injected Persian text from before pseudo-element */
.wis-readmore::before {
  content: none !important; 
}

.wis-readmore:hover {
  color: #005A9E !important;
  text-decoration: underline !important;
}

/* === Image Dimensions and Optimization === */
.wis-post-item img {
  width: 100% !important;
  height: 200px !important; /* Fixed standard height for all grid images */
  object-fit: cover !important; /* Intelligent cropping without distortion */
  object-position: center !important; /* Focuses on image center during crop */
  border-radius: 8px !important; /* Synchronizes image corners with the card */
  margin-bottom: 15px !important;
}/* End custom CSS */
/* Start custom CSS for ar_faqs, class: .elementor-element-42cf79f */.elementor-12282 .elementor-element.elementor-element-42cf79f {
    direction: ltr !important;
    text-align: left !important;
}
.elementor-12282 .elementor-element.elementor-element-42cf79f .elementor-accordion-item {
    direction: ltr !important;
    text-align: left !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd08944 */.end-note-box {
  direction: rtl;
  text-align: justify;
  color: #111;
  font-family: inherit;
  /* 🔹 پس‌زمینه گرادیانی رنگی متمایز */
  background: linear-gradient(145deg, #e8f2ff 0%, #f5fbff 100%);
  border: none;
  outline: none;
  border-radius: 14px;
  padding: 36px 40px;
  margin: 50px 0;
  /* 🔹 سایه نرم و حرفه‌ای با رنگ برند */
  box-shadow: 0 10px 30px rgba(0, 90, 158, 0.22);
  transition: all 0.35s ease;
}

.end-note-box:hover {
  box-shadow: 0 12px 36px rgba(0, 90, 158, 0.33);
  transform: translateY(-5px);
}

.end-note-box h3 {
  color: #005A9E;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1.3em;
}

.end-note-box p {
  margin-bottom: 16px;
  line-height: 1.9;
  font-size: 1.05em;
}

.end-note-box strong {
  color: #003863;
}

.end-note-box a {
  color: #00BCD4;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease;
  /* 🔹 این ویژگی تضمین می‌کند که لینک‌های طولانی در هر جایی که لازم باشد شکسته شوند */
  word-break: break-all;
  /* 🔹 برای سازگاری بیشتر با مرورگرهای مختلف (مدرن‌تر) */
  overflow-wrap: break-word;
  /* 🔹 اطمینان از اینکه شکستن خط فعال است و توسط هیچ ویژگی دیگری غیرفعال نشده است */
  white-space: normal;
}

.end-note-box a:hover {
  color: #007FAE;
}

.contact-info {
  background: #FEFBEB;
  padding: 12px 18px;
  border-radius: 10px;
  margin-top: 24px;
  font-size: 0.95em;
}

/* حذف هرگونه حاشیه یا خط احتمالی المنتور */
.elementor-widget-container,
.elementor-widget,
.elementor-html-widget {
  border: none !important;
  outline: none !important;
}/* End custom CSS */