.elementor-5079 .elementor-element.elementor-element-b905b90{--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;}.elementor-5079 .elementor-element.elementor-element-492bcc9{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-7517651{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-20ee892{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-1352bb7{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-e79e02f{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-c28cd9d{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-b3a630a{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5079 .elementor-element.elementor-element-ef30e57{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-3a0fa13 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c273417 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c1efd4 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57d6d01 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-358fc7f *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6998c0 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b07efa4 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a26608c *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2abdb36 *//* 3 Column Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* SAME CARD STYLE FOR ALL */
.product-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  transition: transform 0.35s ease;
  display: block;
}

/* ONLY MOVE UP ON HOVER */
.product-card:hover {
  transform: translateY(-12px);
}

/* Image Box */
.product-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Title */
.product-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Text */
.product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-img img {
    height: 220px;
  }
}/* End custom CSS */