/* Start custom CSS for html, class: .elementor-element-f8b7bdc */.btj-tech-hero{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 2rem auto 6rem;
  padding: 0 1rem;
}

.btj-tech-hero-wrapper{
  max-width: 1320px;
  margin: 0 auto;
}

/* header */
.btj-tech-hero-header{
  text-align: center;
  margin-bottom: 3rem;
}

/* eyebrow */
.btj-tech-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  background: #ffedda;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}

.btj-tech-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #86A789;
}

/* h1 */
.btj-tech-h1{
  font-size: clamp(1.85rem, 3.4vw, 2.45rem);
  line-height: 1.45;
  color: #1e293b;
  margin: 0.7rem 0 0;
  font-weight: 800;
  text-wrap: balance;
}

/* grid */
.btj-tech-hero-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3.2rem;
  align-items: center;
}

/* text */
.btj-tech-content{
  text-align: right;
}

.btj-tech-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0 0 1.5rem 0;
  font-weight: 450;
}

.btj-tech-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.3rem;
}

.btj-tech-tag{
  background: rgba(134,167,137,0.10);
  color: #2d4a32;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  border: 1px solid rgba(134,167,137,0.22);
  font-weight: 600;
}

.btj-tech-meta{
  font-size: 0.92rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  font-weight: 450;
}

.dot{ color: #cbd5e1; }

.btj-tech-note{
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.75);
  color: #92400e;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}

/* image */
.btj-tech-media{
  text-align: center;
  margin: 0;
}

.btj-tech-hero-img{
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.btj-tech-hero-img:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.btj-tech-caption{
  text-align: center;
  margin-top: 1.1rem;
  font-size: 0.92rem;
  color: #64748b;
  font-weight: 500;
}

/* animation (ملایم و استاندارد) */
.btj-tech-hero-header > *,
.btj-tech-content > *,
.btj-tech-media > *{
  opacity: 0;
  transform: translateY(22px);
  animation: btj-tech-fadeUp 0.85s ease forwards;
}

.btj-tech-eyebrow{ animation-delay: 0.10s; }
.btj-tech-h1{ animation-delay: 0.22s; }
.btj-tech-lead{ animation-delay: 0.34s; }
.btj-tech-tags{ animation-delay: 0.46s; }
.btj-tech-meta{ animation-delay: 0.58s; }
.btj-tech-note{ animation-delay: 0.70s; }
.btj-tech-media{ animation-delay: 0.82s; }

@keyframes btj-tech-fadeUp{
  to{ opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  .btj-tech-hero-header > *,
  .btj-tech-content > *,
  .btj-tech-media > *{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ✅ Responsive */
@media (max-width: 960px){
  .btj-tech-hero-grid{
    grid-template-columns: 1fr;
    gap: 2.4rem;
    text-align: center;
  }

  .btj-tech-content{
    text-align: center;
  }

  .btj-tech-media{
    order: -1; /* تصویر بالا */
  }

  .btj-tech-tags{
    justify-content: center;
  }

  .btj-tech-meta{
    justify-content: center;
  }
}

@media (max-width: 640px){
  .btj-tech-hero{
    margin: 1.5rem auto 4.5rem;
  }

  .btj-tech-hero-img{
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ff5b44 */.btj-tech-impact{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-tech-impact-wrapper{
  max-width: 1240px;
  margin: 0 auto;
}

/* header */
.btj-tech-impact-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2.2rem;
}

.btj-tech-impact-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-tech-impact-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* grid */
.btj-tech-impact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

/* columns (panel-style, not heavy cards) */
.btj-tech-impact-col{
  border-radius: 28px;
  padding: 1.25rem 1.25rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.btj-tech-impact-benefits{
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    #ffffff;
}

.btj-tech-impact-risks{
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(250,204,170,0.12), transparent 60%),
    #ffffff;
}

.btj-tech-impact-title{
  margin: 0 0 0.9rem 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #0f172a;
  font-weight: 750;
  text-align: center;
}

.btj-tech-impact-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.22);
  color: #2d4a32;
  font-size: 0.86rem;
  font-weight: 700;
  margin-left: 0.45rem;
}

.btj-tech-impact-badge-warn{
  background: rgba(250,204,170,0.35);
  border-color: rgba(250,204,170,0.65);
  color: #92400e;
}

/* list */
.btj-tech-impact-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.02;
  font-weight: 450;
}

.btj-tech-impact-list li{
  position: relative;
  padding-right: 1.6rem;
}

.btj-tech-impact-list li::before{
  content: "✓";
  position: absolute;
  right: 0;
  top: 0.05rem;
  color: #86A789;
  font-weight: 800;
}

.btj-tech-impact-risks .btj-tech-impact-list li::before{
  content: "!";
  color: #f59e0b;
}

/* tips */
.btj-tech-impact-tip{
  margin-top: auto;
  margin-top: 1.1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(134,167,137,0.08);
  border: 1px solid rgba(134,167,137,0.16);
  color: #2d4a32;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
}

.btj-tech-impact-tip-warn{
  background: #fffbf3;
  border-color: rgba(250, 204, 170, 0.75);
  color: #92400e;
}

/* bottom strip */
.btj-tech-impact-strip{
  margin-top: 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.75);
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.02rem;
  line-height: 2;
  color: #475569;
  font-weight: 450;
}

.btj-tech-impact-strip-strong{
  font-weight: 750;
  color: #0f172a;
}

/* ✅ responsive */
@media (max-width: 960px){
  .btj-tech-impact-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px){
  .btj-tech-impact{
    margin: 4.5rem auto;
  }
  .btj-tech-impact-col{
    padding: 1.15rem 1.05rem;
    border-radius: 22px;
  }
  .btj-tech-impact-list{
    font-size: 0.98rem;
  }
  .btj-tech-impact-strip{
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b10189 */.btj-tech-setup{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-tech-setup-wrapper{
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.btj-tech-setup-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2rem;
}

.btj-tech-setup-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-tech-setup-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* Outer box (common modern look) */
.btj-tech-setup-box{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.12), transparent 55%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 1.2rem;
}

.btj-tech-setup-grid{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

/* Content */
.btj-tech-setup-content{
  border-radius: 22px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.15rem 1.15rem;
}

.btj-tech-setup-kicker{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.12);
  border: 1px solid rgba(134,167,137,0.20);
  color: #2d4a32;
  font-weight: 650;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* Steps timeline (common pattern) */
.btj-tech-setup-steps{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: tstep;
  position: relative;
}

.btj-tech-setup-steps::before{
  content: "";
  position: absolute;
  right: 17px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: rgba(134,167,137,0.18);
}

.btj-tech-setup-steps li{
  counter-increment: tstep;
  position: relative;
  padding: 0.9rem 0;
  padding-right: 3.25rem;
}

.btj-tech-setup-steps li:not(:last-child){
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.btj-tech-setup-steps li::before{
  content: counter(tstep);
  position: absolute;
  right: 0;
  top: 1.05rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(134,167,137,0.28);
  color: #2d4a32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.btj-tech-setup-steps h3{
  margin: 0 0 0.35rem 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #0f172a;
  font-weight: 650;
}

.btj-tech-setup-steps p{
  margin: 0;
  font-size: 1.02rem;
  line-height: 2.02;
  color: #475569;
  font-weight: 450;
}

/* Chips */
.btj-tech-setup-chips{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btj-tech-chip{
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(134,167,137,0.16);
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Note */
.btj-tech-setup-note{
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.75);
  color: #92400e;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}

/* Visual */
.btj-tech-setup-figure{
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(0,0,0,0.10);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.btj-tech-setup-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex: 1;
}

.btj-tech-setup-caption{
  text-align: center;
  padding: 0.85rem 0.9rem;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.9;
  font-weight: 500;
  background: rgba(255,255,255,0.92);
}

.btj-tech-setup-badge{
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: #2d4a32;
  font-size: 0.9rem;
  font-weight: 650;
  backdrop-filter: blur(8px);
}

/* ✅ Responsive */
@media (max-width: 960px){
  .btj-tech-setup-grid{
    grid-template-columns: 1fr;
  }

  .btj-tech-setup-visual{
    order: -1; /* تصویر بالا */
  }
}

@media (max-width: 640px){
  .btj-tech-setup{
    margin: 4.5rem auto;
  }

  .btj-tech-setup-box{
    padding: 0.95rem;
    border-radius: 22px;
  }

  .btj-tech-setup-content,
  .btj-tech-setup-figure{
    border-radius: 18px;
  }

  .btj-tech-setup-steps::before{
    right: 14px;
  }

  .btj-tech-setup-steps li{
    padding-right: 3rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4586cfe */.btj-tech-uses{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-tech-uses-wrapper{
  max-width: 1240px;
  margin: 0 auto;
}

/* header */
.btj-tech-uses-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2rem;
}

.btj-tech-uses-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-tech-uses-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* box (common modern section container) */
.btj-tech-uses-box{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.12), transparent 55%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* each row */
.btj-tech-use{
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  padding: 1.15rem 1.15rem;
  align-items: start;
  background: rgba(255,255,255,0.72);
}

.btj-tech-use:not(:last-child){
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

/* number pill */
.btj-tech-use-icon{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #2d4a32;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.22);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  margin-top: 0.15rem;
}

/* text */
.btj-tech-use-title{
  margin: 0 0 0.35rem 0;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #0f172a;
  font-weight: 650;
}

.btj-tech-use-desc{
  margin: 0;
  font-size: 1.02rem;
  line-height: 2.02;
  color: #475569;
  font-weight: 450;
}

.btj-tech-use-note{
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  background: rgba(134,167,137,0.08);
  border: 1px solid rgba(134,167,137,0.16);
  color: #2d4a32;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}

.btj-tech-use-note-warn{
  background: #fffbf3;
  border-color: rgba(250, 204, 170, 0.75);
  color: #92400e;
}

/* bottom strip */
.btj-tech-uses-bottom{
  margin-top: 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.75);
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.02rem;
  line-height: 2;
  color: #475569;
  font-weight: 450;
}

/* ✅ responsive */
@media (max-width: 960px){
  .btj-tech-use{
    grid-template-columns: 50px 1fr;
    gap: 0.85rem;
  }
}

@media (max-width: 640px){
  .btj-tech-uses{
    margin: 4.5rem auto;
  }

  .btj-tech-uses-box{
    border-radius: 22px;
  }

  .btj-tech-use{
    grid-template-columns: 1fr;
  }

  .btj-tech-use-icon{
    margin: 0 auto;
  }

  .btj-tech-use-title,
  .btj-tech-use-desc{
    text-align: center;
  }

  .btj-tech-use-note{
    text-align: center;
  }

  .btj-tech-uses-bottom{
    font-size: 0.98rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aebf229 */.btj-tech-safety-text2{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-tech-safety-text2-wrapper{
  max-width: 980px; /* یک‌ستونه و متنی‌تر */
  margin: 0 auto;
}

/* header */
.btj-tech-safety-text2-header{
  text-align: center;
  margin: 0 auto 1.8rem;
}

.btj-tech-safety-text2-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-tech-safety-text2-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* article */
.btj-tech-safety-text2-article{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.10), transparent 55%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  padding: 1.35rem 1.35rem 1.25rem;
  color: #475569;
  font-size: 1.06rem;
  line-height: 2.15;
  font-weight: 450;
}

.btj-tech-safety-text2-article p{
  margin: 0 0 1rem 0;
}

.btj-tech-safety-text2-article strong{
  color: #0f172a;
  font-weight: 650;
}

/* highlighted note inside text */
.btj-tech-safety-text2-highlight{
  margin: 0 0 1rem 0;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  line-height: 2.05;
  font-weight: 500;
}

.btj-tech-safety-text2-em{
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(134,167,137,0.14);
  border: 1px solid rgba(134,167,137,0.20);
  color: #2d4a32;
  font-weight: 700;
}

/* bottom strip */
.btj-tech-safety-text2-strip{
  margin-top: 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(248, 250, 252, 0.75);
  padding: 0.95rem 1rem;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.05;
  font-weight: 450;
}

/* responsive */
@media (max-width: 640px){
  .btj-tech-safety-text2{
    margin: 4.5rem auto;
  }

  .btj-tech-safety-text2-article{
    border-radius: 22px;
    padding: 1.1rem 1rem;
    font-size: 1rem;
    line-height: 2.05;
  }

  .btj-tech-safety-text2-highlight{
    padding: 0.9rem 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93102ae */.btj-tech-support{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 6rem auto;
  padding: 0 1rem;
}

.btj-tech-support-wrapper{
  max-width: 1240px;
  margin: 0 auto;
}

/* header */
.btj-tech-support-header{
  text-align: center;
  max-width: 980px;
  margin: 0 auto 2rem;
}

.btj-tech-support-h2{
  font-size: clamp(1.75rem, 3.1vw, 2.15rem);
  line-height: 1.65;
  color: #1e293b;
  font-weight: 800;
  margin: 0 0 0.75rem 0;
  text-wrap: balance;
}

.btj-tech-support-lead{
  font-size: 1.05rem;
  line-height: 2.05;
  color: #475569;
  margin: 0;
  font-weight: 450;
}

/* box */
.btj-tech-support-box{
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(134,167,137,0.10), transparent 60%),
    radial-gradient(900px 260px at 85% 100%, rgba(250,204,170,0.10), transparent 55%),
    #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 1.2rem;
}

.btj-tech-support-grid{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

/* text */
.btj-tech-support-text{
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255,255,255,0.85);
  padding: 1.15rem 1.15rem;
}

.btj-tech-support-paragraph{
  margin: 0 0 0.95rem 0;
  color: #475569;
  font-size: 1.05rem;
  line-height: 2.15;
  font-weight: 450;
}

.btj-tech-support-paragraph strong{
  color: #0f172a;
  font-weight: 650;
}

/* inline highlight */
.btj-tech-support-highlight{
  margin: 0.1rem 0 1rem 0;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fffbf3;
  border: 1px solid rgba(250, 204, 170, 0.80);
  color: #92400e;
  font-size: 0.98rem;
  line-height: 2.02;
  font-weight: 500;
}

/* CTA */
.btj-tech-support-cta{
  margin-top: 0.8rem;
  text-align: center;
}

.btj-tech-support-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(134,167,137,0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btj-tech-support-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(134,167,137,0.55);
}

.btj-tech-support-meta{
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.9;
  font-weight: 450;
}

/* aside */
.btj-tech-support-aside{
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.78);
  padding: 1.15rem 1.15rem;
  display: flex;
}

.btj-tech-support-summary{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btj-tech-support-summary-title{
  margin: 0 0 0.6rem 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #0f172a;
  font-weight: 750;
}

.btj-tech-support-summary-text{
  margin: 0 0 1rem 0;
  text-align: center;
  color: #475569;
  font-size: 1.02rem;
  line-height: 2.02;
  font-weight: 450;
}

.btj-tech-support-summary-text strong{
  color: #0f172a;
  font-weight: 650;
}

/* stats */
.btj-tech-support-stats{
  display: grid;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.btj-tech-support-stat{
  text-align: center;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.btj-tech-support-stat-num{
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 0.1rem;
}

.btj-tech-support-stat-label{
  display: block;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.75;
  font-weight: 450;
}

/* quote */
.btj-tech-support-quote{
  margin: 1.2rem auto 0;
  max-width: 980px;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-inline-start: 4px solid #86A789;
  box-shadow: 0 18px 46px rgba(0,0,0, 0.06);
  padding: 1.15rem 1.2rem;
  color: #2d4a32;
  font-size: 1rem;
  line-height: 2.02;
  font-weight: 450;
}

.btj-tech-support-quote footer{
  margin-top: 0.7rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ✅ responsive */
@media (max-width: 960px){
  .btj-tech-support-grid{
    grid-template-columns: 1fr;
  }
  .btj-tech-support-box{
    padding: 1rem;
  }
}

@media (max-width: 640px){
  .btj-tech-support{
    margin: 4.5rem auto;
  }

  .btj-tech-support-box{
    border-radius: 22px;
    padding: 0.95rem;
  }

  .btj-tech-support-text,
  .btj-tech-support-aside{
    border-radius: 18px;
    padding: 1.05rem 1rem;
  }

  .btj-tech-support-btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97be52e */.btj-tech-conclusion{
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 4.8rem auto 4rem;
  padding: 0 1rem;
}

.btj-tech-conclusion-shell{
  max-width: 1240px;
  margin: 0 auto;
}

.btj-tech-conclusion-panel{
  background: #ffffff;
  border-radius: 26px;
  padding: 2.1rem 2rem;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(209, 213, 219, 0.9);
}

/* گرید اصلی */
.btj-tech-conclusion-grid{
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

/* ستون کارت */
.btj-tech-conclusion-col-right{ order: 2; }

/* ستون متن */
.btj-tech-conclusion-col-left{ order: 1; }

/* متن */
.btj-tech-conclusion-h2{
  font-size: clamp(1.8rem, 3.2vw, 2.3rem);
  line-height: 1.65;
  color: #111827;
  font-weight: 800;
  margin: 0 0 0.9rem 0;
  text-wrap: balance;
}

.btj-tech-conclusion-text{
  font-size: 1.02rem;
  line-height: 2.05;
  color: #4b5563;
  margin: 0 0 0.9rem 0;
  font-weight: 450;
}

.btj-tech-conclusion-text-strong{
  font-weight: 650;
  color: #111827;
}

.btj-tech-conclusion-promise{
  margin-top: 1.4rem;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(250, 204, 170, 0.7);
  background: #fffbf3;
  font-size: 0.98rem;
  color: #92400e;
  line-height: 1.95;
  font-weight: 500;
}

.btj-tech-conclusion-promise strong{
  font-weight: 800;
}

/* کارت CTA */
.btj-tech-conclusion-cta-card{
  background: #f7fbf7;
  border-radius: 22px;
  padding: 1.8rem 1.6rem;
  border: 1px solid rgba(134,167,137,0.3);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btj-tech-conclusion-cta-title{
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.65rem 0;
}

.btj-tech-conclusion-cta-lead{
  margin: 0 0 1.25rem 0;
  font-size: 0.98rem;
  line-height: 1.95;
  color: #475569;
  font-weight: 450;
}

.btj-tech-conclusion-buttons{
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
}

.btj-tech-conclusion-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btj-tech-conclusion-btn-call{
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(134,167,137,0.45);
}

.btj-tech-conclusion-btn-call:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(134,167,137,0.55);
}

.btj-tech-conclusion-btn-form{
  background: #ffffff;
  color: #86A789;
  border: 2px solid #86A789;
}

.btj-tech-conclusion-btn-form:hover{
  background: #86A789;
  color: #ffffff;
}

.btj-tech-conclusion-note{
  margin: 0;
  font-size: 0.92rem;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.85;
}

/* ✅ ریسپانسیو */
@media (max-width: 960px){
  .btj-tech-conclusion-grid{
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .btj-tech-conclusion-col-left{
    order: 1;
    text-align: center;
  }

  .btj-tech-conclusion-col-right{
    order: 2;
  }

  .btj-tech-conclusion-panel{
    padding: 1.8rem 1.3rem;
  }
}

@media (max-width: 640px){
  .btj-tech-conclusion{
    margin: 4.2rem auto 3.6rem;
  }

  .btj-tech-conclusion-btn{
    width: 100%;
  }

  .btj-tech-conclusion-h2{
    font-size: 1.55rem;
  }

  .btj-tech-conclusion-text,
  .btj-tech-conclusion-promise{
    font-size: 0.96rem;
  }
}/* End custom CSS */