.elementor-1688 .elementor-element.elementor-element-1cfe916{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:-6px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84d43ab */:root{
--primary:#0f172a;
--secondary:#1e293b;
--accent:#d4af37;
--light:#ffffff;
--card:rgba(255,255,255,.12);
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Vazirmatn',sans-serif;
background:linear-gradient(135deg,#0f172a,#1e293b,#334155);
color:#ffffff;
line-height:1.9;
overflow-x:hidden;
}

.hero{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:50px 20px;
position:relative;
}

.container{
max-width:1200px;
width:100%;
}

.profile-card{
backdrop-filter:blur(20px);
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.15);
border-radius:30px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,.35);
color:#ffffff;
text-shadow:0 1px 2px rgba(0,0,0,.45);
}

.top-section{
display:grid;
grid-template-columns:320px 1fr;
gap:40px;
padding:50px;
align-items:center;
}

.profile-image{
text-align:center;
}

.profile-image img{
width:260px;
height:260px;
object-fit:cover;
border-radius:50%;
border:6px solid var(--accent);
box-shadow:0 0 40px rgba(212,175,55,.4);
}

.name{
font-size:52px;
font-weight:900;
margin-bottom:10px;
color:#ffffff;
}

.title{
font-size:22px;
color:#d4af37;
margin-bottom:25px;
font-weight:700;
}

.bio{
font-size:18px;
line-height:2;
color:#ffffff;
font-weight:500;
opacity:1;
}

.stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
padding:0 50px 50px;
}

.stat{
background:rgba(255,255,255,.10);
padding:25px;
border-radius:20px;
text-align:center;
}

.stat-number{
font-size:36px;
font-weight:900;
color:#d4af37;
}

.stat-text{
font-size:15px;
color:#ffffff;
font-weight:500;
}

.section{
padding:50px;
border-top:1px solid rgba(255,255,255,.08);
}

.section-title{
font-size:30px;
margin-bottom:30px;
color:#d4af37;
font-weight:800;
}

.section p{
color:#ffffff;
font-size:17px;
margin-bottom:10px;
}

.section strong{
color:#d4af37;
}

.timeline{
position:relative;
padding-right:25px;
}

.timeline:before{
content:'';
position:absolute;
right:0;
top:0;
width:3px;
height:100%;
background:var(--accent);
}

.timeline-item{
position:relative;
padding-right:30px;
margin-bottom:35px;
}

.timeline-item:before{
content:'';
position:absolute;
right:-10px;
top:8px;
width:18px;
height:18px;
background:var(--accent);
border-radius:50%;
}

.timeline h3{
margin-bottom:8px;
font-size:20px;
font-weight:700;
color:#ffffff;
}

.timeline p{
color:#ffffff;
}

.books{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.book{
background:rgba(255,255,255,.10);
padding:20px;
border-radius:18px;
transition:.3s;
color:#ffffff;
font-weight:500;
}

.book:hover{
transform:translateY(-5px);
background:rgba(255,255,255,.15);
}

.contact{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.contact-box{
background:rgba(255,255,255,.10);
padding:25px;
border-radius:20px;
color:#ffffff;
}

.contact-box strong{
color:#d4af37;
}

.contact-box a{
color:#ffffff;
text-decoration:none;
}

.contact-box a:hover{
color:#d4af37;
}

.footer{
text-align:center;
padding:30px;
color:#e2e8f0;
opacity:1;
}

@media(max-width:900px){

.top-section{
grid-template-columns:1fr;
text-align:center;
}

.stats{
grid-template-columns:repeat(2,1fr);
}

.contact{
grid-template-columns:1fr;
}

.name{
font-size:38px;
}

}/* End custom CSS */