.elementor-4208 .elementor-element.elementor-element-89c12ce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ce2f06b *//* Main Section */
.about-section {
  width: 100%;
  background: #f9f9f9;
  padding: 80px 20px;
  direction: ltr;
  font-family: "Poppins", "Open Sans", sans-serif;
  color: #1A1A1A;
}

/* Container */
.about-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Main Title */
.about-title {
  font-size: 32px;
  font-weight: 800;
  color: #122C43;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Intro Texts */
.about-intro {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 15px;
}

/* Stats Section */
.about-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
}

.stat-box {
  background: #122C43;
  color: white;
  padding: 25px 35px;
  border-radius: 12px;
  text-align: center;
  min-width: 150px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  color: #D4A043;
}

.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}

/* Separator */
.about-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

/* Subtitles */
.about-subtitle {
  font-size: 24px;
  color: #122C43;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Text Paragraphs */
.about-text {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 12px;
}

/* Lists */
.about-list {
  padding-left: 20px;
  margin: 20px 0;
}

.about-list li {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 10px;
  position: relative;
}

.about-list li::before {
  content: "•";
  color: #D4A043;
  font-size: 22px;
  position: absolute;
  left: -18px;
  top: -1px;
}

/* Table “Why Us” */
.about-table {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.table-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.table-cell {
  flex: 1;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.table-cell strong {
  color: #122C43;
  font-size: 18px;
}

/* CTA */
.about-cta {
  text-align: center;
  margin-top: 60px;
}

.about-cta h3 {
  font-size: 24px;
  color: #122C43;
  font-weight: 700;
}

.about-cta p {
  font-size: 17px;
  margin: 10px 0 25px;
}

.about-btn {
  display: inline-block;
  background: #D4A043;
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.25s;
}

.about-btn:hover {
  background: #b8862f;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 26px;
  }

  .about-stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .table-row {
    flex-direction: column;
  }

  .about-section {
    padding: 60px 15px;
  }
}/* End custom CSS */