:root{--page-title-display:none;}/* Start custom CSS */.custom-btn؟ .elementor-button{
    background: #0d63d7;
    border-radius: 80px;
    padding: 22px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: relative;
    overflow: hidden;
}

/* دایره سمت چپ */
.custom-btn .elementor-button::before{
    content: "❮";
    width: 70px;
    height: 70px;
    background: #fff;
    color: #0d63d7;
    border-radius: 50%;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

/* متن دکمه */
.custom-btn .elementor-button-text{
    font-size: 42px;
    font-weight: 500;
    color: #fff;
}/* End custom CSS */