/* THERVIQ Home Improvements v20 */
.tvf-services-grid.v15-services{grid-template-columns:repeat(4,minmax(0,1fr))}
.tvf-service-card.v15-service{border-radius:30px;overflow:hidden}
.tvf-service-card.v15-service .tvf-service-img{aspect-ratio:1.48/1;background:#07111b}
.tvf-service-card.v15-service .tvf-service-img img{width:100%;height:100%;object-fit:cover}
.tvf-service-card.v15-service .tvf-service-body{padding:20px 20px 22px}
.tvf-booking-upgrade{position:relative;overflow:hidden}
.tvf-booking-upgrade:before{
  content:"";position:absolute;left:-90px;top:-90px;width:230px;height:230px;
  border-radius:50%;background:rgba(24,199,119,.12)
}
.tvf-booking-upgrade .tvf-steps{position:relative}
.tvf-map-note{max-width:680px}
.thv20-index-wa{display:inline-flex!important;align-items:center;gap:8px}
.thv20-index-wa img{width:26px;height:26px;object-fit:contain}
@media(max-width:1180px){
  .tvf-services-grid.v15-services{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .tvf-services-grid.v15-services{grid-template-columns:1fr}
  .tvf-service-card.v15-service .tvf-service-img{aspect-ratio:16/9}
  .tvf-service-card.v15-service .tvf-service-body{padding:17px}
}


/* THERVIQ homepage audit additions v36 */
.thv36-reviews-section{padding-top:0!important}
.thv36-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.thv36-review-card{padding:20px;border-radius:22px;background:#fff;border:1px solid #dce7ee;box-shadow:0 15px 38px rgba(7,19,29,.07)}
.thv36-review-stars{color:#e0a92c;letter-spacing:2px}
.thv36-review-card>p{margin:12px 0 18px;color:#526979;line-height:1.85}
.thv36-review-card footer{display:flex;align-items:center;gap:11px}
.thv36-review-card footer img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#eef3f6}
.thv36-review-card footer b,.thv36-review-card footer small{display:block}.thv36-review-card footer small{margin-top:3px;color:#718593;font-size:12px}
@media(max-width:900px){.thv36-reviews-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.thv36-reviews-grid{grid-template-columns:1fr}}
