.elementor-488 .elementor-element.elementor-element-9694939{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-488 .elementor-element.elementor-element-41be5e4{--display:flex;}.elementor-488 .elementor-element.elementor-element-c985209{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-488 .elementor-element.elementor-element-093a9de{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-488 .elementor-element.elementor-element-a68a079{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-ca538e6 */:root {
  --ksa-yellow: #ffb400;
  --ksa-yellow-dark: #e9a400;
  --ksa-yellow-light: #fff8e6;
  --ksa-navy: #0b2344;
  --ksa-navy-light: #173a68;
  --ksa-ink: #171717;
  --ksa-muted: #68717d;
  --ksa-border: #e4eaf0;
  --ksa-white: #ffffff;
  --ksa-radius: 12px;
}

.ksa-section,
.ksa-section *,
.ksc-contact,
.ksc-contact * {
  box-sizing: border-box;
}

/* بخش اصلی */
.ksa-section {
  width: 100%;
  margin: 0;
  padding: 70px 0;
  direction: rtl;
  color: var(--ksa-ink);
  background: transparent !important;
}

.ksa-section::before,
.ksa-section::after {
  content: none !important;
  display: none !important;
}

.ksa-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* سربرگ */
.ksa-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  gap: 55px;
  align-items: start;
  margin: 0 0 44px;
  padding: 0;
}

.ksa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--ksa-navy);
  font-size: 14px;
  font-weight: 700;
}

.ksa-eyebrow::before {
  content: "";
  width: 28px;
  height: 4px;
  flex: 0 0 28px;
  border-radius: 999px;
  background: var(--ksa-yellow);
}

.ksa-title {
  margin: 0;
  color: var(--ksa-navy);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.4;
  font-weight: 800;
}

.ksa-title span {
  color: var(--ksa-yellow);
}

.ksa-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--ksa-muted);
  font-size: 17px;
  line-height: 2.05;
}

/* درباره شرکت */
.ksa-about {
  padding: 26px;
  border: 1px solid var(--ksa-border);
  border-radius: var(--ksa-radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 35, 68, .09);
}

.ksa-about h3 {
  margin: 0 0 12px;
  color: var(--ksa-navy);
  font-size: 22px;
  line-height: 1.7;
  font-weight: 800;
}

.ksa-about > p {
  margin: 0;
  color: var(--ksa-muted);
  font-size: 14px;
  line-height: 2;
}

/* آمار */
.ksa-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.ksa-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 150px;
  padding: 16px 8px;
  border: 1px solid rgba(255, 180, 0, .24);
  border-radius: var(--ksa-radius);
  background: var(--ksa-yellow-light);
  text-align: center;
}

.ksa-counter {
  display: block;
  direction: ltr;
  color: var(--ksa-navy);
  font-size: clamp(32px, 3vw, 43px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ksa-suffix {
  display: block;
  margin-top: 8px;
  direction: rtl;
  color: var(--ksa-yellow-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.ksa-stat-title {
  display: block;
  min-height: 3.4em;
  margin-top: 11px;
  color: var(--ksa-muted);
  font-size: 11px;
  line-height: 1.7;
}

/* گرید خدمات */
.ksa-services {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* کارت خدمات */
.ksa-service {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  column-gap: 14px;
  row-gap: 18px;
  min-width: 0;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--ksa-border);
  border-radius: var(--ksa-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 35, 68, .06);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.ksa-service:nth-child(4),
.ksa-service:nth-child(5) {
  grid-column: span 6;
}

.ksa-service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--ksa-yellow),
    var(--ksa-navy)
  );
  transition: width .35s ease;
}

.ksa-service:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 180, 0, .45);
  box-shadow: 0 20px 46px rgba(11, 35, 68, .12);
}

.ksa-service:hover::after {
  width: 100%;
}

/* آیکون */
.ksa-icon {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  margin: 0;
  border-radius: 10px;
  color: var(--ksa-navy);
  background: var(--ksa-yellow-light);
}

.ksa-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* عنوان خدمات */
.ksa-service h3 {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  color: var(--ksa-navy);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
}

.ksa-service p {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  color: var(--ksa-muted);
  font-size: 14px;
  line-height: 2;
}

/* ارتباط با ما */
.ksc-contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  direction: rtl;
  background: transparent;
}

.ksc-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 30px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--ksa-navy),
    var(--ksa-navy-light)
  );
  box-shadow: 0 18px 42px rgba(11, 35, 68, .20);
}

.ksc-contact-content strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 800;
}

.ksc-contact-content p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.9;
}

.ksc-contact-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 10px;
  color: var(--ksa-navy) !important;
  background: var(--ksa-yellow);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(255, 180, 0, .24);
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.ksc-contact-button:hover {
  color: #fff !important;
  background: var(--ksa-navy-light);
  transform: translateY(-3px);
}

/* انیمیشن ورود */
.ksa-animate-ready [data-reveal] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(25px);
  transition:
    opacity .65s ease,
    transform .65s ease,
    filter .65s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.ksa-animate-ready [data-reveal="right"] {
  transform: translateX(30px);
}

