.elementor-139 .elementor-element.elementor-element-4ca6116a{--display:flex;}.elementor-139 .elementor-element.elementor-element-458ab971{--spacer-size:55px;}.elementor-139 .elementor-element.elementor-element-7b9df86c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-464bffe4 *//* ===== CONTAINER ===== */
.kian-t31-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  direction: rtl;
  background: #f5f7fa;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  color: #1a1a2e;
}

/* ===== BACKGROUND PATTERN ===== */
.kian-t31-container::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(220, 53, 69, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(220, 53, 69, 0.03) 0%, transparent 40%),
    repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(220, 53, 69, 0.005) 50px, rgba(220, 53, 69, 0.005) 51px);
}

/* ===== BADGE ===== */
.kian-t31-badge {
  display: inline-block;
  background: rgba(220, 53, 69, 0.1);
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #c0392b;
}
.kian-t31-badge-dark {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.kian-t31-badge-light {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #ffd966;
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  border: 1px solid rgba(255,255,255,0.1);
}
.kian-t31-badge-accent {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  padding: 0.3rem 1.2rem;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.kian-t31-highlight {
  color: #c0392b;
}
.kian-t31-highlight-2 {
  color: #fff;
}
.kian-t31-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.kian-t31-section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0.5rem 0;
}
.kian-t31-section-title-white {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0.5rem 0;
}
.kian-t31-section-desc {
  font-size: 1rem;
  color: #5a5a7a;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== HERO ===== */
.kian-t31-hero {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 0.5rem 2rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.kian-t31-hero-content {
  flex: 1.2;
  min-width: 280px;
}
.kian-t31-hero-title {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1a2e;
  margin: 0.8rem 0;
  line-height: 1.2;
}
.kian-t31-hero-desc {
  font-size: 1rem;
  color: #5a5a7a;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.kian-t31-hero-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}
.kian-t31-hero-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: #c0392b;
}
.kian-t31-hero-stat-label {
  font-size: 0.8rem;
  color: #5a5a7a;
}
.kian-t31-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.kian-t31-btn-primary {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  background: #c0392b;
  color: #fff;
  transition: all 0.25s ease;
}
.kian-t31-btn-primary:hover {
  background: #a93226;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.25);
}
.kian-t31-btn-secondary {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  background: transparent;
  border: 2px solid #c0392b;
  color: #c0392b;
  transition: all 0.25s ease;
}
.kian-t31-btn-secondary:hover {
  background: #c0392b;
  color: #fff;
}
.kian-t31-btn-light {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  background: #fff;
  color: #c0392b;
  transition: all 0.25s ease;
}
.kian-t31-btn-light:hover {
  background: #ffd966;
  color: #1a1a2e;
}
.kian-t31-hero-image {
  flex: 1;
  min-width: 260px;
  position: relative;
}
.kian-t31-hero-img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #eef0f2;
}
.kian-t31-hero-badge {
  position: absolute;
  bottom: -10px;
  left: 20px;
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 40px;
  padding: 0.6rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-weight: 700;
  color: #c0392b;
  font-size: 0.8rem;
}

/* ===== ABOUT ===== */
.kian-t31-about {
  background: #fff;
  border-radius: 40px;
  padding: 2rem;
  margin-bottom: 3rem;
  border: 1px solid #eef0f2;
}
.kian-t31-about-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a2e;
  text-align: center;
  margin-bottom: 1.2rem;
}
.kian-t31-about-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 2rem;
}
.kian-t31-about-p {
  font-size: 1rem;
  line-height: 1.9;
  color: #5a5a7a;
  text-align: justify;
  margin-bottom: 0.8rem;
}
.kian-t31-about-item {
  background: #f5f7fa;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  font-size: 0.85rem;
  color: #1a1a2e;
  border: 1px solid #eef0f2;
  margin-bottom: 0.6rem;
}
.kian-t31-about-item span {
  color: #c0392b;
  margin-left: 0.5rem;
}

