.email-signature{
    width: 320px;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* Profile Section */
.profile-section{
    margin-bottom: 15px;
}

.signature-icon{
    width: 110px;
    height: 130px;
    margin: 0 auto 10px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.signature-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.title{
    font-size: 18px;
    color: #0a3957;
    font-weight: 700;
    margin: 5px 0 2px;
}

/* Designation */
.post{
    font-size: 14px;
    color: #666;
}

/* Contact Info */
.signature-content{
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
}

.signature-content li{
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
}

.signature-content li span{
    font-weight: 600;
    color: #0a3957;
}

/* Social Icons */
.icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.icon li{
    display: inline-block;
    margin: 0 4px;
}

.icon li a{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0a3957;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.icon li a:hover{
    background: #ca3436;
}

/* Center Wrapper */
.clg-mentor{
    display: flex;
    justify-content: center;
}