/* ===== Testimonial Block ===== */

.dpd-testi-block{
	padding: 80px 0px 100px 0px;
    border-top: 1px solid rgba(10, 15, 43, .25);
    max-width: 1200px;
    width: 100%;
    margin: 100px auto 0px;
}

.dpd-testi{
	display:grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 40px;
	align-items:flex-start;
	width: 100%;
	min-height: 240px;
}

/* LEFT SIDE */
.dpd-testi-left{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:100%;
}

.dpd-testi-title{
	font-size:44px;
	font-weight:700;
	line-height:1.15;
	margin-bottom:50px;
	font-family:"Graphie", sans-serif;
}

/* NAV */
.dpd-testi-nav{
	display:flex;
	gap:10px;
	margin-top:14px;
}

.dpd-testi-btn{
	width:66px;
	height:66px;
	border-radius:8px;
	border:1px solid rgba(10,15,43,.25);
	background:#fff;
	color:rgba(10,15,43,.25);
	font-weight:200;
	cursor:pointer;
	font-size:38px;
	padding:0 0 20px 0;
	transition:200ms;
}

.dpd-testi-btn:hover{
	color:rgba(75,66,255,.85);
	border-color:rgba(75,66,255,.85);
}

/* RIGHT SIDE */
.dpd-testi-mid{
	padding-right:60px;
}

.dpd-testi-copy{
	color:rgba(10,15,43,.72);
	line-height:1.7;
	max-width:520px;
	font-size:21px;
	margin-bottom:40px;
	font-weight:400;
	transition:opacity .2s ease;
}


.dpd-testimonial-meta{ display:flex; gap: 14px; align-items:center; margin-top: 14px; }

.dpd-testimonial-meta img {
	width: 35px;
	height: 35px;
}

.dpd-g2 {min-width: 35px;}


.dpd-testi-stars{
	letter-spacing:.1em;
	color:rgba(10,15,43,.85);
	min-width:100px;
}

.dpd-testi-role{
	font-size:12px;
	color:rgba(75,66,255,.85);
	margin-top:4px;
	font-family:"Metropolis", sans-serif;
	font-weight:400;
	transition:opacity .2s ease;
}

/* Responsive */
@media (max-width:980px){
	.dpd-testi{
		grid-template-columns:1fr;
	}
}