.ksa-animate-ready [data-reveal="left"] {
  transform: translateX(-30px);
}

.ksa-animate-ready [data-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

.ksa-animate-ready .ksa-service.is-visible:hover {
  transform: translateY(-6px);
}

/* تبلت */
@media (max-width: 980px) {
  .ksa-section,
  .ksa-container,
  .ksa-header,
  .ksa-services,
  .ksc-contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .ksa-header {
    grid-template-columns: 1fr;
  }

  .ksa-service {
    grid-column: span 6;
  }

  .ksa-service:nth-child(5) {
    grid-column: span 12;
  }
}

/* موبایل */
@media (max-width: 680px) {
  .ksa-section {
    padding: 50px 0;
  }

  .ksa-section,
  .ksa-container,
  .ksa-header,
  .ksa-services,
  .ksc-contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .ksa-title {
    font-size: 32px;
  }

  .ksa-about {
    padding: 16px 12px;
  }

  .ksa-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .ksa-stat {
    min-height: 132px;
    padding: 13px 4px;
    border-radius: 9px;
  }

  .ksa-counter {
    font-size: 28px;
  }

  .ksa-suffix {
    margin-top: 6px;
    font-size: 9px;
  }

  .ksa-stat-title {
    min-height: 3.8em;
    margin-top: 9px;
    font-size: 9px;
    line-height: 1.6;
  }

  .ksa-service,
  .ksa-service:nth-child(4),
  .ksa-service:nth-child(5) {
    grid-column: span 12;
    min-height: auto;
    padding: 20px;
    column-gap: 12px;
    row-gap: 14px;
  }

  .ksa-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .ksa-icon svg {
    width: 23px;
    height: 23px;
  }

  .ksa-service h3 {
    font-size: 17px;
  }

  .ksa-service p {
    font-size: 13px;
  }

  .ksc-contact-inner {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 22px 18px;
  }

  .ksc-contact-content strong {
    font-size: 19px;
  }

  .ksc-contact-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ksa-section [data-reveal],
  .ksa-service,
  .ksc-contact-button {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for wd_products, class: .elementor-element-35b6d96 */.wd-el-title.title.slider-title.element-title{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.wd-el-title.title.slider-title.element-title::before{
    content:"";
    display:block;
    width:28px;
    height:4px;
    flex:0 0 28px;
    border-radius:999px;
    background:#ffd322;
}

.star-rating {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-d18d796 */.elementor-element-d18d796 .elementor-heading-title{
    display:inline-flex;
    align-items:center;
    gap:10px;
}

.elementor-element-d18d796 .elementor-heading-title::before{
    content:"";
    display:block;
    width:28px;
    height:4px;
    flex:0 0 28px;
    border-radius:999px;
    background:#ffd322;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a346cf4 *//* =========================
   نمونه‌کارهای صفحه اصلی
========================= */

/* دسکتاپ: سه ستون */
.kshp-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

/* کارت */
.kshp-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #e8edf4;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(11,35,68,.07);
    transition:transform .25s ease,box-shadow .25s ease;
}

.kshp-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(11,35,68,.12);
}

/* تصویر */
.kshp-image{
    position:relative;
    display:block;
    overflow:hidden;
    background:#edf2f7;
    text-decoration:none !important;
}

.kshp-image img,
.kshp-placeholder{
    display:block;
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
}

.kshp-image img{
    transition:transform .35s ease;
}

.kshp-card:hover .kshp-image img{
    transform:scale(1.04);
}

.kshp-placeholder{
    background:linear-gradient(135deg,#edf2f7,#dce5ef);
}

/* وضعیت پروژه */
.kshp-status{
    position:absolute;
    top:14px;
    right:14px;
    display:inline-flex;
    align-items:center;
    padding:7px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#0b2344;
    font-size:12px;
    font-weight:800;
    line-height:1.5;
    white-space:nowrap;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.kshp-status::before{
    content:"";
    flex:0 0 auto;
    width:8px;
    height:8px;
    margin-left:6px;
    border-radius:50%;
    background:#20b26b;
}

.kshp-status.active::before{
    background:#f2b90d;
}

/* بدنه کارت */
.kshp-body{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:18px;
}

/* عنوان حداکثر دو خط */
.kshp-title{
    height:3.6em;
    margin:0 0 14px;
    overflow:hidden;
    font-size:17px;
    font-weight:900;
    line-height:1.8;
    text-align:right;
}

.kshp-title a{
    display:-webkit-box;
    overflow:hidden;
    color:#0b2344 !important;
    text-decoration:none !important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-clamp:2;
    transition:color .2s ease;
}

.kshp-title a:hover{
    color:#f2b90d !important;
}

/* اطلاعات پروژه */
.kshp-meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:center;
    gap:8px;
    margin-bottom:14px;
    color:#61728a;
    font-size:12px;
    line-height:1.8;
}

.kshp-meta-item{
    display:flex;
    align-items:center;
    gap:4px;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.kshp-meta-item:last-child{
    justify-content:flex-end;
}

.kshp-meta-item b{
    flex:0 0 auto;
    font-weight:400;
}

/* لینک مشاهده توضیحات */
.kshp-more{
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    align-self:flex-start;
    gap:7px;
    width:max-content;
    margin-top:auto;
    direction:ltr !important;
    color:#f2b90d !important;
    font-size:14px;
    font-weight:900;
    line-height:1.8;
    text-decoration:none !important;
    transition:color .2s ease;
}

/* حذف فلش‌های احتمالی قالب */
.kshp-more::before,
.kshp-more::after{
    content:none !important;
    display:none !important;
}

.kshp-more-text{
    direction:rtl;
    unicode-bidi:isolate;
}

.kshp-arrow{
    display:inline-block;
    flex:0 0 auto;
    direction:ltr;
    font-size:16px;
    line-height:1;
    transition:transform .2s ease;
}

.kshp-more:hover{
    color:#d99f00 !important;
}

.kshp-more:hover .kshp-arrow{
    transform:translateX(-4px);
}

/* موبایل: دو ستون */
@media(max-width:767px){

    .kshp-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }

    .kshp-card{
        border-radius:15px;
    }

    .kshp-body{
        padding:12px 10px 14px;
    }

    .kshp-title{
        height:3.8em;
        margin-bottom:9px;
        font-size:13px;
        line-height:1.9;
    }

    .kshp-meta{
        gap:4px;
        margin-bottom:10px;
        font-size:10px;
    }

    .kshp-more{
        gap:5px;
        font-size:11.5px;
    }

    .kshp-arrow{
        font-size:13px;
    }

    .kshp-status{
        top:8px;
        right:8px;
        padding:5px 8px;
        font-size:9px;
    }

    .kshp-status::before{
        width:6px;
        height:6px;
        margin-left:4px;
    }
}/* End custom CSS */
/* Start custom CSS for wd_blog, class: .elementor-element-65d1387 */.ks-blog-list .wd-blog-holder{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Date Badge */
.ks-blog-list .wd-post-date{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 54px;
    height: 62px;
    border-radius: 16px;
    background: rgba(255,255,255,.96) !important;
    color: #0b2344 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ks-blog-list .post-date-day{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    color: #0b2344 !important;
}

.ks-blog-list .post-date-month{
    font-size: 12px;
    font-weight: 800;
    color: #f2b90d !important;
    margin-top: 3px;
}

/* Content */
.ks-blog-list .wd-post-content{
    padding: 24px 26px !important;
    text-align: right;
    background: #fff !important;
}

.ks-blog-list .article-body-container{
    min-height: auto !important;
}

/* Title */
.ks-blog-list .wd-post-title{
    margin: 0 0 12px !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
    font-weight: 900 !important;
    text-align: right;
}

.ks-blog-list .wd-post-title a{
    color: #0b2344 !important;
    text-decoration: none !important;
    transition: color .2s ease;
}

.ks-blog-list .wd-post-title a:hover{
    color: #f2b90d !important;
}

/* Excerpt */
.ks-blog-list .wd-post-excerpt{
    margin: 0px !important;
    color: #60728b !important;
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

/* Read More */
.ks-blog-list .wd-post-read-more,
.ks-blog-list .read-more-section{
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    direction: rtl !important;
    text-align: right !important;
    margin-top: 10px !important;
}

.ks-blog-list .wd-post-read-more a{
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    direction: rtl !important;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    margin-right: 0 !important;
    margin-left: auto !important;
    color: #f2b90d !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
}

.ks-blog-list .wd-post-read-more a::before{
    content: "←";
    position: static !important;
    display: inline-flex !important;
    color: #f2b90d !important;
    font-size: 14px;
    line-height: 1;
    transition: transform .2s ease;
}

.ks-blog-list .wd-post-read-more a::after{
    display: none !important;
    content: none !important;
}

.ks-blog-list .wd-post-read-more a:hover::before{
    transform: translateX(-3px);
}


/* Mobile */
@media(max-width: 767px){
    .ks-blog-list .wd-post-inner{
        grid-template-columns: 1fr;
    }

    .ks-blog-list .wd-post-img img{
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .ks-blog-list .wd-post-content{
        padding: 18px !important;
    }

    .ks-blog-list .wd-post-title{
        font-size: 14px !important;
        line-height: 1.9 !important;
    }

    .ks-blog-list .wd-post-excerpt{
        font-size: 12px;
        line-height: 1.6;
    }

    .ks-blog-list .wd-post-date{
        width: 48px;
        height: 56px;
        border-radius: 14px;
    }
}/* End custom CSS */
/* Start custom CSS */.whb-main-header .whb-general-header {
    position: relative;
    background: transparent !important;
    transition: background-color .15s cubic-bezier(.4, 0, .2, 1);
}

.whb-main-header .whb-general-header::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 140px;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, .7),
        transparent
    );
    pointer-events: none;
    z-index: 0;
}

.whb-main-header .whb-general-header > .container {
    position: relative;
    z-index: 1;
}/* End custom CSS */