.elementor-15841 .elementor-element.elementor-element-e4c20a7{margin:-77px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-dba540a{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-9fa6003{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-3591354{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-8b8b13a{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-98d9736 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-f6798bb > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-111155f{margin:-11px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-85c73a6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:-11px 0px 0px 0px;}.elementor-15841 .elementor-element.elementor-element-85c73a6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15841 .elementor-element.elementor-element-1f946d0 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-15841 .elementor-element.elementor-element-1f946d0 .info-box-subtitle{font-weight:500;}.elementor-15841 .elementor-element.elementor-element-61dcc41 .wd-text-block{max-width:500px;}.elementor-15841 .elementor-element.elementor-element-424681f{width:auto;max-width:auto;}.elementor-15841 .elementor-element.elementor-element-424681f > .elementor-widget-container{margin:0px 0px -11px 20px;}.elementor-15841 .elementor-element.elementor-element-117300a{width:var( --container-widget-width, 61.486% );max-width:61.486%;--container-widget-width:61.486%;--container-widget-flex-grow:0;}.elementor-15841 .elementor-element.elementor-element-117300a > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-15841 .elementor-element.elementor-element-c7c8ad7 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-15841 .elementor-element.elementor-element-f6f96c2 .wd-accordion-title-text{font-weight:600;}.elementor-15841 .elementor-element.elementor-element-d63d13f{margin:0px 0px -53px 0px;}.elementor-15841 .elementor-element.elementor-element-8c62af0 > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-62413e8 *//* ===== WHY US - a8t.ir ===== */
.a8t-why * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-why {
  background: #09090e;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
}

.a8t-why-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto 56px;
  gap: 40px;
}

.a8t-why-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.a8t-why-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}

.a8t-why-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0;
  line-height: 1.15;
}

.a8t-why-desc {
  color: #8888aa;
  font-size: 0.9rem;
  line-height: 1.75;
  font-weight: 300;
  max-width: 280px;
  text-align: left;
}

/* گرید دسکتاپ */
.a8t-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.a8t-why-card {
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 34px 26px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  cursor: default;
}
.a8t-why-card:hover {
  border-color: rgba(0,212,255,0.25);
  transform: translateY(-6px);
  box-shadow: 0 0 50px rgba(0,212,255,0.08), 0 30px 60px rgba(0,0,0,0.4);
  background: #1a1a28;
}

.a8t-why-num {
  position: absolute;
  top: 16px; left: 18px;
  font-size: 3.2rem;
  font-weight: 900;
  color: rgba(255,255,255,0.025);
  line-height: 1;
}

.a8t-why-icon {
  width: 62px; height: 62px;
  background: rgba(0,212,255,0.07);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 12px;
  transition: all 0.35s;
}
.a8t-why-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.7);
  transition: all 0.35s;
}
.a8t-why-card:hover .a8t-why-icon {
  background: rgba(0,212,255,0.14);
  box-shadow: 0 0 20px rgba(0,212,255,0.2);
}
.a8t-why-card:hover .a8t-why-icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(97%) saturate(1000%) hue-rotate(163deg) brightness(105%);
}
.a8t-why-snap-card:hover .a8t-why-icon {
  background: rgba(0,212,255,0.14);
}
.a8t-why-snap-card:hover .a8t-why-icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(97%) saturate(1000%) hue-rotate(163deg) brightness(105%);
}

.a8t-why-sub {
  font-size: 0.72rem;
  color: #00d4ff;
  font-weight: 600;
  margin-bottom: 8px;
}
.a8t-why-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #eeeef5;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}
.a8t-why-card-desc {
  font-size: 0.83rem;
  color: #8888aa;
  line-height: 1.75;
  font-weight: 300;
}
.a8t-why-card-desc strong {
  color: #eeeef5;
  font-weight: 600;
}

/* موبایل */
.a8t-why-mobile { display: none; }

.a8t-why-snap {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 0;
}
.a8t-why-snap::-webkit-scrollbar { display: none; }

.a8t-why-snap-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* dots */
.a8t-why-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.a8t-why-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.a8t-why-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #00d4ff;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-why { padding: 70px 30px; }
  .a8t-why-grid { grid-template-columns: repeat(2, 1fr); }
  .a8t-why-header { flex-direction: column; align-items: flex-start; }
  .a8t-why-desc { max-width: 100%; text-align: right; }
}

@media (max-width: 640px) {
  .a8t-why { padding: 56px 16px; }
  .a8t-why-grid { display: none; }
  .a8t-why-mobile { display: block; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9354b97 *//* ===== PROCESS - a8t.ir ===== */
.a8t-process * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-process {
  background: #0f0f18;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
  overflow: hidden;
}

.a8t-process-header {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 72px;
}
.a8t-process-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  justify-content: center;
}
.a8t-process-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}
.a8t-process-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0 0 12px;
  line-height: 1.15;
}
.a8t-process-desc {
  color: #8888aa;
  font-size: 0.95rem;
  font-weight: 300;
}

/* steps دسکتاپ */
.a8t-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* خط اتصال بین steps */
.a8t-process-steps::before {
  content: '';
  position: absolute;
  top: 44px;
  right: 12.5%; left: 12.5%;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(0,212,255,0.3), rgba(0,212,255,0.3), transparent);
  z-index: 0;
}

