.highlights {
    display: inherit;
    scroll-margin-top: 2rem;
}

.highlights h1 {
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 3rem;
}

.highlights-project-container {
    width: 100rem;
    /* 92 */
    height: 47rem;
    /* 63 */

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.project-link {
    display: contents;
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

.project-card {
    height: 97%;
    width: 31.5%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.project-card-content {
    padding: 1rem;
}

.project-card img {
    width: 100%;
    height: auto;
    display: block;
}

.project-card-content h1 {
    font-size: 32px;
    margin: 0px 0px;
    color: #363636;
}

.project-card:hover {
    transform: scale(1.05);
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.151);
}

.truncated-description {
    font-size: 0.87rem;
    margin: 0px 0px;
    color: #4a4a4a;
}

.project-card-separator {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 5%, #ccc 50%, transparent 95%);
}

.project-card-date {
    font-size: 0.8rem;
    color: #969696;
    margin-bottom: 0.5rem;
}

.project-card-image {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    gap: 0;
}

.project-tag {
    display: inline-block;
    background-color: #3b3b3b71;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    margin: 0.3rem 0.1rem;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* .project-tag:hover {
    transform: scale(1.05);
    background-color: #222222d7;
} */

.download-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

.team-size-text {
    position: absolute;
    display: inline-block;
    background-color: #3b3b3b71;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    margin: 1rem 1rem;
    color: white;
    max-width: fit-content;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-weight: 600;
}


.team-size-text i {
    color: white;
    letter-spacing: 0.2rem;
}


.view-all-projects-button {
    text-decoration: none;
    color: #363636;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 1rem;
}

.view-all-projects-button:hover {
    color: #ffffff;
    background-color: #363636;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .highlights {
        overflow-x: hidden;
        width: 100%;
    }
    
    .highlights h1 {
        font-size: 2rem;
        text-align: center;
        padding: 0 1rem;
    }
    
    .highlights-project-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 0 1rem;
        gap: 2rem;
        box-sizing: border-box;
    }
    
    .project-link {
        display: block;
        width: 100%;
    }
    
    .project-card {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 1rem;
    }
    
    .project-card:hover {
        transform: none;
    }
    
    .project-card-content h1 {
        font-size: 24px;
    }
    
    .team-size-text {
        position: static;
        display: inline-block;
        margin: 0 0 1rem 0;
    }
    
    .project-card-image {
        position: static;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .view-all-projects-button {
        display: inline-block;
        margin: 1rem auto;
    }
}

@media (max-width: 480px) {
    .highlights h1 {
        font-size: 1.75rem;
    }
    
    .project-card-content {
        padding: 0.75rem;
    }
    
    .project-card-content h1 {
        font-size: 20px;
    }
    
    .truncated-description {
        font-size: 0.8rem;
    }
    
    .project-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    
    .team-size-text {
        font-size: 0.7rem;
    }
}












































/* FULL CSS FILE - Mobile responsive with PC layout preserved */

.is-fullheight {
    height: 100%;
}

.is-fullwidth {
    width: 100%;
}

.is-fullscreen {
    width: 100%;
    height: 100%;
}

.has-items-centered {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.is-uppercase {
    text-transform: uppercase !important;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-half {
    position: relative;
    height: 50vh;
    overflow: hidden;
}

.is-white {
    background-color: #ffffff;
}

.is-white-ter {
    background-color: #f5f5f5;
}

.is-white-bis {
    background-color: #fafafa;
}

.is-black-ter {
    background-color: #1a1a1a;
}

.is-behind {
    z-index: -1000;
}

/* Introduction Styles */
.introduction {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
    margin: 17rem;
}

.introduction-text {
    padding: 0px;
    margin: 0px 0px;
    text-align: left;
}

.introduction img {
    border-radius: 100%;
    object-fit: cover;
    width: 300px;
}

.introduction h1,
.introduction h2 {
    color: white;
    margin: 0;
}

.introduction h1 {
    font-size: 70px;
}

.introduction h2 {
    font-size: 30px;
    text-align: center;
}

.int-page-button {
    background-color: transparent;
    border-radius: 50px;
    font-size: 16px;
    padding: 5px 10px;
    border-color: white;
    border: solid;
    border-width: 2px;
    color: white;
    font-family: inherit;
    font-style: bold;
    text-decoration: none;
}

.int-page-button:hover {
    font-style: bold;
    border-color: white;
    background-color: white;
    color: black;
    cursor: pointer;
}

.int-separator {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #ccc 20%, #ccc 80%, transparent 100%);
}

.int-page-button-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 10px;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: blur(0.4rem);
    z-index: -2;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.815);
    z-index: -1;
}

/* Highlights Styles */
.highlights {
    display: inherit;
    scroll-margin-top: 2rem;
}

.highlights h1 {
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-size: 3rem;
}

.highlights-project-container {
    width: 100rem;
    height: 47rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.project-link {
    display: contents;
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

.project-card {
    height: 97%;
    width: 31.5%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.project-card-content {
    padding: 1rem;
}

.project-card img {
    width: 100%;
    height: auto;
    display: block;
}

.project-card-content h1 {
    font-size: 32px;
    margin: 0px 0px;
    color: #363636;
}

.project-card:hover {
    transform: scale(1.05);
    box-shadow: 7px 7px 8px rgba(0, 0, 0, 0.151);
}

.truncated-description {
    font-size: 0.87rem;
    margin: 0px 0px;
    color: #4a4a4a;
}

.project-card-separator {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 5%, #ccc 50%, transparent 95%);
}

.project-card-date {
    font-size: 0.8rem;
    color: #969696;
    margin-bottom: 0.5rem;
}

.project-card-image {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    gap: 0;
}

.project-tag {
    display: inline-block;
    background-color: #3b3b3b71;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    margin: 0.3rem 0.1rem;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.download-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

.team-size-text {
    position: absolute;
    display: inline-block;
    background-color: #3b3b3b71;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    margin: 1rem 1rem;
    color: white;
    max-width: fit-content;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-weight: 600;
}

.team-size-text i {
    color: white;
    letter-spacing: 0.2rem;
}

.view-all-projects-button {
    text-decoration: none;
    color: #363636;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 1rem;
}

.view-all-projects-button:hover {
    color: #ffffff;
    background-color: #363636;
    margin-bottom: 1rem;
}

/* ============================================ */
/* MOBILE RESPONSIVE FIXES - PC LAYOUT UNCHANGED */
/* ============================================ */

@media (max-width: 768px) {
    /* Fix hero container for vertical centering */
    .hero {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }
    
    /* Introduction section - centered vertically */
    .introduction {
        flex-direction: column;
        gap: 2rem;
        margin: 0;
        justify-content: center;
        align-items: center;
    }
    
    .introduction-text {
        text-align: center;
        margin: 0 auto;
    }
    
    .introduction img {
        width: 200px;
        margin: 0 auto;
    }
    
    .introduction h1 {
        font-size: 40px;
        text-align: center;
        margin: 0;
    }
    
    .introduction h2 {
        font-size: 20px;
        text-align: center;
        margin: 0;
    }
    
    .int-page-button-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 10px;
    }
    
    .int-page-button {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .bg-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Highlights section - show all projects */
    .hero.highlights {
        height: auto !important;
        min-height: auto;
        overflow: visible !important;
        padding: 2rem 1rem;
    }
    
    .highlights h1 {
        font-size: 2rem;
        text-align: center;
    }
    
    .highlights-project-container {
        width: 100% !important;
        height: auto !important;
        flex-direction: column;
        gap: 2rem;
    }
    
    .project-link {
        display: block;
        width: 100%;
    }
    
    .project-card {
        width: 100% !important;
        height: auto !important;
    }
    
    .project-card:hover {
        transform: none;
    }
    
    .project-card-content h1 {
        font-size: 24px;
    }
    
    .team-size-text {
        position: static;
        display: inline-block;
        margin: 0 0 1rem 0;
    }
    
    .project-card-image {
        position: static;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .view-all-projects-button {
        display: inline-block;
        margin: 1rem auto;
    }
    
    /* Fix has-items-centered container */
    .has-items-centered {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Further adjustments for small phones */
    .hero {
        min-height: 100vh;
    }
    
    .introduction {
        gap: 1.5rem;
    }
    
    .introduction img {
        width: 150px;
    }
    
    .introduction h1 {
        font-size: 32px;
    }
    
    .introduction h2 {
        font-size: 18px;
    }
    
    .int-page-button {
        font-size: 12px;
        padding: 5px 10px;
    }
    
    .hero.highlights {
        padding: 1rem 0.5rem;
    }
    
    .highlights h1 {
        font-size: 1.75rem;
    }
    
    .project-card-content {
        padding: 0.75rem;
    }
    
    .project-card-content h1 {
        font-size: 20px;
    }
    
    .truncated-description {
        font-size: 0.8rem;
    }
    
    .project-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
}

/* For landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: auto;
        height: 100vh;
    }
    
    .introduction {
        flex-direction: row;
        gap: 2rem;
    }
    
    .introduction img {
        width: 120px;
    }
    
    .introduction h1 {
        font-size: 32px;
    }
    
    .introduction h2 {
        font-size: 18px;
    }
    
    .highlights-project-container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .project-link {
        width: calc(50% - 1rem);
    }
}