.testimonial-section {
    text-align: center;
    padding: 60px 20px;
}

.title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
}

.subtitle {
    color: #666;
    margin-bottom: 40px;
}

.testimonial-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.card {
    
    padding: 25px;
    border-radius: 20px;
    
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: left;
}

.card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.card .date {
    display: block;
    margin: 5px 0 15px;
    color: #555;
    font-size: 14px;
}

.card p {
    line-height: 1.6;
    color: #333;
    font-size: 15px;
}

.card .footer {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #020102;
    font-size: 14px;
}

/* Tilt effects to match your image */
.tilt1 { transform: rotate(3.89deg);background: #B2DCFF;width: 350px; }
.tilt2 { transform: rotate(-1.97deg); background: #B2DCFF;width: 350px;}
.tilt3 { transform: rotate(9.75deg); background: #e8f4ff;width: 350px;}
.tilt4 { transform: rotate(5.24deg); background: #e8f4ff;width: 350px;}
.tilt5 { transform: rotate(-2.32deg);background: #B2DCFF;width: 350px;}
