/* ===========================
   TESTIMONIALS
=========================== */

.testimonials{

padding:100px 6%;

background:#F9F7F2;

text-align:center;

}

.testimonials-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.testimonial-card{

background:#fff;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

padding:40px 30px;

text-align:left;

transition:.35s;

}

.testimonial-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.1);

}

.testimonial-card > i{

font-size:26px;

color:#D6B15E;

margin-bottom:16px;

}

.stars{

margin-bottom:16px;

}

.stars i{

color:#C89D43;

font-size:14px;

margin-right:3px;

}

.testimonial-card p{

font-size:15px;

color:#555;

line-height:1.7;

margin-bottom:20px;

}

.testimonial-card h4{

font-size:15px;

font-weight:600;

color:#183153;

}


/* ===========================
   INSIGHTS / BLOG
=========================== */

.insights{

padding:100px 6%;

background:#fff;

}

.insights-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.insight-card{

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.insight-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.insight-image{

height:200px;

overflow:hidden;

}

.insight-image img{

width:100%;

height:100%;

object-fit:cover;

}

.insight-content{

padding:26px 24px;

}

.insight-content h3{

font-size:19px;

font-family:'Playfair Display',serif;

color:#183153;

margin-bottom:12px;

line-height:1.4;

}

.insight-content p{

font-size:14px;

color:#777;

margin-bottom:16px;

}

.insight-content a{

color:#C89D43;

font-weight:600;

font-size:14px;

}

.insight-content a i{

margin-left:6px;

font-size:12px;

}
