/* testimonials-section.css - shared CSS for the Client Testimonials section (sections 159-168, all service pages) */

/* Scoped container rule - NEVER generic .container-1400 (hits CMS wrappers) */
.nct-testimonials .container-1400{width:100%;max-width:1400px;margin-right:auto;margin-left:auto;padding-right:60px;padding-left:60px}
.nct-sec-head{text-align:center;margin-bottom:36px}
.nct-sec-eyebrow{font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#2563eb;display:block;margin-bottom:10px}
.nct-sec-title{font-family:"Playfair Display",Georgia,serif;font-size:32px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-0.01em}
.nct-sec-desc{font-family:"Inter",sans-serif;font-size:14px;line-height:1.7;color:#64748b;max-width:680px;margin:0 auto}
.nct-testimonials{padding:48px 0 56px;background:#fff}
.nct-testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1100px;margin:0 auto}
.nct-testi-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:28px;display:flex;gap:18px;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}
.nct-testi-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(15,23,42,.07)}
.nct-testi-photo{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #dbeafe}
.nct-testi-photo--none{background:#dbeafe;color:#2563eb;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:20px;font-weight:700}
.nct-testi-body{min-width:0}
.nct-testi-quote{font-family:Inter,sans-serif;font-size:14px;line-height:1.7;color:#475569;margin:0 0 14px;font-style:italic}
.nct-testi-name{font-family:Inter,sans-serif;font-size:13px;font-weight:700;color:#1e293b}
.nct-testi-role{font-family:Inter,sans-serif;font-size:12px;color:#64748b;margin-top:2px}
.nct-testi-more{text-align:center;margin:24px 0 0}
.nct-testi-more a{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#2563eb;text-decoration:none}
.nct-testi-more a:hover{color:#1d4ed8;text-decoration:underline}

@media (max-width: 991px){
.nct-testimonials .container-1400{padding-right:0;padding-left:0}
.nct-sec-title{font-size:26px}
}
@media (max-width: 767px){
.nct-testi-grid{grid-template-columns:1fr}
.nct-testi-card{flex-direction:column;align-items:flex-start}
}
@media (max-width: 575px){
.nct-sec-title{font-size:24px}
}
