.elementor-30 .elementor-element.elementor-element-1b3d3a5{--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-30 .elementor-element.elementor-element-1b3d3a5:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-1b3d3a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E2F46;}.elementor-30 .elementor-element.elementor-element-ff02f55{--spacer-size:24px;}.elementor-30 .elementor-element.elementor-element-318099f{text-align:center;}.elementor-30 .elementor-element.elementor-element-318099f .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:36px;color:#FFFFFF;}.elementor-30 .elementor-element.elementor-element-9cfb545{text-align:center;}.elementor-30 .elementor-element.elementor-element-9cfb545 .elementor-heading-title{font-family:"IRANYekanX", Sans-serif;font-size:16px;line-height:1.8em;color:#9CC9D4;}.elementor-30 .elementor-element.elementor-element-35a2708{--spacer-size:24px;}.elementor-30 .elementor-element.elementor-element-0a361cd{--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-30 .elementor-element.elementor-element-75ecd2c{--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;}body.elementor-page-30:not(.elementor-motion-effects-element-type-background), body.elementor-page-30 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-318099f .elementor-heading-title{font-size:24px;}.elementor-30 .elementor-element.elementor-element-9cfb545 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-9e6d4ee *//* ===============================
   GLOBAL SAFETY
================================ */
*, *::before, *::after{
  box-sizing: border-box;
}

html, body{
  overflow-x: hidden;
}

/* ===============================
   FONT — IRANYekan
================================ */
@font-face{
  font-family: IRANYekan;
  src: url("/wp-content/uploads/fonts/iranyekan.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   SECTION — FULL WIDTH + ALWAYS CENTERED
   (desktop / tablet / mobile safe)
================================ */
.cat-section-full{
  width: 100vw;
  margin-inline: calc(50% - 50vw); /* ⭐ فیکس طلایی */

  background: #ffffff;
  padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 64px);
  overflow: hidden;

  direction: rtl;
  font-family: IRANYekan, Tahoma, sans-serif;
}

/* ===============================
   GRID — 2×2 FIXED
================================ */
.cat-section-full .cat-grid{
  width: min(1400px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 28px);
}

@media (min-width: 720px){
  .cat-section-full .cat-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   CARD
================================ */
.cat-section-full .cat-card{
  position: relative;
  display: block;
  min-height: clamp(260px, 22vw, 380px);
  overflow: hidden;

  border-radius: 0;

  text-decoration: none;
  color: #ffffff;

  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  border: 1px solid rgba(0,0,0,.08);
  isolation: isolate;

  background:
    linear-gradient(135deg, rgba(0,0,0,.55), rgba(0,0,0,.22)),
    var(--bg) center/cover no-repeat;

  transition: transform .25s ease, box-shadow .25s ease;
}

.cat-section-full .cat-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(900px 280px at 20% 10%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.52) 80%);
}

.cat-section-full .cat-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(0,0,0,.30);
}

/* ===============================
   BADGE
================================ */
.cat-section-full .cat-badge{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;

  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;

  border-radius: 0;

  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}

/* ===============================
   CONTENT
================================ */
.cat-section-full .cat-content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  padding: clamp(16px, 2.2vw, 26px);
  display: grid;
  gap: 10px;
}

.cat-section-full .cat-h3{
  margin: 0;
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.2;
}

.cat-section-full .cat-desc{
  margin: 0;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.55;
  opacity: .78;
  max-width: 60ch;
}

/* ===============================
   CTA — RED ONLY ON BUTTON HOVER
================================ */
.cat-section-full .cat-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 6px;

  padding: 10px 14px;
  font-size: clamp(13px, 1vw, 15px);

  border-radius: 0;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18);
  color: #ffffff;

  transition: all .25s ease;
}

.cat-section-full .cat-cta:hover{
  background: #b32626;
  border-color: #b32626;
  color: #ffffff;
}/* End custom CSS */