/* Start custom CSS for html, class: .elementor-element-63b0e16 */.btj-stress-hero {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 2rem auto 5rem;
}

.btj-stress-hero-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.btj-stress-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* متن */
.btj-stress-eyebrow {
  font-size: 0.92rem;
  color: #86A789;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btj-stress-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #86A789;
  border-radius: 50%;
}

.btj-stress-h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  line-height: 1.35;
  color: #1e293b;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.btj-stress-lead {
  font-size: 1.22rem;
  line-height: 2;
  color: #475569;
  margin-bottom: 2rem;
}

.btj-stress-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}

.btj-stress-tag {
  background: rgba(134,167,137,0.1);
  color: #2d4a32;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  border: 1px solid rgba(134,167,137,0.25);
}

.btj-stress-meta {
  font-size: 0.95rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.dot { color: #cbd5e1; }

/* تصویر */
.btj-stress-media {
  position: relative;
}

.btj-stress-img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  transition: transform 12s ease;
}

.btj-stress-img:hover {
  transform: scale(1.03);
}

.btj-stress-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
  justify-content: center;
}

.btj-stress-chips span {
  background: white;
  color: #475569;
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  font-size: 0.88rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border: 1px solid rgba(134,167,137,0.2);
}

/* انیمیشن ورود */
.btj-stress-content > *,
.btj-stress-media {
  opacity: 0;
  animation: fadeInUp 0.9s ease forwards;
}

.btj-stress-h1 { animation-delay: 0.3s; }
.btj-stress-lead { animation-delay: 0.5s; }
.btj-stress-tags { animation-delay: 0.7s; }
.btj-stress-media { animation-delay: 0.9s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .btj-stress-hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  .btj-stress-media { order: -1; }
  .btj-stress-img { border-radius: 28px; }
}

@media (max-width: 640px) {
  .btj-stress-hero { margin: 1rem auto 4rem; }
  .btj-stress-chips { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5646bde */.btj-stress-signs {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 7rem auto;
  padding: 0 1rem;
}

.btj-stress-signs-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.btj-stress-signs-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* متن */
.btj-signs-h2 {
  font-size: clamp(2.1rem, 4.5vw, 2.8rem);
  line-height: 1.35;
  color: #1e293b;
  margin-bottom: 1.8rem;
  font-weight: 800;
}

.btj-signs-intro {
  font-size: 1.2rem;
  line-height: 2;
  color: #475569;
  margin-bottom: 3rem;
}

.btj-signs-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.4rem;
  font-size: 1.1rem;
  color: #374151;
}

.btj-signs-list li {
  position: relative;
  padding-right: 2rem;
  line-height: 1.85;
}

.btj-signs-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.7em;
  width: 11px;
  height: 11px;
  background: #86A789;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(134,167,137,0.18);
}

/* تصویر + نکته */
.btj-signs-visual {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.btj-signs-img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.14);
  transition: transform 0.4s ease;
}

.btj-signs-img:hover {
  transform: scale(1.03);
}

.btj-signs-note {
  background: linear-gradient(135deg, #fdfcf7 0%, #ffffff 100%);
  padding: 2.2rem 2rem;
  border-radius: 30px;
  border: 2px solid rgba(134,167,137,0.2);
  font-size: 1.12rem;
  line-height: 2;
  color: #2d4a32;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.btj-signs-note strong {
  color: #86A789;
  font-size: 1.2rem;
}

/* انیمیشن ورود نرم */
.btj-signs-content > *,
.btj-signs-visual > * {
  opacity: 0;
  animation: fadeInUp 0.9s ease forwards;
}

.btj-signs-h2 { animation-delay: 0.2s; }
.btj-signs-intro { animation-delay: 0.4s; }
.btj-signs-list { animation-delay: 0.6s; }
.btj-signs-visual { animation-delay: 0.8s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو تمیز */
@media (max-width: 960px) {
  .btj-stress-signs-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .btj-signs-visual { order: -1; }
}

@media (max-width: 640px) {
  .btj-stress-signs { margin: 5rem auto; }
  .btj-signs-note { padding: 2rem 1.8rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4fd3a1 */.btj-stress-solutions {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 7rem auto;
  padding: 0 1rem;
}

.btj-stress-solutions-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.btj-solutions-h2 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 1.2rem;
  font-weight: 800;
}

.btj-solutions-lead {
  font-size: 1.2rem;
  color: #475569;
  max-width: 780px;
  margin: 0 auto 4.5rem;
  line-height: 1.9;
}

.btj-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.btj-solution-card {
  background: white;
  border-radius: 32px;
  padding: 2.5rem 2rem;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  border: 1.5px solid rgba(134,167,137,0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s forwards;
}

.btj-solution-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 60px rgba(134,167,137,0.2);
  border-color: #86A789;
}

.btj-card-featured::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, #86A789, #a3c7a6);
  border-radius: 32px 32px 0 0;
}

.btj-card-num {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  box-shadow: 0 10px 25px rgba(134,167,137,0.4);
}

.btj-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.btj-card-desc {
  font-size: 1.05rem;
  color: #525252;
  line-height: 1.85;
}

.btj-solution-card:nth-child(1) { animation-delay: 0.1s; }
.btj-solution-card:nth-child(2) { animation-delay: 0.2s; }
.btj-solution-card:nth-child(3) { animation-delay: 0.3s; }
.btj-solution-card:nth-child(4) { animation-delay: 0.4s; }
.btj-solution-card:nth-child(5) { animation-delay: 0.5s; }
.btj-solution-card:nth-child(6) { animation-delay: 0.6s; }

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

.btj-solutions-cta {
  margin-top: 2rem;
}

.btj-solutions-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 2.8rem;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: white;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(134,167,137,0.45);
  transition: all 0.35s ease;
}

.btj-solutions-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(134,167,137,0.55);
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .btj-solutions-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .btj-solutions-grid { grid-template-columns: 1fr; }
  .btj-stress-solutions { margin: 5rem auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-522c9f8 */.btj-stress-support {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 8rem auto;
  padding: 0 1rem;
  background: linear-gradient(135deg, rgba(134,167,137,0.03) 0%, transparent 100%);
}

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

.btj-stress-support-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5rem;
  align-items: start;
}

.btj-support-h2 {
  font-size: clamp(2.1rem, 4.5vw, 2.9rem);
  line-height: 1.35;
  color: #1e293b;
  margin-bottom: 1.8rem;
  font-weight: 800;
}

.btj-support-lead {
  font-size: 1.22rem;
  line-height: 2;
  color: #475569;
  margin-bottom: 2.5rem;
}

.btj-support-benefits {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.3rem;
  font-size: 1.1rem;
  color: #374151;
  margin-bottom: 3rem;
}

.btj-support-benefits li {
  position: relative;
  padding-right: 2.2rem;
  line-height: 1.9;
}

.btj-support-benefits li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #86A789;
  font-weight: bold;
  font-size: 1.4rem;
}

