.elementor-29156 .elementor-element.elementor-element-2228e83{--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-29156 .elementor-element.elementor-element-376e5d1{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}.elementor-29156 .elementor-element.elementor-element-c4ef9f3{--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-29156 .elementor-element.elementor-element-b8899e6{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-376e5d1 */.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-b8899e6 */.hh-spec-section{
    margin:60px auto;
    max-width:1200px;
}

.hh-spec-section h2{
    color:#0D274D;
    font-size:32px;
    font-weight:700;
    margin-bottom:25px;
    border-left:6px solid #0D274D;
    padding-left:15px;
}

.hh-spec-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 4px 20px rgba(0,0,0,.06);
    border-radius:12px;
    overflow:hidden;
}

.hh-spec-table th{
    width:30%;
    background:#F5F8FC;
    color:#0D274D;
    text-align:left;
    padding:18px 20px;
    border-bottom:1px solid #E5E7EB;
    font-weight:600;
}

.hh-spec-table td{
    padding:18px 20px;
    border-bottom:1px solid #E5E7EB;
    color:#374151;
    line-height:1.8;
}

.hh-spec-table tr:last-child th,
.hh-spec-table tr:last-child td{
    border-bottom:none;
}

@media(max-width:768px){

    .hh-spec-table,
    .hh-spec-table tbody,
    .hh-spec-table tr,
    .hh-spec-table th,
    .hh-spec-table td{
        display:block;
        width:100%;
    }

    .hh-spec-table th{
        border-bottom:none;
    }

    .hh-spec-table td{
        padding-top:0;
    }

}/* End custom CSS */