* {
    font-family: 'Geist', sans-serif;
}



body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    color: rgb(255, 255, 255);
    font-size: 20px;
    background-color: #08090a;
    padding-top: 50px;
} 

.category {
    display: flex;
    width: 630px;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
}

hr {
    width: 630px;
    border-color: rgb(78, 78, 78);
}

.profile {
    width: 600px;
    display: flex;
    align-items: center;
    border: 1px solid #333333;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 10px;
}

.profile-picture {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    text-align: left;
    flex-grow: 1;
}

.name {
    display: inline-flex;
    font-weight: 700;
    padding-left: 10px;
    font-size: 16px;
    margin: 0;
    color:#e2e2e2;
}

.location {
    margin: 0;
    display: inline-flex;
    font-size: 13px;
    color: rgb(197, 191, 191);
}

.location-img {
    height: 15px;
    width: 15px;
    padding-left: 5px;
}

.job {
    padding-left: 10px;
    display: flex;
    font-size: 13px;
    margin: 0;
    color: rgb(214, 214, 214);
}

.socials {
    display: flex;
    gap: 3px;
}

.socials-icon {
    fill: none;
    stroke: currentcolor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 24px;
    width: 24px;
}

.education {
    width: 600px;
    display: flex;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.education-img {
    padding-right: 15px;
    display: flex;
    height: 100px;
    width: 100px;
}

.education-info {
    text-align: left;
}

.program {
    display: flex;
    font-weight: 700;
    padding-left: 10px;
    font-size: 20px;
    margin: 0;
    color:#e2e2e2;
}

.school {
    display: flex;
    padding-left: 10px;
    font-size: 16px;
    margin: 0;
    color:#cacaca;
}

.school-date {
    display: flex;
    padding-left: 10px;
    font-size: 14px;
    margin: 0;
    color:#9b9b9b;
}

.toggle-courses {
    display: none;
}

.education-btn {
    padding-left: 10px;
    color: rgb(212, 212, 212);
    background-color: transparent;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    transition: color 0.3s ease; /* Add transition for smooth color change */
}

.education-btn:hover {
    color: #e9e9e9; /* Change to desired hover color */
}

.education-btn:hover .dropdown-img {
    filter: brightness(1.3); /* Adjust the brightness or use another filter for the desired effect */
}

.education-courses {
    display: none;
    flex-direction: column;
    padding: 10px;
    margin-top: 5px;
}

.education-courses li {
    color: rgb(212, 212, 212);
    padding-left: 20px;
    font-size: 15px;
    margin: 1px;
}

.toggle-courses:checked + .education-btn + .education-courses {
    display: flex;
}

.dropdown-img {
    position: relative;
    top: 2px;
    height: 15px;
    width: 15px;
    padding-right: 8px;
    transition: 0.3s ease;
}

.projects {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
    justify-content: flex-start;
}

.project-dbd {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #272727;
    box-sizing: border-box;
    background: transparent;
}

.glow-effect {
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* make sure the glow stays under the image */
.project-dbd-img, 
.project-dbd h5, 
.project-dbd p {
    position: relative;
    z-index: 2;
}

.project-dbd-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 8px;
}

.project-dbd h5 {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    color: #d6d6d6;
}

.project-dbd p {
    font-size: 13px;
    font-weight: 100;
    margin: 0;
    color: #9b9b9b;
}

.projects a {
    flex: 1 1 45%;
    max-width: 48%;
    min-width: 250px;
    text-decoration: none;
    transition: transform 0.2s ease;
    box-sizing: border-box;
}

.projects a:hover {
    transform: scale(1.03);
}

.link-style {
    color: #93c5fd;
    transition: color 0.1s, background-color 0.1s;
    background-color: #3b82f633;
    text-decoration: none;
    border-radius: 4px;
    padding: 0.16em 0.3em;
    line-height: 1.7;
}

.link-style:hover {
    background-color: #91c3fd33;
}

.work-experience {
    width: 600px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: transparent;
}

.work-item {
    margin-bottom: 10px;
}

.work-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-role {
    font-weight: 700;
    color: #e2e2e2;
    font-size: 16px;
}

.work-date {
    font-size: 13px;
    color: #9b9b9b;
}

.work-place {
    font-size: 14px;
    color: #cacaca;
    margin-bottom: 5px;
}

.work-desc {
    margin: 0;
    padding-left: 20px;
    color: #bdbdbd;
    font-size: 13px;
}


#footer {
    position: flex;
    font-size: 10px;
}

.work-item {
    display: flex;
    align-items: center; /* Vertically center the image and text */
    margin-bottom: 10px;
}

.work-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
    display: block;
}

.work-info {
    flex: 1;
}


