.elementor-162 .elementor-element.elementor-element-c6127d1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e418677 */.tf-contact {
  padding: 25vh 0 0;
  background-color: var(--primary);
  color: var(--on-primary);
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
  height: 100vh;
}

.tf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.tf-contact-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.tf-contact-desc {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 40px;
}

.tf-stats-grid {
  display: flex;
  gap: 48px;
}

.tf-stat-num {
  font-size: 36px;
  font-weight: 800;
  display: block;
}

.tf-stat-label {
  font-size: 13px;
  opacity: 0.7;
}

.tf-contact-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 40px;
}

.tf-contact-card h3 {
  font-size: 22px;
  margin-bottom: 24px;
}

.tf-contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.tf-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tf-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-label {
  font-size: 12px;
  opacity: 0.6;
  display: block;
}

.tf-contact-item p {
  margin: 0;
  font-size: 15px;
}

.tf-card-actions {
  display: flex;
  gap: 12px;
}

.tf-btn-white {
  background: #ffffff;
  color: var(--primary);
  flex: 1;
  text-align: center;
  justify-content: center;
}

.tf-btn-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .tf-contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */