@import url("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/2.0.46/css/materialdesignicons.css");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap");

:root {
    --warna_1: #fff;
    --warna_2: #000;
    --warna_3: #81b13d;
    --warna_4: #616165;
    --warna_5: #d7d7d7;
    --warna_6: #ed7f00;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    /* color: var(--warna_1); */
    box-shadow: none !important;
}

html body {
    letter-spacing: 0.02rem;
    direction: ltr;
    /* background-color: var(--warna_1); */
    background-repeat: no-repeat;
}

body {
    font-family: "Oxanium";
    background: var(--warna_4);
}

.flash-sale-section {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.flash-sale-products .row {
    margin: 0 -8px; /* Adjust spacing between cards */
}

.flash-sale-card-section {
    border-radius: 15px;
    padding: 0;
    margin: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 120px;
}

.flash-sale-card-section:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.flash-sale-card {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ffc107;
    color: #000;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.block {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 8px;
}

.card-image {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.flash-sale-card:hover .card-image img {
    transform: scale(1.08);
}

.card-content {
    padding: 4px 8px;
    width: 100%;
    min-height: 30px;
    display: flex;
    text-transform: capitalize;
    flex-direction: column;
}

.card-content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    width: 100%;
}

/* Button styling for "Topup Sekarang" */
.topup-button {
    display: block;
    text-align: center;
    background: var(--warna_1);
    backdrop-filter: blur(10px);
    color: var(--warna_2);
    width: max-content;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    max-width: 85%;
}

.topup-button:hover {
    background: var(--warna_3);
    text-decoration: none;
    color: var(--warna_1);
    text-shadow: none;
    border-color: var(--warna_3);
}

/* Featured Games Section Styles */
.featured-games-section {
    padding: 2rem 0;
}

.featured-game-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    min-height: 280px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.featured-game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Mobile Legends Card Styling */
.ml-card {
    background: linear-gradient(
        135deg,
        #0a0a1a 0%,
        var(--warna_1) 25%,
        var(--warna_1) 50%,
        var(--warna_1) 75%,
        #dbdee2 100%
    );
}

.ml-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="bg"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23000000" stop-opacity="0.2"/></radialGradient></defs><circle cx="50" cy="50" r="50" fill="url(%23bg)"/></svg>')
        center/cover;
    opacity: 0.3;
}

/* Free Fire Card Styling */
.ff-card {
    background: linear-gradient(
        135deg,
        #2c1810 0%,
        #4a2c1a 25%,
        #6b3e2a 50%,
        #8b4513 75%,
        #cd853f 100%
    );
}

.ff-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="bg2"><stop offset="0%" stop-color="%23ff6b35" stop-opacity="0.1"/><stop offset="100%" stop-color="%23000000" stop-opacity="0.2"/></radialGradient></defs><circle cx="50" cy="50" r="50" fill="url(%23bg2)"/></svg>')
        center/cover;
    opacity: 0.4;
}

.game-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.game-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 2rem; */
}

.game-logo {
    position: relative;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    margin-bottom: 1rem;
}

.game-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.game-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    padding-left: 10px;
}

.game-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.game-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.game-btn i {
    font-size: 0.8rem;
}

/* Decorative elements */
.game-decoration {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 2;
}

.game-decoration i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.bg-primary {
    background: var(--warna_1) !important;
}

.bg-secondary {
    background: var(--warna_4) !important;
    color: var(--warna_5) !important;
}

.bg-third {
    background: var(--warna_1) !important;
}
.bg-fourth {
    background: var(--warna_5) !important;
}

.bg-fifth {
    background: var(--warna_3);
}

.text-white {
    color: white !important;
}

.bg-card {
    color: var(--warna_2);
    background: var(--warna_1);
}

.bg-card .row .accordion .accordion-item {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        var(--warna_4);
    border-radius: 0px;
}

.navbar {
    color: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
    background-color: var(--warna_5);
    z-index: 100;
    width: 100%;
    padding: 8px 0;
}

.logo {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
}
.navbar-background {
    background: transparent;
}

.navbar-toggler {
    font-size: 32px;
}

