.logo-carousel-container {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: transparent;
}

.logo-carousel-track {
    display: flex;
    width: max-content;
    gap: 60px;
    align-items: center;
}

.logo-carousel-track img {
    height: 70px;
    width: auto;
    transition: transform 0.3s ease;
    filter: grayscale(1);
    opacity: 0.7;
}

.logo-carousel-track img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
    opacity: 1;
}

/* hero my photo */
.hero-container {
    position: relative;
    width: 100%;
    height: 50vh;
    /* full screen */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.hero-section {
    position: relative;
    width: 100%;
    max-width: 600px;
    /* prevent SVG from stretching too large */
    aspect-ratio: 1 / 1;
    /* keep square ratio */
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    /* responsive size */
    max-width: 550px;
    min-width: 420px;
    height: auto;
    z-index: 2;
}

/* Small screens */
@media (max-width: 768px) {
    .hero-section {
        max-width: 400px;
    }

    .hero-image {
        width: 50%;
    }
}

/* Very small screens */
@media (max-width: 480px) {
    .hero-section {
        max-width: 300px;
    }

    .hero-image {
        width: 60%;
    }

    .hero-container {
        position: relative;
        width: 100%;
        height: 25vh;
        /* full screen */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 20px;
        box-sizing: border-box;
    }
}

/* end */
@media (max-width: 768px) {
    .logo-carousel-track {
        gap: 40px;
    }

    .logo-carousel-track img {
        height: 60px;
    }
}

button {
    position: relative;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: #00000000;
}

.testimonial-activation button.slide-arrow {
    font-size: 25px;
    position: absolute;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: var(--background-color-1);
    box-shadow: var(--shadow-1);
    border: 0 none;
    top: 100px;
    z-index: 3;
    border-radius: 33px;
}

button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* 1. Classic Diagonal Sweep */
.btn1 {
    box-shadow: var(--shadow-white-3);
    background: var(--gradient-box-w);
    border: 1px solid #838c9f40;
    color: #fff;
}

.btn1::before {
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.6) 50%, transparent 70%);
    transform: translateX(-100%);
    animation: sweep1 1s linear infinite;
}

@keyframes sweep1 {
    to {
        transform: translateX(100%);
    }
}

.btn1:hover {
    background: #d0e9f9;
    color: #000000;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}

.exp-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.exp-item {
    min-width: 100%;
    flex-shrink: 0;
    padding: 40px;
    text-align: center;
}

#scrollHandler-move {
    overflow: hidden;
    position: relative;
}

.exp-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.exp-item {
    flex: 0 0 100%;
}

/* resum bio */
.rn-nav-list {
    border: 0 none;
    border-radius: 10px;
    background: var(--background-color-1);
    box-shadow: var(--shadow-1);
    justify-content: inherit;
}

/* website show */
.section-hero,
.section-outro {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.horizontal-scroll-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.scroll-track {
    display: flex;
    gap: 40px;
    padding: 100px 0;
    height: 100vh;
}

.scroll-card {
    flex: 0 0 24vw;
    background: var(--card-bg);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.scroll-card .scroll-image {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.scroll-meta {
    margin-top: 12px;
}

.scroll-category {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.scroll-title {
    font-size: 18px;
    color: var(--text-light);
}

.title {
    color: var(--color-body-white);
}

a {
    color: var(--color-subtitle);
    text-decoration: none;
    outline: none;
}

/* dot */
.marquee-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    gap: 30px;
}

.marquee-track {
    display: flex;
    width: fit-content;
}

.marquee-left {
    animation: marquee-left 25s linear infinite;
}

.marquee-right {
    animation: marquee-right 25s linear infinite;
}

.scroll-card {
    background: #457b9d3d;
    border-radius: 15px;
    padding: 15px;
    margin-right: 30px;
    min-width: 200px;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #4279f333;
    border-bottom-color: #14192f00;
}

.scroll-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.marquee-container:hover .marquee-left,
.marquee-container:hover .marquee-right {
    animation-play-state: paused;
}