.menu-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) -3px -1px 7px -1px;
    border-radius: 21px;
}
.error{
    color:#e4fd00 !important;
}

.error p{
    color:#ff1616;
}

.testimonial-card {
    background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 15px;
    overflow: hidden;
}

.testimonial-content {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.quote-icon {
    font-size: 2rem;
    color: #6a11cb;
    opacity: 0.6;
}