:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc6c15b *//* Main Container Wrapper - Forces boxes across the screen */
.bp-trust-bar {
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}

/* Individual Trust Item Box */
.bp-trust-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 1;
}

/* The Orange Icon Background */
.bp-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 53, 3, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}

/* Typography */
.bp-text-content h4 {
  margin: 0 0 4px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #0F172A;
}

.bp-text-content p {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  line-height: 1.4;
}

/* Divider Lines for Desktop */
.bp-divider {
  width: 1px;
  height: 40px;
  background-color: #e2e8f0;
}

/* Mobile Stack Mode - Kicks in automatically on small screens */
@media (max-width: 768px) {
  .bp-trust-bar {
    flex-direction: column; 
    align-items: flex-start;
    padding: 24px;
    margin-top: 20px;
  }
  .bp-divider {
    display: none;
  }
  .bp-trust-item {
    width: 100%;
  }
}/* End custom CSS */