.a8t-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.a8t-process-ring {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: #14141f;
  border: 1px solid rgba(0,212,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 28px;
  box-shadow: 0 0 0 8px #0f0f18;
  transition: all 0.35s;
}
.a8t-process-step:hover .a8t-process-ring {
  background: rgba(0,212,255,0.08);
  box-shadow: 0 0 30px rgba(0,212,255,0.2), 0 0 0 8px #0f0f18;
}

.a8t-process-emoji { font-size: 1.9rem; }

.a8t-process-num {
  position: absolute;
  top: -4px; right: -4px;
  width: 26px; height: 26px;
  background: #00d4ff;
  color: #000;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a8t-process-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #eeeef5;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.a8t-process-step-desc {
  font-size: 0.83rem;
  color: #8888aa;
  line-height: 1.7;
  font-weight: 300;
}

/* موبایل */
.a8t-process-mobile { display: none; }

.a8t-process-snap {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.a8t-process-snap::-webkit-scrollbar { display: none; }

.a8t-process-snap-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 36px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.a8t-process-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.a8t-process-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.a8t-process-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #00d4ff;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-process { padding: 70px 30px; }
  .a8t-process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .a8t-process-steps::before { display: none; }
}

@media (max-width: 640px) {
  .a8t-process { padding: 56px 16px; }
  .a8t-process-steps { display: none; }
  .a8t-process-mobile { display: block; }
  .a8t-process-header { margin-bottom: 40px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c19172 *//* ===== PORTFOLIO - a8t.ir ===== */
.a8t-port * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-port {
  background: #09090e;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
}

.a8t-port-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto 52px;
  gap: 40px;
}
.a8t-port-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.a8t-port-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}
.a8t-port-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0;
  line-height: 1.15;
}
.a8t-port-all {
  color: #8888aa;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  padding: 10px 20px;
  transition: all 0.25s;
  white-space: nowrap;
  text-decoration: none;
}
.a8t-port-all:hover {
  border-color: rgba(0,212,255,0.25);
  color: #eeeef5;
}

/* گرید دسکتاپ */
.a8t-port-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.a8t-port-card {
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.35s;
}
.a8t-port-card:hover {
  border-color: rgba(0,212,255,0.2);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* تصویر کارت - گرادیان رنگی به جای عکس */
.a8t-port-img {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
.a8t-port-img-1 {
  background: linear-gradient(135deg, #0d1f2d 0%, #0a2a3a 50%, #0d2d1f 100%);
}
.a8t-port-img-1::before {
  content: '🎮';
  font-size: 5rem;
  opacity: 0.3;
  position: absolute;
}
.a8t-port-img-2 {
  background: linear-gradient(135deg, #1a0d2e 0%, #2d1f0a 50%, #0d1a2e 100%);
}
.a8t-port-img-2::before {
  content: '🎨';
  font-size: 5rem;
  opacity: 0.3;
  position: absolute;
}
.a8t-port-img-3 {
  background: linear-gradient(135deg, #0d1a0d 0%, #1a2e0d 50%, #0d2020 100%);
}
.a8t-port-img-3::before {
  content: '🏢';
  font-size: 5rem;
  opacity: 0.3;
  position: absolute;
}

.a8t-port-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,31,0.9) 0%, transparent 60%);
}
.a8t-port-badge {
  position: absolute;
  bottom: 16px; right: 16px;
  background: rgba(0,212,255,0.12);
  border: 1px solid rgba(0,212,255,0.25);
  color: #00d4ff;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  z-index: 2;
  font-family: iranyekanx, Tahoma, sans-serif;
}

.a8t-port-body { padding: 24px; }
.a8t-port-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #eeeef5;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.a8t-port-card-desc {
  font-size: 0.82rem;
  color: #8888aa;
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 16px;
}
.a8t-port-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.a8t-port-specs span {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 0.7rem;
  color: #55556a;
  font-family: iranyekanx, Tahoma, sans-serif;
}

/* موبایل */
.a8t-port-mobile { display: none; }

.a8t-port-snap {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.a8t-port-snap::-webkit-scrollbar { display: none; }

.a8t-port-snap-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.a8t-port-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.a8t-port-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.a8t-port-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #00d4ff;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-port { padding: 70px 30px; }
  .a8t-port-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .a8t-port { padding: 56px 16px; }
  .a8t-port-grid { display: none; }
  .a8t-port-mobile { display: block; }
  .a8t-port-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98d9736 *//* ===== AREAS - a8t.ir ===== */
.a8t-areas * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-areas {
  background: #0f0f18;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
  text-align: center;
}

.a8t-areas-header {
  max-width: 1280px;
  margin: 0 auto 48px;
}

.a8t-areas-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  justify-content: center;
}
.a8t-areas-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}

.a8t-areas-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0 0 14px;
  line-height: 1.15;
}

.a8t-areas-desc {
  color: #8888aa;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
}

.a8t-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 28px;
}

.a8t-area-tag {
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #8888aa;
  transition: all 0.25s;
  cursor: default;
}
.a8t-area-tag:hover {
  border-color: rgba(0,212,255,0.25);
  color: #00d4ff;
  background: rgba(0,212,255,0.05);
}
.a8t-area-main {
  border-color: rgba(0,212,255,0.25) !important;
  color: #00d4ff !important;
  background: rgba(0,212,255,0.08) !important;
  font-weight: 700 !important;
}

.a8t-areas-note {
  font-size: 0.85rem;
  color: #55556a;
  margin: 0;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-areas { padding: 70px 30px; }
}
@media (max-width: 640px) {
  .a8t-areas { padding: 56px 16px; }
  .a8t-area-tag { padding: 10px 18px; font-size: 0.82rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6798bb *//* ===== REVIEWS - a8t.ir ===== */
.a8t-reviews * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-reviews {
  background: #09090e;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
}

.a8t-reviews-header {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 52px;
}
.a8t-reviews-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  justify-content: center;
}
.a8t-reviews-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}
.a8t-reviews-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0 0 12px;
  line-height: 1.15;
}
.a8t-reviews-desc {
  color: #8888aa;
  font-size: 0.95rem;
  font-weight: 300;
}

