html {
    scroll-behavior: smooth;
}

.slider-mobile-container {
    margin-left: .5rem;
    margin-right: .5rem;
}

.loading-position {
    margin-right: auto;
    width: 25%;
    margin-left: auto;
}

#testimonial-slider .swiper-button-next::after,
#testimonial-slider .swiper-button-prev::after {
    content: "";
}

.icon-swiper-container {
    min-width: 46px;
    min-height: 46px;
    border-radius: 1000px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.translate-animate {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.translate-animate.swiper-button-next-revamp {
    transform: translateX(0px);
}

.translate-animate.swiper-button-prev-revamp.move-left {
    transform: translateX(60px);
}

.swiper-button-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.content-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 50%;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.btn-content {
    max-width: max-content;
    z-index: 1;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.text-title-cover {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
}

.text-subtitle-cover {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #66788A;
}

.left-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.right-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.text-title-intro {
    font-size: 24px;
    line-height: 22px;
    font-weight: 800;
    color: #03213E;
}

.text-sub-intro {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #66788A;
}

.overlay-cover {
    position: absolute;
    background:
        linear-gradient(180deg, rgba(248, 249, 250, 0.1), rgba(1, 77, 149, 0.4)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 90%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-video-container {
    position: relative;
    height: 80vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cover {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 43.32%, rgba(0, 0, 0, 0.8) 90.6%);

}

.card-hook {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.18);
    margin-top: -10%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    z-index: 2;
    padding: 40px 60px;
}

.text-title-core-value {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #07539A;
}

.img-bg-left {
    position: absolute;
    width: auto;
    min-width: 5%;
    max-width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 87.41%);
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position-y: center;
    z-index: 2;
}

.img-bg-right {
    position: absolute;
    width: auto;
    rotate: 180deg;
    min-width: 5%;
    max-width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 87.41%);
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    z-index: 2;
}

.card-core-value {
    position: relative;
    color: #fff;
    height: 100%;
    min-height: 280px;
    max-height: 300px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 2.83px 7.55px 0px rgba(0, 0, 0, 0.14);
    z-index: 1;
    border-top-left-radius: 22.66px;
    border-top-right-radius: 22.66px;
    border-bottom-left-radius: 22.66px;
    padding: 22.66px;
    transition: all 0.3s ease-in-out;
}

.card-core-value:hover {
    background-color: #313A60;
    transition: all 0.3s ease-in-out;
}

.card-core-value:hover .core-value-card-img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.core-value-card-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 2;
}

.core-value-card-img:hover {
    filter: brightness(0) invert(1);
}

.core-value-card-title {
    text-align: left;
    font-size: 20px;
    line-height: 18px;
    font-weight: 800;
}

.core-value-card-description {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.slider-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.swiper.mySwiper {
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.mySwiper .swiper-slide {
    width: 100%; /* biar bisa multiple per view */
    max-width: 588px;
    min-height: 280px;
    max-height: 320px;
    border-radius: 16px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.mySwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.mySwiper .swiper-slide img {
    width: 100%;
    max-width: 588px;
    min-height: 310px;
    max-height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}


.slide-track-right-to-left {
    display: flex;
    gap: 24px;
    width: fit-content;
    animation: leftscroll 10s linear infinite;
}

.slide-track-left-to-right {
    display: flex;
    gap: 24px;
    width: fit-content;
    animation: rightscroll 10s linear infinite;
}

.slider img {
    width: 100%;
    max-width: 588px;
    min-height: 280px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 16px;
}

/* Animasi scrolling */
@keyframes leftscroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes rightscroll {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.text-support-title {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #03213E;
}

.text-more-complete {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #03213E;
}

.support-icon-container {
    width: 64px;
    height: 64px;
    background-color: #F2F9FF;
    border-radius: 9999px;
}

.support-icon {
    max-width: 60px;
    max-height: 60px;
}

.support-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #03213E;
    margin-block-end: 0;
    margin: 0;
}

.support-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #66788A;
}

.testimonial-card {
    min-width: 416px;
    max-width: 100%;
    min-height: 241px;
    max-height: 262px;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top center;
}

.testimonial-card .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #07539A;

}

.testimonial-card .role {
    font-weight: 400;
    font-size: 14px;
    color: #66788A;
    text-overflow: wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.card-video {
    min-width: 507px;
    max-width: 100%;
    max-height: 100%;
    min-height: 300px;
    border-radius: 16px;
    background-color: #fff;
}

button.btn-play {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.img-container {
    position: relative;
    max-width: 100%;
}

.img-container img {
    max-height: 412px;
    border-radius: 16px;
}

.img-container .thumbnail {
    min-height: 389px;
    max-height: 412px;
    object-fit: cover;
    border-radius: 16px;
    object-position: center center;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.overlay-img-player {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(7, 83, 154, 0) 0%, #07539A 100%);
    opacity: 0.8;
    border-radius: 16px;
}

.overlay-img-player span {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 32.24px;
    letter-spacing: 0%;
    color: #F8F9FA;
    display: block;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* Aspect ratio 16:9 (9 / 16 * 100) */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-banner-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0%;
    color: #fff
}

.text-banner-subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #fff;
}

.text-banner-container {
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 20px;
}

.static-bg-cover-hook {
    will-change: transform;
    width: 100%;
    height: max-content;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 18px;
    background: linear-gradient(90deg, #0948A5 0%, #2980D2 50%, #21B491 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fullscreen-video-container {
        height: 75vh;
    }

    .card-core-value {
        background-color: #313A60;
        transition: all 0.3s ease-in-out;
    }

    .card-core-value .core-value-card-img {
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }
    .testimonial-card {
        min-width: 400px;
    }

    .card-hook {
        max-width: 90%;
        padding: 24px 29px;
        margin-top: -27%;
    }

    .content-container {
        max-width: 90%;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .left-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .landing-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        position: relative;
    }

    .card-core-value {
        background-color: #313A60;
        transition: all 0.3s ease-in-out;
    }

    .card-core-value .core-value-card-img {
        filter: brightness(0) invert(1);
        transition: all 0.3s ease-in-out;
    }

    .fullscreen-video-container {
        height: 85vh;
    }

    .content-container {
        max-width: 90%;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .btn-content {
        width: 100%;
        flex-direction: row;
        max-width: 100%;
    }

    .btn-content a {
        width: 90%;
        max-width: 100% !important;
    }

    .text-title-cover {
        font-size: 32px;
        text-align: left !important;
        line-height: 36px;
    }

    .left-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .text-title-intro {
        font-size: 22px;
        line-height: 26px;
    }

    .card-hook {
        max-width: 90%;
        padding: 24px 29px;
        margin-top: -40%;
    }

    .testimonial-card {
        min-width: 332px;
        min-height: 240px;
    }

    .text-support-title {
        font-size: 32px;
    }

    .text-more-complete {
        font-size: 34px;
    }

    .card-video {
        min-width: 332px;
        min-height: 187px;
    }

    .overlay-img-player {
        height: 20%;
    }

    .overlay-img-player span {
        font-size: 18px;
    }

    .text-banner-title {
        font-size: 24px;
        line-height: 32px;
    }

    .text-banner-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .core-value-bg-left {
        width: 100%;
        background-size: contain;
    }

    .core-value-bg-right {
        width: 100%;
        background-size: contain;
    }

    .text-banner-container {
        width: 100%;
    }
}