.rtl .hover-arrow-list .elementor-icon-list-item {
    position: relative !important;
    padding-top: 20px !important;
    font-weight: bold;
    color: #808080;
    transition: transform 0.3s ease;
}

/* Text */
.rtl .hover-arrow-list .elementor-icon-list-text {
    line-height: 172%;
}

/* Hover: move BOTH text + arrow */
.rtl .hover-arrow-list .elementor-icon-list-item:hover {
    transform: translateX(-10px); /* slight move LEFT */
}
