.hotengine-ve-socials-style-3 {
    padding: 60px 20px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    text-align: center;
    font-family: sans-serif;
    color: #fff;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.hotengine-ve-socials-style-3 .ve-main-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}

.hotengine-ve-socials-style-3:hover .ve-main-icon {
    transform: rotate(15deg) scale(1.1);
}

.hotengine-ve-socials-style-3 .ve-title {
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.hotengine-ve-socials-style-3 .ve-subtitle {
    font-size: 16px;
    opacity: 0.95;
    margin: 0 auto 30px auto;
    max-width: 500px;
    line-height: 1.5;
    color: #fff;
}

.hotengine-ve-socials-style-3 .ve-btn-ig {
    background: #fff;
    color: #dc2743;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
}

.hotengine-ve-socials-style-3 .ve-btn-ig:hover {
    transform: scale(1.05);
    background: #f8f9fa !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .hotengine-ve-socials-style-3 {
        padding: 45px 15px !important;
        margin: 10px !important;
    }
    .hotengine-ve-socials-style-3 .ve-title {
        font-size: 22px !important;
    }
    .hotengine-ve-socials-style-3 .ve-subtitle {
        font-size: 14px !important;
    }
    .hotengine-ve-socials-style-3 .ve-btn-ig {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}