.is-layout-flow.wp-block-column .wp-block-post-title {
    margin-top: 0;
}

.cohtgw-rtl .page, .cohtgw-rtl .post, .cohtgw-rtl .cohtgw_publication{
    direction: rtl;

}
.cohtgw-rtl .page .elementor-icon-list-text, .cohtgw-rtl .cohtgw_publication .elementor-icon-list-text{
    margin-right: 10px;
}

.floatingBtnBox {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

#floatingBtn {
    color: white !important;
    background-color: #753A52;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px;
    overflow: hidden;
    transition: width 2s;
    width: 170px;
}

#floatingBtn img {
    margin-right: 5px;
}

#floatingBtn span {
    transition: opacity 0.5s;
    opacity: 1;
}

#floatingBtnBox:hover #floatingBtn span {
    opacity: 0;
}



