
.profile-cards-infinite-wrapper {
    width: 100vw !important;
    overflow-x: auto !important; 
    overflow-y: hidden !important;
    display: block !important;
    padding: 20px 0 !important;
    -webkit-overflow-scrolling: touch !important; 
    user-select: none;
}


.profile-cards-infinite-wrapper::-webkit-scrollbar {
    display: none !important;
}
.profile-cards-infinite-wrapper {
    scrollbar-width: none !important; 
}


.profile-cards-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; 
    gap: 2.5rem !important;
    width: max-content !important; 
    padding: 0 5vw !important; 
    align-items: stretch !important;
}


.profile-card {
    flex: 0 0 300px !important; 
    min-width: 300px !important;
    border-radius: 28px !important;
    backdrop-filter: blur(18px) saturate(160%) brightness(1.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(1.08) !important;
    border: 1.5px solid rgba(255,255,255,0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.18s !important;
}


@media (max-width: 900px) {
    .profile-cards-container {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
    }
    .profile-card {
        flex: 0 0 220px !important; 
        min-width: 220px !important;
    }
}

@media (max-width: 500px) {
    .profile-cards-container {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        gap: 1rem !important;
    }
    .profile-card {
        flex: 0 0 180px !important;
        min-width: 180px !important;
    }
}
.profile-card:hover .profile-img {
    filter: none;
    transition: filter 0.3s;
}
.profile-cards-section {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px 0;
}
.profile-card:hover {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.28);
}
.profile-cards-heading::selection {
    color: #23c8ff;
}
.profile-card-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 0 20px;
    font-size: 1rem;
    font-family: 'Google Sans', Arial, sans-serif;
}
.profile-card-header::selection {
    color: #23c8ff;
}
.profile-role {
    /* background: rgba(40,40,40,0.85); */
    color: #fff;
    font-size: 0.92rem;
    padding: 4px 14px;
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.profile-rating {
    color: #e6e6e6;
    font-size: 0.98rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.2em;
}
.profile-star {
    color: #e6f94a;
    font-size: 1.1em;
    margin-left: 2px;
}
.profile-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    height: 340px;
}
.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px 28px 0 0;
    filter: grayscale(1) contrast(1.08);
}
.profile-card-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 18px 20px;
    /* background: rgba(30, 30, 32, 0.55); */
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    margin-top: -8px;
    font-family: 'Google Sans', Arial, sans-serif;
}

.profile-card-footer::selection {
    color: #23c8ff;
}
.profile-name {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 500;
}
.profile-exp {
    color: #bdbdbd;
    font-size: 0.92rem;
    font-weight: 400;
    margin-left: 8px;
}
 
@media (max-width: 1100px) {
    .profile-cards-container {
        gap: 1.2rem;
    }
    .profile-card {
        width: 90vw;
        min-width: 220px;
        max-width: 320px;
    }
}
@media (max-width: 900px) {
    .profile-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 2.2rem;
    }
    .profile-card {
        width: 98vw;
        max-width: 400px;
    }
}


