.list-agent  {
    background: #05132E;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}
.list-agent:hover {
    margin-top: -6px;
}
.list-agent img {
    border-radius: 20px;
    width: 100%;
}
.nk-widget-match .nk-widget-match-teams .nk-widget-match-team-logo img {
    width: 75px;
}  color:#fff;
}
.nk-post-title > a {
	font-size: 18px;
}
.artikel-content {
    padding-bottom: 5px;
}
.row-postingan {
    display: flex;
    flex-wrap: wrap; /* Membiarkan elemen turun ke baris berikutnya jika tidak ada ruang */
    gap: 1rem; /* Mengatur jarak antar item */
}

.artikel {
    flex: 1 1 calc(50% - 1rem); /* Mengatur lebar kolom 50% dengan memperhitungkan gap */
}
@media (max-width: 576px) {
    .row-postingan .artikel {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img-banner-postingan img {
        height: 120px;
        max-height: 200px;
    }
}
.img-artikel {
    width: 100%;
    object-fit: cover;
    height: 180px;
    max-height: 200px;
    border: 0 !important;
    object-position: left;
}
.service_blog {
    background: var(--warna_7);
    border: 2px solid var(--warna_7);
    border-radius: 14px;
    padding: 4px 16px 32px 16px;
    margin-bottom: 1rem;
    box-shadow: none;
}
.service_blog h1 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    float: left;
    font-weight: 500;
    margin: 0 !important;
}
.service_blog:hover {
    border: 2px solid transparent;
    background: var(--warna_9);
    transition: 0.2s;
}
.postingan-content {
    padding-bottom: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.artikel-content {
    padding-bottom: 0px;
}
/* Styling umum untuk Bootpag */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination li {
    display: inline;
    margin: 0 5px;
}

.pagination li a {
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border: 2px solid #a0a0a054;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover {
    color: #000;
    background-color: white;
}

.pagination li.active a {
    background-color: #ffbd2b;
    color: black;
    border-color: #ffbd2b;
}

.pagination li.disabled a {
    background-color: #ffffff14;
    color: #aaa;
    cursor: not-allowed;
}

.pagination li.disabled a:hover {
    background-color: #747474;
    color: #aaa;
}

/* Custom styles for 'prev' and 'next' buttons */
.pagination .prev, .pagination .next {
    font-weight: bold;
}

.pagination .prev.disabled, .pagination .next.disabled {
    color: #747474;
    cursor: not-allowed;
}

.pagination .prev:hover, .pagination .next:hover {
    color: #333;
}

.nav-pills .nav-link.active:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: var(--warna_3) !important;
}
.nav-pills .nav-link:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: var(--warna_3) !important;
}
.badge-primary, .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .table-primary {
    color: var(--warna_3) !important;
    background-color: transparent !important;
}
.tabs-container .nav-pills .nav-link {
    font-size: 1rem !important;
}
.tabs-container .nav-pills .nav-link.active {
    font-size: 20px !important;
}

@media screen and (max-width: 576px) {
    .tabs-container .nav-pills .nav-link {
    font-size: 14px !important;
}
.tabs-container .nav-pills .nav-link.active {
    font-size: 15px !important;
}
}

@media screen and (max-width: 900px) {
    .tabs-container {
        display: none !important;
    }
    .content-post {
        display: none !important;
    }
}
   
