/* ===========================================
   GLOBAL
=========================================== */

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

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Inter',sans-serif;
    line-height:1.7;
    color:#333;
    background:#fafafa;

}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:#0057b8;
}

a:hover{
    color:#003f82;
}

section{

    max-width:1100px;
    margin:auto;
    padding:15px 20px;

}

.section-title{

    font-size:2rem;
    font-weight:700;
    margin-bottom:5;
    color:#1f4e79;

}

/* ===========================================
   HEADER
=========================================== */

header{

    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#2f5f8f;
    color:white;
    z-index:1000;

}

.navbar{

    max-width:1200px;
    margin:auto;

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

    height:70px;

    padding:0 20px;

}

.logo{

    color:white;
    font-size:1.7rem;
    font-weight:700;

}

.logo:hover{

    color:white;

}

/* ===========================================
   MENU BUTTON
=========================================== */

.menu-button{

    border:none;
    background:none;
    cursor:pointer;

}

.menu-button span{

    display:block;
    width:28px;
    height:3px;
    background:white;
    margin:6px 0;

}

/* ===========================================
   SIDE MENU
=========================================== */

.side-menu{

    position:fixed;
    top:70px;
    right:-260px;

    width:250px;
    height:100%;

    background:#2f5f8f;

    transition:.3s;

    padding:30px;

}

.side-menu.active{

    right:0;

}

.side-menu a{

    display:block;

    color:white;

    margin:15px 0;

}

.side-menu hr{

    margin:20px 0;

    border:1px solid rgba(255,255,255,.3);

}

/* ===========================================
   HERO
=========================================== */

.hero{

    padding-top:130px;

}

.hero-container{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:50px;

    align-items:center;
    text-align:left;

}

.hero-image img{

    border-radius:10px;

    box-shadow:0 4px 15px rgba(0,0,0,.2);

}

.hero-text{
    text-align:left;
}

.hero-text h1{

    font-size:2.6rem;
    text-align:left;

}

.hero-text h2{

    color:#1f4e79;

    margin-top:10px;
    text-align:left;

}

.hero-text h3{

    margin:10px 0 20px;

    font-weight:500;
    text-align:left;

}

.hero-description{

    margin-bottom:25px;
    text-align:left;

}

/* ===========================================
   TAGS
=========================================== */

.research-tags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:25px 0;

}

.research-tags span{

    background:#dbe9f7;

    color:#1f4e79;

    padding:8px 14px;

    border-radius:20px;

    font-size:.9rem;

}

/* ===========================================
   BUTTONS
=========================================== */

.hero-buttons{

    margin-top:25px;

}

.primary-button,
.secondary-button{

    display:inline-block;

    padding:12px 24px;

    border-radius:6px;

    margin-right:10px;

}

.primary-button{

    background:#0057b8;

    color:white;

}

.secondary-button{

    border:2px solid #0057b8;

}

/* ===========================================
   BIO
=========================================== */

.bio-content{

    max-width:900px;

}

.bio-content p{

    margin-bottom:20px;

}

/* ===========================================
   NEWS
=========================================== */

#news ul{

    padding-left:20px;

}

#news li{

    margin-bottom:10px;

}

/* ===========================================
   RESEARCH
=========================================== */

.research-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:20px;

}

.research-card{

    background:white;

    padding:25px;

    border-radius:8px;

    text-align:center;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

}

/* ===========================================
   PROJECTS
=========================================== */

.projects-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

}

.project-card{

    background:white;

    border-radius:8px;

    overflow:hidden;

    box-shadow:0 2px 10px rgba(0,0,0,.1);

}

.project-content{

    padding:20px;

}

.project-content h3{

    margin-bottom:15px;

}

.project-content p{

    margin-bottom:15px;

}

.project-links a{

    margin-right:15px;

}

/* ===========================================
   PUBLICATIONS
=========================================== */

.publication-controls{

    margin-bottom:30px;

}

.publication-controls input{

    width:100%;

    max-width:500px;

    padding:12px;

}

.publication-year{

    margin-bottom:40px;

}

.publication-year li{

    margin-bottom:20px;

}

.paper-links{

    margin-top:8px;

}

.paper-links a{

    margin-right:12px;

}

/* ===========================================
   TABLE
=========================================== */

table{

    width:100%;

    border-collapse:collapse;

}

th,td{

    border-bottom:1px solid #ddd;

    padding:12px;

    text-align:left;

}

th{

    background:#f1f5fa;

}

/* ===========================================
   LISTS
=========================================== */

ul{

    padding-left:20px;

}

li{

    margin-bottom:10px;

}

/* ===========================================
   FOOTER
=========================================== */

footer{

    background:#2f5f8f;

    color:white;

    text-align:center;

    padding:50px 20px;

}

.footer-icons{

    margin:20px 0;

}

.footer-icons a{

    color:white;

    font-size:1.4rem;

    margin:0 10px;

}

/* ===========================================
   RESPONSIVE
=========================================== */

@media(max-width:800px){

.hero-container{

    grid-template-columns:1fr;

    text-align:center;

}
/* 
.hero-container{
    display:grid;
    grid-template-columns:280px 1fr;
} */

/* .hero-image{

    max-width:250px;

    margin:auto;

} */

.hero-image{
    width:clamp(180px,22vw,300px);
}

.hero-image img{
    width:100%;
    height:auto;
}

.navbar{

    padding:0 15px;

}

.section-title{

    text-align:center;

}

}

/* ===========================================
   AWARDS
=========================================== */

.awards-list {
    max-width: 950px;
}

.award-item {
    margin-bottom: 20px;
}

.award-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #111;
    margin-bottom: 5px;
    line-height: 1.1;
}

.award-item h3 strong {
    font-weight: 700;
}

.award-item p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}