.breadcrumbs {
    display: none !important;
}

.elementor-273 .elementor-element.elementor-element-94b2844 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-273 .elementor-element.elementor-element-94b2844 > .elementor-widget-container,
.elementor-273 .elementor-element.elementor-element-94b2844 > .elementor-container,
.elementor-273 .elementor-element.elementor-element-94b2844 > .elementor-column-wrap,
.elementor-273 .elementor-element.elementor-element-94b2844 > .elementor-widget-wrap {
    width: 100%;
}

.ro-feedback-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.ro-feedback-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #1677b8 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(21, 119, 184, 0.24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.ro-feedback-btn:hover,
.ro-feedback-btn:focus {
    background: #0f659f !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(21, 119, 184, 0.3);
    filter: brightness(1.03);
}

.ro-feedback-btn,
.ro-feedback-btn:visited,
.ro-feedback-btn span,
.ro-feedback-btn:hover span,
.ro-feedback-btn:focus span {
    color: #fff !important;
}

.ro-feedback-btn span {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
    text-transform: none !important;
}

.ro-feedback-btn svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .ro-feedback-wrap {
        margin-top: 22px;
        padding: 0 16px;
    }

    .ro-feedback-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 13px 18px;
        font-size: 14px;
    }
}
