.contact-fstart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    padding: 50px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    z-index: 10;
    box-shadow: 0 20px 90px -10px #00000038;
}

.contact-fstart .-dw-h4 {
    background: var(--uicolor);
    padding: 8px 15px;
    border-radius: var(--miniradius);
    color: white; 
}

.contact-fstart: :before {
    content: "";
    width: 1400px;
    height: 1400px;
    position: absolute;
    top: -300px;
    right: -660px;
    z-index: -1;
    background-image: radial-gradient(#ffffff29 -10%, transparent 65%);
}

.contact-fstart::after {
    content: "";
    width: 1400px;
    height: 1400px;
    position: absolute;
    bottom: -300px;
    right: -800px;
    background-image: radial-gradient(#ffffff29 -10%, transparent 65%);
    z-index: -1;
}

.imgcontact > img {
    overflow: hidden;
}

.imgcontact {
    display: flex;
    align-items: center;
}

.contact-stbtns {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}

.ycb-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-titels>span {
    font-weight: 600;
    font-size: 20px;
    color: var(--sp-fill);
}

.contact-titels>p {
    font-weight: 400;
    font-size: 15px;
    color: #ffefef;
    margin-top: 6px;
}

.sticky-features-box-bg {
    max-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}

.contact-start {
    width: 50%;
}

.-ycwt-wcontact .-dw-h1 {
    color: var(--sp-fill);
    max-width: 680px;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 1.3;
}

.cont-btns {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    gap: 13px;
    flex-wrap: wrap;
}

.-ycwt-wcontact {
    padding-block: 40px; 
}


.hero-pro__art {
    position: absolute;
    min-height: 220px;
    left: 280px;
}
.hero-pro__art .ring {
    position: absolute;
    border: 12px solid #ffffff26;
    border-radius: 50%;
}
.r1 {
    width: 160px;
    height: 160px;
    right: 60px;
    top: 30px;
}
.r2 {
    width: 90px;
    height: 90px;
    right: 140px;
    top: 120px;
}
.blob {
    position: absolute;
    width: 340px;
    height: 340px;
    right: -80px;
    top: 20px;
    background: radial-gradient(closest-side, #ffffff36, #ffffff10);
    border-radius: 50%;
}