.hotengine-ve-socials-style-6 {
    padding: 50px 20px;
    background: #ffffff;
    text-align: center;
    font-family: sans-serif;
    position: relative;
    box-sizing: border-box;
}

.hotengine-ve-socials-style-6 .ve-title {
    font-size: 22px;
    color: #111;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.hotengine-ve-socials-style-6 .ve-social-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hotengine-ve-socials-style-6 .ve-social-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-sizing: border-box;
}

.hotengine-ve-socials-style-6 .ve-social-card img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 30%;
}

.hotengine-ve-socials-style-6 .ve-social-card:hover {
    box-shadow: 0 12px 24px var(--ve-soc6-accent-alpha);
    border-color: var(--ve-soc6-accent);
    transform: translateY(-5px) scale(1.05);
}

.hotengine-ve-socials-style-6 .ve-social-card:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .hotengine-ve-socials-style-6 {
        padding: 40px 15px !important;
    }
    .hotengine-ve-socials-style-6 .ve-social-card {
        width: 50px !important;
        height: 50px !important;
    }
    .hotengine-ve-socials-style-6 .ve-social-card img {
        width: 24px !important;
        height: 24px !important;
    }
}