@media (max-width: 900px) {
    .profile-cards-section {
        padding: 32px 0 24px 0;
        min-height: unset;
        width: 100vw;
        overflow-x: hidden;
    }
    .profile-cards-infinite-wrapper {
        margin-top: 8vw !important;
        overflow-x: auto;
        overflow-y: visible;
        width: 100vw;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
    }
    .profile-cards-container {
        flex-direction: row !important;
        align-items: stretch;
        gap: 1.2rem;
        width: max-content;
        min-width: 100vw;
        max-width: unset;
        padding: 0 2vw;
        overflow-x: visible;
    }
    .profile-card {
        width: 180px;
        min-width: 160px;
        max-width: 200px;
        border-radius: 16px;
        padding: 0 0 10px 0;
        margin: 0;
        flex: 0 0 auto;
    }
    .profile-img-wrap {
        height: 140px;
        min-height: 120px;
        max-height: 160px;
        border-radius: 16px 16px 0 0;
    }
    .profile-img {
        border-radius: 16px 16px 0 0;
    }
    .profile-card-footer {
        padding: 10px 8px 10px 8px;
        font-size: 0.98rem;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .profile-name {
        font-size: 0.98rem;
    }
    .profile-exp {
        font-size: 0.88rem;
    }
}

@media (max-width: 500px) {
    .profile-cards-section {
        padding: 12px 0 4px 0;
    }
    .profile-cards-infinite-wrapper {
        padding-bottom: 8px;
    }
    .profile-card {
        width: 130px;
        min-width: 120px;
        max-width: 140px;
        border-radius: 10px;
        padding: 0 0 6px 0;
    }
    .profile-img-wrap {
        height: 80px;
        min-height: 60px;
        max-height: 100px;
        border-radius: 10px 10px 0 0;
    }
    .profile-img {
        border-radius: 10px 10px 0 0;
    }
    .profile-card-footer {
        padding: 6px 4px 6px 4px;
        font-size: 0.82rem;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .profile-name {
        font-size: 0.82rem;
    }
    .profile-exp {
        font-size: 0.72rem;
    }
}

.profile-exp {
    text-align: left !important;
}

.team-section {
    position: relative;
    overflow: hidden;
}
.team-section::selection {
    color: #23c8ff;
}
.team-blur-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.team-names {
    position: relative;
    z-index: 2;
}
a.bdcoe-link, a.examplify-link, a.graphic-link {
    color: inherit !important;
    text-decoration: none !important;
}
a.bdcoe-link:visited, a.examplify-link:visited, a.graphic-link:visited {
    color: inherit !important;
}

.team-names > div:hover ~ .bdcoe-hover-wrap .bdcoe-web-design,
.team-names > div:hover ~ .examplify-hover-wrap .examplify-design,
.team-names > div:hover ~ .graphic-hover-wrap .graphic-designs {
    opacity: 0.4;
    transition: opacity 0.3s;
}
.bdcoe-hover-wrap:hover .bdcoe-web-design,
.examplify-hover-wrap:hover .examplify-design,
.graphic-hover-wrap:hover .graphic-designs {
    opacity: 1;
}

.examplify-design:hover {
    color: #00b3ff !important;
    transition: color 0.3s;
}
.examplify-hover-wrap:hover .examplify-pop-img,
.examplify-hover-wrap:focus .examplify-pop-img {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1) !important;
    pointer-events: auto;
}
.graphic-designs:hover {
    color: #f02c39 !important;
    transition: color 0.3s;
}
.graphic-hover-wrap:hover .graphic-pop-img,
.graphic-hover-wrap:focus .graphic-pop-img {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1) !important;
    pointer-events: auto;
}

