.elementor-15946 .elementor-element.elementor-element-f4f151a{--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;}/* Start custom CSS for html, class: .elementor-element-ba9c8d8 *//* سبک کلی باکس */
.box {
  position: relative;
  width: 360px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* تصویر در داخل باکس */
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/* متن داخل باکس */
.box .text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.box .text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* خط زیر متن */
.box .line {
  width: 40px;
  height: 3px;
  background: #00c6ff;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}

/* افکت‌ها در هاور */
.box:hover img {
  filter: brightness(85%);
}

.box:hover .line {
  width: 60px;
}/* End custom CSS */