.more-text {
    display: none;
}

.read_more {
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

/* Make sure the expanded item has enough space */
.project-wrapper {
    transition: all 0.3s ease-in-out;
}

.project-wrapper.expanded {
    margin-bottom: 40px; /* Increase space when expanded */
}