/* ===== FEATURES ===== */
.kian-t31-features {
  margin-bottom: 3rem;
}
.kian-t31-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.kian-t31-feature {
  background: #fff;
  border-radius: 24px;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #eef0f2;
  transition: all 0.3s ease;
}
.kian-t31-feature:hover {
  transform: translateY(-4px);
  border-color: #c0392b;
  box-shadow: 0 15px 30px -10px rgba(220, 53, 69, 0.08);
}
.kian-t31-feature-icon {
  color: #c0392b;
  margin-bottom: 0.8rem;
}
.kian-t31-feature-title {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}
.kian-t31-feature-desc {
  font-size: 0.85rem;
  color: #5a5a7a;
  line-height: 1.6;
}

/* ===== APPLICATIONS ===== */
.kian-t31-apps {
  background: #fff;
  border-radius: 40px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid #eef0f2;
}
.kian-t31-apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.kian-t31-app {
  background: #f5f7fa;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #c0392b;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #eef0f2;
}

/* ===== SPECS ===== */
.kian-t31-specs {
  background: #fff;
  border-radius: 40px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid #eef0f2;
}
.kian-t31-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.kian-t31-spec {
  background: #f5f7fa;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eef0f2;
}
.kian-t31-spec span:first-child {
  font-size: 0.7rem;
  font-weight: 700;
  color: #c0392b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kian-t31-spec span:last-child {
  font-size: 0.85rem;
  color: #1a1a2e;
  margin-top: 0.2rem;
}

/* ===== BENEFITS ===== */
.kian-t31-benefits {
  background: linear-gradient(135deg, #c0392b, #a93226);
  border-radius: 48px;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
}
.kian-t31-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.kian-t31-benefit {
  text-align: center;
  color: #fff;
}
.kian-t31-benefit-icon {
  color: #ffd966;
  margin-bottom: 0.8rem;
}
.kian-t31-benefit-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.kian-t31-benefit-desc {
  font-size: 0.85rem;
  color: #f5c6cb;
  line-height: 1.6;
}

/* ===== TOOL ===== */
.kian-t31-tool {
  background: #fff;
  border-radius: 48px;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border: 1px solid #eef0f2;
}
.kian-t31-tool-box {
  max-width: 700px;
  margin: 0 auto;
}
.kian-t31-tool-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.kian-t31-tool-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.kian-t31-tool-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #5a5a7a;
}
.kian-t31-tool-input {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #1a1a2e;
  font-family: inherit;
}
.kian-t31-tool-input:focus {
  border-color: #c0392b;
  outline: none;
}
.kian-t31-tool-select {
  width: 100%;
  padding: 0.6rem 0.8rem;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #1a1a2e;
  font-family: inherit;
}
.kian-t31-tool-select:focus {
  border-color: #c0392b;
  outline: none;
}
.kian-t31-tool-result {
  margin-top: 1.5rem;
  background: #c0392b;
  color: #fff;
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  font-size: 1.1rem;
}
.kian-t31-tool-result-num {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffd966;
}
.kian-t31-tool-note {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.8rem;
  text-align: center;
}

/* ===== SEO ===== */
.kian-t31-seo {
  background: #fff;
  border-radius: 40px;
  padding: 2.5rem;
  margin-bottom: 3rem;
  border: 1px solid #eef0f2;
}
.kian-t31-seo-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 1.2rem;
}
.kian-t31-seo-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #5a5a7a;
  margin-bottom: 1rem;
  text-align: justify;
}

/* ===== CTA ===== */
.kian-t31-cta {
  background: linear-gradient(135deg, #c0392b, #a93226);
  border-radius: 48px;
  padding: 3rem 2rem;
  text-align: center;
}
.kian-t31-cta-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
}
.kian-t31-cta-desc {
  color: #f5c6cb;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.kian-t31-cta .kian-t31-btn-light {
  background: #fff;
  color: #c0392b;
}
.kian-t31-cta .kian-t31-btn-light:hover {
  background: #ffd966;
  color: #1a1a2e;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .kian-t31-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kian-t31-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kian-t31-apps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kian-t31-specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kian-t31-about-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .kian-t31-hero-title {
    font-size: 2rem;
  }
  .kian-t31-features-grid {
    grid-template-columns: 1fr;
  }
  .kian-t31-benefits-grid {
    grid-template-columns: 1fr;
  }
  .kian-t31-apps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .kian-t31-specs-grid {
    grid-template-columns: 1fr;
  }
  .kian-t31-tool-row {
    grid-template-columns: 1fr;
  }
  .kian-t31-hero {
    padding: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  .kian-t31-apps-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */