#sahabat-digital {
    color: #757575;
    height: 100%;
    overflow: hidden;
    margin-top: 80px;
}

#sahabat-digital .img-banner {
    width: 100%;
    padding: 0;
    height: 500px;
    object-fit: cover;
}

@media (min-width: 1400px){
    .main-container{
        max-width: 1191px;
    }
}

.content--title {
    margin-bottom: 30px;
    font-weight: 500;
    color: #026279;
    /* 067f9b */
}

.content {
    margin-top: 50px !important;
    /* background: url("../../images/banners/banner--gradient-white.png"); */
    padding-bottom: 75px;
}

.content .card {
    border: none;
    background: #026279;
    border-radius: 15px;
}

/* journey */
#journey {
    background: #f2f4f5;
}

/* syaarat */
.syarat-card {
    background: #026279;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* reward */
#reward {
    background: #f2f4f5;
    min-height: 500px;
}

#reward .card {
    margin-top: -340px;
    background: transparent;
    border: none;
}

.pilihan-reward {
    background: #fff;
    width: 500px;
    margin: auto;
    border-radius: 10px
}

/* keunggulan */
#keunggulan {
    background: #e3e6e6;
}


/* video-testi */
#video-testimoni .embed-video {
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}
#video-testimoni .carousel-inner {
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    background: #026279;
}

#video-testimoni .card-bungkus {
    border-radius: 15px;
    background: #f2f4f5;
    border: none;
    max-height: 407px;
    overflow-y: auto;
}

#video-testimoni .card-testimoni {
    border-radius: 15px;
    background: #026279;
    border: none;
}

#video-testimoni .quote {
    position: absolute;
    left: 0;
    top: -15px;
    margin-left: 15px;
}

#video-testimoni p .quote-user {
    color: #fff;
}
.quote-user span{
    color: #fff;
    background: #026279;
    margin-top: -10px !important;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.border--quote{
    height: 2px;
    background: #F7941D;
    position: inherit;
    margin-top: -27px;
    margin-bottom: 20px;
}


/* faq */
#faq {
    background: #e3e6e6;
}


/* reward */
#daftar {
    background: #f2f4f5;
    min-height: 500px;
}

#daftar .card {
    margin-top: -340px;
    background: transparent;
    border: none;
}

/* keunggulan */
#keunggulan {
    background: #e3e6e6;
}


.home--payment {
    padding: 20px 0px;
    align-items: center;
    display: flex;
}

.home--payment .logo img {
    width: 69px;
}

.home--payment .payments {
    width: 80%;
}

.home--payment .payments img {
    width: 80%;
}

@media screen and (max-width: 720px) {
    #sahabat-digital {
        margin-top: 73px;
    }
    #sahabat-digital .img-banner {
        width: 100%;
        object-fit: unset;
        height: auto;
    }

    .home--payment .container {
        flex-flow: column;
        text-align: center;
    }

    .home--payment .logo {
        margin-bottom: 20px;
    }


    /* e */
    .daftar-card-mobile {
        margin-top: -45px !important;
    }

    .daftar-card-border {
        border: none !important;
    }

    .swiper-container {
        /* margin-bottom: 200px !important; */
    }

    .swiper-button-prev {
        height: 120% !important;
        width: 100px !important;
        left: -10px !important;
        background: transparent !important;
    }
    
    .swiper-button-next {
        height: 120% !important;
        width: 100px !important;
        right: -10px !important;
        background: transparent !important;
    }

    .img-580 {
        max-width: 65% !important;
    }

    .mobile-center {
        text-align: center !important;
    }
    /* SYARAT */
    #syarat .mobile-center {
        margin-left: 0px !important;
    }

    .pilihan-reward {
        width: 95% !important;
    }
}

/* If greater than 1444px */
@media screen and (min-width: 1444px) {
    body {
        width: 1366px;
        margin: 0 auto;
    }

    #navigation {
        width: 1366px !important;
    }

    .navigation--slide {
        display: none;
    }
}

@media (min-width: 721px) {
    .swiper-button-prev {
        height: 120% !important;
        width: 200px !important;
        left: -85px !important;
        background: transparent !important;
    }
      
    .swiper-button-next {
        height: 120% !important;
        width: 200px !important;
        right: -85px !important;
        background: transparent !important;
    }
}


@media (min-width: 1140px) {
    .horizontal-timeline .items .items-list {
        display: inline-block;
        /* width: 24%; */
        /* padding-top: 45px; */
    }
    .swiper-button-prev {
        height: 120% !important;
        width: 200px !important;
        right: -90px !important;
        background: transparent !important;
    }
      
    .swiper-button-next {
        height: 120% !important;
        width: 200px !important;
        right: -90px !important;
        background: transparent !important;
    }
}

/* ut */
._fw-300 {
    font-weight: 300;
}

._fw-400 {
    font-weight: 400;
}

._fw-500 {
    font-weight: 500;
}

._fw-600 {
    font-weight: 600;
}

._fw-700 {
    font-weight: 700;
}

._letter-spacing-2 {
    letter-spacing: 2px;
}

._letter-spacing-5 {
    letter-spacing: 5px;
}

.no-border {
    border: none !important;
}

.img-500 {
    width: 500px;
}

.img-580 {
    width: 580px;
}

.text-custom {
    color: #026279 !important;
}

.bg-custom {
    background: #026279;
}

.bg-custom-g {
    background: #f2f4f5 !important;
}

.bg-custom-w-350 {
    height: 350px;
    background: #026279;
}

.bg-transparent {
    background: transparent;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-none {
    border: none !important;
}

.border-bottom-20-bg {
    border-bottom: 20px solid #e3e6e6 !important;
}

.nav .nav-item .nav-link {
    color: #026279;
}

.nav .nav-item .active {
    background: linear-gradient(90deg, #f7941d, #f15922) !important;
    color: #fff;
}

.hr-w-100 {
    width: 100px;
    border-top: 0.2px solid #026279;
}

.width-150 {
    width: 150px !important;
}

/* accordion */
.accordion-body {
    background: #026279;
}


/* swiper */
.swiper-container {
    /* width: 880px; */ 
    height: 200px;
}

.swiper-slide {
    color: #fff;
    /* font-size:25px; */
    text-align: center;
    /* line-height:200px; */
}

.swiper-scrollbar {
    height: 10px;
    width: 94%;
    left: 3%;
    bottom: 10px;
    position: absolute;
    background: red;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8) inset;
}

.swiper-scrollbar-drag {
    background: yellow;
    box-shadow: 0px 1px 1px #000;
}

/* end swiper */

.horizontal-timeline .items .items-list {
    display: block;
    position: relative;
    text-align: center;
    margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
    content: "";
    position: absolute;
    height: 36px;
    /* border-left: 2px solid #dee2e6; */
    top: 0;
}

.horizontal-timeline .items .items-list .timeline-checked {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    font-size: 0.9rem;
    padding-top: 8px;
}

.horizontal-timeline .items .items-list .timeline-checked input[type="radio"] {
    transform: scale(2.0) !important;
}


.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007BFF;
    color: #FFF;
    padding: 10px 20px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 5;
}

.item--bullet {
    margin:auto;
    background: #f2f4f5 !important;
    width: 25px !important;
    height: 25px;
    margin-top: -4px;
    border-radius: 50%;
    border: 4px solid #026279;
    display: flex;
}
.item--bullet .item--checked {
    width: 12px;
    height: 12px;
    margin: auto;
    background: #026279;
    border-radius: 50%;
}
.c {
    color: #000 !important;
}

.input--error {
    border: 1px solid red !important
}
.grecaptcha-badge { 
    visibility: hidden;
}

/* Swiper container */
.swiper-container {
    position: relative; /* Container must have a non-static position */
}
  
/* Navigation buttons */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%; /* Vertically centered */
    transform: translateY(-50%); /* Adjust vertical position */
    width: 40px; /* Width of the buttons */
    height: 40px; /* Height of the buttons */
    background-color: #f2f2f2; /* Background color of the buttons */
    border: none;
    cursor: pointer;
    z-index: 2 !important; /* Place buttons above other elements */
}

.swiper-button-next::before,
.swiper-button-next::after {
    content: none !important; /* Remove the default content */
}
.swiper-button-prev::before,
.swiper-button-prev::after {
    content: none !important; /* Remove the default content */
}


.select2-selection--multiple {
    background: #f2f4f5 !important;
    border: 0px !important;
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--multiple::after {
    font-family: 'Font Awesome 5 Pro'; /* Pastikan Font Awesome Pro sudah di-load */
    content: "\f078"; /* Unicode ikon panah bawah Font Awesome */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999; /* Warna ikon */
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    .font-size-18{
        font-size: 17px !important;
    }
}