.wpp-grid-e7889b8e {
    display: grid;
    gap: 24px;
    width: 100%;
}

.wpp-card-e7889b8e {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    border: 1px solid transparent;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wpp-card-e7889b8e:hover {
    border-color: #d4af37;
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(212, 175, 55, 0.15);
}

.wpp-icon-e7889b8e {
    font-size: 45px;
    color: #0a0a0a;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpp-icon-e7889b8e svg {
    width: 45px;
    height: 45px;
    fill: #0a0a0a;
    transition: all 0.4s ease;
}

.wpp-card-e7889b8e:hover .wpp-icon-e7889b8e {
    color: #d4af37;
    transform: scale(1.1);
}

.wpp-card-e7889b8e:hover .wpp-icon-e7889b8e svg {
    fill: #d4af37;
}

.wpp-title-e7889b8e {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
    background: linear-gradient(45deg, #b8952d, #d4af37, #e3cd7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Tajawal', 'Cairo', sans-serif;
}

.wpp-divider-e7889b8e {
    width: 50px;
    height: 2px;
    background-color: #d4af37;
    margin: 0 auto 20px;
    opacity: 0.6;
    transition: all 0.4s ease;
}

.wpp-card-e7889b8e:hover .wpp-divider-e7889b8e {
    width: 70px;
    opacity: 1;
}

.wpp-desc-e7889b8e {
    font-size: 15px;
    color: #0a0a0a;
    line-height: 1.7;
    margin: 0;
    font-family: 'Tajawal', 'Cairo', sans-serif;
}