.about-box {
    position: relative;
    /*    border-left: 5px solid #63177b !important;
*/ min-height: 250px !important;
    direction: rtl;
}

body[lang="fa-IR"] .about-box {
    direction: rtl;
}

.about-title {
    display: block;
    text-align: right;
    position: relative;
}

    .about-title::after {
        content: '';
        display: block;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #63177b, #e35d6a);
        margin: 8px 0 0 auto;
        border-radius: 2px;
    }
.title-box {
    text-align: right !important;
}
.see-all-a {
    left: 40px !important;
    text-align: left !important;
}
.see-all-a-head {
    left: 40px !important;
    text-align: left !important;
   
}
@media (max-width: 768px) {
    .whatsapp-float {
        width: 45px !important;
        height: 45px !important;
        bottom: 25px !important;
        right: 15px !important;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    overflow: visible; 
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

    .whatsapp-float img {
        width: 100%;
        height: auto;
        border-radius: 0; 
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
    }

.back-to-top {
    position: fixed !important;
    bottom: 25px !important;
    left: 25px !important;
    right: auto !important; 
    display: inline-block;
    z-index: 999 !important;
  
}
