/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 09:31:41 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2025 | 07:37:52 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2025 | 07:08:10 */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 320px!important;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 12px;
  left: 0;
}

.flip-box-front img {
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}

.flip-box-front {
  z-index: 2;
}

.flip-box-back {
  background: #f8f8f8;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: center;
}
.flip-box_text{
	font-size:14px!important;
}