* {
    box-sizing: border-box;
}
.profile{
    margin-left:60px;
    margin-right: 15px;
    margin-top:2px;
}
.profile img{
    width:110px;
    height:110px;
    border-radius:50%;
    border:4px solid white;
    outline:3px solid #1a237e;
    box-shadow:0 6px 20px rgba(0,0,0,0.2);
    
}

p,li,dd{
    line-height: 1.7;
    color:#444;

}
dt {
    color: #1a237e;
    margin-top: 8px;
}

.box {
    background-color: #f2e9e4 !important;
    border-left: 4px solid gray;
    padding: 15px;
    margin: 15px 20px;
    border-radius: 11px; 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
}

.box h2 {
    margin-top: 0;
    color: #283593;
    border-bottom:2px solid #ccc;
    padding-bottom:5px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

#resume h1,h3{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
body{
    background-color:azure;
    padding-left: 10px;
    padding-top: 10px;
    font-family:'Poppins',sans-serif;
}

#resume{
    width:60%;
    align-items: center;
    border:2px solid black;
    padding:10px;
    margin:auto;
    background-color: #c9ada7;
}
#resume p,dl{
    padding-left: 10px;
}
/* img {
    border-radius: 60px;
    border: 2px solid #ccc;
    margin-left:60px;
    margin-right: 15px;
    margin-top:30px;
} */
#resume h1 {
    font-size: 32px;
    color: #1a237e;
    /* letter-spacing: 0.5px; */
    padding-right:60px;
    font-weight:700;
    letter-spacing: 1px;
}



#resume h3 {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #37474f;
    font-weight: 500;
    padding-right:60px;

}
#resume hr {
    width: 70%;
    border: none;
    height: 2px;
    background: linear-gradient(to right, transparent, #1a237e, transparent);
}
.box ol li span {
    font-weight: 500;
}

.box ol li a:hover {
    color: #1a237e;
    padding-left: 5px;
    transition: 0.2s;
}

.inline-skills {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.6;
    word-spacing: 5px;
}


.inline-skills span {
    color: black;
}



span {
    color:black;
}



h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a237e;
}

h2 i {
    font-size: 22px;
    color: #1a237e;
}
.cert-list {
    list-style: none;
    padding: 0;
}

.cert-list li {
    background: #f8f9fa;
    border-left: 4px solid #1a237e;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 8px;

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

    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.cert-list a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}


.cert-list .year {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
@media (max-width: 600px) {

    #resume {
        width: 95%;
        padding: 10px;
    }

    .profile {
        margin: 2px;
        text-align: center;
    }

    .profile img {
        width: 90px;
        height: 90px;
    }

    #resume h1 {
        font-size: 22px;
        text-align: center;
        padding-right: 0;
    }

    #resume h3 {
        font-size: 12px;
        text-align: center;
        padding-right: 0;
    }

    .box {
        margin: 10px;
        padding: 12px;
    }

    .box h2 {
        font-size: 16px;
    }

    p, li, dd {
        font-size: 14px;
    }

    #resume hr {
        width: 90%;
    }
   
    .cert-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .cert-list .year {
        align-self: flex-end;
    }

}
@media (max-width: 768px) {

    .profile {
        margin: 10px auto;      
        text-align: center;
    }

    .profile img {
        display: block;
        margin: 0 auto;       
    }

    #resume h1,
    #resume h3 {
        text-align: center;
        padding-right: 0;       
    }
}
@media (max-width: 320px) {

    body {
        margin: 0;       
        padding: 0;       
    }

    #resume {
        width: 100%;
        margin: 0;
        padding: 5px;
        border-width: 1px;   
    }

    .box {
        margin: 5px 2px;     
        padding: 6px;
    }

    .profile img {
        width: 55px;
        height: 55px;
    }

    #resume h1 {
        font-size: 13px;
    }

    #resume h3 {
        font-size: 9px;
    }

    p, li, dd {
        font-size: 10px;
        word-break: break-word;
    }
}