.elementor-16049 .elementor-element.elementor-element-8c6a1c7{--display:flex;--min-height:339px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:30px 30px 30px 30px;--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-16049 .elementor-element.elementor-element-8c6a1c7:not(.elementor-motion-effects-element-type-background), .elementor-16049 .elementor-element.elementor-element-8c6a1c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hichgallery.com/wp-content/uploads/2025/06/istockphoto-686305058-612x612-1.png");background-size:auto;}/* Start custom CSS for html, class: .elementor-element-b50a0d0 */.cards {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 20px;
  justify-content: center;
}

.cards .red {
  background-color: #f7c6c7; /* صورتی پاستیلی */
  color: #7a3b3b;
}

.cards .blue {
  background-color: #a7c7e7; /* آبی پاستیلی */
  color: #2f4f7c;
}

.cards .green {
  background-color: #b5e7a0; /* سبز پاستیلی */
  color: #4b6233;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 140px;
  width: 320px;
  border-radius: 16px;
  color: inherit;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  box-shadow: 0 6px 10px rgba(0,0,0,0.1);
}

.cards .card p.tip {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}

.cards .card p.second-text {
  font-size: 1em;
  margin: 5px 0 0 0;
}

.cards .card:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 20px rgba(0,0,0,0.15);
}

.cards:hover > .card:not(:hover) {
  filter: blur(6px);
  transform: scale(0.95);
}/* End custom CSS */