*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

:root{
--primary:#00ff88;
--bg:#050505;
--card:#0f0f0f;
--text:#ffffff;
--gray:#a0a0a0;
}

body{
background:var(--bg);
color:var(--text);
font-family:'Inter',sans-serif;
overflow-x:hidden;
position:relative;
}

/* Background Glow */
body::before{
content:'';
position:fixed;
width:500px;
height:500px;
background:rgba(0,255,136,.08);
filter:blur(120px);
top:-150px;
right:-150px;
z-index:-2;
}

body::after{
content:'';
position:fixed;
width:400px;
height:400px;
background:rgba(0,255,136,.05);
filter:blur(120px);
bottom:-100px;
left:-100px;
z-index:-2;
}

.bg-text{
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:12rem;
font-weight:900;
color:rgba(255,255,255,.02);
z-index:-1;
user-select:none;
letter-spacing:10px;
}

/* Navbar */
nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:22px 8%;
position:sticky;
top:0;
z-index:1000;
background:rgba(0,0,0,.6);
backdrop-filter:blur(15px);
border-bottom:1px solid rgba(255,255,255,.05);
}

.logo{
font-size:1.6rem;
font-weight:800;
background:linear-gradient(90deg,#00ff88,#00ccff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav a{
text-decoration:none;
color:#888;
font-weight:500;
transition:.3s;
position:relative;
}

nav a::after{
content:'';
position:absolute;
left:0;
bottom:-5px;
width:0;
height:2px;
background:var(--primary);
transition:.3s;
}

nav a:hover{
color:var(--primary);
}

nav a:hover::after{
width:100%;
}

/* Hero */
.hero{
min-height:90vh;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
padding:40px 8%;
}

.hero-left{
flex:1;
}

.tag{
display:inline-block;
padding:8px 16px;
border:1px solid rgba(0,255,136,.3);
border-radius:50px;
color:var(--primary);
font-size:12px;
letter-spacing:2px;
margin-bottom:20px;
}

.hero h1{
font-size:4.5rem;
font-weight:800;
line-height:1.1;
margin-bottom:20px;
}

.hero h1 span{
background:linear-gradient(90deg,#00ff88,#00ccff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
color:var(--gray);
line-height:1.9;
max-width:600px;
}

.hero-right{
flex:1;
display:flex;
justify-content:center;
}

.hero-right img{
width:330px;
height:420px;
object-fit:cover;
border-radius:20px;
border:2px solid rgba(0,255,136,.4);
box-shadow:0 0 40px rgba(0,255,136,.2);
transition:.4s;
}

.hero-right img:hover{
transform:translateY(-10px);
box-shadow:0 0 60px rgba(0,255,136,.35);
}

/* Button */
.btn{
display:inline-block;
margin-top:30px;
padding:14px 34px;
background:transparent;
border:1px solid var(--primary);
color:var(--primary);
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.btn:hover{
background:var(--primary);
color:#000;
box-shadow:0 0 25px rgba(0,255,136,.4);
transform:translateY(-3px);
}

/* Sections */
.section{
padding:100px 8%;
border-top:1px solid rgba(255,255,255,.05);
}

.section h2{
font-size:2.5rem;
margin-bottom:30px;
color:var(--primary);
}

.section p{
color:var(--gray);
line-height:1.9;
max-width:900px;
}

/* Cards */
.skill-list div,
.education-box{
background:var(--card);
padding:20px;
margin-bottom:15px;
border-radius:14px;
border:1px solid rgba(255,255,255,.05);
transition:.3s;
}

.skill-list div:hover,
.education-box:hover{
transform:translateY(-5px);
border-color:rgba(0,255,136,.3);
box-shadow:0 10px 30px rgba(0,255,136,.1);
}

.education-box h3{
margin-bottom:10px;
font-size:1.3rem;
}

/* Footer */
footer{
padding:40px;
text-align:center;
color:#777;
border-top:1px solid rgba(255,255,255,.05);
}

/* Reveal Animation */
.reveal{
opacity:0;
transform:translateY(50px);
transition:all .8s ease;
}

.reveal.active{
opacity:1;
transform:translateY(0);
}

/* Responsive */
@media(max-width:900px){

nav{
flex-direction:column;
gap:15px;
}

.hero{
flex-direction:column-reverse;
text-align:center;
padding-top:50px;
}

.hero h1{
font-size:3rem;
}

.hero-right img{
width:260px;
height:330px;
}

.bg-text{
font-size:5rem;
}

.section{
padding:70px 8%;
}

}
/* ===========================
Projects
=========================== */

.project-list{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;

}

.project-card{

background:var(--card);
padding:25px;
border-radius:15px;
border:1px solid rgba(255,255,255,.06);

text-decoration:none;

transition:.35s;

color:var(--text);

}

.project-card h3{

margin-bottom:12px;

color:var(--primary);

}

.project-card p{

color:var(--gray);

font-size:.95rem;

line-height:1.7;

}

.project-card:hover{

transform:translateY(-8px);

border-color:rgba(0,255,136,.4);

box-shadow:0 12px 30px rgba(0,255,136,.15);

}


/* ===========================
Certificate
=========================== */

.certificate-card{

margin-top:25px;

background:var(--card);

padding:30px;

border-radius:15px;

border:1px solid rgba(255,255,255,.06);

transition:.3s;

}

.certificate-card:hover{

transform:translateY(-6px);

border-color:rgba(0,255,136,.35);

box-shadow:0 12px 30px rgba(0,255,136,.15);

}

.certificate-card h3{

margin-bottom:15px;

color:var(--primary);

}

.certificate-card p{

margin-bottom:25px;

color:var(--gray);

line-height:1.8;

}
.certificate-image{
    width:100%;
    max-width:700px;
    display:block;
    margin:25px auto 0;
    border-radius:12px;
    border:2px solid rgba(255,255,255,.1);
    box-shadow:0 10px 30px rgba(0,255,136,.15);
    transition:.3s;
}

.certificate-image:hover{
    transform:scale(1.02);
    box-shadow:0 15px 40px rgba(0,255,136,.25);
}


.project-card a{
    color:var(--primary);
    text-decoration:none;
    transition:.3s;
}

.project-card a:hover{
    color:#00ccff;
    text-decoration:underline;
}

.project-card p{
    margin-bottom:12px;
    line-height:1.8;
}

.skill-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
}

.skill-list div{
    background:var(--card);
    border:1px solid rgba(255,255,255,.08);
    padding:18px;
    border-radius:12px;
    text-align:center;
    transition:.3s;
}

.skill-list div:hover{
    transform:translateY(-5px);
    border-color:rgba(0,255,136,.4);
}
.project-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:220px;
    text-decoration:none;
    color:var(--text);
    cursor:pointer;
}

.project-card h3{
    color:var(--primary);
    margin-bottom:15px;
}

.project-card p{
    color:var(--gray);
    line-height:1.7;
    flex:1;
}

.project-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:25px;
    width:max-content;
    padding:10px 18px;
    border-radius:8px;
    background:rgba(0,255,136,.12);
    border:1px solid rgba(0,255,136,.3);
    color:var(--primary);
    font-weight:600;
    transition:.3s;
}

.project-card:hover .project-btn{
    background:var(--primary);
    color:#000;
    transform:translateX(5px);
}