.elementor-17 .elementor-element.elementor-element-e6fcbfe{--display:flex;--min-height:100vh;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-76124d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6e92bd7 */.tf-hero {
  background: linear-gradient(135deg, rgba(0, 52, 124, 0.05) 0%, rgba(254, 183, 26, 0.05) 100%);
  padding: 80px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
}

.tf-hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.tf-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background-color: var(--primary-fixed);
  color: var(--on-primary-fixed);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}

.tf-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.3;
  margin-bottom: 20px;
}

.tf-text-secondary {
  color: var(--secondary);
}

.tf-hero-desc {
  font-size: 18px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  margin-bottom: 32px;
}

.tf-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tf-btn-primary {
  background-color: var(--primary);
  color: var(--on-primary);
  box-shadow: 0 10px 20px rgba(0, 52, 124, 0.15);
}

.tf-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 52, 124, 0.25);
}

.tf-btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.tf-btn-outline:hover {
  background-color: rgba(0, 52, 124, 0.05);
}

.tf-hero-image-wrapper {
  position: relative;
}

.tf-hero-image-card {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  border-radius: 40px;
  overflow: hidden;
  border: 8px solid #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.tf-hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
}

.tf-blob-1 {
  top: -20px;
  left: -20px;
  width: 160px;
  height: 160px;
  background: var(--secondary-container);
  opacity: 0.5;
}

.tf-blob-2 {
  bottom: -20px;
  right: -20px;
  width: 240px;
  height: 240px;
  background: var(--primary-container);
  opacity: 0.3;
}

@media (max-width: 992px) {
  .tf-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tf-hero-actions {
    justify-content: center;
  }
}/* End custom CSS */