/* گرید دسکتاپ */
.a8t-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.a8t-review-card {
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 32px 28px;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.a8t-review-card:hover {
  border-color: rgba(0,212,255,0.2);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.a8t-review-stars {
  color: #fbbf24;
  font-size: 1rem;
  letter-spacing: 3px;
}
.a8t-review-text {
  font-size: 0.88rem;
  color: #8888aa;
  line-height: 1.8;
  font-weight: 300;
  flex: 1;
  margin: 0;
}
.a8t-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.a8t-review-av {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00d4ff, #7b5ea7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
}
.a8t-review-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #eeeef5;
  margin-bottom: 3px;
}
.a8t-review-meta {
  font-size: 0.75rem;
  color: #55556a;
}

/* موبایل */
.a8t-reviews-mobile { display: none; }

.a8t-reviews-snap {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.a8t-reviews-snap::-webkit-scrollbar { display: none; }

.a8t-reviews-snap-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  padding: 28px 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.a8t-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.a8t-reviews-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.a8t-reviews-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #00d4ff;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-reviews { padding: 70px 30px; }
  .a8t-reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .a8t-reviews { padding: 56px 16px; }
  .a8t-reviews-grid { display: none; }
  .a8t-reviews-mobile { display: block; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-111155f *//* ============================================================
   A8T.IR — فرم مشاوره | نسخه نهایی v4
   فونت: IranYekanX | تم: Dark Glass | آکسنت: بنفش/آبی
   ============================================================ */

/* ─── فونت IRANYekanX از سرور سایت ─── */
@font-face {
  font-family: 'IRANYekanX';
  src: url('https://a8t.ir/wp-content/uploads/2023/04/IRANYekanXFaNum-Regular.woff2') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --f:         'IranYekanX', Tahoma, sans-serif;
  --acc:       #7B6EF6;
  --acc2:      #5BA4FF;
  --grad:      linear-gradient(135deg, #7B6EF6 0%, #5BA4FF 100%);
  --bg:        #0A0A12;
  --glass:     rgba(255,255,255,0.038);
  --brd:       rgba(255,255,255,0.08);
  --bacc:      rgba(123,110,246,0.28);
  --tx:        #EEEEFF;
  --muted:     rgba(238,238,255,0.45);
  --ibg:       rgba(20, 18, 40, 0.85);
  --rsm:       10px;
  --rmd:       16px;
  --rlg:       24px;
}

/* ══════════════════════════════════════════
   ۱. پس‌زمینه سکشن + glow
══════════════════════════════════════════ */
body .elementor-section:has(#gform_wrapper_2),
body section:has(#gform_wrapper_2) {
  background: var(--bg) !important;
  position: relative !important;
  overflow: hidden !important;
}

body .elementor-section:has(#gform_wrapper_2)::before {
  content: '' !important;
  position: absolute !important;
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(123,110,246,0.18) 0%, transparent 65%) !important;
  top: -180px; right: -180px;
  pointer-events: none; z-index: 0;
}

body .elementor-section:has(#gform_wrapper_2)::after {
  content: '' !important;
  position: absolute !important;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(91,164,255,0.13) 0%, transparent 65%) !important;
  bottom: -130px; left: -130px;
  pointer-events: none; z-index: 0;
}

/* container حاشیه */
body .elementor-section:has(#gform_wrapper_2) > .elementor-container {
  max-width: 1200px !important;
  padding: 80px 60px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ══════════════════════════════════════════
   ۲. ستون چپ المنتور — عنوان و متن
══════════════════════════════════════════ */
body .elementor-element-b0851ca {
  z-index: 1 !important;
  position: relative !important;
}

/* tag pill */
body .elementor-element-b0851ca .title-subtitle {
  font-family: 'IRANYekanX' !important;
  font-size: 0.70rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: var(--acc) !important;
  background: rgba(123,110,246,0.12) !important;
  border: 1px solid rgba(123,110,246,0.28) !important;
  border-radius: 50px !important;
  padding: 5px 16px !important;
  display: inline-block !important;
  margin-bottom: 20px !important;
}

/* عنوان h4 */
body .elementor-element-b0851ca .woodmart-title-container.title {
  font-family: 'IRANYekanX' !important;
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important;
  color: var(--tx) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
}

/* متن p */
body .elementor-element-c6fbde1 p,
body .elementor-element-c6fbde1 .wd-text-block p {
  font-family: 'IRANYekanX' !important;
  font-size: 0.92rem !important;
  color: var(--muted) !important;
  line-height: 2 !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}

/* دکمه */
body .elementor-element-d7ce25f .btn {
  font-family: var(--f) !important;
  background: transparent !important;
  border: 1.5px solid rgba(123,110,246,0.40) !important;
  border-radius: 50px !important;
  color: var(--acc) !important;
  padding: 11px 26px !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  transition: all 0.25s !important;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
body .elementor-element-d7ce25f .btn:hover {
  background: rgba(123,110,246,0.10) !important;
  border-color: var(--acc) !important;
}

/* ══════════════════════════════════════════
   ۳. HTML Widget — Steps Panel
   (اگه از a8t-info-panel HTML widget استفاده می‌کنی)
══════════════════════════════════════════ */
.a8t-info-panel,
.a8t-info-panel * { font-family: var(--f) !important; direction: rtl; }

.a8t-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.70rem; font-weight: 700; letter-spacing: 0.12em;
  color: var(--acc); background: rgba(123,110,246,0.12);
  border: 1px solid rgba(123,110,246,0.28);
  border-radius: 50px; padding: 5px 16px; margin-bottom: 22px;
}
.a8t-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--acc); flex-shrink: 0;
  animation: a8t-pulse 2s infinite;
}

.a8t-title {
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important; color: var(--tx) !important;
  line-height: 1.3 !important; letter-spacing: -0.02em;
  margin: 0 0 16px !important;
}
.a8t-title span {
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}

.a8t-desc {
  font-size: 0.91rem; color: var(--muted); line-height: 2;
  margin: 0 0 28px !important;
}

.a8t-divider {
  width: 40px; height: 2px; background: var(--grad);
  border-radius: 2px; margin-bottom: 28px;
}

.a8t-steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }

.a8t-step {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--rmd); padding: 16px 18px;
  transition: all 0.25s; cursor: default;
  animation: a8t-up 0.45s both;
}
.a8t-step:nth-child(1){animation-delay:.25s}
.a8t-step:nth-child(2){animation-delay:.32s}
.a8t-step:nth-child(3){animation-delay:.39s}
.a8t-step:hover {
  background: rgba(123,110,246,0.08);
  border-color: rgba(123,110,246,0.26);
  transform: translateX(-5px);
}
.a8t-step-num {
  width: 42px; height: 42px; min-width: 42px;
  background: var(--grad); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 800; color: #fff;
  box-shadow: 0 4px 16px rgba(123,110,246,0.42); flex-shrink: 0;
}
.a8t-step-body h4 {
  font-size: 0.90rem !important; font-weight: 700 !important;
  color: var(--tx) !important; margin: 0 0 4px !important;
}
.a8t-step-body p {
  font-size: 0.78rem !important; color: var(--muted) !important;
  margin: 0 !important; line-height: 1.5 !important;
}

