.custome-hover {
  transition: all 0.3s ease;
}

    .custome-hover:hover {
   
    opacity: 0.5;
    color: darkorange;
    background-color: inherit;
    font-size: 16.2px;
    border-radius: 0px;
    }


.email-hover {
    transition: all 0.3s ease;
}

    .email-hover:hover {
        opacity: 1;
        color: lightcyan !important;  
        font-size: 16.2px;
        border-radius: 0px;
    }

.facebook-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .facebook-item:hover {
        transform: translateY(-2px) scale(1.05);
        color: #4267b2;
        opacity: 1;
        border-radius: 0px;
        padding: 6px;
        background-color: rgba(255, 255, 255, 1);
    }

.twitter-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .twitter-item:hover {
        transform: translateY(-2px) scale(1.05);
        color: #000000 !important;
        opacity: 1;
        padding: 6px;
        border-radius: 0px;
        background-color: rgb(255, 255, 255);
    }

.whatsapp-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .whatsapp-item:hover {
        transform: translateY(-2px) scale(1.05);
        color: #25d366;
        opacity: 1;
        padding: 6px;
        border-radius: 0px;
        background-color: rgb(255, 255, 255);
    }

.socicon-whatsapp, .soc-item {
       background-color: transparent !important;
    }

.bi-twitter-x {
    font-size: 32px !important;
}

