.customers {
    width: 100%;
    height: auto;
    display: flex;
    margin: 110px 0px;
    justify-content: center;
}

.customers {
    position: relative;
}

.--right {
    position: relative;
    z-index: 3; /* Đặt cao nhất để không bị ảnh hưởng */
}

.--left {
    width: 43%;
    height: 609.64px;
    margin-left: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.round {
    display: flex;
    align-items: center;
    justify-content: center;
}

.round1 {
    width: 645px;
    height: 645px;
    background: radial-gradient(circle, rgba(7, 199, 247, 1) -100%, rgba(255, 255, 255, 1) 60%);
}

.round2 {
    width: 420px;
    height: 420px;
}

.round3 {
    width: 295px;
    height: 295px;
}

.round1,
.round2,
.round3 {
    position: absolute;
    border-radius: 50%;
    animation: 10s linear infinite;
    margin: 0;

    transition: width 0.5s ease, height 0.5s ease;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.round1, .round2, .round3 {
    /* transition: transform 0.5s ease-in-out; */
}

/* Khi Đối tác active */
.partners-active .round1 {
    width: 938px;
    height: 938px;
}

.partners-active .round2 {
    width: 664px;
    height: 664px;
}

.partners-active .round3 {
    width: 430px;
    height: 430px;
}

.box_logo_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 228px;
    height: 228px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(237, 248, 255, 1), rgba(210, 237, 255, 1));
    box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}

.logo_center {
    width: 210px;
    height: auto;
}

.logo_around>img,
.logo_around-partners>img {
    width: 55px;
    height: auto;
    transition: width 0.4s ease-in-out; 
}

.logo_around,
.logo_around-partners {
    width: 95px;
    height: 95px;
    border-radius: 60px;
    border: 0.7px solid rgba(11, 165, 236, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 8px rgba(245, 245, 245, 1);
    position: absolute;
    background-color: white;
    transition: width 0.4s ease-in-out; 
}

.--right {
    width: 35%;
    height: auto;
    display: flex;
    gap: 18px;
    position: relative;
}

.customers-partners {
    width: 100%;
    display: flex;
    height: 48px;
    border-radius: 18px;
    background-color: rgba(224, 242, 254, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: rgba(54, 191, 250, 1);
}

.customers-partners div {
    cursor: pointer;
    transition: 0.3s;
}

.customers-partners .active {
    background-color: rgba(11, 165, 236, 1);
    color: white;
    border-radius: 18px;
}



.right-customers,
.left-partners {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-top-left-general-introduction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.button-change-pc {
    width: 100%;
}
.in-button-change-pc-child {
    width: 40%
}

.button-change-pc-child {
    position: relative;
    z-index: 8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-become-partner, .button-become-customer {
    width: max-content;
    border-radius: 18px;
    padding: 12px 30px;
    background: linear-gradient(125.6deg, #00BFFF 20.33%, #018BBA 108.56%);
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02px;
    text-align: center;
    color: white;
    border : 1px solid #00BFFF
    
}

.customers .box-focus {
    background: rgba(0, 110, 202, 0.2);
    width: max-content;
}

.customers .box-focus .text-focus {
    color: rgba(3, 43, 79, 1);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.title-top-left-general-introduction {
    font-family: Inter;
    font-weight: 500;
    font-size: 32px;
    line-height: 41.6px;
    width: 70%;
}

.text-content-general-introduction {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-general-introduction {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(113, 118, 128, 1);
}

/* Hiệu ứng trượt khi mất active */
.left-partners.leaving {
    transform: translateX(-30px);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.right-customers.leaving {
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.customers .safe-area {
    display: flex;
    justify-content: space-between;
}

.footer {
    background: rgba(245, 245, 245, 1);
}

/* ============= */


.row>* {
    padding-right: 0;
}

.box-background-top-left {
    width: 100%;
}

.safe-area-banner {
    padding: 0px 65px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.safe-area {
    width: 100%;
    padding: 0px 70px;
    margin: 0 auto;
    max-width: 1440px;
}

.in-customers {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.customers-partners-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.button-become-partner:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-out;
}

.button-become-customer:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {

    .mobile-menu {
        display: flex;
    }

    .safe-area-banner {
        padding: 0 16px;
    }

    .content-center {
        display: none;
    }

    .box-menu-right {
        display: none;
    }

    .box-footer-left-top {
        flex-direction: column;
        gap: 32px;
        height: 100%;
        align-items: flex-start;
        padding-bottom: 32px;
    }

    .in-footer {
        height: 100%;
        padding-bottom: 0px;
        padding-top: 80px;
    }

    .line1 {
        display: none;
    }

    .content-footer-bottom {
        padding-right: 32px;
        padding-bottom: 32px;
    }

    .col-footer-right {
        flex-direction: column;
        padding: 0px;
        align-items: center;
        justify-content: center;
    }

    .line-footer {
        border: 1px solid rgba(83, 88, 98, 1);
        height: 1px;
        width: 100%;
    }

    .box-demo {
        width: 100%;
    }

    .box-footer-right {
        padding: 0px;
    }

    .box-footer-right-top {
        margin-top: 32px;
    }

    .safe-area {
        padding: 0 16px;
        height: 100%;
    }

    .img-left {
        height: 246px;
    }
    
    .safe-area-v3 {
        width: 100%;
        padding: 0px 16px;
        margin: 0px;
    }
    
    .text-content-banner-bottom {
        padding: 10px;
    }
    
    .banner-about-us {
        margin: 0px 16px;
    }
    
    .banner-img {
        right: 150px;
        top: -40px;
    }
    
    .content-banner-bottom {
        margin-bottom: 40px;
    }

    /* ===== */

    .customers {
        width: 100%;
        height: 760px;
        display: flex;
        justify-content: center;
        overflow: hidden;
        margin: 0;
    }

    .--right {
        top: 0;
        width: 100%;
        z-index: 4;
        position: absolute;
        height: 760px;
    }

    .--left {
        width: 100%;
        margin-left: 0px;
        z-index: 3;
    }

    .title-top-left-general-introduction {
        font-weight: 500;
        font-size: 24px;
        line-height: 130%;
        width: 100%;
    }

    .content-general-introduction{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: rgba(113, 118, 128, 1);
    }

    .customers-partners-content {
        gap: 18px;
    }

    .right-customers {
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.02em;
        text-align: center;
        vertical-align: middle;
    }

    .button-become-partner, .button-become-customer {
        width: 100%;
    }
    
    .round1 {
        width: 282px;
        height: 282px;
    }

    .round2 {
        width: 198px;
        height: 198px;
    }

    .round3 {
        width: 130px;
        height: 130px;
    }

    .logo_center {
        width: 108px;
    }

    .box_logo_center {
        width: 118px;
        height: 118px;
    }

    .logo_around>img, .logo_around-partners>img {
        width: 40px;
        height: auto; 
    }

    .logo_around,
    .logo_around-partners {
        width: 60px;
        height: 60px;
        box-shadow: inset 0 0 0 4px rgba(245, 245, 245, 1);
    }

    .in-customers {
        flex-direction: column;
        position: relative;
        height: 100%;
    }

    .logo_wrapper {
        top: 0;
        left: 0;
        position: absolute;
    }

    .content-top-left-general-introduction {
        gap: 470px;
    }

    .customers-partners {
        margin-top: 24px;
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;

    }

    .button-become-partner, .button-become-customer {
        font-family: Inter;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.28px;
        text-align: center;
    }
}