.wall .search{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 230px;
    text-align:center;
    margin-right: 7px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
}

.wall .search::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
}


.wall .search .photos-count{
    position: absolute;
    top: 2%;
    right: 2%;
    width: 40px;
    height: 25px;
    border-radius: 25px;
    background: rgba(0,0,0,.45);   
    z-index: 100;
    display: none
}

.wall .search .photos-count i{
    position: absolute;
    margin-left: 0;
    left:5px;
    margin-top: 2px;    
    color:#fff;
}

.wall .search .photos-count span{
    position: absolute;
    margin-left: 0;
    top:4px;
    left:22px;
    font-weight: 600;
    font-size: 10px;
    color:#fff;
    font-family: 'Varela Round', sans-serif !important;
}


.wall .search .profile-photo{
    position: absolute;
    top: 7%;
    left:25px;
    width: 75%;
    height: 150px;
    border-radius:50%;
    background-color:#e6ecf2; 

    background-size:   cover;
    background-repeat: no-repeat;
    background-position: top center;     
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);    
}


.wall .search .name{
    position: absolute;
    top: 80%;
    width: 100%;
    height: 15%;
    z-index:99;
}


.wall .search .name h1{
    font-family: 'Montserrat';
    font-weight: 700;    
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: 15px;
    line-height: 0;

}

.wall .search .name h1 i{
    display: inline-block;
    margin-right: 1px;
}

.online {
    font-size: 10px;
    color:#17d425;    
}

.wall .search .name .loc{
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top:95%;
    left: 0;
    width: 100%;
    height: 20%;
    line-height: 0;

}

.wall .search .name .loc span{
}

.wall .search .name .loc i{
    color: #888;
    margin-right:2px;
}


.wall .search .name h1 b{
    font-weight: 500;
    color: #333;
}

.wall .search .name h1 a{
    color: #333;
}

.wall .search .footer{
    position: relative;
    top: 60%;
    width: 100%;
    left:0;
    height: 40px;
    margin:0 auto;
}

.wall .search .footer .like{
    position: absolute;
    left:35px;
    top:-5px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background:#f02138;
    border:3px solid #fff;
    color: #fff;
}
.wall .search .footer .like i{
    position: absolute;
    padding: 0;
    left:4px;
    color:#fff;
    font-size: 16px;
    opacity: 1;
}

.wall .search .footer .like:hover{      
}

.wall .search .footer .premium{
    position: absolute;
    left:108px;
    top:15px;   
    margin-top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid #ffd700;
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    animation: premiumCardBadgePulse 2s ease-in-out infinite;
    overflow: hidden;
}
.wall .search .footer .premium::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: premiumCardBadgeShine 2s infinite;
}
@keyframes premiumCardBadgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
@keyframes premiumCardBadgeShine {
    0% { transform: translateX(-100%) rotate(45deg); }
    100% { transform: translateX(100%) rotate(45deg); }
}
.wall .search .footer .premium i{
    position: absolute;
    padding: 0;
    left:4px;
    color:#fff;
    font-size: 16px;
    opacity: 1;
}
.wall .search .footer .verified{
    position: absolute;
    left:140px;
    top:-5px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background:#5ec735;
    border:3px solid #fff;
}
.wall .search .footer .verified i{
    position: absolute;
    padding: 0;
    margin-left: -8px;
    font-size: 16px;
    color:#fff;
    opacity: 1;
}

.wall .search .footer .verified:hover{      
}

.wall .search .footer .popular{
    position: absolute;
    left:66px;
    top:15px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 2px;
    cursor: pointer;
    background:#f04d21;
    border:3px solid #fff;
}
.wall .search .footer .popular i{
    position: absolute;
    padding: 0;
    margin-left: -8px;
    font-size: 16px;
    color:#fff;
    opacity: 1;
}

.wall .search .footer .popular:hover{      
}
@media only screen and (max-width: 1280px) { 
    .wall .search{
        width: 185px;
        height: 200px;
    }   
    .wall .search .profile-photo{
        height: 135px;
    }      
}
/* Premium User Card Enhancements */
.wall .search.premium-user-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(15px) saturate(180%);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

.wall .search.premium-user-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3, #54a0ff);
    border-radius: 7px;
    z-index: -1;
    animation: premiumCardBorderRotate 4s linear infinite;
}

.wall .search.premium-user-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 
        0 0 20px rgba(102, 126, 234, 0.3),
        0 0 40px rgba(118, 75, 162, 0.2),
        0 10px 20px rgba(0, 0, 0, .10);
    animation: premiumCardGlow 3s ease-in-out infinite alternate;
}

@keyframes premiumCardBorderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes premiumCardGlow {
    from {
        box-shadow: 
            0 0 20px rgba(102, 126, 234, 0.3),
            0 0 40px rgba(118, 75, 162, 0.2),
            0 10px 20px rgba(0, 0, 0, .10);
    }
    to {
        box-shadow: 
            0 0 30px rgba(102, 126, 234, 0.5),
            0 0 60px rgba(118, 75, 162, 0.3),
            0 15px 35px rgba(0, 0, 0, .15);
    }
}

