.c1 { }
.c1 a { color: #4e6ef2; font-size: 24px; }
.c1 a:hover { text-decoration: underline; }
.b2 { width: 99%; text-align: center; }
.b2 a {max-height:40px;}
.mod-card { background: #fff; border-radius: 8px; padding: 30px 24px; height: 100%; box-shadow: 0 2px 15px rgba(0,0,0,.05); transition: .3s; }
.mod-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.12); transform: translateY(-3px); }

.mod-card p { font-size: 20px; line-height: 24px; color: #666; margin: 0; }
.func-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.func-tag { display: inline-block; padding: 8px 22px; border-radius: 25px; background: linear-gradient(135deg, #4e6ef2, #6b8af7); color: #fff; font-size: 14px; font-weight: 500; }
.testimonial-slider-full-3 .swiper-slide { height: auto !important; display: flex !important; }
.testimonial-card-3 { width: 100%; min-height: 240px !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; }
.testimonial-card-3 .t-btm { margin-top: auto; }