.elementor-64 .elementor-element.elementor-element-918fede{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0084a22 *//* ===== SECTION ===== */
.about-trusmart {
  background: #f8fbff;
  padding: 70px 20px;
  font-family: 'Poppins', sans-serif;
}

/* ===== CONTAINER ===== */
.about-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* ===== HERO ===== */
.hero-title {
  font-size: 38px;
  color: #123d6b;
  margin-bottom: 10px;
}

.hero-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* ===== CARD STYLE ===== */
.section-block {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 28px;
  margin-bottom: 25px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border-left: 5px solid #DB8C34;
}

/* Hover */
.section-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ===== HEADINGS ===== */
.section-block h2 {
  color: #DB8C34;
  font-size: 22px;
  margin-bottom: 12px;
}

/* ===== TEXT ===== */
.section-block p {
  color: #333;
  font-size: 15.5px;
  line-height: 1.7;
}

/* ===== LIST ===== */
.section-block ul {
  margin-top: 12px;
  padding-left: 18px;
}

.section-block ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .about-trusmart {
    padding: 60px 18px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtext {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .section-block {
    padding: 26px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .about-trusmart {
    padding: 50px 15px;
  }

  .hero-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-subtext {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .section-block {
    padding: 20px;
    border-radius: 12px;
  }

  .section-block h2 {
    font-size: 18px;
  }

  .section-block p {
    font-size: 14px;
  }

  .section-block ul li {
    font-size: 14px;
  }
}

/* ===== SMALL DEVICES ===== */
@media (max-width: 480px) {
  .about-trusmart {
    padding: 40px 12px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-subtext {
    font-size: 13.5px;
  }

  .section-block {
    padding: 18px;
  }

  .section-block h2 {
    font-size: 17px;
  }

  .section-block p {
    font-size: 13.5px;
    line-height: 1.6;
  }
}

/* ===== FIX OVERFLOW ===== */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}/* End custom CSS */