.offcanvas.offcanvas-end {
    background: var(--warna_4);
}
.navbar-nav .nav-link {
    color: var(--warna_2);
    border-bottom: transparent solid 1px;
    align-items: center;
    /* text-align: center; */
    /* text-transform: uppercase; */
}
/* .navbar-nav .nav-item:nth-child(2) {
    min-width: 140px;
} */

.navbar-nav .nav-link:hover {
    color: var(--warna_1);
    /*border-bottom: var(--warna_1) solid 1px;*/
}

@media (max-width: 990px) {
    .navbar-nav .nav-link:hover {
        color: var(--warna_1);
        /*border-bottom: var(--warna_1) solid 1px;*/
    }
}
.navbar-nav {
    /*flex: 1;*/
    padding: 16px 0;
}
.navbar-nav .nav-link {
    padding: 16px 8px;
}
.nav-pills {
    z-index: 1;
    position: relative;
}
.nav-pills .nav-link {
    margin: 5px;
    padding: 8px 14px;
    font-style: italic;
}
.nav-pills .nav-link.active.active {
    background: linear-gradient(
        90deg,
        rgb(24, 149, 255, 1) 0%,
        var(--warna_1) 100%
    );
    background: var(--warna_1);
    border: 1px solid var(--warna_1);
    color: var(--warna_3);
}
.nav-pills .nav-link .icon {
    filter: brightness(100);
}
.nav-pills .nav-link {
    background: var(--warna_3);
    border: 1px solid var(--warna_3);
    color: var(--warna_5);
}
.auth-card {
    background: var(--warna_2) url("../bg_banner.jpg") no-repeat top center;
}

.btn-register {
    color: var(--warna_3);
    border: 1px solid var(--warna_1);
    background: var(--warna_1) !important;
}

.btn-register:hover {
    /* opacity: .9; */
    color: var(--warna_3);
    background: var(--warna_2) !important;
    /*color: #fff;*/
    /*border: 1px solid var(--warna_5);*/
    /*background: var(--warna_5) !important;*/
}

.btn-login {
    color: var(--warna_1);
    border: 1px solid var(--warna_1);
    /* background: var(--warna_3); */
    /* background: linear-gradient(90deg, #02306d 0%, var(--warna_1) 100%); */
}
.btn-login:active,
.btn-login:hover {
    color: var(--warna_3) !important;
    background: var(--warna_1) !important;
}

.btn-auth {
    color: var(--warna_3);
    border: 1px solid var(--warna_1);
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        var(--warna_1);
    /* background: linear-gradient(90deg, #02306d 0%, var(--warna_1) 100%); */
}
.btn-auth:active,
.btn-auth:hover {
    color: var(--warna_2) !important;
    background: var(--warna_4) !important;
}
.btn-outline-primary {
    color: var(--warna_2);
    border-color: var(--warna_2) !important;
}
.btn-outline-primary:hover {
    color: var(--warna_4) !important;
    border-color: var(--warna_1) !important;
    background: var(--warna_1);
}
.btn:first-child:active,
.btn:active {
    color: var(--warna_1);
    background-color: transparent;
    border-color: var(--warna_1) !important;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.w-full {
    width: 100%;
}
.content-body {
    color: var(--warna_5);
    /*padding: 0 5px;*/
    padding-top: 9.5rem;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
.content-body section {
    z-index: 1;
    position: relative;
}
/*.content-body:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    top: 0;*/
/*    height: 400px;*/
/*    width: 100%;*/
/*    background: rgb(182,194,68);*/
/*    background: linear-gradient(360deg, rgba(182,194,68,0) 0%, rgba(0,0,0,1) 63%);*/
/*}*/
.btn-primary {
    color: var(--warna_2);
    border: 1px solid var(--warna_3);
    background: transparent;
    /* background: linear-gradient(90deg, rgb(24, 149, 255) 0%, var(--warna_1) 100%); */
}

.btn-primary:hover {
    color: var(--warna_2);
    border-color: var(--warna_3) !important;
    background: var(--warna_1) !important;
}

.text-background {
    color: var(--warna_4) !important;
}

.text-primary {
    color: var(--warna_1) !important;
}

.text-2 {
    color: var(--warna_2) !important;
}

.text-3 {
    color: var(--warna_3);
}

.text-4 {
    color: var(--warna_5);
}

.text-5 {
    color: var(--warna_5);
}

.text-danger {
    color: red !important;
}

.auth-wrapper {
    padding: 4rem;
    display: flex;
}

.auth-wrapper .logo {
    height: 60px !important;
}

@media (min-width: 576px) {
    .content-body {
        margin: 0 auto;
        /*max-width: 540px;*/
    }
}

@media (min-width: 768px) {
    .content-body {
        margin: 0 auto;
        /*max-width: 720px;*/
    }
}

@media (min-width: 992px) {
    .content-body {
        margin: 0 auto;
        /*max-width: 960px;*/
    }
    .navbar-expand-lg {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        width: max-content;
    }
}

@media (min-width: 1200px) {
    .content-body {
        margin: 0 auto;
        /*max-width: 1140px;*/
        /*padding-top: 40px;*/
        padding-bottom: 40px;
    }
}

@media (min-width: 1400px) {
    .content-body {
        margin: 0 auto;
        /*max-width: 1320px;*/
        /*padding-top: 40px;*/
        /*min-height: 440px;*/
        padding-bottom: 40px;
    }

    .auth-wrapper {
        padding: 4rem;
    }
}

.resultsearch {
    width: 100%;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 70px);
    background-color: var(--warna_4);
    /* border-color: rgba(0, 0, 0, 0.1); */
    color: var(--warna_5);
    overflow-y: auto;
    max-height: 500px;
}

.resultsearch .close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    color: var(--warna_5);

    & i {
        font-size: 20px;
    }
}

