.elementor-29162 .elementor-element.elementor-element-f8415fe{--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-29162 .elementor-element.elementor-element-be06979{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}.elementor-29162 .elementor-element.elementor-element-edabc56{--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-29162 .elementor-element.elementor-element-117831b{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-be06979 */.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-117831b */.hh-spec-section{
    padding:80px 20px;
    background:#f7f9fc;
}

.hh-spec-container{
    max-width:1200px;
    margin:auto;
}

.hh-spec-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:30px;
    box-shadow:0 8px 24px rgba(13,39,77,.08);
    border:1px solid #dfe8f2;
}

.hh-spec-card h3{
    margin:0;
    padding:18px 25px;
    background:#0D274D;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.hh-spec-card table{
    width:100%;
    border-collapse:collapse;
}

.hh-spec-card th{
    width:28%;
    background:#f3f7fb;
    color:#0D274D;
    font-weight:700;
}

.hh-spec-card th,
.hh-spec-card td{
    padding:16px 22px;
    border-bottom:1px solid #e4ebf3;
    text-align:left;
    vertical-align:top;
    font-size:15px;
    line-height:1.7;
}

.hh-spec-card tr:last-child th,
.hh-spec-card tr:last-child td{
    border-bottom:none;
}

.hh-spec-card td{
    color:#4a5568;
}

@media(max-width:768px){

    .hh-spec-card table,
    .hh-spec-card tbody,
    .hh-spec-card tr,
    .hh-spec-card th,
    .hh-spec-card td{
        display:block;
        width:100%;
    }

    .hh-spec-card th{
        border-bottom:none;
    }

    .hh-spec-card td{
        padding-top:0;
    }
}/* End custom CSS */