.bdcoe-hover-wrap:hover ~ h2,
.bdcoe-hover-wrap:focus ~ h2 {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.bdcoe-web-design:hover {
    color: #6767F0 !important;
    transition: color 0.3s;
}
.bdcoe-hover-wrap:hover .bdcoe-pop-img,
.bdcoe-hover-wrap:focus .bdcoe-pop-img {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1) !important;
    pointer-events: auto;
}
@media (max-width: 900px) {
    .bdcoe-pop-img {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        top: 100% !important;
        transform: translateY(0) scale(0.7) !important;
        text-align: center;
    }
    .bdcoe-hover-wrap:hover .bdcoe-pop-img,
    .bdcoe-hover-wrap:focus .bdcoe-pop-img {
        transform: translateY(0) scale(1) !important;
    }
}
@media (max-width: 400px) {
    .home {
        min-height: 100vh;
        width: 100vw;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    .content-container {
        padding: 0;
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        max-width: 100vw;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    #background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh !important;
        min-width: 100vw;
        min-height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        object-fit: cover;
        z-index: 0;
        background: #000;
    }
    .hero-content {
        position: relative;
        z-index: 1;
        width: 100vw;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        box-sizing: border-box;
        text-align: center;
    }
    .title {
        font-size: 2.2rem !important;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }
    .tagline {
        font-size: 1.1rem !important;
        margin-bottom: 12px;
    }
    .hero-2 .text {
        font-size: 0.98rem !important;
        margin-bottom: 18px;
        padding: 0 2vw;
    }
    .cta-button {
        font-size: 1rem !important;
        padding: 10px 22px !important;
        border-radius: 8px !important;
    }
}

.team-section {
    background: linear-gradient(0deg, rgba(40,32,22,0.15) 0%, rgba(20,16,10,0.85) 100%);
    min-height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.feature-card-mute-btn.glassy-btn {
    transition: background 0.2s, box-shadow 0.2s;
}
.feature-card-mute-btn.glassy-btn:hover {
    background: rgba(255,255,255,0.32);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.feature-tabs-cards {
    width: 100vw;
    margin-top: 24px;
    min-height: 340px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    overflow: visible;
}
.feature-tab-card {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.4s;
    opacity: 0;
    z-index: 1;
}
.feature-tab-card.active {
    display: block;
    opacity: 1;
    position: relative;
    z-index: 2;
}
.feature-card-scroll {
    display: flex;
    flex-direction: row;
    gap: 32px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 32px 0 16px 0;
    position: relative;
    scrollbar-width: none; 
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1);
    opacity: 1;
}

.feature-card-scroll-inner {
    display: flex;
    flex-direction: row;
    gap: 32px;
}


.feature-card-scroll::-webkit-scrollbar {
    display: none;
}

.feature-card-scroll {
    scrollbar-width: none;
}

.feature-card-scroll {
    -ms-overflow-style: none;
}


.feature-tab-card-0 .feature-card-scroll,
.feature-tab-card-1 .feature-card-scroll,
.feature-tab-card-2 .feature-card-scroll {
    padding-left: 7vw;
}

@media (max-width: 900px) {
    .feature-tab-card-0 .feature-card-scroll,
    .feature-tab-card-1 .feature-card-scroll,
    .feature-tab-card-2 .feature-card-scroll {
        padding-left: 4vw;
    }
}

@media (max-width: 600px) {
    .feature-tab-card-0 .feature-card-scroll,
    .feature-tab-card-1 .feature-card-scroll,
    .feature-tab-card-2 .feature-card-scroll {
        padding-left: 2vw;
    }
}
.feature-card-item {
    min-width: 480px;
    max-width: 520px;
    height: 280px;
    background: rgba(30,30,30,0.7);
    border-radius: 32px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.feature-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
@media (max-width: 900px) {
    .feature-card-item {
        min-width: 320px;
        height: 180px;
    }
}
@media (max-width: 600px) {
    .feature-card-item {
        min-width: 220px;
        height: 120px;
        border-radius: 18px;
    }
    .feature-card-item img {
        border-radius: 18px;
    }
}

.feature-tabs-section {
    width: 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 540px;
    background: linear-gradient(180deg, rgba(40,32,22,0.15) 0%, rgba(20,16,10,0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 7vw 0 7vw;
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.feature-tabs-section::selection {
    color: #23c8ff;
}

.feature-tabs-header {
    width: 100%;
    margin-top: 48px;
}

.feature-tabs-row {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.feature-tab {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: filter 0.3s, opacity 0.3s, color 0.3s;
    opacity: 0.7;
    filter: blur(2.5px);
    position: relative;
    padding: 0 8px;
    user-select: none;
}

.feature-tab.active {
    opacity: 1;
    filter: none;
    color: #fff;
    z-index: 2;
}

.feature-tab:hover:not(.active) {
    filter: blur(0.5px);
    opacity: 0.95;
    color: #fff;
}

.feature-tab-description {
    margin-top: 24px;
    font-size: 1.1rem;
    color: #fff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
    max-width: 900px;
    min-height: 80px;
    transition: opacity 0.3s;
    opacity: 0.6;
}

@media (max-width: 900px) {
    .feature-tabs-row {
        gap: 32px;
    }
    .feature-tab {
        font-size: 2rem;
    }
    .feature-tab-description {
        font-size: 1.2rem;
    }
}

@media (max-width: 600px) {
    .feature-tabs-section {
        padding: 0 2vw 0 2vw;
    }
    .feature-tabs-row {
        gap: 16px;
        padding-bottom: 12px;
        margin-bottom: 18px;
    }
    .feature-tab {
        font-size: 1.1rem;
        padding: 0 2px;
    }
    .feature-tab-description {
        font-size: 1rem;
        min-height: 60px;
    }
}
@media (max-width: 700px) {
    .custom-video-section {
        width: 100vw;
        height: auto;
        min-height: unset;
        margin: 0;
        padding: 0;
        background: #000;
    }
    .custom-video-wrapper {
        width: 98vw;
        height: auto;
        min-height: unset;
        max-width: 100vw;
        max-height: none;
        border-radius: 18px;
        box-shadow: 0 4px 16px 0 rgba(31,38,135,0.18);
        padding: 0;
    }
    .custom-video-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        border-radius: 18px;
        overflow: hidden;
    }
    .custom-video-player, .custom-video-bg {
        border-radius: 18px;
    }
}

.custom-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(32px) brightness(0.7) saturate(1.5);
    z-index: 0;
    pointer-events: none;
    border-radius: 40px;
    transition: filter 0.3s;
}
.custom-video-wrapper {
    position: relative;
    overflow: hidden;
}
.custom-video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}
.custom-video-player,
.mute-toggle-btn.glassy-btn {
    position: relative;
    z-index: 1;
}
.custom-video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mute-toggle-btn.glassy-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.18);
    box-shadow: 0 4px 32px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s, box-shadow 0.2s;
    font-size: 2rem;
    color: #fff;
    outline: none;
}
.mute-toggle-btn.glassy-btn:hover {
    background: rgba(255,255,255,0.28);
    box-shadow: 0 8px 32px rgba(0,0,0,0.28);
}

.custom-video-section {
    width: 100vw;
    height: 100vh;
    min-height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: #000;
}


.custom-video-section .custom-video-player {
    width: 640px;
    height: 360px;
    max-width: 95vw;
    max-height: 60vh;
    border-radius: 18px;
}

@media (max-width: 400px) {
    .custom-video-section .custom-video-player {
        width: 98vw !important;
        height: auto !important;
        max-width: 98vw !important;
        max-height: 56vw !important;
        border-radius: 12px !important;
    }
}

.custom-video-wrapper {
    position: relative;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 80vh;
    max-width: 1000px;
    max-height: 90vh;
    overflow: hidden;
}

.custom-video-player {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: #000;
    object-fit: cover;
    outline: none;
    border: none;
    display: block;
}

@media (max-width: 900px) {
    .custom-video-wrapper {
        padding: 1vw;
        max-width: 98vw;
    }
    .custom-video-player {
        max-width: 98vw;
        border-radius: 18px;
    }
}

.RushHour-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    padding-bottom: 3rem;
    font-family: 'DM Sans', sans-serif;
    margin-top: 60px;
    margin-bottom: 60px;
    text-decoration: none;
    overflow: visible;
}

.RushHour-2::selection {
    background: #ff9800;
    color: #fff;
}

.RushHour-container {
    width: 100%;
    max-width: 1200px;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.RushHour-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    gap: 50px;
}


.RushHour-text {
    flex: 1;
    color: #fff;
    text-align: left;
}

.RushHour-text .tag {
    background-color: #1a1a1a;
    color: #8c8c8c;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: inline-block;
}

.RushHour-text h2 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 15px;
    margin-bottom: 25px;
}

