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