.a8t-trust {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.77rem; color: var(--muted);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50px; padding: 8px 16px;
}
.a8t-trust-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80; box-shadow: 0 0 8px rgba(74,222,128,0.7);
  animation: a8t-green 2s infinite; flex-shrink: 0;
}

/* ══════════════════════════════════════════
   ۴. کارت فرم Gravity Forms
══════════════════════════════════════════ */
body #gform_wrapper_2,
body .gform_wrapper#gform_wrapper_2 {
  background: rgba(14,12,32,0.75) !important;
  backdrop-filter: blur(28px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(160%) !important;
  border: 1px solid var(--brd) !important;
  border-radius: var(--rlg) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05) inset,
    0 24px 64px rgba(0,0,0,0.60),
    0 0 80px rgba(123,110,246,0.08) !important;
  padding: 36px !important;
  position: relative;
  overflow: hidden;
  animation: a8t-up 0.6s 0.1s both;
}

/* خط درخشان بالای کارت */
body #gform_wrapper_2::before {
  content: '' !important;
  position: absolute !important;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,110,246,0.55), rgba(91,164,255,0.55), transparent) !important;
  pointer-events: none;
}

/* عنوان h5 بالای فرم */
body .elementor-widget-wp-widget-gform_widget h5,
body #gform_wrapper_2 h5 {
  font-family: var(--f) !important;
  font-size: 1.1rem !important; font-weight: 800 !important;
  background: var(--grad) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin: 0 0 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid var(--brd) !important;
  display: block !important;
}

/* ══════════════════════════════════════════
   ۵. Labels — با specificity بالا
══════════════════════════════════════════ */
body #gform_wrapper_2 .gfield_label,
body #gform_wrapper_2 legend.gfield_label,
body #gform_wrapper_2 .gform-field-label {
  font-family: var(--f) !important;
  font-size: 0.73rem !important; font-weight: 700 !important;
  color: var(--muted) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  display: block !important;
}

body #gform_wrapper_2 .gfield_required_text {
  font-family: var(--f) !important;
  font-size: 0.63rem !important; font-weight: 600 !important;
  color: var(--acc) !important;
  background: rgba(123,110,246,0.14) !important;
  padding: 1px 7px !important; border-radius: 4px !important;
  margin-right: 5px !important;
  letter-spacing: 0 !important; text-transform: none !important;
}

/* ══════════════════════════════════════════
   ۶. گرید فیلدها — چیدمان اصلی
══════════════════════════════════════════ */
body #gform_wrapper_2 #gform_fields_2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  align-items: start !important;
}

/* نام: تمام عرض */
body #gform_wrapper_2 #field_2_1  { grid-column: 1 / -1 !important; }
/* تلفن + ایمیل: نصف */
body #gform_wrapper_2 #field_2_3  { grid-column: span 1 !important; }
body #gform_wrapper_2 #field_2_4  { grid-column: span 1 !important; }
/* نوع سیستم + خدمات: نصف نصف */
body #gform_wrapper_2 #field_2_7  { grid-column: span 1 !important; }
body #gform_wrapper_2 #field_2_11 { grid-column: span 1 !important; }
/* توضیحات + بودجه: نصف نصف */
body #gform_wrapper_2 #field_2_13 { grid-column: span 1 !important; }
body #gform_wrapper_2 #field_2_12 { grid-column: span 1 !important; }

body #gform_wrapper_2 .gfield {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}

/* فیلد نام: دو input کنار هم */
body #gform_wrapper_2 .ginput_container--name {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}
body #gform_wrapper_2 .ginput_container--name .name_first,
body #gform_wrapper_2 .ginput_container--name .name_last {
  display: flex !important; flex-direction: column !important;
  gap: 0 !important; width: 100% !important;
}
body #gform_wrapper_2 .gform-field-label--type-sub {
  font-family: var(--f) !important;
  font-size: 0.70rem !important; color: var(--muted) !important;
  margin-top: 5px !important; font-weight: 400 !important;
  text-transform: none !important; letter-spacing: 0 !important;
}

/* ══════════════════════════════════════════
   ۷. INPUT / TEXTAREA — override کامل GF theme
══════════════════════════════════════════ */

/* تمام inputها با بالاترین specificity ممکن */
body #gform_2 .gform_body input[type="text"],
body #gform_2 .gform_body input[type="tel"],
body #gform_2 .gform_body input[type="email"],
body #gform_2 .gform_body input[type="number"],
body #gform_2 input[type="text"],
body #gform_2 input[type="tel"],
body #gform_2 input[type="email"],
body #gform_2 input[type="number"] {
  font-family: var(--f) !important;
  background-color: var(--ibg) !important;
  background: var(--ibg) !important;
  border: 1.5px solid var(--bacc) !important;
  border-radius: var(--rsm) !important;
  color: var(--tx) !important;
  font-size: 0.90rem !important;
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
  padding: 0 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.22s, background 0.22s, box-shadow 0.22s !important;
  direction: rtl !important;
  margin: 0 !important;
  /* مهم: override GF orbital theme */
  --gf-ctrl-border-color: rgba(123,110,246,0.28) !important;
  --gf-color-in-ctrl: rgba(14,12,32,0.85) !important;
  --gf-color-in-ctrl-contrast: #EEEEFF !important;
}

