.circle-left {
    top: 120px;
    left: -250px;
    background: linear-gradient(135deg, rgba(128, 203, 196, 0.75) 35%, rgba(255, 180, 51, 0.75) 75%);
}

.circle-middle {
    bottom: -497px;
    right: -200px;
    background: linear-gradient(135deg, rgba(252, 158, 158, 0.75) 35%, rgba(147, 244, 255, 0.75) 75%);
}

.circle-right {
    top: 1600px;
    left: -250px;
    background: linear-gradient(135deg, rgba(252, 222, 158, 0.75) 35%, rgba(147, 255, 212, 0.75) 75%);
}

body.dark-mode .projects a {
    color: #F0F0F0;
}

body.dark-mode .project-card {
    background-color: #525252;

}


.projects {
    min-height: 230vh;
}

.projects-grid,
.personal-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 57rem;
    margin: 0 auto;
}

.project-card {
    position: relative;
    background: #fff;
    padding: 1.5rem 2rem;
    border-radius: 4rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.project-card a {
    font-weight: bold;
    font-size: 1.25rem;
    color: #0c0c0c;
    text-decoration: none;
    display: block;
    flex: 1;
    z-index: 1;
}

.projects h2 {
    position: relative;
    top: 68px;
    left: -162px;
    text-align: center;
    font-size: 2rem;
    margin: 3rem 0 2rem;
}

.projects h3 {
    position: relative;
    top: 635px;
    left: -238px;
    text-align: center;
    font-size: 2rem;
    margin: 3rem 0 2rem;
}

.projects h4 {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    margin: 1rem 0 2rem;
}

.projects p {
    font-size: 1.2rem;
    position: relative;
    text-align: left;
}

/* Custom Styling Per Project */
.osfast-card {
    background-color: #fdfaff;
    justify-content: space-between;
    width: 55.6rem;
    height: 12.3rem;
    top: 256px;
    left: 137px;
}

.osfast-card a {
    font-size: 2rem;
}

.osfast-card img {
    width: 40%;
}

.belco-card {
    background-color: #f9f9ff;
    flex-direction: row-reverse;
    width: 55.6rem;
    height: 12.3rem;
    top: 465px;
    left: -83px;
}

.belco-card a {
    font-size: 2rem;
}

.belco-card img {
    width: 20%;
}

.projectx-card {
    background-color: #fefefe;
    justify-content: flex-start;
    width: 55.6rem;
    height: 12.3rem;
    top: 635px;
    left: -238px;
}


.projectx-card a {
    font-size: 2rem;
    margin-left: 2rem;
}

.projectx-card img {
    width: 20%;
    margin-top: 0.3rem;
    border-radius: 12%;
}


.personalp-card {
    justify-content: center;
    height: 19.3rem;
    top: 602px;
    left: 39px;
    margin: 3rem;
    padding-bottom: 3rem;
}

.personalp-card a {
    font-size: 2rem;
}

.personalp-card img {
    width: 50%;
    top: 306px;
    left: 115px;
}


.image-grid {
    display: flex;
    justify-content: center;
    gap: 6rem;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    top: 536px;
    left: 213px;
}

.image-grid img {
    height: 18.75rem;
    width: auto;
    border-radius: 10px;
    display: table-row;
    justify-content: center;
    transform: translateY(20px);
}