.example-box{
background:#f8fafc;
border-right:4px solid #E80C17;
padding:18px 20px;
margin:24px 0;
border-radius:8px;
line-height:1.9;
color:#333;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.example-title{
font-weight:600;
margin-bottom:10px;
color:#E80C17;
}

.example-box p{
margin:6px 0;
}
div.my-custom-text h2 span {
  font-size: 46px !important;
  letter-spacing: 2px !important;
}

/* باکس اصلی */
.parallax-fix{
    position:relative;
    overflow:hidden !important;
    border-radius:20px;
}

/* تمام لایه‌های داخلی ویژوال کامپوزر */
.parallax-fix .vc_single_image-wrapper,
.parallax-fix figure,
.parallax-fix div{
    overflow:hidden !important;
    border-radius:20px;
}

/* تصویر */
.parallax-fix img{
    width:100%;
    display:block;
    transition:transform .7s cubic-bezier(.2,.65,.2,1) !important;
    transform:scale(0.2); 
    will-change:transform;
}

/* هاور */
.parallax-fix:hover img{
    transform:scale(0.7) translateY(-6px); 
}