.elementor-559 .elementor-element.elementor-element-8a5330c{--display:flex;}.elementor-559 .elementor-element.elementor-element-c8b7039{--spacer-size:70px;}.elementor-559 .elementor-element.elementor-element-3d5291b7{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-559 .elementor-element.elementor-element-66a655e.elementor-element{--align-self:flex-start;}.elementor-559 .elementor-element.elementor-element-66a655e .elementor-heading-title{font-family:"VazirMatn", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-78167dc );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-559 .elementor-element.elementor-element-8240665 img{border-radius:24px 24px 24px 24px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-559 .elementor-element.elementor-element-3cf474c4{font-family:"VazirMatn", Sans-serif;font-weight:400;}.elementor-559 .elementor-element.elementor-element-9adf5f2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-559 .elementor-element.elementor-element-c8b7039{--spacer-size:5px;}.elementor-559 .elementor-element.elementor-element-66a655e .elementor-heading-title{font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-19285ef */.tf-contact {
  padding: 20px;
  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 */