.resultsearch li {
    list-style: none;
}
.resultwrapper {
    display: none;
    z-index: 1060;
    background: transparent;
}

.resultwrapper::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.search-product,
.search-product:focus {
    border: 0;
    background: transparent;
    /*border: 1px solid var(--warna_1);*/
    color: var(--warna_1);
    padding: 10px 16px 10px 40px;
}
.search-product::placeholder {
    color: var(--warna_1);
}
.resultsearch form svg {
    margin: 10px;
}
@media (min-width: 768px) {
    .resultsearch {
        margin: 0 auto;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1092;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .search-product {
        width: 100%;
    }
}

.resultsearch .dropdown-item {
    border-radius: 6px;
    padding: 4px;
}
.resultsearch .dropdown-item:hover {
    background-color: var(--warna_4);
    color: #fff;
}

.search-bar input {
    border: none;
    color: rgb(156 163 175);
    background: #ffffff;
    border-radius: 9999px;
}

.search-bar span {
    border: none;
    border-radius: 9999px;
    color: rgb(156 163 175);
    background: #ffffff;
}

.search-bar ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878aad;
    opacity: 1; /* Firefox */
}

.input-box:focus {
    color: #000;
    background: #ffffff;
}

.img-search {
    padding-left: 15px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 80%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100% !important;
        border-radius: 12px;
    }
    .logo {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
}

.swiper-pagination {
    margin-top: 30px !important;
}