.nav-pills .nav-link, .tabs-vertical .nav-tabs .nav-link {
    color: white !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.tab-category {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4rem;
    overflow: auto;
}

.skeleton-container {
    margin-bottom: 16px;
}

.skeleton {
    background: #e0e0e017;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

/* Skeleton untuk gambar dan teks */
.skeleton-image {
    width: 100%;
    height: 150px;
}

.skeleton-title {
    width: 60%;
    height: 25px;
    margin-top: 10px;
}

.skeleton-text {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

/* Efek shimmer */
.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%; /* Panjang gradient lebih dari 100% */
    width: 300%; /* Perpanjang lebar gradient */
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.8s infinite; /* Tambahkan durasi animasi */
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.img-banner-postingan img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    border: 0 !important;
    object-position: left;
}

.desktop-only {
    display: block;
}

.header-section {
    color: white;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}
.header-section.mau-topup {
    
}

.img-banner-postingan {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.mobile-only {
    display: none;
    font-size: 22px;
    font-weight: bold;
}
.mobile-subtext {
    display: none;
    font-size: 13px;
    font-weight: 500;
    margin-top: -9px;
}
.responsive-margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
}
@media screen and (max-width: 576px) {
    .mobile-only {
        display: none;
    }
    .mobile-subtext {
        display: none;
    }
}
@media (max-width: 576px) {
    .responsive-margin {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
}

/*flashsale 2*/
.card-flash-karak {
    background: var(--warna_3);
    border-radius: 10px;
    position: absolute;
    width: 545px;
    height: 255px;
    bottom: 0;
    clip-path: polygon(0 0, 103% 0, 55% 100%, 0% 100%);
}
.shadow-flash-bg {
    position: absolute;
    width: 23rem;
    height: 23rem;
    left: 88px;
    top: 24px;
    background: var(--warna_6);
    filter: blur(42.4324px);
    z-index: 1;
}
.link-flash {
    padding: 0;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    position: relative;
    border-radius: 12px !important;
    height: 320px !important;
    overflow: hidden;
    border: none;
}
.gambar-game-flash {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    object-fit: cover;
    -o-object-position: 100% 20%;
    object-position: 100% 20%;
}
.gambar-game-flash-product {
    background: #fff;
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
}
.product-flashsale {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    background: #EB3678;
    border-radius: 8px 0px 12px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}
.gradient-bg-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #1a1a1a, rgb(31 41 55 / 0%));
}
.harga-price-flashsale {
    color: var(--Neutral-Main-Text, #222223);
    font-size: 20px;
    font-weight: 700;
}
.bersento {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 8px;
    background: var(--Mage-nta, #EB3678);
}
.harga-coret-flashsale {
    color:  #AAABAD;
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
}
.swiper-container.flashsaless {
    border-radius: 10px;
}
.swiper-container.flashsaless .swiper-button-prev, .swiper-container.flashsaless .swiper-button-next {
    top: 50%;
    right: 30px;
    padding: 15px 22px;
    background: var(--warna_3);
    border-radius: 50%;
}
.swiper-container.flashsaless .swiper-button-next:after, .swiper-container.flashsaless .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}
.swiper-container.flashsaless .swiper-slide {
    
}
.progress-sisa-product {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 6px;
    background: #E3E3E4;
    border-radius: 100px;
}
.progress-sisa-width {
    display: block;
    position: relative;
    height: 6px;
    background: #222223;
}
.text-sisa {
    color: #222223;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}
@media (max-width: 576px) {
    .swiper-container.flashsaless .swiper-button-prev, .swiper-container.flashsaless .swiper-button-next {
        top: 50%;
    }
    .bersento {
        font-size: 12px;
    }
    .harga-coret-flashsale {
        font-size: 12px;
    }
    .harga-price-flashsale {
        font-size: 16px;
    }
    .product-flashsale {
        font-size: 14px;
    }
    .text-sisa {
        font-size: 12px;
    }
    .gambar-game-flash-product,
    .gambar-game-flash {
        
    }
}

.swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container.banner {
    height: 100%;
    border-radius: 10px;
}            
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
    width: 100%;
    height: 100%;
}



.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}
@media(min-width: 700px) {
    
}
@media(max-width: 579px) {
    .card-gd {
   padding: 9px!important;
}  .time-section {
    font-size: 9px !important;
}  .bold.pb-2 {
    font-size: 14px !important;
} .rounded-2xl {
    border-radius: 0.3rem !important;    
}  .harga-disc {
    font-size: 10px !important;
}
    .harga-coret {
    font-size: 10px !important;
}
    .produk-flash-sale {
    font-size: 10px !important;
}


}

.swiper-slide {
    display: block;
    height: 100%;
}

.swiper-slide-flashsale {
    /*margin: 0 !important;*/
}
.swiper-wrapper-flashsale {
    /*gap: 18px;*/
    align-items: stretch;
}

.flashsale-container {
    padding: 0 0 45px 0;
}
.flashsale-container .swiper-button-next, .flashsale-container .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    top: 30px;
}
.flashsale-container .swiper-button-prev, .flashsale-container .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 55px);
    left: auto;
    top: 30px;
}
.flashsale-container .swiper-pagination {
    display: none;
}
.flashsale-container .swiper-button-prev, .flashsale-container .swiper-button-next {
    color: #000;
    background: #E3E3E4;
    padding: 0;
    border-radius: 32px;
    width: 32px;
    height: 32px;
}
.flashsale-container .swiper-button-next:after, .flashsale-container .swiper-button-prev:after {
    font-size: 15px;
}
.flashsale-container .swiper-button-prev:hover, .flashsale-container .swiper-button-next:hover {
    background: var(--warna_3);
}
@media (max-width: 1024px) {
    .flashsale-container {
        padding: 0 0 25px 0;
    }
}
/*end flashsale 2*/

