  .containerFAB {
                max-width: 3840px;
                margin: 0 auto;
                position: fixed;
                z-index: 1040;
                bottom: 100px;
                right: 2rem;
                font-size: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 110px;
                height: 110px;
                padding: 35px;
                text-decoration: none;
                border-radius: 50%;
                animation: zoom-in-zoom-out 1s ease infinite;
                animation-delay: 0.3s;
            }

            .container-floating-button {
                animation: zoom-in-zoom-out 1s ease infinite;
            }

            .areaFAB {
                border-radius: 10px;
                text-align: center;
                float: right;
            }

            .areaFAB img {
                max-width: 110px;
                height: auto;
                aspect-ratio: 1/1;
                object-fit: contain;
            }

            @keyframes zoom-in-zoom-out {
                0% {
                    transform: scale(1, 1);
                }

                50% {
                    transform: scale(1.1, 1.1);
                }

                100% {
                    transform: scale(1, 1);
                }
            }
        </style>
        <style>
/* Tablet */
@media (max-width: 768px) {
    .containerFAB {
        width: 80px;
        height: 80px;
        padding: 20px;
        bottom: 80px;
        right: 1.2rem;
    }

    .areaFAB img {
        max-width: 70px;
    }
}

/* Mobile kecil */
@media (max-width: 480px) {
    .containerFAB {
        width: 65px;
        height: 65px;
        padding: 15px;
        bottom: 120px;
        right: 1rem;
    }

    .areaFAB img {
        max-width: 55px;
    }
}

/* custom card*/
.section-title {
    width: 100%;
    float: left;
    margin-bottom: 16px
}
.left-box-icon {
    width: 108px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #1a1a1a;
    background: linear-gradient(120deg, #1a1a1a 30%, #0f0f0f 30%);
    border-left: 2px #ffd33d solid;
    border-top: 2px #ffd33d solid;
    border-bottom: 2px #ffd33d solid;
    border-radius: 16px 16px 0;
    -webkit-border-radius: 16px 16px 0 16px;
    -moz-border-radius: 16px 16px 0 16px;
    -ms-border-radius: 16px 16px 0 16px;
    -o-border-radius: 16px 16px 0 16px;
    z-index: 2;
}
.wrapp-sub-section {
    width: 100%;
    height: 100px;
    position: relative;
}
.icon-sub-section {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrapper-text-sub-section {
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background: #141414;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 2px #ffd33d solid;
    display: flex;
    box-shadow: var(--box-shadow);
}
.section-title h3 {
    font-size: 24px;
    color: #ffd33d;
    float: left;
    width: auto;
}
.wrapper-color-text-sub-section {
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0px;
    -moz-border-radius: 0 50px 50px 0px;
    -ms-border-radius: 0 50px 50px 0px;
    -o-border-radius: 0 50px 50px 0px;
    width: 40%;
    height: 100%;
    right: 0;
    position: absolute;
    background: #141414;
    background: linear-gradient(120deg, #141414, #ffd33d00 40%, #ffd33d33 40%, #ffd33d4d 55%, #ffd33d66 55%, #ffd33d80 70%, #ffd33d99 70%, #ffd33db3 85%, #ffd33d 85%);
}
.testimonial .wrapper-color-text-sub-section img {
    right: 10%;
    margin-left: 50%;
    width: 100%;
    position: relative;
}
.title-sub-section {
    z-index: 3;
    left: 110px;
    top: 25%;
    overflow: hidden;
    position: absolute;
    color: #ffd33d;
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
    word-wrap: break-word;
}
.wrapper-text-sub-section {
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background: #141414;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 2px #ffd33d solid;
    display: flex;
    box-shadow: var(--box-shadow);
}
.testimonial .wrapp-testi {
    overflow: auto;
    padding: 30px;
    height: 650px;
    border: 2px solid #ffd33d;
    background: #0f0f0f;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    scrollbar-color: #ffd33d transparent;
}
.testimonial .body-testimoni {
    border-radius: 15px;
    border: 2px solid #ffd33d;
    background: #1a1a1a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.right-with-color-youtube {
    background: linear-gradient(120deg, #ffd33d00 50%, #ffd33d43 50%, #ffd33d43 85%, #ffd33d 85%);
    right: 0;
}
.color-stripe-testimoni {
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    width: 15%;
    height: 100%;
    top: 0;
    position: absolute;
}

.right-with-color-tiktok {
    background: linear-gradient(120deg,#ffd33d00 50%,#ffd33d60 50%,#ffd33d60 85%,#ffea00 85%);
    right: 0
}

.right-with-color-youtube {
    background: linear-gradient(120deg,#ffd33d00 50%,#ffd33d43 50%,#ffd33d43 85%,#ffd33d 85%);
    right: 0
}

.right-with-color-instagram {
    background: linear-gradient(120deg,#ffd33d00 50%,#ffb30077 50%,#ffb30077 85%,#ffb300 85%);
    right: 0
}

.right-with-color-facebook {
    background: linear-gradient(120deg,#ffd33d00 50%,#ffc10780 50%,#ffc10780 85%,#ffc107 85%);
    right: 0
}

.testimoni-name {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.testimoni-name-tiktok {
    background: #ffd33d
}

.testimoni-name-youtube {
    background: #ffb300
}

.testimoni-name-facebook {
    background: #ffc107
}

.testimoni-name-instagram {
    background: linear-gradient(115deg,#ffd33d,#ffb300,#ffc107)
}
.gnav-mobile{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#FFC107;
display:flex;
justify-content:space-around;
align-items:center;
padding:10px 0;
z-index:9999;
box-shadow:0 -3px 15px rgba(0,0,0,0.2);
}

/* item */
.gnav-item{
display:flex;
flex-direction:column;
align-items:center;
text-decoration:none;
font-size:12px;
color:#333;
font-weight:500;
gap:3px;
}

/* icon */
.gnav-item i{
font-size:18px;
}

/* active */
.gnav-active{
color:#000;
font-weight:700;
}

/* mobile only */
@media(min-width:768px){
.gnav-mobile{
display:none;
}
}
.img-testimoni{
width:100px;
height:100px;
object-fit:cover;
}

@media (max-width:768px){

.img-testimoni{
width:60px;
height:60px;
}

}
@media (max-width:768px){

.body-testimoni p{
font-size:12px !important;
line-height:1.6;
}

}

@media only screen and (max-width: 540px) {
    .testimoni-platform .testimoni-name {
        padding: 3px 10px !important;
        color:black !important;
    }
}
@media only screen and (max-width: 540px) {
    .body-testimoni .testimoni-name p {
        font-size: 8pt;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}