/* Font Face Declaration */
@font-face {
    font-family: 'Droog';
    src: url('../fonts/fonnts.com-Droog_Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* overflow-x: hidden; */
    width: 100%;
}

body {
    font-family: 'Lexend', Arial, sans-serif;
    background-color: #0C0C0C;
    color: #ffffff;
    line-height: 1.6;
    /* overflow-x: hidden; */
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

.project-content {
    text-decoration: unset;
}

.integreated-box {
    min-height: 225px;
}

/* Header Styles */
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0C0C0C;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

header.is-sticky {
    background-color: rgba(12, 12, 12, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    animation: slideDown 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    50% {
        transform: translateY(-10%);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-link:hover {
    background-color: #C76135;
    border-radius: 9px;
    color: var(--secondry-color);
}

.navbar-box-btn:hover {
    background-color: #C76135;
    border-radius: 9px;
    color: var(--secondry-color);
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0rem;
    position: relative;
}

.nav-menus-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 3rem;
    border-radius: 10px;
    background: #212021;
    padding: 20px;
}

.contact-menu {
    display: flex;
    border-radius: 10px;
    background: #212021;
    padding: 20px;
}

.logo {
    color: #C76135;
    font-family: Droog;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: unset;
}

.nav-link {
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.nav-link:hover {
    color: #C76135;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #C76135;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 125px;
    left: 0;
    width: 100%;
    z-index: 1;
    cursor: none;
}

.hero-content {
    padding: 0 2rem;
}

.hero-title {
    color: #F1E9E6;
    font-family: 'Droog', 'Inter', Arial, sans-serif;
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 0px;
}

.intro-text {
    max-width: 754px;
    margin: 0 auto;
    margin-top: 120px;
    color: #F1E9E6;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

/* Hero Hover Areas */
.hero-hover-areas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
}

.hover-area {
    position: absolute;
    pointer-events: all;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Grid-based hover areas - 4x4 grid covering the hero section */
.hover-area-1 {
    top: 15%;
    left: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-2 {
    top: 15%;
    left: 27%;
    width: 20%;
    height: 20%;
}

.hover-area-3 {
    top: 15%;
    left: 49%;
    width: 20%;
    height: 20%;
}

.hover-area-4 {
    top: 15%;
    right: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-5 {
    top: 37%;
    left: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-6 {
    top: 37%;
    left: 27%;
    width: 20%;
    height: 20%;
}

.hover-area-7 {
    top: 37%;
    left: 49%;
    width: 20%;
    height: 20%;
}

.hover-area-8 {
    top: 37%;
    right: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-9 {
    top: 59%;
    left: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-10 {
    top: 59%;
    left: 27%;
    width: 20%;
    height: 20%;
}

.hover-area-11 {
    top: 59%;
    left: 49%;
    width: 20%;
    height: 20%;
}

.hover-area-12 {
    top: 59%;
    right: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-13 {
    bottom: 15%;
    left: 5%;
    width: 20%;
    height: 20%;
}

.hover-area-14 {
    bottom: 15%;
    left: 27%;
    width: 20%;
    height: 20%;
}

.hover-area-15 {
    bottom: 15%;
    left: 49%;
    width: 20%;
    height: 20%;
}

.hover-area-16 {
    bottom: 15%;
    right: 5%;
    width: 20%;
    height: 20%;
}

/* Project Previews */
.project-previews {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.project-preview {
    position: absolute;
    width: 300px;
    height: 200px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    z-index: 100;
    top: 0;
    left: 0;
    pointer-events: none;
}

.project-preview.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0s, transform 0.2s ease-out;
}

.project-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: none;
}

/* About Section */
.about {
    padding: 8rem 2rem;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: #0C0C0C;
    margin-top: 100vh;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-text {
    margin-bottom: 2rem;
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 754px;
}

.highlight {
    color: #C76135;
    font-weight: bold;
}

/* Projects Section */
.projects {
    position: relative;
    z-index: 10;
    background-color: #0C0C0C;
}

.project {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

/* Project Preview Box - Center positioned with parallax */
.project-preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 370px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    z-index: 50;
    pointer-events: none;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.preview-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.preview-box-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.preview-box-inner .current-preview {
    opacity: 1;
    transform: scale(1) translateZ(0);
    z-index: 2;
}

.preview-box-inner .next-preview {
    opacity: 0;
    transform: scale(1.2) translateY(20px) translateZ(0);
    z-index: 1;
}

.preview-box-inner .current-preview.fade-out {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) translateZ(0);
}

.preview-box-inner .next-preview.fade-in {
    opacity: 1;
    transform: scale(1) translateY(0) translateZ(0);
}

.project:nth-child(1) {
    z-index: 11;
}

.project:nth-child(2) {
    z-index: 12;
}

.project:nth-child(3) {
    z-index: 13;
}

.project:nth-child(4) {
    z-index: 14;
}

.project-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
    top: 40%;
}

.project-title {
    text-transform: capitalize;
    letter-spacing: 0.05em;
    color: #FFF;
    font-family: Lexend;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.project-description {
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 224px;
}

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

.project-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.project-images-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.porsche-logo img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Mobile-First Responsive Design */
@media (max-width: 1024px) {
    .nav-container {
        padding: 0 1.5rem;
    }

    .nav-menus-wrapper {
        position: static;
        transform: none;
        flex-direction: column;
        gap: 1rem;
    }

    .nav-menu {
        gap: 1.5rem;
        padding: 15px;
    }

    .hero-title {
        font-size: clamp(4rem, 10vw, 120px);
        margin-top: 150px;
    }

    .intro-text {
        font-size: 18px;
        margin-top: 180px;
        max-width: 600px;
    }

    .project-title {
        font-size: clamp(3rem, 8vw, 80px);
    }

    .project-description {
        font-size: 18px;
        width: 200px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .header {
        position: relative;
        padding: 1rem 0;
    }

    .nav-container {
        padding: 0 1rem;
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .nav-menus-wrapper {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-menu {
        gap: 0.5rem;
        padding: 8px 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .contact-menu {
        padding: 8px 10px;
        width: 100%;
        justify-content: center;
    }

    .nav-link {
        font-size: 12px;
        padding: 0.3rem 0.5rem;
    }

    .logo {
        font-size: 16px;
        text-align: center;
        display: block;
        padding: 0.5rem 0;
        margin: 0 auto;
    }

    /* Hero Section Mobile */
    .hero {
        position: relative;
        top: auto;
        height: auto;
        min-height: 100%;
        padding: 0rem 1rem;
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-content {
        padding: 0 1rem;
        width: 100%;
    }

    .hero-title {
        font-size: clamp(2rem, 12vw, 3.5rem);
        margin-top: 0;
        line-height: 1.1;
    }

    .intro-text {
        font-size: 14px;
        margin-top: 1.5rem;
        max-width: 100%;
        padding: 0;
        line-height: 1.6;
    }

    /* Hide hover areas on mobile */
    .hero-hover-areas,
    .project-previews {
        display: none;
    }

    /* About Section Mobile */
    .about {
        padding: 3rem 1rem;
        margin-top: 0;
    }

    .about-text {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Projects Section Mobile */
    .project {
        position: static;
        height: auto;
        min-height: auto;
        padding: 3rem 1rem;
    }

    .project-content {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        gap: 1.5rem;
        text-decoration: none;
    }

    .project-text {
        position: static;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        padding: 0;
        width: 100%;
    }

    .project-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        line-height: 1.1;
        width: 100%;
    }

    .project-description {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        line-height: 1.5;
    }

    .project-image {
        padding: 0;
        width: 100%;
    }

    .project-image img {
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Continue Exploring Mobile */
    .continue-exploring {
        padding: 4rem 1rem;
    }

    .continue-title {
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .view-projects-btn {
        padding: 0.8rem 1.5rem;
        font-size: 14px;
    }

    /* Activities Section Mobile */
    .more-activities {
        padding: 4rem 1rem;
    }

    .activities-text {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .activities-title {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .activities-description {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .stalk-btn {
        align-self: center;
        padding: 0.8rem 1.5rem;
        font-size: 14px;
    }

    .activities-gallery {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 250px);
        gap: 1rem;
    }

    .gallery-item.large:first-child,
    .gallery-item.small:nth-child(2),
    .gallery-item.small:nth-child(3),
    .gallery-item.large:last-child {
        grid-column: 1;
        grid-row: auto;
    }

    /* Skills Section Mobile */
    .skills {
        padding: 4rem 1rem;
    }

    .skills-title {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .skills-marquee {
        padding-block: 2rem;
    }

    .skill-tag {
        padding: 0.8rem 2rem;
        width: 140px;
        font-size: 14px;
    }

    /* Companies Section Mobile */
    .companies {
        padding: 4rem 1rem;
    }

    .companies-title {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .companies-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .company-logo {
        padding: 1.5rem;
    }

    .company-logo img {
        max-width: 300px;
    }

    /* Footer Mobile */
    .footer {
        padding: 3rem 1rem 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-logo {
        font-size: 32px;
    }

    .footer-description {
        max-width: 100%;
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 14px;
    }

    .footer-right {
        justify-content: center;
        gap: 3rem;
    }

    .footer-heading {
        font-size: 20px;
    }

    .footer-link {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 1rem 0;
    }

    .logo {
        font-size: 18px;
    }

    .nav-menu {
        gap: 0.5rem;
        padding: 10px 12px;
    }

    .contact-menu {
        padding: 10px 12px;
    }

    .nav-link {
        font-size: 12px;
    }

    /* Hero Section Small Mobile */
    .hero-title {
        font-size: clamp(2.5rem, 15vw, 70px);
        margin-top: 100px;
    }

    .intro-text {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.5;
    }

    /* Projects Small Mobile */
    .project {
        min-height: 100%;
        padding: 1rem;
    }

    .project-content {
        gap: 1.5rem;
    }

    .project-title {
        font-size: 24px;
    }

    .projects {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .project-description {
        font-size: 14px;
        max-width: 100%;
    }

    /* About Small Mobile */
    .about {
        padding: 3rem 1rem;
    }

    .about-text {
        font-size: 16px;
    }

    /* Activities Small Mobile */
    .more-activities {
        padding: 3rem 1rem;
    }

    .activities-title {
        font-size: 20px;
    }

    .activities-description {
        font-size: 14px;
    }

    .activities-gallery {
        grid-template-rows: repeat(4, 200px);
    }

    /* Skills Small Mobile */
    .skills {
        padding: 3rem 1rem;
    }

    .skills-title {
        font-size: 20px;
    }

    .skill-tag {
        padding: 0.6rem 1.5rem;
        width: 120px;
        font-size: 12px;
    }

    /* Companies Small Mobile */
    .companies {
        padding: 3rem 1rem;
    }

    .companies-title {
        font-size: 20px;
    }

    .company-logo {
        padding: 1rem;
    }

    .company-logo img {
        max-width: 250px;
    }

    /* Footer Small Mobile */
    .footer {
        padding: 2rem 1rem 1.5rem;
    }

    .footer-logo {
        font-size: 28px;
    }

    .footer-right {
        gap: 2rem;
    }

    .footer-heading {
        font-size: 18px;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #C76135;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #e55a2b;
}

/* Continue Exploring Section */
.continue-exploring {
    padding: 6rem 2rem;
    text-align: center;
    background-color: #0C0C0C;
    position: relative;
    z-index: 10;
}

.continue-content {
    max-width: 800px;
    margin: 0 auto;
}

.continue-title {
    margin-bottom: 3rem;
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.view-projects-btn {
    padding: 1rem 2rem;
    border-radius: 10px;
    background: #212021;
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-decoration: unset;
    text-align: center;
}

.view-projects-btn:hover {
    background-color: #C76135;
}

/* More Activities Section */
.more-activities {
    padding: 6rem 2rem;
    background-color: #0C0C0C;
    position: relative;
    z-index: 10;
}

.activities-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activities-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activities-title {
    margin-bottom: 1.5rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.activities-description {
    margin-bottom: 2rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.stalk-btn {
    padding: 1rem 2rem;
    transition: background-color 0.3s ease;
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-decoration: underline;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #231F20;
    background: #212021;
}

.stalk-btn:hover {
    background-color: #C76135;
}

.activities-gallery {
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: 550px;
}

.gallery-item {
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item.large:first-child {
    grid-column: 1 / 3;
    grid-row: 1;
}

.gallery-item.small:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.gallery-item.small:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.gallery-item.large:last-child {
    grid-column: 3;
    grid-row: 1 / 3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Skills Section */
.skills {
    padding: 6rem 2rem;
    background-color: #0C0C0C;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.skills-content {
    max-width: 1440px;
    margin: 0 auto;
}

.skills-title {
    margin-bottom: 3rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.skills-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-radius: 20px;
    background: #181717;
    padding-block: 3rem;
}

.skills-tags {
    display: inline-flex;
    gap: 1rem;
    animation: marquee 25s linear infinite;
}

.skill-tag {
    padding: 1rem 5rem;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    background: #C76135;
    display: flex;
    width: 160px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.skill-tag:hover {
    background-color: #a54d2a;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Companies Section */
.companies {
    padding: 6rem 2rem;
    background-color: #0C0C0C;
    position: relative;
    z-index: 10;
}

.companies-content {
    max-width: 1440px;
    margin: 0 auto;
}

.companies-title {
    margin-bottom: 3rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.companies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.company-logo {
    border-radius: 20px;
    background: #181717;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    transition: transform .2s;
    /* Animation */
}

.company-logo:hover img {
    transform: scale(0.9);
}

.company-logo img {
    max-width: 475px;
    max-height: max-content;
    transition: transform 0.3s ease;
}

/* Footer */
.footer {
    padding: 3rem 2rem 3rem;
    border-top: 0.2px solid #F1E9E6;
    background: #212021;
    position: relative;
    z-index: 10;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.footer-logo {
    margin-bottom: 1.5rem;
    color: #C76135;
    font-family: Droog;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.footer-description {
    margin-bottom: 2rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    max-width: 370px;
}

.footer-copyright {
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.footer-right {
    display: flex;
    gap: 3rem;
}

.footer-heading {
    margin-bottom: 1rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-link {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.footer-link:hover {
    color: #C76135;
}

/* Projects Page Styles */
.projects-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0C0C0C;
    padding: 0 2rem;
}

.projects-hero-content {
    max-width: 1200px;
    margin: 0 auto;
}

.projects-hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.projects-hero-prefix,
.projects-hero-suffix {
    color: #F1E9E6;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.projects-hero-title {
    color: #FFF;
    font-family: Lexend;
    font-size: 150px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.projects-hero-subtitle {
    max-width: 754px;
    margin: 0 auto;
    color: #F1E9E6;
    text-align: center;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-top: 150px;
}

/* Projects Grid */
.projects-grid {
    background-color: #0C0C0C;
    padding: 4rem 2rem;
    min-height: 100vh;
}

.projects-grid-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 9rem;
}

.project-card {
    background-color: #0C0C0C;
    overflow: hidden;
    transition: transform 0.3s ease;
}

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

.project-card-image {
    width: 100%;
}

.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.project-card-title {
    margin-bottom: 1.5rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project-card-meta {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.project-card-info {
    flex: 1;
}

.project-card-type,
.project-card-role,
.project-card-date {
    margin-bottom: 0.5rem;
    color: #FFF;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.project-card-description {
    flex: 1;
}

.project-card-description p {
    color: #878787;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

/* Responsive Design for Projects Page */
@media (max-width: 1024px) {
    .projects-hero-title {
        font-size: 80px;
    }

    .projects-hero-prefix,
    .projects-hero-suffix {
        font-size: 32px;
    }

    .projects-grid-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .project-card-meta {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .projects-hero {
        height: 80vh;
        padding: 0 1rem;
    }

    .projects-hero-text {
        flex-direction: column;
        gap: 1rem;
    }

    .projects-hero-title {
        font-size: 60px;
    }

    .projects-hero-prefix,
    .projects-hero-suffix {
        font-size: 24px;
    }

    .projects-hero-subtitle {
        font-size: 16px;
        max-width: 90%;
    }

    .projects-grid {
        padding: 2rem 1rem;
    }

    .project-card-image {
        height: 250px;
    }

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

    .project-card-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .projects-hero-title {
        font-size: 48px;
    }

    .projects-hero-prefix,
    .projects-hero-suffix {
        font-size: 20px;
    }

    .project-card-image {
        height: 200px;
    }

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

    .project-card-title {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .project-card-type,
    .project-card-role,
    .project-card-date {
        font-size: 12px;
    }

    .project-card-description p {
        font-size: 14px;
    }
}

/* Resume Page Styles */
.resume-main {
    background-color: #0C0C0C;
    min-height: 100vh;
    padding: 8rem 2rem 4rem;
}

.resume-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    gap: 4rem;
}

.firstSection {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20rem;
}

.resume-left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.resume-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    height: fit-content;
}

/* Resume Sections */
.resume-section {
    margin-bottom: 2rem;
}

.resume-section-title {
    color: #fff;
    margin-bottom: 2rem;
    font-family: Lexend;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.resume-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #333;
}

.resume-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.resume-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.resume-item-title {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.resume-item-subtitle {
    color: #F1E9E6;
    margin-bottom: 0.25rem;
    font-family: Lexend;
    font-weight: 200;
    font-size: 16px;
}

.resume-item-date {
    color: #F1E9E6;
    opacity: 0.6;
    font-family: Lexend;
    font-weight: 200;
    font-size: 16px;
}

.resume-expand-btn {
    background: none;
    border: none;
    color: #F1E9E6;
    font-size: 18px;
    cursor: pointer;
    padding: 0.5rem;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.resume-expand-btn:hover {
    opacity: 1;
}

/* Accordion Content Styles */
.resume-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 0;
}

.resume-item-content.expanded {
    max-height: 500px;
    padding: 1rem 0 0 0;
}

.resume-item-description {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.resume-item-achievements {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resume-item-achievements li {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    opacity: 0.8;
}

.resume-item-achievements li:before {
    content: '•';
    color: #C76135;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.resume-expand-btn.expanded {
    transform: rotate(90deg);
    color: #C76135;
}

.resume-expand-btn {
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Profile Section */
.resume-profile {
    text-align: center;
    width: 556px;
    height: 358px;
    border-radius: 20px;
}

.resume-profile-img {
    width: 100%;
    max-width: 100%;
}


/* Tool Kit Section */
.resume-toolkit {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 2rem;
    overflow: hidden;
    height: 400px;
}

.toolkit-marquee {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.toolkit-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: marqueeVertical 15s linear infinite;
}

.toolkit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #2a2a2a;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.toolkit-item:hover {
    background: #333;
}

.toolkit-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.toolkit-name {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
}

@keyframes marqueeVertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Download Resume Section */
.resume-download {
    text-align: center;
    padding: 2rem;
    background: #1a1a1a;
    border-radius: 12px;
    margin-top: 2rem;
}

.resume-download-preview {
    margin-bottom: 1.5rem;
}

.resume-preview-img {
    width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.resume-download-btn {
    background: #C76135;
    color: #F1E9E6;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.resume-download-btn:hover {
    background: #a54d2a;
}

/* Responsive Design for Resume Page */
@media (max-width: 1024px) {
    .resume-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .resume-right {
        position: static;
        order: -1;
    }

    .resume-profile-img {
        width: 150px;
        height: 180px;
    }

    .toolkit-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .resume-main {
        padding: 6rem 1rem 2rem;
    }

    .company-logo img {
        max-width: 100%;
        max-height: 100%;
    }

    .project-card-info {
        flex: 1;
        width: 100%;
    }

    .resume-container {
        gap: 2rem;
    }

    .resume-left {
        gap: 2rem;
    }

    .resume-section-title {
        font-size: 20px;
    }

    .resume-item-title {
        font-size: 16px;
    }

    .resume-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .resume-expand-btn {
        align-self: flex-end;
    }

    .resume-profile {
        padding: 1.5rem;
    }

    .resume-profile-img {
        width: 120px;
        height: 150px;
    }

    .toolkit-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .toolkit-item {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .toolkit-icon {
        width: 24px;
        height: 24px;
    }

    .toolkit-name {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .resume-main {
        padding: 5rem 1rem 2rem;
    }

    .resume-section-title {
        font-size: 18px;
        margin-bottom: 1.5rem;
    }

    .resume-item {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }

    .resume-item-title {
        font-size: 14px;
    }

    .resume-item-subtitle {
        font-size: 12px;
    }

    .resume-item-date {
        font-size: 11px;
    }

    .resume-profile {
        padding: 1rem;
    }

    .resume-profile-img {
        width: 100px;
        height: 120px;
    }

    .toolkit-grid {
        grid-template-columns: 1fr;
    }

    .resume-preview-img {
        width: 120px;
    }

    .resume-download-btn {
        padding: 0.5rem 1rem;
        font-size: 12px;
    }
}

/* About Me Page Styles */
.about-main {
    background-color: #0C0C0C;
    min-height: 100vh;
}

/* About Hero Section */
.about-hero {
    background-color: #0C0C0C;
    padding: 8rem 2rem 4rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-hero-container {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-profile-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.about-hero-content {
    display: flex;
    align-items: center;
}

.about-hero-text {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    max-width: 500px;
}

/* Story Section */
.about-story {
    background-color: #F5F5F5;
    padding: 6rem 2rem;
    min-height: 200vh;
}

.story-container {
    max-width: 1440px;
    margin: 0 auto;
}

.story-title {
    color: #0C0C0C;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 4rem;
}

.story-timeline {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
}

.story-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    min-height: 300px;
}

.story-images-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}

.polaroid-image {
    width: 200px;
    height: 160px;
    background: white;
    padding: 15px 15px 40px 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    position: relative;
}

.polaroid-image:nth-child(1) {
    margin-left: 0;
}

.polaroid-image:nth-child(2) {
    margin-left: 100px;
    margin-top: -50px;
}

.polaroid-image:nth-child(3) {
    margin-left: 50px;
    margin-top: -30px;
}

.polaroid-image.rotated-left {
    transform: rotate(-8deg);
}

.project-row .slick-slide {
    margin: 0 10px;
    width: calc(50% - 20px);
}


.polaroid-image.rotated-right {
    transform: rotate(8deg);
}

.polaroid-image:hover {
    transform: scale(1.05) rotate(-8deg);
    z-index: 10;
}

.polaroid-image.rotated-right:hover {
    transform: scale(1.05) rotate(8deg);
}

.polaroid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-text-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
}

.story-text-right h3 {
    color: #0C0C0C;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.story-text-right p {
    color: #333;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

/* Contact Section */
.about-contact {
    background-color: #0C0C0C;
    padding: 6rem 2rem;
    text-align: center;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-title {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
}

.contact-subtitle {
    color: #F1E9E6;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    opacity: 0.8;
}

.contact-btn {
    background: #C76135;
    color: #F1E9E6;
    border: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.contact-btn:hover {
    background: #a54d2a;
    transform: translateY(-2px);
}

/* Toggle Icon Styles */
.toggle-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Responsive Design for About Me Page */
@media (max-width: 1024px) {
    .about-hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .story-block {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .story-images-left {
        order: 2;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .story-text-right {
        order: 1;
        text-align: center;
    }

    .polaroid-image:nth-child(2) {
        margin-left: 20px;
        margin-top: 0;
    }

    .polaroid-image:nth-child(3) {
        margin-left: 10px;
        margin-top: 0;
    }
}

@media screen and (max-width:992px) {
    .menu-collapse-box.open {
        position: absolute;
        display: block;
        top: 70px;
        background-color: #393939;
        width: 100%;
        left: 0px;
        padding-inline: 15px;
        padding-block: 15px;
    }

    header .container {
        position: relative;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 6rem 1rem 3rem;
    }

    .about-hero-text {
        font-size: 18px;
    }

    .about-story {
        padding: 4rem 1rem;
    }

    .story-title {
        font-size: 28px;
        margin-bottom: 3rem;
    }

    .story-timeline {
        gap: 3rem;
    }

    .story-images-left {
        gap: 1.5rem;
    }

    .polaroid-image {
        width: 150px;
        height: 120px;
        padding: 10px 10px 30px 10px;
    }

    .polaroid-image:nth-child(2) {
        margin-left: 10px;
        margin-top: 0;
    }

    .polaroid-image:nth-child(3) {
        margin-left: 5px;
        margin-top: 0;
    }

    .story-text-right h3 {
        font-size: 18px;
    }

    .story-text-right p {
        font-size: 14px;
    }

    .about-contact {
        padding: 4rem 1rem;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 5rem 1rem 2rem;
    }

    .about-hero-text {
        font-size: 16px;
    }

    .hero-profile-img {
        max-width: 300px;
    }

    .about-story {
        padding: 3rem 1rem;
    }

    .story-title {
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .polaroid-image {
        width: 120px;
        height: 100px;
        padding: 8px 8px 25px 8px;
    }

    .story-text-right h3 {
        font-size: 16px;
    }

    .story-text-right p {
        font-size: 13px;
    }

    .about-contact {
        padding: 3rem 1rem;
    }

    .contact-title {
        font-size: 24px;
    }

    .contact-subtitle {
        font-size: 14px;
    }

    .contact-btn {
        padding: 0.8rem 1.5rem;
        font-size: 14px;
    }
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .continue-exploring {
        padding: 4rem 1rem;
    }

    .continue-title {
        font-size: 1.5rem;
    }

    .more-activities {
        padding: 4rem 1rem;
    }

    .activities-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .activities-title {
        font-size: 1.5rem;
    }

    .activities-description {
        margin-bottom: 0rem;
        font-size: 18px;
    }

    .activities-gallery {
        height: 300px;
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }

    .gallery-item.large:first-child {
        grid-row: 1 / 2;
    }

    .gallery-item.large:last-child {
        grid-column: 1;
        grid-row: 4 / 5;
    }

    .skills {
        padding: 4rem 1rem;
    }

    .skills-title {
        font-size: 2rem;
    }

    .companies {
        padding: 4rem 1rem;
    }

    .companies-title {
        font-size: 1.5rem;
    }

    .companies-grid {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 3rem 1rem 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-right {
        gap: 2rem;
    }
}