.elementor-4966 .elementor-element.elementor-element-6c25916{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e7ddd2c */.cg-why-buy-block {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 30px;
  box-shadow: none;
}

.cg-why-buy-head {
  margin-bottom: 22px;
}

.cg-why-buy-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #1238ff;
  margin-bottom: 14px;
}

.cg-why-buy-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #101827;
  display: inline-block;
  opacity: 0.9;
}

.cg-why-buy-title {
  margin: 0;
  max-width: 520px;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 800;
  color: #101827;
  letter-spacing: -0.6px;
}

.cg-why-buy-desc {
  margin: 12px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #4b5563;
}

.cg-why-buy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  grid-auto-flow: row dense;
}

.cg-why-buy-item {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #f8fafc;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 15px 16px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #101827;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.cg-why-buy-item:hover {
  transform: translateY(-2px);
  border-color: #d7f3ff;
  background: #ffffff;
}

.cg-why-buy-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: #d7f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cg-why-buy-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  display: block;
}

.cg-why-buy-grid .cg-why-buy-item.tiles-only {
  display: none !important;
}

/* Important: prevent the last item from forcing full width */
.cg-why-buy-grid .cg-why-buy-item:last-child {
  grid-column: auto !important;
}

/* Mobile */
@media (max-width: 600px) {
  .cg-why-buy-block {
    padding: 24px;
    border-radius: 16px;
  }

  .cg-why-buy-title {
    font-size: 21px;
  }

  .cg-why-buy-desc {
    font-size: 14px;
  }

  .cg-why-buy-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cg-why-buy-item {
    padding: 14px;
    font-size: 14px;
  }

  .cg-why-buy-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
  }

  .cg-why-buy-icon img {
    width: 19px;
    height: 19px;
  }
}/* End custom CSS */