/*artikel*/
.artikel-container {
    width: 100%;
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.text-heading-tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 6px;
}
.text-heading-tel .sp1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
}
.text-heading-tel .sp2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: var(--warna_3);
}
.text-heading-tel svg {
    width: 20px;
    height: 20px;
}
.container-card-artikel {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}
.container-card-artikel.latest {
    padding-top: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.container-card-artikel.percategory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.card-artikel {
    padding: 13px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    justify-content: center;
    border-bottom: 1px solid grey;
}
.card-artikel:hover .title-post {
    color: var(--warna_3);
}
.card-artikel:last-of-type,
.card-artikel:last-of-type:hover {
    border-bottom: none;
}
.artikel-image {
    display: block;
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
    -o-object-position: 5% 100%;
    object-position: 5% 100%;
}
.artikel-image.populer {
    width: 96px;
    height: 96px;
    -o-object-position: top center;
    object-position: top center;
}
.artikel-image.latest {
    height: 128px;
    -o-object-position: top center;
    object-position: top center
}
.artikel-image-games {
    display: block;
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
    -o-object-position: 5% 100%;
    object-position: 5% 100%;
}
.artikel-image-games.populer {
    width: 96px;
    height: 96px;
    -o-object-position: top center;
    object-position: top center;
}
.artikel-image-games.latest {
    height: 128px;
    -o-object-position: top center;
    object-position: top center
}
.title-post {
    color: var(--Neutral-White, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
}
.title-post.latest {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    -webkit-line-clamp: 2;
}
.content-post {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}
.content-post p {
    margin: 0;
}
.category-title-post {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cat-post {
    margin-top: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cek-artikel-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #222223;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    border-radius: 8px;
    border: none;
    background: var(--warna_3);
}
.sp-2-done-desktop {
    display: flex;
}
.sp-2-block-mobile {
    display: none;
}
@media (max-width: 1150px) {
    
}
@media (max-width: 992px) {
    
}
@media (min-width: 992px) {
    
}
@media (max-width: 768px) {
    .container-card-artikel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .artikel-image {
        height: 110px;
    }
    .text-heading-tel .sp1 {
        font-size: 22px;
        line-height: 1.2;
    }
    .text-heading-tel .sp2 {
        font-size: 17px;
        line-height: 1.2;
    }
    .text-heading-tel svg {
        width: 15px;
        height: 15px;
    }
    .sp-2-done-desktop {
        display: none;
    }
    .sp-2-block-mobile {
        display: flex;
    }
}
@media (max-width: 576px) {
    .container-card-artikel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .artikel-image {
        height: 96px;
        width: 128px;
        object-position: center !important;
    }
    .artikel-image-games {
        height: 128px;
        width: 100%;
        object-position: center !important;
    }
    .container-card-artikel.percategory {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}
    .flex-row.w-100.gap-\[20px\] {
    gap: 50px !important;
}
    .text-heading-tel .sp2 {
        font-size: 14px;
    }
    .terbaru {
        max-width: 96px !important;
        min-width: 96px !important;
    }
}
@media (min-width: 576px) {
    .terbaru {
        max-width: 256px !important;
        min-width: 256px !important;
    }
}
/*artikel end*/
/* button more */
.button-more {
    color: var(--warna_3);
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 650;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.button-more svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 576px) {
    .button-more {
        font-size: 15px;
    }
}
/* button more */

.list-topup-item {
    border: 1px solid var(--warna_3);
    border-radius: 12px;
}
.list-topup-item svg {
    color: var(--warna_3);
}
.games-list {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--warna_3);
}
.tags-title-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--warna_3);
}
.below-title-item {
    display: flex !important;
    height: 25px;
    flex-direction: row;
    align-self: stretch;
    color: var(--Neutral-White, #FFF);
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%
}


.bg-\[\#222223\] {
    background: #222223;
}
.heading-h1-flashsale {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 0;
}
.z-index-\[1\] {
    z-index: 1;
}
.bottom-\[25px\] {
    bottom: 25px;
}
.left-\[30px\] {
    left: 30px;
}
.left-0 {
    left: 0;
}
.padding_post_text {
    padding: 0 24px 24px 24px;
}
.post_text_1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: start;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    overflow: hidden;
}
.post_text_2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: start;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    overflow: hidden;
}
.gap-\[20px\] {
    gap: 20px;
}
.borsection_1 {
    padding-right: 2rem !important;
    border-right: 1px solid grey;
}
.borsection_2 {
    padding-left: 2rem !important;
}
.tags-item-terbang {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    background: #EB3678;
    border-radius: 8px 0px 12px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    z-index: 1;
}
@media (max-width: 992px) {
    .borsection_1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 !important;
        border: none;
    }
    .borsection_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 !important;
    }
}
@media (max-width: 768px) {
    .responsive-margin {
        margin-bottom: 2rem;
    }
    .heading-h1-flashsale {
        font-size: 20px;
        line-height: 30px;
    }
    .header-section {
        font-size: 20px;
        line-height: 30px;
    }
    .flashsale-container .swiper-button-prev, .flashsale-container .swiper-rtl .swiper-button-next,
    .flashsale-container .swiper-button-next, .flashsale-container .swiper-rtl .swiper-button-prev {
        top: 25px;
    }
    .link-flash {
        height: 256px !important;
    }
    .padding_post_text {
        padding: 0 15px 15px 15px;
    }
    .product-flashsale {
        font-size: 12px;
        line-height: 16px;
    }
    .post_text_1 {
        font-size: 14px;
        line-height: 19px;
    }
    .post_text_2 {
        font-size: 12px;
        line-height: 16px;
    }
    .gambar-game-flash {
        -o-object-position: top center;
        object-position: top center;
    }
    .tab-category {
        gap: 2rem;
    }
    .tags-item-terbang {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 576px) {
    .container-card-artikel.latest {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .title-post {
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 2;
    }
    .title-post.latest {
        font-size: 14px;
        line-height: 19px;
    }
    .below-title-item {
        font-size: 10px;
        line-height: 13px;
    }
}
    .gap-\[12px\] {
        gap: 12px;
    }
    .title-artikel-terbaru {
        color: var(--Neutral-White, #FFF);
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
    }
    .breadcrumb-item + .breadcrumb-item::before {
    content: " > ";
    font-size: 14px;  
    color: white;
    padding-right: 4px;
}
.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.special-col-5 {
    margin: 0; /* Tanpa margin pada tampilan desktop */
}

/* CSS untuk mobile (lebar layar di bawah 768px) */
@media (max-width: 768px) {
    .special-col-5 {
        margin-top: 40px;  /* Atur margin atas sesuai keinginan */
    }
}