.elementor-3393 .elementor-element.elementor-element-60f8fbc{--display:flex;}.elementor-3393 .elementor-element.elementor-element-56fd99a.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-56fd99a */.sh-button-wrapper {
    display: flex;
    align-items: center;
}

.sh-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 42px;
    background-color: #23343F;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 27px 10px;
}

.sh-main-button {
    width: 160px;
    border-radius: 100px 0 0 100px;
    color: #fff !important;
    padding: 27px 10px 27px 20px;
}

.sh-icon-button {
    width: 54px;
    border-radius: 0 100px 100px 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-icon-button img {
    width: 24px;
}

.sh-button-wrapper:hover .sh-icon-button {
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-color: #6EC300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-button-wrapper:hover .sh-main-button {
    border-radius: 100px;
    transform: translateX(-5px);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 15px; /* پدینگ یکسان برای چپ و راست در حالت هاور */
}

@media (max-width: 768px) {
    .sh-main-button {
        display: none;
    }

    .sh-icon-button {
        border-radius: 100px;
    }
}

@media (max-width: 1024px) {
    .sh-main-button {
        display: none;
    }

    .sh-icon-button {
        border-radius: 100px;
    }
    }/* End custom CSS */