.elementor-310 .elementor-element.elementor-element-fe4175b{--display:flex;--min-height:208px;--justify-content:center;}.elementor-310 .elementor-element.elementor-element-fe4175b:not(.elementor-motion-effects-element-type-background), .elementor-310 .elementor-element.elementor-element-fe4175b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-9b106f5 ) 0%, #FFF1A4 100%);}.elementor-310 .elementor-element.elementor-element-079bf81{text-align:center;}.elementor-310 .elementor-element.elementor-element-079bf81 .elementor-heading-title{color:var( --e-global-color-accent );}.elementor-310 .elementor-element.elementor-element-00a8e36{--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;}.elementor-310 .elementor-element.elementor-element-4b69bf4{--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;}.elementor-310 .elementor-element.elementor-element-21d26c6{--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;}.elementor-310 .elementor-element.elementor-element-a0b9951{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fbec9b7 */.lge-products-showcase {
  padding: 110px 20px;
  background: #f7faf7;
}

.lge-products-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
}

.lge-products-showcase__header {
  text-align: center;
  margin-bottom: 60px;
}

.lge-products-showcase__tag {
  margin: 0 0 12px;
  color: #118b42;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lge-products-showcase__title {
  margin: 0 0 18px;
  font-size: 44px;
  line-height: 1.2;
  color: #111111;
}

.lge-products-showcase__desc {
  max-width: 700px;
  margin: 0 auto;
  color: #666666;
  font-size: 17px;
  line-height: 1.8;
}

.lge-products-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.lge-products-showcase__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 26px 22px 24px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lge-products-showcase__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.lge-products-showcase__image-box {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lge-products-showcase__image {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lge-products-showcase__card-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  color: #111111;
}

.lge-products-showcase__card-text {
  margin: 0 0 22px;
  color: #666666;
  font-size: 15px;
  line-height: 1.7;
  flex-grow: 1;
}

.lge-products-showcase__button {
  display: inline-block;
  align-self: center;
  padding: 12px 24px;
  border-radius: 8px;
  background: #118b42;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lge-products-showcase__button:hover {
  background: #0d6f35;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .lge-products-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lge-products-showcase__title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .lge-products-showcase {
    padding: 80px 16px;
  }

  .lge-products-showcase__grid {
    grid-template-columns: 1fr;
  }

  .lge-products-showcase__title {
    font-size: 28px;
  }

  .lge-products-showcase__desc {
    font-size: 15px;
  }
}
.lge-products-showcase__button{
display:inline-block;
align-self:center;
padding:12px 24px;
border-radius:8px;
background:#118b42;
color:#ffffff !important;
text-decoration:none;
font-size:14px;
font-weight:700;
transition:all .3s ease;
}

.lge-products-showcase__button:hover{
background:#0d6f35;
color:#ffffff !important;
transform:translateY(-2px);
}/* End custom CSS */