/* ===================================
   ULTRA PREMIUM TRUST TIMELINE
=================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@600;700&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}

.trust-section{
background:#000000;
padding:110px 8%;
position:relative;
overflow:hidden;
}

/* soft glow */
.trust-section::before{
content:"";
position:absolute;
top:-120px;
right:-120px;
width:320px;
height:320px;
border-radius:50%;
background:rgba(194,168,120,0.04);
filter:blur(90px);
}

/* header */
.trust-header{
max-width:860px;
margin:0 auto 70px;
text-align:center;
position:relative;
z-index:2;
}

.trust-label{
display:inline-block;
font-family:'Manrope',sans-serif;
font-size:13px;
font-weight:700;
letter-spacing:3px;
text-transform:uppercase;
color:#c2a878;
margin-bottom:16px;
}

.trust-header h2{
font-family:'Cormorant Garamond',serif;
font-size:68px;
line-height:1;
font-weight:700;
margin-bottom:18px;

background:linear-gradient(180deg,#ffffff,#d7d7d7,#c2a878);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.trust-header p{
font-family:'Manrope',sans-serif;
font-size:18px;
line-height:1.9;
color:#9a9a9a;
max-width:760px;
margin:auto;
}

/* timeline */
.trust-timeline{
max-width:950px;
margin:0 auto;
position:relative;
z-index:2;
}

.trust-timeline::before{
content:"";
position:absolute;
left:48px;
top:0;
width:1px;
height:100%;
background:linear-gradient(to bottom,#2a2a2a,#1a1a1a,#2a2a2a);
}

/* item */
.trust-item{
display:grid;
grid-template-columns:96px 1fr;
gap:28px;
padding:0 0 34px;
position:relative;
}

.trust-number{
width:48px;
height:48px;
border-radius:50%;
border:1px solid rgba(194,168,120,0.18);
background:#111111;

display:flex;
align-items:center;
justify-content:center;

font-family:'Manrope',sans-serif;
font-size:14px;
font-weight:800;
color:#c2a878;

position:relative;
z-index:2;
}

/* content */
.trust-content{
background:#111111;
border:1px solid #1d1d1d;
border-radius:22px;
padding:28px 28px;
transition:0.35s ease;
}

.trust-content:hover{
transform:translateY(-6px);
border-color:#2d2d2d;
background:#141414;
box-shadow:0 18px 40px rgba(0,0,0,0.30);
}

.trust-content h3{
font-family:'Cormorant Garamond',serif;
font-size:34px;
line-height:1.08;
color:#f5f5f5;
margin-bottom:10px;
}

.trust-content p{
font-family:'Manrope',sans-serif;
font-size:15px;
line-height:1.8;
color:#9c9c9c;
}

/* tablet */
@media(max-width:992px){

.trust-header h2{
font-size:54px;
}

.trust-content h3{
font-size:30px;
}

}

/* mobile */
@media(max-width:768px){

.trust-section{
padding:80px 22px;
}

.trust-header{
margin-bottom:45px;
}

.trust-header h2{
font-size:42px;
}

.trust-header p{
font-size:16px;
line-height:1.75;
}

.trust-timeline::before{
left:20px;
}

.trust-item{
grid-template-columns:40px 1fr;
gap:14px;
padding-bottom:18px;
}

.trust-number{
width:40px;
height:40px;
font-size:12px;
}

.trust-content{
padding:18px 18px;
border-radius:16px;
}

.trust-content h3{
font-size:24px;
margin-bottom:6px;
}

.trust-content p{
font-size:13px;
line-height:1.65;
}

}

/* small mobile */
@media(max-width:480px){

.trust-header h2{
font-size:36px;
}

.trust-content h3{
font-size:22px;
}

}
/* file ke end me */
.trust-section{
   margin-top:-85px;
   padding-top:40px;
}