
@media (max-width: 400px) {
    .main-footer {
        background-image: url('img/iPhone SE - 1.svg') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

@media (max-width: 400px) {
    .new-main-title {
        font-size: 1.7rem !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        text-align: center !important;
        letter-spacing: -0.01em !important;
        margin: 0 auto 10px auto !important;
        padding: 0 !important;
        word-break: normal !important;
        display: block !important;
        width: fit-content !important;
        max-width: 100vw !important;
    }
    .new-main-title .title-line-1,
    .new-main-title .title-line-2,
    .new-main-title .title-line-3 {
        display: block !important;
        font-size: 1.7rem !important;
        line-height: 1.15 !important;
        font-weight: 700 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        word-break: normal !important;
        text-align: center !important;
        width: 100% !important;
    }
    .new-main-title .title-line-2 {
        color: #23c8ff !important;
    }
}

@media (max-width: 1200px) {
    .tech-stack-header {
        flex-direction: column;
        align-items: center;
        padding: 0 2vw;
        gap: 18px;
        width: 100%;
        max-width: 100vw;
    }
    .new-main-title {
        font-size: 7vw;
        text-align: center;
        max-width: 100%;
    }
    .new-subtitle, .new-subtitle-2 {
        font-size: 1.1rem;
        text-align: center;
        max-width: 100%;
    }
    .tech-stack-section {
        padding: 40px 0 20px 0;
        min-height: 60vh;
    }
}

@media (max-width: 900px) {
    .tech-stack-header {
        padding: 0 2vw;
        gap: 10px;
    }
    .new-main-title {
        font-size: 9vw;
    }
    .tech-stack-section {
        padding: 30px 0 10px 0;
    }
    .tech-stack-wrapper {
        width: 90vw;
        height: 260px;
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        justify-content: flex-start;
        align-items: center;
        top: unset;
        left: unset;
        transform: none;
    }
    .stack-item {
        position: static;
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin: 0 6px;
        flex: 0 0 auto;
        transform: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .stack-item img {
        max-width: 38px;
        max-height: 38px;
    }
}

@media (max-width: 600px) {
    .tech-stack-header {
        padding: 0 2vw;
        gap: 6px;
    }
    .new-main-title {
        font-size: 7vw;
    }
    .tech-stack-section {
        padding: 18px 0 4px 0;
    }
    .tech-stack-wrapper {
        width: 98vw;
        height: 120px;
        gap: 6px;
    }
    .stack-item {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        border-radius: 8px;
        margin: 0 2px;
    }
    .stack-item img {
        max-width: 22px;
        max-height: 22px;
    }
}

@media (max-width: 400px) {
    .tech-stack-header {
        padding: 0 1vw;
        gap: 2px;
    }
    .new-main-title {
        font-size: 5vw;
    }
    .tech-stack-section {
        padding: 8px 0 2px 0;
    }
    .tech-stack-wrapper {
        width: 99vw;
        height: 80px;
        gap: 2px;
    }
    .stack-item {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        border-radius: 5px;
        margin: 0 1px;
    }
    .stack-item img {
        max-width: 14px;
        max-height: 14px;
    }
}
@media (max-width: 1024px) {
    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    .background-wrapper {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .tech-stack-wrapper {
        max-width: 100vw;
        width: 100vw;
        overflow-x: auto;
        box-sizing: border-box;
    }

    .stack-item {
        margin: 0;
    }
}

html,
body,
.background-wrapper,
.tech-stack-wrapper {
    box-sizing: border-box;
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    .background-wrapper {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .tech-stack-wrapper {
        max-width: 100vw;
        width: 100vw;
        overflow-x: auto;
        box-sizing: border-box;
    }

    .stack-item {
        margin: 0;
    }
}

:root {
    --white: #ffffff;
    --gray-light: #f0f0f0;
    --dark-overlay: rgba(0, 0, 0, 0.4);
    --glass-background: rgba(255, 255, 255, 0.1);
    --overlay-opacity: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #000000;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Google Sans", "Google Sans Text", "Google Symbols", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--white);
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    z-index: 1;
}

body::-webkit-scrollbar {
    display: none;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.content-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.content-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.content-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, calc(1 + var(--overlay-opacity) * 0.8)));
    z-index: 0;
    pointer-events: none;
}

.header {
    position: fixed;
    top: 20px;
    width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9998;
}

.nav-logo img {
    height: 50px;
    width: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-logo:hover {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.1);
}

.icons a,
.menu-button {
    margin-left: 15px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    line-height: 0;

}




.icons img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icons img:hover {
    opacity: 1;

}

.header .showcase-link {
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    opacity: 0.8 !important;
    transition: opacity 0.3s !important;
    margin-right: 10px !important;
    margin-left: 70rem !important;
}

.header .showcase-link:hover {
    opacity: 1 !important;
    text-decoration: none !important;
}

.hero-content {
    padding: 0 20px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.title {
    font-family: "Google Sans", sans-serif;
    font-size: 20vw;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    white-space: nowrap;
    line-height: 0.8;

    background: url("https://storage.googleapis.com/pinhole-about-assets-prod-asia/RNDR_TunnelVidoes_stretched_005_1440x1080.mp4");

    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    filter: none;
}

.title::selection {
    color: #23c8ff;
    /* background: rgba(49, 49, 49, 0.2);  */

}

.tagline {
    font-family: "Google Sans", "Google Sans Text", "Google Symbols", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.tagline::selection {
    color: #23c8ff;

}

.hero-2 {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-2 .text {
    color: #eaeaea;
    font-size: 0.85rem;
    font-family: 'Google Sans Text', sans-serif;
    text-align: center;
    font-weight: 400;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    opacity: 0.7;
    margin-top: 0.9px;
}

.hero-2::selection {
    color: #23c8ff;

}


.cta-button {
    background-color: var(--glass-background);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    color: var(--white);
    padding: 10px 30px;
    font-size: 0.9rem;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-button::selection {
    color: #23c8ff;

}

.mail-button {
    background-color: var(--glass-background);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    color: var(--white);
    padding: 10px 30px;
    font-size: 0.9rem;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.mail-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.mail-button::selection {
    color: #23c8ff;

}


.menu-panel {
    position: fixed;
    top: 65px;
    right: 30px;
    width: 200px;
    background-color: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    z-index: 10000;
    opacity: 0;
    transform: translateX(10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-panel.is-open {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.menu-item {
    padding: 10px 15px;
    color: var(--white);
    font-family: 'Google Sans Text', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .menu-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;

} */

.menu-item .icon {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
}

.menu-divider {
    border: none;
    margin: 5px 0;
}

.menu-item .icon-material-symbols-rounded {
    opacity: 0.5;
}

.menu-item .icon-material-symbols-rounded:hover {
    opacity: 1;
}

.menu-text {
    text-decoration: none;
    opacity: 0.5;
}

.menu-text:hover {
    opacity: 1;
}


@media (max-width: 768px) {
    .menu-panel {
        top: 15px;
        right: 15px;
        width: 300px;
    }
}


.footer-links {
    position: absolute;
    bottom: 30px;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    margin: 0 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-links span {
    opacity: 0.6;
}


.hero-content-section {
    position: relative;
    width: 100vw;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(90deg, #000000 0%, #000000 50%, #000000 100%);
    z-index: 2;
}

.hero-content-2 {
    max-width: 1000px;
    text-align: center;
    z-index: 3;
    margin-top: 0.9px;
}

.section-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: #b6b6b6;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.section-title::selection {
    color: #23c8ff;

}

.section-text {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 0.9rem;
    color: #b6b6b6;
    opacity: 0.9;
    line-height: 1.3;
    font-weight: 100;
    letter-spacing: 0.007em;
    max-width: 700px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* --- Responsive tweaks for hero-content-section --- */
    .hero-content-section {
        padding: 80px 20px;
    }

    .hero-content-2 {
        padding: 0 20px;
    }

    @media (max-width: 1200px) {
        .hero-content-section {
            padding: 70px 24px;
            min-height: 60vh;
        }

        .section-title {
            font-size: 2.4rem;
        }

        .section-text {
            font-size: 1.05rem;
            max-width: 720px;
        }
    }

    @media (max-width: 768px) {
        .hero-content-section {
            padding: 60px 18px;
            min-height: auto;
        }

        .hero-content-2 {
            max-width: 80%;
        }

        .section-title {
            font-size: 1.8rem;
            line-height: 1.15;
            margin-bottom: 18px;
        }

        .section-text {
            font-size: 0.1px;
            line-height: 1.5;
        }
    }

    @media (max-width: 420px) {
        .section-title {
            font-size: 1rem;
        }

        .section-text {
            font-size: 0.5rem;
            max-width: 100%;
        }
    }
}


.portfolio-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #000;
    z-index: 1;
    overflow: hidden;
}

#portfolio-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.4) 25%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.6) 75%,
            rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.portfolio-content {
    position: relative;
    max-width: 1000px;
    text-align: center;
    z-index: 3;
}

.portfolio-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.portfolio-subtitle {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.2rem;
    color: #d0d0d0;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.005em;
    opacity: 0.9;
}


@media (max-width: 768px) {
    .title {
        font-size: 18vw;
        letter-spacing: 0;
        line-height: 1;
    }

    .tagline {
        font-size: 0.9rem;
    }

    .header {
        padding: 0 15px;
    }

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

    .section-text {
        font-size: 0.95rem;
    }

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

    .portfolio-subtitle {
        font-size: 1rem;
    }
}





/* upar mt chedo all good */





.featured-works-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #000;
    z-index: 1;
    overflow: hidden;
}

#featured-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.featured-works-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.4) 25%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.6) 75%,
            rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.featured-content {
    position: relative;
    max-width: 1000px;
    text-align: center;
    z-index: 3;
}

.featured-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.featured-subtitle {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.2rem;
    color: #d0d0d0;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.005em;
    opacity: 0.9;
}


@media (max-width: 768px) {
    .title {
        font-size: 18vw;
        letter-spacing: 0;
        line-height: 1;
    }

    .tagline {
        font-size: 0.9rem;
    }

    .header {
        padding: 0 15px;
    }

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

    .section-text {
        font-size: 0.95rem;
    }

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

    .featured-subtitle {
        font-size: 1rem;
    }
}

.empathy-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #000;
    z-index: 1;
    overflow: hidden;

}

#empathy-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.empathy-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.4) 25%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.6) 75%,
            rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.empathy-content {
    position: relative;
    max-width: 1000px;
    text-align: center;
    z-index: 3;
}

.empathy-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.empathy-title::selection {
    color: #23c8ff;

}

.empathy-subtitle {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.2rem;
    color: #d0d0d0;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.005em;
    opacity: 0.9;
}

.empathy-subtitle::selection {
    color: #23c8ff;

}

@media (max-width: 768px) {
    .title {
        font-size: 18vw;
        letter-spacing: 0;
        line-height: 1;
    }

    .tagline {
        font-size: 0.9rem;
    }

    .header {
        padding: 0 15px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-text {
        font-size: 0.8rem;
    }

    .empathy-title {
        font-size: 1.9rem;
    }

    .empathy-subtitle {
        font-size: 0.8rem;
    }
}




/* upar mt chedo all good  */


.poster-showcase {
    background-color: #000000;
    padding: 80px 0;
    color: var(--white);
    overflow: hidden;
    margin-top: 8rem;
}

.showcase-header {
    text-align: center;
    padding-bottom: 40px;
}

.showcase-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.showcase-title::selection {
    color: #23c8ff;
}

.showcase-subtitle {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.1rem;
    opacity: 0.7;
}

.showcase-subtitle::selection {
    color: #23c8ff;
}

@media (max-width: 768px) {
    .showcase-title {
        font-size: 1.75rem;
    }

    .showcase-subtitle {
        font-size: 0.8rem;
    }
}

.scroll-container {
    display: flex;
    overflow-x: scroll;
    padding: 20px 50px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 5rem;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.poster-card {
    flex-shrink: 0;
    width: 320px;
    height: 550px;
    margin-right: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    scroll-snap-align: center;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.poster-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.poster-image-wrapper {
    width: 90%;
    height: 80%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: transform 0.1s;
}

.poster-label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--white);

}

/* upar mt chedo all good */



:root {
    --white: #ffffff;
    --gray-light: #f0f0f0;
    --glass-background: rgba(255, 255, 255, 0.1);
    --player-height: 80px;
    --player-glow: rgba(0, 255, 255, 0.8);
}

.music-player-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    z-index: 9999;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.music-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--player-height);
    padding: 0 40px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 50%,
            rgba(0, 0, 0, 1) 100%);
    background-color: transparent;
    opacity: 0;
    transform: translateY(var(--player-height));
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    pointer-events: none;
    z-index: 9999;
}

.music-player-container.is-open .music-player {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.player-content-wrapper {
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.track-info-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    max-width: 400px;
}

.album-art-box {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border: none;
}

.album-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.track-details {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.track-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 2px;
}

.track-artist {
    font-size: 0.75rem;
    opacity: 0.6;
    color: var(--gray-light);
    line-height: 1.1;
}

.controls-section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.controls-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.control-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s, opacity 0.2s;
}

.control-btn img {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.control-btn:hover img {
    opacity: 1;
}

.play-pause-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-pause-btn img {
    width: 25px;
    height: 25px;
    filter: drop-shadow(0 0 5px var(--player-glow));
    opacity: 1;
}

.shuffle-btn img,
.loop-btn img {
    filter: drop-shadow(0 0 3px var(--player-glow));
}

.control-btn.active img {
    opacity: 1;
    filter: drop-shadow(0 0 12px var(--player-glow));
}

.progress-section {
    position: absolute;
    bottom: 0.8px;
    left: 0;
    width: 100%;
    height: 3px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
}

.progress-section span {
    display: none;
}

#progress-bar {
    width: 100%;
    height: 3px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
}

#progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 5px var(--player-glow);
}

#progress-bar::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 5px var(--player-glow);
    border: none;
}

.player-toggle-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--glass-background);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    pointer-events: auto;
    transition: transform 0.3s;
}

.player-toggle-button img {
    width: 24px;
    height: 24px;
}

.player-toggle-button:hover {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .music-player {
        padding: 0 20px;
    }

    .controls-buttons {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    :root {
        --player-height: 60px;
    }

    .music-player {
        height: var(--player-height);
        padding: 0 15px;
    }

    .controls-section {
        position: static;
        transform: none;
        flex-grow: 1;
        justify-content: center;
    }

    .track-info-left {
        width: auto;
        max-width: none;
        flex-shrink: 1;
    }

    .album-art-box {
        width: 40px;
        height: 40px;
    }

    .track-title {
        font-size: 0.8rem;
    }

    .track-artist {
        font-size: 0.7rem;
    }

    .controls-buttons {
        gap: 15px;
    }

    .control-btn img {
        width: 18px;
        height: 18px;
    }

    .play-pause-btn img {
        width: 22px;
        height: 22px;
    }

    .progress-section {
        display: none;
    }

    .player-toggle-button {
        bottom: 12px;
        right: 12px;
    }
}


@media (max-width: 390px) {
    :root {
        --player-width: 95vw;
        --player-height: 55px;
    }

    .music-player {
        width: var(--player-width);
        height: var(--player-height);
        padding: 8px 12px;
        border-radius: 10px;
        bottom: 8px;
    }

    .player-content-wrapper {
        padding: 8px;
        gap: 6px;
        flex-direction: row;
        align-items: center;
    }

    .player-top-content {
        flex: 1;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        height: auto;
        padding: 0;
    }

    .album-art-box {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        flex-shrink: 0;
    }

    .track-info {
        flex-grow: 1;
        white-space: nowrap;
        min-width: 0;
    }

    .track-title {
        font-size: 0.75rem;
        margin-bottom: 1px;
    }

    .track-artist {
        font-size: 0.65rem;
        opacity: 0.6;
    }

    .progress-section {
        display: none;
    }

    .controls-section {
        padding: 0;
        margin: 0;
    }

    .controls-buttons {
        gap: 8px;
    }

    .control-btn {
        padding: 3px;
    }

    .control-btn img {
        width: 16px;
        height: 16px;
        opacity: 0.7;
    }

    .control-btn:hover img {
        opacity: 1;
    }

    .play-pause-btn {
        width: 30px;
        height: 30px;
    }

    .play-pause-btn img {
        width: 18px;
        height: 18px;
        opacity: 1;
    }

    .shuffle-btn img,
    .loop-btn img {
        display: none;
    }

    .player-toggle-button {
        width: 42px;
        height: 42px;
        bottom: 8px;
        right: 8px;
        z-index: 10001;
    }

    .player-toggle-button img {
        width: 20px;
        height: 20px;
    }
}





/* upar mt chedo all good */



.resume-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #000;
    z-index: 1;
    overflow: hidden;

}

.resume-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.4) 25%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.6) 75%,
            rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.resume-content {
    position: relative;
    max-width: 1000px;
    text-align: center;
    z-index: 3;
}

.resume-title {
    font-family: "Google Sans", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.resume-title::selection {
    color: #23c8ff;

}

.resume-subtitle {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1rem;
    color: #d0d0d0;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.005em;
    opacity: 0.9;
}

.resume-subtitle::selection {
    color: #23c8ff;

}

.secondary-text {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1rem;
    /* color: #b6b6b6; */
    opacity: 0.9;
    line-height: 1.3;
    font-weight: 100;
    letter-spacing: 0.007em;
    max-width: 700px;
    margin: 0 auto;
}

.secondary-text::selection {
    color: #23c8ff;

}

@media (max-width: 768px) {
    .secondary-text {
        font-size: 0.8rem;
    }

    .resume-title {
        font-size: 1.9rem;
    }

    .resume-subtitle {
        font-size: 0.8rem;
    }
}



/* upar mt chedo all good */




.tech-stack-section {

    min-height: 200vh;
    position: relative;
    width: 100vw;
    padding-top: 100px;
    background-color: #f7f7f7;
    color: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tech-stack-header {

    position: relative;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 20px;
    z-index: 10;


    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.new-main-title {

    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    font-size: 11vw;
    line-height: 0.85;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.title-line-1,
.title-line-2 .title-line-3 {
    display: block;
    letter-spacing: -0.04em;
}

.title-line-2 {
    color: #23c8ff;
}

.title-line-1::selection {
    color: #23c8ff;
}

.title-line-2::selection {
    color: #ffffff;
}

.title-line-3::selection {
    color: #23c8ff;
}


.tech-stack-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 0 50px;
}

.new-main-title {

    flex-basis: 60%;
    max-width: 60%;
}

.new-subtitle {

    flex-basis: 70%;
    max-width: 70%;

    font-family: 'Google Sans Text', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 20px;
    text-align: left;
}

.new-subtitle-2 {

    flex-basis: 70%;
    max-width: 70%;

    font-family: 'Google Sans Text', sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 500px;
    text-align: left;
}

.new-subtitle::selection {
    color: #575a5b;
}

.new-subtitle-2::selection {
    color: #23c8ff;
}


@media (max-width: 1024px) {
    .tech-stack-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .new-main-title,
    .new-subtitle {
        flex-basis: 100%;
        max-width: 100%;
    }

    .new-main-title {
        font-size: 15vw;
        margin-bottom: 20px;
    }

    .new-subtitle {
        margin-top: 10px;
        font-size: 1rem;
    }
}



.tech-stack-section {
    min-height: 70vh;
    position: relative;
    width: 110vw;
    padding-top: 100px;
    background-color: #000000;
    color: var(--white);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.tech-stack-header {
    text-align: center;
    margin-bottom: 80px;
    z-index: 10;
}

.tech-stack-header h2 {
    font-family: "Google Sans", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.tech-stack-header p {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.1rem;
    opacity: 0.7;
}


.tech-stack-wrapper {
    position: sticky;
    top: 50%;

    width: 600px;
    height: 600px;

    margin: -300px auto 0;

    transform-style: preserve-3d;
}

.stack-item {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 120px;
    height: 120px;
    border-radius: 25px;

    background-color: var(--glass-background);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    transform: translate(-50%, -50%);

    transition: transform 0.05s linear, opacity 0.3s;
}

.stack-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stack-item .label {
    position: absolute;
    bottom: 5px;
    font-size: 0.75rem;
    font-family: 'Google Sans Text', sans-serif;
    opacity: 0.6;
}


@media (max-width: 768px) {
    .tech-stack-wrapper {
        width: 350px;
        height: 350px;
        margin-top: -175px;
    }

    .stack-item {
        width: 80px;
        height: 80px;
    }
}


@media (max-width: 480px) {
    .tech-stack-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 8px;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .stack-item {
        flex: 0 0 auto;
        width: 44px;
        height: 44px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.04);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        margin: 0;
        overflow: hidden;
    }

    .stack-item img {
        max-width: 28px;
        max-height: 28px;
    }
}

/* --- Responsive Tech Stack Section --- */
@media (max-width: 1024px) {
    .tech-stack-header {
        padding: 0 24px;
        text-align: center;
    }

    .tech-stack-section {
        padding: 40px 0 20px 0;
    }

    .tech-stack-wrapper {
        gap: 18px;
    }

    .stack-item {
        width: 70px;
        height: 70px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .tech-stack-header {
        padding: 0 10px;
        text-align: center;
    }

    .tech-stack-section {
        padding: 30px 0 10px 0;
    }

    .tech-stack-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .stack-item {
        width: 56px;
        height: 56px;
        overflow: hidden;
    }

    .new-main-title {
        font-size: 2.2rem;
    }

    .new-subtitle,
    .new-subtitle-2 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .tech-stack-header {
        padding: 0 4vw;
        text-align: center;
    }

    .tech-stack-section {
        padding: 18px 0 4px 0;
    }

    .tech-stack-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .stack-item {
        width: 38px;
        height: 38px;
    }

    .new-main-title {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }

    .new-subtitle,
    .new-subtitle-2 {
        font-size: 0.85rem;
    }
}


/* upar mt chedo all good */


:root {

    --bar-color-1: #23c8ff;
    --bar-color-2: #ff4785;
    --dark-bg: #1e1e1e;
    --card-padding: 50px;
    --card-gap: 20px;
}

.design-expertise-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    background-color: #000000;
    padding: 0 5vw 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    background-image: url('img/experties-bg.svg');
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.split-container {
    position: relative;
    margin-top: 100px;
    width: 100%;
    max-width: 1400px;
    display: flex;
    gap: var(--card-gap);
    z-index: 5;
}

.design-card {
    flex: 1;
    min-height: 70vh;
    background-color: var(--dark-bg);
    border-radius: 20px;
    padding: var(--card-padding);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}


.design-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}


.card-label {
    font-size: 0.8rem;
    color: #a0a0a0;
    margin-bottom: 20px;
    opacity: 0.8;
}

.card-title {
    font-family: "Google Sans", sans-serif;
    font-size: 5vw;
    font-weight: 700;
    color: var(--white);
    line-height: 0.9;
    margin-bottom: 20px;
}

.card-title .title-main {
    display: block;
}

.card-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    color: #a0a0a0;
    margin-bottom: 30px;
    max-width: 80%;
}



.animated-text-group {
    position: absolute;
    bottom: var(--card-padding);
    left: var(--card-padding);
    opacity: 0;
    transition: opacity 0.3s ease;
}


.animated-text-group[data-animation="expertise"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: absolute;
    bottom: var(--card-padding);
    left: var(--card-padding);
    width: auto;
    z-index: 2;
}


.animated-line {
    font-size: 2.2vw;
    font-weight: 900;
    margin: 10px 0;
    color: var(--white);
    transform: translateX(-100%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.animated-line .icon-plus {
    color: var(--bar-color-1);
    margin-right: 15px;
}



.globe-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    z-index: 0;
    pointer-events: none;
}

.globe-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: transform 1s ease-out, filter 0.6s;
}

.expertise-label {
    position: static;
    background-color: var(--bar-color-2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.6s ease-out;
    margin: 0 0 0 0;
}


.product-design,
.no-code,
.branding,
.product-strategy {
    /* No absolute positioning, handled by flexbox */
    z-index: 1;
}


@media (max-width: 900px) {
    .split-container {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
    }

    .design-card {
        min-height: 400px;
        padding: 30px;
    }

    .card-title {
        font-size: 10vw;
    }

    .animated-line {
        font-size: 6vw;
    }
}


.main-footer {
    min-height: 65vh;
    background-color: #000000;
    color: var(--white);
    padding: 80px 5vw 40px;
    box-sizing: border-box;
    z-index: 100;
    background-image: url('img/footer.svg');
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer-tagline {
    font-family: "Google Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.footer-email {
    font-family: 'Google Sans Text', sans-serif;
    font-size: 1.2rem;
    color: var(--white);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.footer-email:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    font-family: 'Google Sans Text', sans-serif;
    font-size: 0.85rem;
    opacity: 0.7;
}

.footer-links-group a {
    color: var(--white);
    text-decoration: none;
    margin-left: 25px;
    transition: opacity 0.3s;
}

.footer-links-group a:hover {
    opacity: 1;
}

.footer-tagline::selection {
    color: #23c8ff;

}

.footer-email::selection {
    color: #23c8ff;

}

.footer-copyright::selection {
    color: #23c8ff;

}

.footer-links-group::selection {
    color: #23c8ff;

}

.left-card::selection {
    color: #23c8ff;

}

.right-card::selection {
    color: #23c8ff;
}

@media (max-width: 768px) {
    .main-footer {
        padding: 60px 5vw 30px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 20px;
    }

    .footer-tagline {
        font-size: 1.8rem;
    }

    .footer-email {
        font-size: 1rem;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-links-group {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-links-group a {
        margin-left: 0;
        margin-right: 15px;
    }
}