﻿.webdesign-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .webdesign-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
    }

.TitleWebDesign {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #2c3e50;
}

.TextWebDesign {
    font-size: 0.95rem;
    color: #6c757d;
}

.BkPicWebDesign {
    background: #f8f9fa;
    max-height: 320px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 8px 8px 6px -1px rgba(148,143,148,0.73);
    -moz-box-shadow: 8px 8px 6px -1px rgba(148,143,148,0.73);
    box-shadow: 8px 8px 6px -1px rgba(148,143,148,0.73);
    background-color: #FBFBFB;
}
.PicWebDesign {
    transition: transform 0.5s ease;
    min-height: 240px;
}

.webdesign-card:hover .PicWebDesign {
    transform: scale(1.05);
}

/* لایه هاور روی تصویر */
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.BkPicWebDesign:hover .img-overlay {
    opacity: 1;
}