.content-body form input {
    outline: none;
    margin-top: -30px;
    border: none !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.content-body form input::placeholder {
    color: var(--warna_2);
}
.row {
    --bs-gutter-x: 0.5rem;
}

.product .box .name {
    transition-property: all;
    position: absolute;
    transition: 0.3s;
    bottom: 0;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-category-section h5 {
    color: var(--warna_1);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.product-category-section a span {
    color: var(--warna_1);
    font-size: 14px;
}

.product-category-section a:hover span {
    color: var(--warna_3);
}

/* New Game Card Styles */
.game-card {
    display: block;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 20px;
}

.game-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.game-card-image {
    width: 100%;
    border-radius: 10px;
    height: 65%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.nav-link-button {
    text-decoration: none;
    color: var(--warna_2);
    padding: 9px 20px;
    border-radius: 5px;
    border: solid 1px var(--warna_2);
    font-size: 12px;
    background-color: transparent;
    font-weight: 500;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.nav-link-button:hover {
    background-color: var(--warna_1);
    border: transparent;
    text-decoration: none;
}

.nav-link-button.active {
    background-color: var(--warna_1);
    border: transparent;
    text-decoration: none;
}

.game-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
}

.game-card-tag {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    backdrop-filter: blur(4px);
    color: #fff !important;
}

.game-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-card-price {
    font-size: 14px;
    color: var(--warna_2);
}

.product .box {
    overflow: hidden;
    transition: all 0.5s ease;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: 0.3s;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product .box:hover {
    background: none;
    transform: scale(1.025);
    padding: 0px;
    border: 5px solid var(--warna_1);
    margin-top: -10px;
}
.product .box:hover .name {
    position: absolute;
    color: var(--warna_1);
    bottom: 0;
    scale: 1.1;
    background: linear-gradient(
        180deg,
        rgba(2, 0, 36, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    padding: 10px;
    width: 100%;
}

.dropdown-item.item-search b {
    color: var(--warna_2) !important;
}
@media (max-width: 576px) {
    .product .box {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        border-radius: 1.2rem;
        text-align: center;
        background: #646464;
        display: block;
        text-decoration: none;
        color: #fff;
        height: 12rem;
    }
}

@media (min-width: 576px) {
    .product .box {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);
        border-radius: 1.2rem;
        text-align: center;
        background: #646464;
        display: block;
        text-decoration: none;
        color: #fff;
        height: 13rem;
    }
}

.card-product {
    margin-bottom: -30px;
    gap: 1rem;
}
@media (max-width: 576px) {
    .product p {
        font-size: 12px !important;
    }
}

.product .box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 0.75rem;
}

.popular {
    border: 1px solid transparent;
}
.popular a {
    background: var(--warna_1);
    border: 1px solid var(--warna_1);
    color: var(--warna_5);
    transition: ease 0.25s;
}

.popular a:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)),
        var(--warna_1);
    color: var(--warna_5);
    margin-top: -10px;
}

.popular:hover .btn {
    color: var(--warna_2);
    background: var(--warna_1);
    border: 1px solid var(--warna_1);
}

.popular .image {
    width: 70px;
    height: 70px;
}

.account-menu .color a {
    color: var(--warna_5) !important;
}

.popular img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.popular {
    font-size: 1rem;
    color: var(--warna_2);
}

.popular .btn {
    border: 1px solid var(--warna_4);
    background: var(--warna_4);
    color: var(--warna_2);
    font-size: 12px;
    padding: 4px;
}

.card {
    border-radius: 10px;
    border: 0;
}

.kbrstore-pgimg {
    background-color: white;
    border-radius: 3px;
    border: 1px solid white;
    height: 15px;
}
.footer {
    background: var(--warna_5);
    color: var(--warna_2);
}
.footer img {
    padding-top: 2.5rem 0;
}
.footer ul {
    margin: 0;
    padding: 0;
}

.footer .logo {
    height: 40px;
    margin: 0 0 0.2rem;
    /* filter: brightness(3) invert(4); */
}

.footer li {
    list-style-type: none;
    padding: 0.3rem 0;
}
.footer a {
    color: var(--warna_5);
}
.footer h6,
.footer a:hover {
    color: var(--warna_1) !important;
}

.account-menu a:hover {
    color: var(--warna_4);
}
.text-copyright {
    color: #718096;
    font-size: 0.875rem;
}

.sosmed {
    margin-bottom: 20px;
}

.sosmed a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}

.sosmed i {
    font-size: 24px;
}

.item .metode {
    margin: 5px 0;
    background: #fff;
    border-radius: 8px;
    padding: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.my-form label {
    font-size: 0.825rem;
    margin: 0.4rem 0;
}

.my-form .form-control {
    background: white;
    margin-top: 0px;
    color: #000000;
    border: 1px solid white !important;
}
.my-form .form-control::placeholder {
    color: black;
}

.my-form .form-control:active,
.my-form .form-control:focus {
    border: 1px solid white !important;
    box-shadow: none !important;
    outline: none !important;
}

.method-list {
    overflow: hidden;
    cursor: pointer;
}

.method-list.active table {
    margin-top: -53px;
}

.search-item {
    width: 50%;
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 120px;
    }
    .logo {
        height: 20px;
        width: auto !important;
    }
    .footer .logo {
        height: 20px;
        margin-bottom: 1rem;
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .search-item {
        width: 50%;
        margin-left: 0px;
    }
}

@media (min-width: 993px) {
    .search-item {
        width: 50%;
        margin-left: 5px;
    }
}

@media (min-width: 1024px) {
    .search-item {
        width: 50%;
        margin-left: 0px;
    }
}

@media (min-width: 1106px) {
    .search-item {
        width: 50%;
        margin-left: 0px;
    }
    .navbar-brand {
        width: auto;
        margin-right: 20px;
        position: relative;
        width: 70px;
        height: 30px;
    }
    .navbar-brand .logo {
        position: absolute;
        height: 30px;
        top: -5px;
    }
}

@media (min-width: 1266px) {
    .search-item {
        width: 50%;
        margin-left: 0px;
    }
}

@media (min-width: 1336px) {
    .search-item {
        width: 50%;
        margin-left: 0px;
    }
}

@media (min-width: 1440px) {
    .search-item {
        /* width: 20%; */
        margin-left: 0px;
    }
}

.footer-right {
    text-align: right;
}

@media (max-width: 480px) {
    .footer-left,
    .footer-right {
        text-align: center;
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    color: var(--warna_2);
    background: var(--warna_4) !important;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: auto;
    /* color: inherit; */
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: left !important;
    word-wrap: break-word;
    word-break: break-word;
    color: var(--warna_2) !important;
}

.flex-1 {
    flex: 1 1 0%;
}

.clip-overlay {
    clip-path: polygon(
        0 48%,
        9% 48%,
        18% 65%,
        27% 49%,
        36% 72%,
        45% 58%,
        55% 70%,
        64% 58%,
        73% 86%,
        82% 48%,
        91% 63%,
        100% 70%,
        100% calc(100% + 1px),
        0 calc(100% + 1px)
    );
    -webkit-clip-path: polygon(
        0 48%,
        9% 48%,
        18% 65%,
        27% 49%,
        36% 72%,
        45% 58%,
        55% 70%,
        64% 58%,
        73% 86%,
        82% 48%,
        91% 63%,
        100% 70%,
        100% calc(100% + 1px),
        0 calc(100% + 1px)
    );
    background-color: #7367f0;
    width: 100%;
    height: 25px;
    margin-top: -21px !important;
}

.clip-fo {
    margin-top: 10px !important;
    background-color: var(--warna_3) !important;
    display: flex;
    padding: 0;
    margin-top: -35px;
    width: 100%;
    height: 40px;
    clip-path: polygon(
        0 23%,
        6% 72%,
        12% 47%,
        18% 70%,
        24% 51%,
        32% 80%,
        38% 47%,
        44% 80%,
        50% 49%,
        56% 70%,
        60% 86%,
        66% 42%,
        72% 65%,
        78% 38%,
        84% 64%,
        90% 17%,
        96% 20%,
        100% 1%,
        100% calc(100% + 1px),
        0 calc(100% + 1px)
    );
    -webkit-clip-path: polygon(
        0 23%,
        6% 72%,
        12% 47%,
        18% 70%,
        24% 51%,
        32% 80%,
        38% 47%,
        44% 80%,
        50% 49%,
        56% 70%,
        60% 86%,
        66% 42%,
        72% 65%,
        78% 38%,
        84% 64%,
        90% 17%,
        96% 20%,
        100% 1%,
        100% calc(100% + 1px),
        0 calc(100% + 1px)
    );
}

.clip-path {
    display: flex;
    padding: 0;
    margin-top: -32px;
    width: 100%;
    height: 35px;
    background-color: #ebe9f1;
    clip-path: polygon(
        0 48%,
        9% 48%,
        18% 65%,
        27% 49%,
        36% 72%,
        45% 58%,
        55% 70%,
        64% 58%,
        73% 86%,
        82% 48%,
        91% 63%,
        100% 70%,
        100% calc(100% + 1px),
        0 calc(100% + 1px)
    );
}

.foo-img {
    width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
    float: left;
    margin-right: 15px;
}

.fo-end a {
    margin: 0 3px;
}

@media only screen and (max-width: 600px) {
    .fo-end {
        text-align: center;
    }

    .fo-end span {
        margin-bottom: 8px;
        display: block;
    }

    .fo-end div {
        margin-top: 5px;
        display: block !important;
        float: none !important;
    }

    .fo-end div img {
        max-width: 150px !important;
    }

    .fo-xs2 {
        padding-bottom: 20px;
        border-bottom: 1px dotted #7367f0;
    }
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-gray {
    border-color: var(--warna_5) !important;
}
.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.footer-payment-logo {
    border-radius: 4px;
    /*padding: 7px 10px;*/
    min-width: 55px;
    text-align: center;
    margin: 5px 0;
}

.footer-payment-logo > img {
    height: 100%;
    max-height: 40px !important;
    width: auto;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.toast,
.tooltip {
    font-size: 0.857rem;
}
.modal-title,
.popover,
.tooltip {
    line-height: 1.45;
}
.popover,
.text-hide,
.tooltip {
    text-shadow: none;
}
.close:hover {
    color: #5e5873;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    max-width: 380px;
    color: #6e6b7b;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
    opacity: 0;
    border-radius: 0.286rem;
}

.modal-content {
    background: var(--warna_4);
}
.toast:not(:last-child) {
    margin-bottom: 1.14rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.modal-dialog-scrollable,
.toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.toast-header {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.15rem 1.14rem;
    color: #6e6b7b;
    border-bottom: 0 solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 0.286rem;
    border-top-right-radius: 0.286rem;
}
.toast-body {
    padding: 1.14rem;
}

.fo-menu {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 10px 10px 0 10px;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #edebeb;
    display: none;
    left: 0;
}
.fo-item {
    padding-top: 3px;
    padding-bottom: 6px;
    border-bottom: 3px solid #fff;
    width: 19%;
    display: inline-block;
    text-align: center;
}
.fo-item i {
    display: block;
    margin-bottom: 5px;
    color: #6e6b7b;
}
.fo-item span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #6e6b7b;
}
.fo-icon-center {
    background: #8f86f3;
    height: 46px;
    width: 46px;
    position: relative;
    margin: -40px auto 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
}
.fo-icon-center i {
    color: #fff;
    padding-top: 12px;
}
.fo-item.active {
    border-color: #8f86f3;
}
@media only screen and (max-width: 600px) {
    .fo-menu {
        display: block;
    }
    html .content.app-content {
        padding-bottom: 80px !important;
    }
}
.accordion-button {
    box-shadow: none !important;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: 0px;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-tipe {
    font-weight: 600;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled {
    background: #8ba4b1;
    border-color: #8ba4b1;
}
.product .box {
    margin-bottom: 40px;
}
.games-banner {
    height: 120px;
    /* background:url(/assets/banner_game/mlbb_miliyan.id.jpg); */
    /* background:url(/assets/banner_game/mlbb_miliyan.id.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}
.num-page {
    display: flex;
    background-color: var(--warna_2);
}
.num-page .number {
    justify-content: center;
    align-items: center;
    background: var(--warna_1);
    font-size: 1.1rem;
    height: 38px;
    font-weight: 600;
    width: 40px;
    display: flex;
    color: var(--warna_3);
    /*padding: 12px 12px;*/
}

.num-page .desc {
    font-size: 0.9rem;
    height: 34px;
    text-transform: uppercase;
    color: var(--warna_5);
    padding: 10px 10px 0px 12px;
}
.num-page p {
    margin-left: 5px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 6px;
}
.num-page i {
    font-size: 16px;
    margin-top: 13px;
    margin-left: 5px;
}

button.accordion-button {
    outline: none !important;
    box-shadow: none !important;
}
.accordion-button {
    background-color: var(--warna_2);
}
.accordion-item {
    border: 1px solid var(--warna_5);
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.accordion-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box-back i {
    font-size: 22px;
    margin-top: 2px;
    color: #fff;
}
.product-list {
    border-radius: 0.5rem;
    /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
    overflow: hidden;
    border: 1px solid var(--warna_4);
}
.product-list b {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--warna_1);
}
.product-list span {
    font-size: 0.9rem;
    color: var(--warna_5);
}

.secondary-color {
    color: var(--warna_1) !important;
}
.product-list.active b {
    color: var(--warna_1) !important;
}
.product-list.active span {
    color: var(--warna_5) !important;
}
.product-list.active {
    /* background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), var(--warna_1); */
    background-color: var(--warna_3);
    border: 1px solid var(--warna_1);
}
/* .product-list.active:before{
    display:inline-block;
    content:'L';
    position:relative;
    background:var(--warna_2);
    margin-left:-20px;
    height:53px;
    line-height:40px;
    width:20px;
    text-align:center;
    color:#fff;
    top:-23px;
    transform:rotate(45deg) scaleX(-1);
} */
/* .product-list.active b{
    margin-top:-53px;
} */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /*margin-right: 0;*/
    /*margin-left: 0;*/
}
.bg-product {
    background: var(--warna_4);
}

.cursor-pointer {
    cursor: pointer;
}
.panduan {
    color: var(--warna_5);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}
div:where(.swal2-container) .swal2-html-container {
    font-size: 14px !important;
}
.swal2-styled.swal2-cancel {
    border: 1px solid var(--warna_3) !important;
    color: var(--warna_2) !important;
    background: var(--warna_4) !important;
}
.swal2-styled.swal2-confirm {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        var(--warna_2);
    color: var(--warna_5);
    border-radius: 0.375rem;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-title {
    margin: 16px 0;
    color: var(--warna_2);
}
.swal-text {
    font-size: 14px;
    text-align: center;
}
.swal2-html-container {
    text-align: center !important;
}
.product-list img {
    display: flex;
    float: right;
    margin-top: -12px;
}
.productlogo {
    width: 32px;
    right: 5%;
}
.accordion-button:hover {
    z-index: 0;
}
.order .banner-wrap {
    background-color: var(--warna_3);
    background-position: top;
    background-repeat: no-repeat;
    background-size: clamp(60em, 100rem, 100em) auto, cover;
}
.banner-wrap .banner {
    height: 220px;
    position: absolute;
    width: -webkit-fill-available;
}
.banner-wrap .banner:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgb(24, 24, 27, 0),
        rgba(47, 47, 515, 0.25),
        rgb(24, 24, 27)
    );
}

.order .thumbnail-container {
    perspective: 25em;
}
.order .thumbnail {
    position: relative;
    transform-origin: left center;
}
.bg-payment {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
        var(--warna_4);
}

.bg-payment img {
    filter: brightness(1) invert(1);
}
.method-list.active img {
    filter: brightness(1) invert(1);
}
.method-list {
    border-color: var(--warna_2) !important;
    color: var(--warna_5);
}

.method-list img {
    height: 30px;
    filter: brightness(1) invert(1);
}
.method-list.active {
    border-color: var(--warna_4) !important;
    background: var(--warna_1) !important;
    color: var(--warna_3);
}

.method-list:hover {
    border-color: var(--warna_4) !important;
    background: var(--warna_1) !important;
    color: var(--warna_4);
    transition: all 300ms ease-in-out;
}
/* .method-list.active:before {
    position: absolute;
    background: var(--warna_4)!important;
    top: -20px;
    left: -10px;
    z-index: 999;
} */
.rounded-bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-button svg {
    position: absolute;
    right: 10px;
}
.accordion-button:not(.collapsed) {
    color: var(--warna_2);
    background-color: var(--warna_2);
}
.accordion-button:not(.collapsed) svg {
    transform: rotate(-180deg);
}
.accordion-item,
.my-form .form-control,
.btn {
    border-radius: 8px;
}
.btn-order {
    display: inline-block;
    border: 0;
    outline: 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), var(--warna_1);
    back */
    background-color: var(--warna_2);
    border: solid 1px var(--warna_2);
    line-height: 1.48;
    cursor: pointer;
    color: var(--warna_5);
    /* Important part */
    position: relative;
    width: 100%;
    transition: padding-right 0.3s ease-out;
}
.btn-order:hover {
    /* color: var(--warna_4); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--warna_1); */
    /* background-color: var(--warna_3);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    color: var(--warna_3) !important;
    background: var(--warna_1) !important;
}
.btn-close {
    color: var(--warna_1);
    filter: brightness(0) invert(0);
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-order.loading {
    padding-right: 40px;
}

.btn-order.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 10px;
    top: 35%;
    width: 0px;
    height: 0px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-left-color: #fff;
    border-top-color: #fff;
    animation: spin 0.6s infinite linear, grow 0.3s forwards ease-out;
}
@keyframes spin {
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow {
    to {
        width: 16px;
        height: 16px;
    }
}

.shadow-form {
    box-shadow: 0 4px 80px #dee2e600, 0 1.6711px 33.4221px hsl(0deg 0% 77% / 0%),
        0 0.893452px 17.869px hsl(0deg 0% 77% / 0%),
        0 0.500862px 10.0172px hsl(0deg 0% 77% / 0%),
        0 0.266004px 5.32008px hsl(0deg 0% 77% / 0%),
        0 0.11069px 2.21381px hsl(0deg 0% 77% / 0%);
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.8rem 2rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: 0.358rem;
}

.btn-block {
    display: block;
}

.w-20 {
    width: 20% !important;
}

/* Hero Section Styles */
.hero-section {
    padding: 3rem 1rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-item i {
    font-size: 1.2rem;
    color: #4caf50;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.feature-item span {
    flex: 1;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-content {
        text-align: center;
        margin-top: 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 2rem 1rem;
        margin: 1rem 0;
    }

    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .feature-item {
        font-size: 0.9rem;
    }

    .feature-item i {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .order .banner {
        height: 120px;
    }
    .w-20 {
        width: 50px !important;
    }
    .order .thumbnail {
        margin-top: 0;
    }

    .hero-section {
        padding: 1.5rem 0.75rem;
    }

    .hero-title {
        font-size: 1.6rem;
    }

    .hero-features {
        gap: 0.75rem;
    }
}

/* News & Information Section Styles */
.news-section {
    padding: 2rem 1rem;
    background: linear-gradient(to right, var(--warna_4), var(--warna_5));
}

.news-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--warna_1);
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.news-card {
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
    height: 100%;
    position: relative;
}

.news-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.1);
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    transition: opacity 0.3s ease;
}

.news-card:hover .news-overlay {
    opacity: 0.8;
}

.news-content {
    position: relative;
    padding-top: 2px;
    z-index: 2;
}

.news-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.news-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    line-height: 1.5;
}

/* Responsive Design for News Section */
@media (max-width: 991px) {
    .news-title {
        font-size: 1.75rem;
        text-align: center;
    }

    .news-section {
        padding: 1.5rem 0.5rem;
    }
}

@media (max-width: 767px) {
    .news-title {
        font-size: 1.5rem;
    }

    .news-card-title {
        font-size: 1rem;
    }

    .news-description {
        font-size: 0.85rem;
    }

    .news-image {
        height: 160px;
    }

    .news-content {
        padding: 1.25rem;
    }
}

@media (max-width: 575px) {
    .news-section {
        padding: 1rem 0;
    }

    .news-image {
        height: 140px;
    }

    .news-content {
        padding: 1rem;
    }

    .news-card-title {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }
}

/* Banner Carousel Styles */
.banner-carousel {
    position: relative;
}

.banner-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.banner-carousel .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.banner-carousel .owl-dot.active {
    background: var(--warna_1);
    transform: scale(1.2);
}

.banner-carousel .owl-dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

.banner-item {
    position: relative;
}

.banner-item .item {
    transition: transform 0.3s ease;
}

.banner-carousel:hover .banner-item .item {
    transform: scale(1.02);
}

/* Banner responsive adjustments */
@media (max-width: 768px) {
    .banner-carousel .owl-dots {
        margin-top: 10px;
    }

    .banner-carousel .owl-dot {
        height: 8px;
        width: 8px;
        margin: 0 3px;
    }
}

.arcadia-site {
    text-decoration: none;
    color: #000;
}

.main-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--warna_2);
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--warna_2);
}

.section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--warna_2);
}

.terms-content ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.terms-content li {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--warna_2);
}

.terms-content p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--warna_2);
}

@media (max-width: 768px) {
    .main-title {
        font-size: 1.75rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .intro-text,
    .terms-content li,
    .terms-content p {
        font-size: 1rem;
    }
}
