.elementor-48 .elementor-element.elementor-element-404dc0f{--display:flex;--min-height:750px;--justify-content:center;}.elementor-48 .elementor-element.elementor-element-404dc0f:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-404dc0f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://eshaalcollectiononline.co.uk/wp-content/uploads/2026/07/Banner-Image.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-48 .elementor-element.elementor-element-3ad46b0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-335a155 */.trust-badges-section {
  width: 100%;
  background-color: #f7f4ef;
  padding: 28px 20px;
}

.trust-badges-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.trust-badge {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  position: relative;
}

.trust-badge:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 1px;
  background-color: #d8cfc2;
}

.trust-badge-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  color: #a8895f;
}

.trust-badge-icon svg {
  width: 100%;
  height: 100%;
}

.trust-badge-text h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1f1f1f;
  line-height: 1.3;
}

.trust-badge-text p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .trust-badges-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .trust-badge {
    flex: unset;
  }

  .trust-badge:not(:last-child)::after {
    display: none;
  }

  .trust-badge:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 1px;
    background-color: #d8cfc2;
  }
}

@media (max-width: 400px) {
  .trust-badge-text h4 { font-size: 12px; }
  .trust-badge-text p { font-size: 11px; }
  .trust-badge-icon { width: 26px; height: 26px; }
}/* End custom CSS */