.RushHour-text p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.6;
    color: #828282;
    margin-bottom: 30px;
    max-width: 550px;
}

.RushHour-text .highlight-link-2 {
    color: #4285F4;
    text-decoration: none;
    cursor: pointer;
}

.RushHour-text .know-more-button {
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
    color: #e43972;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.RushHour-text .know-more-button:hover {
    color: #ffb14d;
}


.RushHour-image {
    position: relative;
    width: 500px;
    height: 300px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
}

.image-card {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    cursor: grab;
    transition: transform 0.4s ease-out;
    margin-left: 120px; 
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


.image-card:nth-child(1) { transform: rotate(-5deg); z-index: 1; }
.image-card:nth-child(2) { transform: rotate(3deg); z-index: 2; }
.image-card:nth-child(3) { transform: rotate(-2deg); z-index: 3; }

.RushHour-image:hover .image-card:nth-child(1) {
    transform: translate(-30px, 0) rotate(-8deg);
}
.RushHour-image:hover .image-card:nth-child(2) {
    transform: translate(0, 0) rotate(4deg);
}
.RushHour-image:hover .image-card:nth-child(3) {
    transform: translate(30px, 0) rotate(8deg);
}


@media (max-width: 992px) {
    .RushHour-content {
        flex-direction: column;
        text-align: center;
        padding: 40px;
        gap: 30px;
    }
    .RushHour-text { text-align: center; }
    .RushHour-text h2 { font-size: 2.8rem; }
    .RushHour-text p { max-width: 100%; margin: 0 auto 2rem auto; }
    .RushHour-image { width: 100%; max-width: 400px; margin: 3rem auto; }
}

@media (max-width: 768px) {
    .RushHour-text h2 { font-size: 2.5rem; }
    .RushHour-text p { font-size: 0.95rem; }
}



@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: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    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: 0.65;

}

.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;
}

.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;
        -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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;
    }
}