body #gform_2 .gform_body textarea,
body #gform_2 textarea {
  font-family: var(--f) !important;
  background-color: var(--ibg) !important;
  background: var(--ibg) !important;
  border: 1.5px solid var(--bacc) !important;
  border-radius: var(--rsm) !important;
  color: var(--tx) !important;
  font-size: 0.90rem !important;
  min-height: 120px !important;
  height: auto !important;
  padding: 13px 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  resize: vertical !important;
  line-height: 1.8 !important;
  transition: border-color 0.22s, background 0.22s, box-shadow 0.22s !important;
  direction: rtl !important;
  margin: 0 !important;
  --gf-color-in-ctrl: rgba(14,12,32,0.85) !important;
}

/* GF CSS Variables override */
body #gform_wrapper_2[data-form-index] {
  --gf-color-in-ctrl: rgba(14,12,32,0.85) !important;
  --gf-color-in-ctrl-contrast: #EEEEFF !important;
  --gf-color-secondary: rgba(14,12,32,0.85) !important;
  --gf-ctrl-border-color: rgba(123,110,246,0.30) !important;
  --gf-color-primary: #7B6EF6 !important;
  --gf-color-out-ctrl-light: rgba(123,110,246,0.15) !important;
  --gf-radius: 10px !important;
  --gf-font-size-secondary: 0.90rem !important;
}

/* Placeholder */
body #gform_2 input::placeholder,
body #gform_2 textarea::placeholder {
  color: rgba(238,238,255,0.22) !important;
  font-family: var(--f) !important;
}

/* Focus */
body #gform_2 input:focus,
body #gform_2 textarea:focus {
  border-color: rgba(123,110,246,0.65) !important;
  background: rgba(20,16,50,0.90) !important;
  box-shadow:
    0 0 0 3px rgba(123,110,246,0.15),
    0 0 24px rgba(123,110,246,0.10) !important;
  outline: none !important;
}

/* توضیح زیر فیلد */
body #gform_wrapper_2 .gfield_description {
  font-family: var(--f) !important;
  font-size: 0.71rem !important;
  color: var(--muted) !important;
  margin-top: 6px !important;
  font-style: italic;
  line-height: 1.5;
}

/* ══════════════════════════════════════════
   ۸. Checkbox — کارت‌های انتخابی
══════════════════════════════════════════ */
body #gform_wrapper_2 .gfield_checkbox {
  display: flex !important; flex-direction: column !important;
  gap: 8px !important; width: 100% !important;
}

body #gform_wrapper_2 .gchoice {
  display: flex !important; align-items: center !important;
  gap: 11px !important;
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: var(--rsm) !important;
  padding: 11px 14px !important;
  cursor: pointer !important;
  transition: background 0.2s, border-color 0.2s !important;
  direction: rtl !important;
  width: 100% !important; box-sizing: border-box !important;
}
body #gform_wrapper_2 .gchoice:hover {
  background: rgba(123,110,246,0.08) !important;
  border-color: rgba(123,110,246,0.28) !important;
}

/* checkbox سفارشی */
body #gform_wrapper_2 .gfield-choice-input[type="checkbox"] {
  appearance: none !important; -webkit-appearance: none !important;
  width: 18px !important; height: 18px !important; min-width: 18px !important;
  background: transparent !important;
  border: 1.5px solid rgba(123,110,246,0.40) !important;
  border-radius: 5px !important; cursor: pointer !important;
  position: relative !important; flex-shrink: 0 !important;
  transition: all 0.2s !important; margin: 0 !important;
  box-shadow: none !important;
}
body #gform_wrapper_2 .gfield-choice-input[type="checkbox"]:checked {
  background: var(--grad) !important;
  border-color: transparent !important;
  box-shadow: 0 2px 10px rgba(123,110,246,0.45) !important;
}
body #gform_wrapper_2 .gfield-choice-input[type="checkbox"]:checked::after {
  content: '✓' !important;
  position: absolute !important; inset: 0 !important;
  display: flex !important; align-items: center !important;
  justify-content: center !important;
  color: white !important; font-size: 11px !important; font-weight: 800 !important;
}

/* label چک‌باکس */
body #gform_wrapper_2 .gform-field-label--type-inline {
  font-family: var(--f) !important;
  font-size: 0.86rem !important;
  color: rgba(238,238,255,0.78) !important;
  font-weight: 400 !important; cursor: pointer !important;
  margin: 0 !important; letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color 0.2s !important;
}
body #gform_wrapper_2 .gchoice:has(input:checked) {
  background: rgba(123,110,246,0.09) !important;
  border-color: rgba(123,110,246,0.32) !important;
}
body #gform_wrapper_2 .gchoice:has(input:checked) .gform-field-label--type-inline {
  color: var(--acc) !important; font-weight: 600 !important;
}

/* ══════════════════════════════════════════
   ۹. دکمه ارسال
══════════════════════════════════════════ */
body #gform_wrapper_2 .gform_footer {
  margin-top: 8px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--brd) !important;
}

body #gform_wrapper_2 #gform_submit_button_2,
body #gform_wrapper_2 .gform_button {
  font-family: var(--f) !important;
  background: var(--grad) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  height: 54px !important;
  padding: 0 40px !important;
  font-size: 0.97rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  width: 100% !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 4px 24px rgba(123,110,246,0.42), inset 0 1px 0 rgba(255,255,255,0.14) !important;
  transition: transform 0.25s, box-shadow 0.25s !important;
  position: relative; overflow: hidden;
  -webkit-appearance: none !important;
}
body #gform_wrapper_2 #gform_submit_button_2:hover,
body #gform_wrapper_2 .gform_button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 36px rgba(123,110,246,0.58), inset 0 1px 0 rgba(255,255,255,0.18) !important;
}

