.elementor-29159 .elementor-element.elementor-element-4ea04824{--display:flex;}.elementor-29159 .elementor-element.elementor-element-9272a60{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}.elementor-29159 .elementor-element.elementor-element-2d30c2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29159 .elementor-element.elementor-element-abea9a9{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-9272a60 */.anybus-section {
  padding: 80px 20px;
  background: #ffffff;
}

.anybus-container {
  max-width: 1200px;
  margin: 0 auto;
}

.anybus-hero {
  background: linear-gradient(135deg, #f7f9fc 0%, #eef3f8 100%);
  border-left: 6px solid #0D274D;
  border-radius: 12px;
}

.anybus-label {
  display: inline-block;
  background: #0D274D;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.anybus-hero h2,
.anybus-section-title h2,
.anybus-card h3 {
  color: #0D274D;
}

.anybus-hero h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}

.anybus-hero p {
  font-size: 17px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 15px;
}

.anybus-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.anybus-section-title span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.anybus-section-title h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}

.anybus-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.anybus-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #dbe5ef;
  box-shadow: 0 8px 25px rgba(13, 39, 77, 0.08);
}

.anybus-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.anybus-card p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.anybus-feature-section {
  background: #f8fafc;
}

.anybus-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.anybus-feature-item {
  background: #ffffff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  padding: 18px 20px 18px 50px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  line-height: 1.6;
}

.anybus-feature-item::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 17px;
  color: #0D274D;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .anybus-card-grid,
  .anybus-feature-grid {
    grid-template-columns: 1fr;
  }

  .anybus-hero h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abea9a9 */.spec-section {
  padding: 70px 20px;
  background: #f7fafc;
}

.spec-container {
  max-width: 1180px;
  margin: 0 auto;
}

.spec-title {
  text-align: center;
  margin-bottom: 42px;
}

.spec-title span {
  display: block;
  margin-bottom: 8px;
  color: #6f7f8f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.spec-title h2 {
  margin: 0;
  color: #0D274D;
  font-size: 32px;
  font-weight: 700;
}

.spec-card {
  margin-bottom: 24px;
  background: #ffffff;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(13, 39, 77, 0.06);
}

.spec-card h3 {
  margin: 0;
  padding: 18px 24px;
  background: #0D274D;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr {
  border-bottom: 1px solid #dce6ee;
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table th,
.spec-table td {
  padding: 16px 24px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.7;
}

.spec-table th {
  width: 28%;
  color: #0D274D;
  font-weight: 700;
  background: #f4f8fb;
}

.spec-table td {
  color: #334155;
  background: #ffffff;
}

@media (max-width: 768px) {
  .spec-section {
    padding: 50px 16px;
  }

  .spec-title h2 {
    font-size: 26px;
  }

  .spec-card h3 {
    font-size: 18px;
    padding: 16px 18px;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    padding: 12px 18px;
  }
}/* End custom CSS */