.elementor-139 .elementor-element.elementor-element-3917ac7{--display:flex;--min-height:100vh;}.elementor-139 .elementor-element.elementor-element-3917ac7:not(.elementor-motion-effects-element-type-background), .elementor-139 .elementor-element.elementor-element-3917ac7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9FF;}.elementor-139 .elementor-element.elementor-element-15d284c{--swiper-slides-to-display:3;--swiper-slides-gap:10px;padding:100px 0px 100px 0px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:0px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:0px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:0px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:0px;}.elementor-139 .elementor-element.elementor-element-15d284c .swiper-slide > .elementor-element{height:100%;}@media(max-width:1024px){.elementor-139 .elementor-element.elementor-element-15d284c{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-139 .elementor-element.elementor-element-15d284c{--swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-5674564 */.tf-services {
  padding: 15vh 0 0;
  background-color: var(--surface);
  font-family: 'Vazirmatn', sans-serif;
  direction: rtl;
  /*height: 100vh;*/
}

.tf-section-header-left {
  margin-bottom: 48px;
}

.tf-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tf-service-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  padding: 32px 24px;
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease;
}

.tf-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 52, 124, 0.08);
  background: #ffffff;
}

.tf-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: rgba(0, 52, 124, 0.1);
  color: var(--primary);
}

.tf-tag-gold {
  background-color: rgba(254, 183, 26, 0.15);
  color: #8f6200;
}

.tf-service-icon {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 52, 124, 0.08);
  color: var(--primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tf-icon-gold {
  background-color: rgba(254, 183, 26, 0.15);
  color: #8f6200;
}

.tf-service-card h4 {
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 8px;
}

.tf-service-card p {
  font-size: 14px;
  color: var(--on-surface-variant);
  line-height: 1.6;
  margin-bottom: 20px;
}

.tf-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.tf-offset {
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .tf-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-offset {
    margin-top: 0;
  }
}

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