/* ══════════════════════════════════════════
   ۱۰. خطا + موفقیت
══════════════════════════════════════════ */
body #gform_wrapper_2 .gform_validation_error input,
body #gform_wrapper_2 .gfield--error input,
body #gform_wrapper_2 .gfield--error textarea {
  border-color: rgba(255,80,100,0.60) !important;
  background: rgba(255,40,60,0.05) !important;
}
body #gform_wrapper_2 .validation_message,
body #gform_wrapper_2 .gfield_validation_message {
  font-family: var(--f) !important;
  color: #FF6B7A !important; font-size: 0.74rem !important;
  margin-top: 5px !important;
}
body #gform_confirmation_message_2,
body .gform_confirmation_message {
  font-family: var(--f) !important;
  background: rgba(123,110,246,0.10) !important;
  border: 1px solid rgba(123,110,246,0.28) !important;
  border-radius: var(--rmd) !important; padding: 28px !important;
  color: var(--tx) !important; text-align: center !important;
  font-size: 1rem !important; line-height: 1.8 !important;
}

/* Scrollbar */
body #gform_2 textarea::-webkit-scrollbar { width: 4px; }
body #gform_2 textarea::-webkit-scrollbar-thumb {
  background: rgba(123,110,246,0.35); border-radius: 4px;
}

/* ══════════════════════════════════════════
   ۱۱. Keyframes
══════════════════════════════════════════ */
@keyframes a8t-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes a8t-pulse {
  0%,100% { opacity: 0.6; } 50% { opacity: 1; }
}
@keyframes a8t-green {
  0%,100% { box-shadow: 0 0 6px rgba(74,222,128,0.5); }
  50%      { box-shadow: 0 0 16px rgba(74,222,128,0.9); }
}

/* ══════════════════════════════════════════
   ۱۲. ریسپانسیو
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  body .elementor-section:has(#gform_wrapper_2) > .elementor-container {
    padding: 60px 32px !important;
  }
}

@media (max-width: 768px) {
  body .elementor-section:has(#gform_wrapper_2) > .elementor-container {
    padding: 48px 20px !important;
  }
  body #gform_wrapper_2 #gform_fields_2 {
    grid-template-columns: 1fr !important;
  }
  body #gform_wrapper_2 #field_2_1,
  body #gform_wrapper_2 #field_2_3,
  body #gform_wrapper_2 #field_2_4,
  body #gform_wrapper_2 #field_2_7,
  body #gform_wrapper_2 #field_2_11,
  body #gform_wrapper_2 #field_2_13,
  body #gform_wrapper_2 #field_2_12 {
    grid-column: 1 / -1 !important;
  }
  body #gform_wrapper_2 .ginput_container--name {
    grid-template-columns: 1fr !important;
  }
  body #gform_wrapper_2 {
    padding: 24px 18px !important;
    border-radius: var(--rmd) !important;
  }
}/* End custom CSS */
/* Start custom CSS for wd_social_buttons, class: .elementor-element-117300a *//* استایل آیکون‌های اجتماعی برای بخش درباره ما */
.elementor-element-bbdbb27 .wd-social-icons {
    margin-top: 2rem !important;
    justify-content: flex-start !important;
}

.elementor-element-bbdbb27 .wd-social-icon {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    margin-left: 1rem !important;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3) !important;
}

.elementor-element-bbdbb27 .wd-social-icon:hover {
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4) !important;
}

/* رنگ‌های خاص برای هر شبکه اجتماعی */
.elementor-element-bbdbb27 .social-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
}

.elementor-element-bbdbb27 .social-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.elementor-element-bbdbb27 .social-tg {
    background: linear-gradient(135deg, #0088cc, #005c8a) !important;
}

.elementor-element-bbdbb27 .social-youtube {
    background: linear-gradient(135deg, #FF0000, #CC0000) !important;
}

/* نمایش همه آیکون‌ها و حذف کلاس‌های مخفی‌کننده */
.elementor-element-bbdbb27 .wd-hide-md,
.elementor-element-bbdbb27 .wd-hide-lg {
    display: flex !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-85c73a6 *//* ============================================================
   A8T.IR — بخش درباره ما + سوالات متداول
   همان تم فرم: Dark Glass | بنفش/آبی | IRANYekanX
   ============================================================ */

@font-face {
  font-family: 'IRANYekanX';
  src: url('https://a8t.ir/wp-content/fonts/IRANYekanX.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --f:      'IRANYekanX', Tahoma, sans-serif;
  --acc:    #7B6EF6;
  --acc2:   #5BA4FF;
  --grad:   linear-gradient(135deg, #7B6EF6 0%, #5BA4FF 100%);
  --bg:     #0A0A12;
  --glass:  rgba(255,255,255,0.038);
  --brd:    rgba(255,255,255,0.08);
  --bacc:   rgba(123,110,246,0.25);
  --tx:     #EEEEFF;
  --muted:  rgba(238,238,255,0.45);
  --rsm:    10px;
  --rmd:    16px;
  --rlg:    24px;
}

/* ══════════════════════════════════════════
   ۱. پس‌زمینه سکشن
══════════════════════════════════════════ */
body .elementor-section:has(.elementor-element-baa72a9),
body .elementor-section:has(.elementor-element-e0cd55c) {
  background: var(--bg) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* glow balls */
body .elementor-section:has(.elementor-element-baa72a9)::before {
  content: '' !important;
  position: absolute !important;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(123,110,246,0.15) 0%, transparent 65%) !important;
  top: -150px; right: -150px;
  pointer-events: none; z-index: 0;
}
body .elementor-section:has(.elementor-element-baa72a9)::after {
  content: '' !important;
  position: absolute !important;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(91,164,255,0.10) 0%, transparent 65%) !important;
  bottom: -100px; left: -100px;
  pointer-events: none; z-index: 0;
}

/* container */
body .elementor-section:has(.elementor-element-baa72a9) > .elementor-container {
  max-width: 1200px !important;
  padding: 80px 60px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ══════════════════════════════════════════
   ۲. ستون چپ — پروفایل علی
══════════════════════════════════════════ */
body .elementor-element-baa72a9 {
  position: relative;
  z-index: 1;
}

/* کارت شیشه‌ای ستون چپ */
body .elementor-element-baa72a9 > .elementor-widget-wrap {
  background: var(--glass) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  border: 1px solid var(--brd) !important;
  border-radius: var(--rlg) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 20px 60px rgba(0,0,0,0.50) !important;
  padding: 40px 32px !important;
  position: relative;
  overflow: hidden;
  animation: a8t-up 0.5s 0.05s both;
}

/* خط درخشان بالای کارت */
body .elementor-element-baa72a9 > .elementor-widget-wrap::before {
  content: '' !important;
  position: absolute !important;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,110,246,0.50), rgba(91,164,255,0.50), transparent) !important;
  pointer-events: none;
}

/* ── subtitle (از عشق به تکنولوژی...) ── */
body .elementor-element-1f946d0 .info-box-subtitle {
  font-family: var(--f) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  color: var(--acc) !important;
  background: rgba(123,110,246,0.12) !important;
  border: 1px solid rgba(123,110,246,0.28) !important;
  border-radius: 50px !important;
  padding: 5px 16px !important;
  display: inline-block !important;
  margin-bottom: 18px !important;
}

/* ── عنوان h4 (سلام، من علی هستم) ── */
body .elementor-element-1f946d0 .info-box-title {
  font-family: var(--f) !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  font-weight: 900 !important;
  color: var(--tx) !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 20px !important;
}

/* ── متن توضیحات ── */
body .elementor-element-61dcc41 .wd-text-block p {
  font-family: var(--f) !important;
  font-size: 0.91rem !important;
  color: var(--muted) !important;
  line-height: 2 !important;
  font-weight: 400 !important;
  margin-bottom: 12px !important;
}

/* ── دکمه تماس با ما ── */
body .elementor-element-424681f .btn {
  font-family: var(--f) !important;
  background: transparent !important;
  border: 1.5px solid rgba(123,110,246,0.40) !important;
  border-radius: 50px !important;
  color: var(--acc) !important;
  padding: 11px 26px !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  transition: all 0.25s !important;
  box-shadow: none !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 20px;
}
body .elementor-element-424681f .btn:hover {
  background: rgba(123,110,246,0.10) !important;
  border-color: var(--acc) !important;
  transform: translateY(-1px) !important;
}

/* ── آیکون‌های شبکه اجتماعی ── */
body .elementor-element-117300a .wd-social-icons {
  gap: 10px !important;
  display: flex !important;
}

body .elementor-element-117300a .wd-social-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid var(--brd) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s !important;
  color: var(--muted) !important;
  font-size: 1rem !important;
}
body .elementor-element-117300a .wd-social-icon:hover {
  background: rgba(123,110,246,0.15) !important;
  border-color: rgba(123,110,246,0.40) !important;
  color: var(--acc) !important;
  transform: translateY(-2px) !important;
}

/* ══════════════════════════════════════════
   ۳. ستون راست — سوالات متداول
══════════════════════════════════════════ */
body .elementor-element-e0cd55c {
  position: relative;
  z-index: 1;
}

/* ── عنوان سوالات متداول ── */
body .elementor-element-c7c8ad7 .woodmart-title-container {
  font-family: var(--f) !important;
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  font-weight: 900 !important;
  color: var(--tx) !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 28px !important;
}

/* ══════════════════════════════════════════
   ۴. آکاردئون — FAQ
══════════════════════════════════════════ */
body .elementor-element-f6f96c2 .wd-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* هر آیتم */
body .elementor-element-f6f96c2 .wd-accordion-item {
  background: var(--glass) !important;
  border: 1px solid var(--brd) !important;
  border-radius: var(--rmd) !important;
  overflow: hidden !important;
  transition: border-color 0.25s, background 0.25s !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

body .elementor-element-f6f96c2 .wd-accordion-item:has(.wd-active) {
  border-color: var(--bacc) !important;
  background: rgba(123,110,246,0.06) !important;
}

/* عنوان سوال */
body .elementor-element-f6f96c2 .wd-accordion-title {
  font-family: var(--f) !important;
  padding: 16px 20px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  transition: background 0.2s !important;
  user-select: none !important;
  border-radius: var(--rmd) !important;
  background: transparent !important;
}
body .elementor-element-f6f96c2 .wd-accordion-title:hover {
  background: rgba(123,110,246,0.06) !important;
}

body .elementor-element-f6f96c2 .wd-accordion-title-text span {
  font-family: var(--f) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: var(--tx) !important;
  line-height: 1.5 !important;
}

/* آیتم باز */
body .elementor-element-f6f96c2 .wd-accordion-title.wd-active .wd-accordion-title-text span {
  color: var(--acc) !important;
}

/* آیکون باز/بسته */
body .elementor-element-f6f96c2 .wd-accordion-opener {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 50% !important;
  background: rgba(123,110,246,0.12) !important;
  border: 1px solid rgba(123,110,246,0.25) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s !important;
  flex-shrink: 0;
}

/* فلش opener با CSS */
body .elementor-element-f6f96c2 .wd-accordion-opener::after {
  content: '' !important;
  width: 8px; height: 8px;
  border-left: 2px solid var(--acc);
  border-bottom: 2px solid var(--acc);
  transform: rotate(-45deg) translateY(-2px);
  transition: transform 0.3s ease !important;
  display: block;
}

body .elementor-element-f6f96c2 .wd-active .wd-accordion-opener {
  background: rgba(123,110,246,0.20) !important;
  border-color: rgba(123,110,246,0.45) !important;
}
body .elementor-element-f6f96c2 .wd-active .wd-accordion-opener::after {
  transform: rotate(135deg) translateY(-2px) !important;
}

/* محتوا */
body .elementor-element-f6f96c2 .wd-accordion-content {
  font-family: var(--f) !important;
  font-size: 0.88rem !important;
  color: var(--muted) !important;
  line-height: 1.9 !important;
  padding: 0 20px 18px !important;
  border-top: 1px solid var(--brd) !important;
  padding-top: 14px !important;
}

body .elementor-element-f6f96c2 .wd-accordion-content p,
body .elementor-element-f6f96c2 .wd-accordion-content div {
  font-family: var(--f) !important;
  font-size: 0.88rem !important;
  color: var(--muted) !important;
  line-height: 1.9 !important;
  margin-bottom: 8px !important;
}

body .elementor-element-f6f96c2 .wd-accordion-content strong {
  color: var(--tx) !important;
  font-weight: 700 !important;
}

body .elementor-element-f6f96c2 .wd-accordion-content ul {
  padding-right: 18px !important;
  margin: 8px 0 !important;
}

body .elementor-element-f6f96c2 .wd-accordion-content li {
  font-family: var(--f) !important;
  font-size: 0.88rem !important;
  color: var(--muted) !important;
  line-height: 1.9 !important;
  margin-bottom: 6px !important;
  list-style: none !important;
  position: relative !important;
  padding-right: 16px !important;
}
body .elementor-element-f6f96c2 .wd-accordion-content li::before {
  content: '' !important;
  position: absolute !important;
  right: 0; top: 11px;
  width: 5px; height: 5px;
  border-radius: 50% !important;
  background: var(--acc) !important;
}

/* ══════════════════════════════════════════
   ۵. انیمیشن
══════════════════════════════════════════ */
@keyframes a8t-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

body .elementor-element-baa72a9 > .elementor-widget-wrap {
  animation: a8t-up 0.55s 0.05s both;
}
body .elementor-element-e0cd55c {
  animation: a8t-up 0.55s 0.15s both;
}

/* ══════════════════════════════════════════
   ۶. ریسپانسیو
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  body .elementor-section:has(.elementor-element-baa72a9) > .elementor-container {
    padding: 60px 32px !important;
  }
}

@media (max-width: 768px) {
  body .elementor-section:has(.elementor-element-baa72a9) > .elementor-container {
    padding: 48px 20px !important;
  }
  body .elementor-element-baa72a9 > .elementor-widget-wrap {
    padding: 28px 20px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c62af0 *//* ===== BLOG - a8t.ir ===== */
.a8t-blog * { font-family: iranyekanx, Tahoma, sans-serif; box-sizing: border-box; }

.a8t-blog {
  background: #0f0f18;
  padding: 90px 60px;
  width: 100vw;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  direction: rtl;
}

.a8t-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 auto 52px;
  gap: 40px;
}
.a8t-blog-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  color: #00d4ff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}
.a8t-blog-tag::before {
  content: '';
  width: 20px; height: 1px;
  background: #00d4ff;
}
.a8t-blog-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #eeeef5;
  margin: 0;
  line-height: 1.15;
}
.a8t-blog-all {
  color: #8888aa;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px;
  padding: 10px 20px;
  transition: all 0.25s;
  white-space: nowrap;
  text-decoration: none;
}
.a8t-blog-all:hover {
  border-color: rgba(0,212,255,0.25);
  color: #eeeef5;
}

/* loading */
.a8t-blog-loading {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.a8t-blog-spinner {
  width: 36px; height: 36px;
  border: 2px solid rgba(0,212,255,0.15);
  border-top-color: #00d4ff;
  border-radius: 50%;
  animation: a8tSpin 0.8s linear infinite;
}
@keyframes a8tSpin {
  to { transform: rotate(360deg); }
}

/* گرید دسکتاپ */
.a8t-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.a8t-blog-card {
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.a8t-blog-card:hover {
  border-color: rgba(0,212,255,0.2);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.a8t-blog-img {
  height: 190px;
  position: relative;
  overflow: hidden;
  background: #1a1a28;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a8t-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  filter: brightness(0.8) saturate(0.7);
}
.a8t-blog-card:hover .a8t-blog-img img {
  transform: scale(1.05);
  filter: brightness(0.9) saturate(0.85);
}
.a8t-blog-noimg {
  font-size: 3.5rem;
  opacity: 0.3;
}
.a8t-blog-badge {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(0,212,255,0.12);
  border: 1px solid rgba(0,212,255,0.25);
  color: #00d4ff;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: iranyekanx, Tahoma, sans-serif;
}

.a8t-blog-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a8t-blog-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #eeeef5;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.2px;
  transition: color 0.25s;
}
.a8t-blog-card:hover .a8t-blog-card-title { color: #00d4ff; }
.a8t-blog-card-desc {
  font-size: 0.82rem;
  color: #8888aa;
  line-height: 1.65;
  font-weight: 300;
  flex: 1;
  margin: 0;
}
.a8t-blog-meta {
  font-size: 0.73rem;
  color: #55556a;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

/* موبایل */
.a8t-blog-mobile { display: none; }

.a8t-blog-snap {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.a8t-blog-snap::-webkit-scrollbar { display: none; }

.a8t-blog-snap-card {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: #14141f;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.a8t-blog-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.a8t-blog-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all 0.3s;
  cursor: pointer;
}
.a8t-blog-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #00d4ff;
}

/* ریسپانسیو */
@media (max-width: 1100px) {
  .a8t-blog { padding: 70px 30px; }
  .a8t-blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .a8t-blog { padding: 56px 16px; }
  .a8t-blog-grid { display: none; }
  .a8t-blog-mobile { display: block; }
  .a8t-blog-header { flex-direction: column; align-items: flex-start; gap: 16px; }
}/* End custom CSS */