﻿.home-banner .swiper-slide>a::after{display:none}
@media (min-width:1025px){header:not(.is-active){background:#00000044}}
.home-banner .banner-animote.bannertxt1 h1{font-weight: normal;}
.testimonials-flex {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.card {background:#363636;border:1px solid #545454;padding:32px;position:relative;overflow:hidden;}
.card-header {position:relative;display:flex;align-items:center;gap:20px;margin-bottom:20px;}
.avatar {width:120px;height:120px;border-radius:50%;background:#fff;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;flex-shrink:0;}
.avatar img{position:relative;top:12px}
.info{text-align:left}
.info h3 {font-size:28px;font-weight:700;margin-bottom:4px;line-height:1.1;color:#fff;text-align:left}
.from {font-size:17px;color:#fff;display:flex;align-items:center;gap:12px;margin-bottom:8px;line-height:1.4;}
.flag {line-height:1;}
.stars {display:flex;gap:4px;font-size:23px;color:#f6b900;letter-spacing:3px}
.quote {position:absolute;top:30px;right:28px;color:rgba(255,255,255,0.20);}
.divider {border:none;height:2px;background:rgba(255,255,255,0.12);margin:40px 0 30px;}
.review {line-height:2;color:#f0f0f0;text-align:left;font-size:var(--fontsize18)}
@media (max-width:1440px){.avatar{width:80px;height:80px;}
.info h3{font-size:24px}
.from{font-size:15px;margin-bottom:4px}
.stars{font-size:20px}
.quote{width:46px}
.divider{margin:30px 0 20px}
.review{font-size:var(--fontsize16)}}
@media (max-width:1280px){.card{padding:20px}
.quote{right:20px;top:20px;}}
@media (max-width:1024px) {.testimonials-flex {grid-template-columns:1fr 1fr;}}
@media (max-width:768px) {.testimonials-flex {grid-template-columns:1fr;}}
