.sec-hero__cm .title-sec-hero__website{
    max-width: 680px;
}
.sec-hero__cm .subtitle-sec-hero{
    max-width: 500px;
}
.sec-hero__cm-footer{
    height: 50vh;
    display: flex;
    align-items: flex-end;
}
.hero__cm-image{
    flex: 1;
}
.hero__cm-image:nth-child(1){
    justify-content: flex-end;
}
.hero__cm-image:nth-child(3){
    justify-content: flex-start;
}
.hero__cm-image:nth-child(1) img,
.hero__cm-image:nth-child(3) img{
    height: 80%;
    width: auto;
    z-index: 1;
}
.hero__cm-image:nth-child(1) img{
    transform: translateX(12%);
}
.hero__cm-image:nth-child(2) img{
    width: 100%;
    z-index: 2;
}
.hero__cm-image:nth-child(3) img{
    transform: translateX(-12%);
}
.sec-hero__cm:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: radial-gradient(93.07% 141.43% at 51.63% -10.09%, #FFFFFF 18.64%, #FBFFF2 42.51%, #D6F296 62.55%, #81B5E4 73.02%, #1643FF 93.18%);
    z-index: 10;
    pointer-events: none;
}
@media (min-width: 769px) {
    .inner-sec-hero__cm-footer{
        margin-top: auto;
        margin-bottom: 0;
    }

}
@media (max-width: 768px) {
    .sec-hero__cm-footer{
        overflow: hidden;
        height: auto;
    }
    .inner-sec-hero__cm-footer{
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .hero__cm-image:nth-child(1) img,
    .hero__cm-image:nth-child(3) img{
        width: 80%;
        height: auto;
        object-fit: contain;
    }
    .hero__cm-image:nth-child(1) {
        justify-content: center;
    }
    .hero__cm-image:nth-child(1) img{
        transform: translate(0, 12%);
    }
    .hero__cm-image:nth-child(3) {
        justify-content: center;
    }
    .hero__cm-image:nth-child(3) img{
        transform: translate(0, -12%);
    }
}
@media (max-width: 380px) {
    .hero__cm-image:nth-child(1) img{
        transform: translate(0, 16%);
    }
    .hero__cm-image:nth-child(3) img{
        transform: translate(0, -16%);
    }
}
.mobbin-section {
    position: relative;
    height: 400vh;
    overflow: hidden;
    background: #fff;
}
@media (max-width: 768px) {
    .mobbin-section {
        height: 300vh;
    }
}
@media (max-width: 480px) {
    .mobbin-section {
        height: 200vh;
    }
}
.mobbin-center {
    position: absolute; /* center tuyệt đối */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mobbin-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(60px, 10vw, 100px);
    height: clamp(60px, 10vw, 100px);
    transform: translate(-50%, -50%);
    border-radius: 16px;
    object-fit: cover;
}
/*.mobbin-title{*/
/*    font-size: clamp(1rem, 1.5vw, 1.4rem);*/
/*    line-height: 30px;*/
/*    font-weight: 600;*/
/*}*/
.mobbin-stats {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-color);
    text-align: center;
    line-height: 1.3;
}

.mobbin-stat {
    display: block;
    opacity: 0;
    transform: translateY(50px);
    margin: 0.2em 0;
    font-weight: 600;
    font-size: clamp(1.5rem, 3.75vw, 4rem);
    line-height: 1.3;
    color: var(--primary-color);
}
.section-project-showcase{
    position: relative;
    z-index: 100;
}
.project-showcase__slider {
    overflow: visible;
}

.project-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.project-card__text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 16px;
}

.project-card__image {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    aspect-ratio: 9/19.5;
}

/* Swiper autoplay animation fix for smooth motion */
.swiper-wrapper {
    transition-timing-function: linear !important;
}
.whychoose-mobile .swiper-pagination{
    --swiper-pagination-bottom: 0;
}
/* Responsive */
@media (max-width: 1024px) {
    .project-card__image {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .project-card__image {
        max-width: 180px;
    }
    .project-card__text {
        font-size: 1rem;
    }
}
