body
{
    font-family:'Segoe UI',sans-serif;
    background:linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color:#f8f9fa;
    scroll-behavior:smooth;
    overflow-x:hidden;
    padding-top:80px;
}
.container
{
    max-width:1000px;
}
header
{
    padding:60px 0 30px;
}
.section-title
{
    margin-top:60px;
    margin-bottom:30px;
    text-align:center;
    position:relative;
    color:#00d1ff;
}
.section-title::after
{
    content:"";
    width:60px;
    height:3px;
    margin:10px auto 0;
    background-color:#00d1ff;
    display:block;
    border-radius:3px;
}
.section
{
    opacity:0;
    filter:brightness(0.4);
    transform:translateX(50px);
    transition:all 1s ease-out;
    padding: 40px 30px;
    background:#1e2b3c;
    border-radius:20px;
    margin-bottom:40px;
    box-shadow:0 4px 20px rgba(0,0,0,0.3);
}
.section.fade-left
{
    transform:translateX(-50px);
}
.section.revealed
{
    filter:brightness(1);
    opacity:1;
    transform:translateX(0);
}
.project h5 a,.achievement a
{
    color:#00d1ff;
    text-decoration:none;
}
.project h5 a:hover,.achievement a:hover
{
    text-decoration:underline;
}
footer
{
    background:#13202d;
    margin-top:60px;
    padding:30px;
    text-align:center;
}
footer a 
{
  text-decoration:none;
  color:#00d1ff;
}

footer a:hover {
  text-decoration:underline;
}
.card-icon
{
    font-size:30px;
    margin-right:10px;
    color:#00d1ff;
}
.profile-img
{
    max-width:150px;
    border-radius:50%;
    border:4px solid #00d1ff;
    box-shadow:0 0 15px #00d1ff;
}
.about-text
{
    padding-left:20px;
}
.btn-custom
{
    background-color:#00d1ff;
    color:black;
    font-weight:500;
    transition:0.3s ease;
}
.btn-custom:hover
{
    background-color:#00aacc;
    color:white;
}
a,a:visited
{
    color:#00d1ff;
}
@media(max-width:768px)
{
    .d-flex.align-items-center
    {
        flex-direction:column;
        text-align:center;
    }
    .about-text
    {
        padding-left:0;
        margin-top:20px;
    }
}
.navbar
{
    backdrop-filter:blur(10px);
    background-color:#13202d;
    box-shadow:0 2px 4px rgba(0,0,0,0.3);
    transition:background-color 0.3s ease,box-shadow 0.3s ease;
}
.navbar.scrolled
{
    background-color:rgba(0,0,0,0.9);
    box-shadow:0 2px 10px rgba(0,0,0,0.4);
}
.navbar-nav .nav-link:hover,
.dropdown-menu .dropdown-item:hover
{
    color:#17d4fc;
}
.dropdown-menu-dark
{
    background-color:#1f1f1f;
}
.timeline
{
    position:relative;
    margin:40px 0;
    padding-left:40px;
    border-left:2px solid #fff;
}
.timeline::before
{
    content:"";
    position:absolute;
    left:18px;
    top:0;
    bottom:0;
    width:4px;
    background:#fff;
}
.timeline-item
{
    position:relative;
    margin-bottom:40px;
    padding-left:20px;
}
.timeline-item:last-child
{
    margin-bottom:0;
}
.timeline-icon
{
    position:absolute;
    left:-15px;
    border-radius:50%;
    background:#fff;
    width:36px;
    height:36px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    border:3 px solid #fff;
    box-shadow:0 0 0 4px rgba(255,255,255,0.1);
}
.timeline-icon img
{
    height:100%;
    width:100%;
    object-fit:cover;
}
.timeline-content
{
    background:rgba(255,255,255,0.05);
    padding:16px 20px;
    border:1px solid white;
    border-radius:12px;
    color:#fff;
}
.timeline-content h5
{
    margin-top:0;
    margin-bottom:8px;
    font-size:1.1rem;
    color:#fff;
}
.timeline-content p
{
    margin:0 0 6px;
}
.edu-sub
{
    font-size:0.95rem;
    color:#ccc;
    margin-bottom:4px;
}
.edu-date-location
{
    font-size:0.85rem;
    color:#aaa;
    margin-bottom:10px;
}
@media screen and (max-width:768px)
{
    .timeline
    {
        padding-left:20px;
    }
    .timeline-icon
    {
        height:30px;
        width:30px;
        left:-13px;
    }
    .timeline-content
    {
        padding:12px 16px;
    }
}
.highlight
{
    color:#007bff;
    font-weight:600;
}
.tech-stack
{
    margin-top:6px;
    font-size:0.95rem;
}
.tech-stack span
{
    display:inline-block;
    color:#333;
    background:#e9ecef;
    padding:3px 8px;
    margin:2px 5px 2px 0;
    border-radius:12px;
    font-size:0.85rem;
}
.project
{
    background:#1e2b3c;
    border:1px solid #ffffff;
    border-radius:12px;
    padding:20px;
    margin-bottom:30px;
    box-shadow:0 4px 14px rgba(0,0,0,0.1);
    transition:transform 0.2s ease,box-shadow 0.3s ease;
}
.project:hover
{
    transform:translateY(-4px);
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
}
.github-btn
{
    display:inline-block;
    color:#fff;
    margin-top:10px;
    background-color:#24292e;
    padding:6px 12px;
    border-radius:6px;
    font-size:0.85rem;
    text-decoration:none;
    transition:background 2s ease;
}
.github-btn:hover
{
    background-color:#444;
}
#resume
{
    padding:40px 20px;
    text-align:center;
}
.resume-container
{
    background-color:#fff;
    border:2px solid #ddd;
    border-radius:15px;
    padding:30px 20px;
    box-shadow:0 0 12px rgba(0,0,0,0.1);
    display:inline-block;
    max-width:500px;
    margin-top:20px;
}
.resume-btn
{
    display:inline-block;
    margin-top:15px;
    padding:10px 25px;
}
.resume-btn:hover
{
    background-color:#0056b3;
    text-decoration:none;
    color:white;
}