.referral-container {
    text-align: center;
    background: #000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.referral-code {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ECDB7C;
}

.share-text {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ECDB7C;
}

.referral-share-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

/*.social-icon.facebook { background: #1877f2; }
.social-icon.twitter { background: #1da1f2; }
.social-icon.whatsapp { background: #25d366; }
.social-icon.linkedin { background: #0077b5; }
.social-icon.email { background: #ff5722; }
*/
.social-icon.facebook { background: #ECDB7C; }
.social-icon.twitter { background: #ECDB7C; }
.social-icon.whatsapp { background: #ECDB7C; }
.social-icon.linkedin { background: #ECDB7C; }
.social-icon.email { background: #ECDB7C; }
.social-icon:hover {
    opacity: 0.8;
}
.referral-share-buttons .social-icon i::before{color:#000;}