/* Start custom CSS for html, class: .elementor-element-6b9ddc9 */.ts-about {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
  color: #1a1a1a;
  line-height: 1.7;
}

/* Sections */
.ts-section {
  margin-bottom: 60px;
}

.ts-section h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.ts-section h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.ts-section h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.ts-section p {
  font-size: 16px;
  max-width: 900px;
}

/* Two column layout */
.ts-two-col {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.ts-box {
  flex: 1;
  min-width: 280px;
  background: #f6f8fb;
  padding: 30px;
  border-radius: 8px;
}

/* Industries list */
.ts-industries {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.ts-industries li {
  background: #f6f8fb;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 15px;
}

/* Commitment highlight */
.ts-commitment {
  background: #0b1e3b;
  color: #ffffff;
  padding: 50px 40px;
  border-radius: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .ts-section h1 {
    font-size: 32px;
  }
  .ts-section h2 {
    font-size: 26px;
  }
  .ts-section h3 {
    font-size: 20px;
  }
  .ts-box {
    padding: 24px;
  }
}/* End custom CSS */