.btj-support-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 2.6rem;
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: white;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(134,167,137,0.45);
  transition: all 0.35s ease;
}

.btj-support-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(134,167,137,0.55);
}

/* تصویر و آمار */
.btj-support-img {
  width: 100%;
  height: auto;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.15);
  margin-bottom: 2rem;
}

.btj-support-stats {
  background: white;
  padding: 2rem;
  border-radius: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border: 2px solid rgba(134,167,137,0.18);
}

.btj-stat {
  text-align: center;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(134,167,137,0.15);
}

.btj-stat:last-child { border: none; }

.btj-stat strong {
  display: block;
  font-size: 2.2rem;
  color: #86A789;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.btj-stat span {
  font-size: 0.98rem;
  color: #525252;
}

/* انیمیشن */
.btj-support-content > *,
.btj-support-visual > * {
  opacity: 0;
  animation: fadeInUp 0.9s ease forwards;
}

.btj-support-h2 { animation-delay: 0.2s; }
.btj-support-lead { animation-delay: 0.4s; }
.btj-support-benefits { animation-delay: 0.6s; }
.btj-support-btn { animation-delay: 0.8s; }
.btj-support-visual { animation-delay: 0.8s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .btj-stress-support-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .btj-support-visual { order: -1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61159dd */.btj-conclusion {
  direction: rtl;
  font-family: 'Anjoman', Tahoma, sans-serif !important;
  container-type: inline-size;
  margin: 7rem auto 5rem;
  padding: 0 1rem;
}
.btj-conclusion-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: center;
}
/* متن */
.btj-conclusion-h2 {
  font-size: clamp(2.3rem, 5.5vw, 3.2rem);
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 1.8rem;
  font-weight: 800;
}
.btj-conclusion-text {
  font-size: 1.22rem;
  line-height: 2;
  color: #475569;
  margin-bottom: 1.5rem;
}
.btj-conclusion-text--strong {
  font-size: 1.28rem;
  font-weight: 600;
  color: #1e293b;
  margin: 2rem 0;
}
.btj-conclusion-promise {
  background: linear-gradient(135deg, rgba(134,167,137,0.07), rgba(255,210,156,0.05));
  padding: 1.8rem 2.2rem;
  border-radius: 24px;
  font-size: 1.12rem;
  color: #2d4a32;
  text-align: center;
  border: 1px solid rgba(134,167,137,0.18);
  margin-top: 2rem;
}
/* کارت اقدام */
.btj-conclusion-cta {
  display: flex;
  justify-content: center;
}
.btj-conclusion-card {
  background: white;
  border-radius: 34px;
  padding: 3rem 2.5rem;
  box-shadow: 0 28px 70px rgba(0,0,0,0.12);
  border: 1px solid rgba(134,167,137,0.2);
  text-align: center;
  max-width: 440px;
  width: 100%;
}
.btj-conclusion-card-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.8rem;
}
.btj-conclusion-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.btj-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.1rem 1.8rem;
  border-radius: 50px;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}
.btj-btn-call {
  background: linear-gradient(135deg, #86A789, #6f8f71);
  color: white;
  box-shadow: 0 14px 32px rgba(134,167,137,0.45);
}
.btj-btn-call:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(134,167,137,0.55);
}
.btj-btn-form {
  background: white;
  color: #86A789;
  border: 2.5px solid #86A789;
}
.btj-btn-form:hover {
  background: #86A789;
  color: white;
}
.btj-conclusion-note {
  font-size: 0.98rem;
  color: #64748b;
  font-weight: 500;
}
/* ریسپانسیو */
@media (max-width: 960px) {
  .btj-conclusion-wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }
  .btj-conclusion-cta { order: -1; }
}
@media (max-width: 640px) {
  .btj-conclusion { margin: 5rem auto 4rem; }
  .btj-conclusion-card { padding: 2.5rem 2rem; }
}/* End custom CSS */