/*AWAL TAMBAHAN TEKS*/
h1 {
    font-size: 48px !important;
}
h2 {
    font-size: 40px !important;
}
h3 {
    font-size: 32px !important;
}
h4 {
    font-size: 28px !important;
}
h5 {
    font-size: 24px !important;
}
h6 {
    font-size: 20px !important;
}

.text-large {
    font-size: 18px;
}

.text-medium {
    font-size: 16px;
}

.text-small {
    font-size: 14px;
}

.navbar-brand {
    margin-left: 10px;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.image-banner-search {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
}

.overlay-banner .title {
    margin-bottom: 0.5rem;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
}

.card {
    width: 100%; /* Atur sesuai kebutuhan */
    aspect-ratio: 1 / 1; /* Rasio 1:1 */
    overflow: hidden; /* Mencegah gambar keluar */
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-hover img {
    transition: transform 0.3s ease-in-out;
}

.card-hover:hover img {
    transform: scale(1.1);
}

.card.berita {
    height: 310px;
    object-fit: cover;
}

.category-berita {
    background-color: #ededed;
    color: #333;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
}

.btn-nosa {
    color: #000;
    border-radius: 0px;
    padding: 10px 15px;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
}


.btn-nosa.bg-kuning:hover {
    box-shadow: 0 0 10px rgba(201, 156, 0, 0.5);
    background-color: #C99C00 !important;
    cursor: pointer;
}


.btn-nosa span{
    margin-left: 10px;
}
.kuning{
    color: #E6B800;; 
}
.bg-kuning{
    background-color:  #E6B800;; 
}
.bg-abu1{
    background-color:  #A8A8A8;; 
}

.text-abu{
    color:  #6e6d6d;; 
}

.btn-nosa.bg-kuning:hover {
    background-color: #e6b800;
}

.btn-nosa.bg-abu1:hover {
    background-color: #8F8F8F;
}


.btn-container {
    display: flex;
    align-items: center; /* Menyamakan tinggi antara tombol dan teks */
    gap: 15px; /* Jarak antara tombol dan teks */
}

.counter .btn-nosa {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px; /* Sesuaikan padding */
    white-space: nowrap; /* Mencegah teks tombol terpotong */
}

.text-box {
    height: 60px; /* Sesuaikan dengan tinggi tombol */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan teks secara vertikal */
    max-width: 300px; /* Sesuaikan agar teks tetap dalam 2 baris */
    overflow: hidden; /* Mencegah teks berlebih */
}

.unstyle-link {
    text-decoration:none;
    color: #000;
}
.unstyle-link:hover {
    color: #757575;
}

input:focus {
    border-color: inherit;
    box-shadow: none;
    outline: none;
}

.kotak-container {
    width: 100%;
    height: 280px;
    position: relative;
    background-color: white;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
}
.kotak-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.kotak-container  .right {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.kotak-container  .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kotak-container .left {
    width: 50%;
    background-color: #E7E7E7;
    color: #000;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.card.berita-kecil {
    height: 150px;
    object-fit: cover;
}

.explorasi .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay dengan efek transparan */
    color: white;
    display: flex;
    flex-direction: column; /* Susun elemen secara vertikal */
    align-items: center; /* Posisikan ke tengah */
    justify-content: end; /* Posisikan ke tengah */
    text-align: center;
    gap: 120px; /* Beri jarak antara ikon dan teks */
}

.explorasi .card {
    position: relative; /* Pastikan card sebagai parent posisi */
    overflow: hidden;
}

.nav-item .nav-link {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

@media (max-width: 769px) {
    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px !important;
    }
    h6 {
        font-size: 16px !important;
    }

    /* Adjust paragraph */
    .text-large {
        font-size: 16px !important;
    }

    .text-medium {
        font-size: 14px !important ;
    }

    .text-small {
        font-size: 12px !important ;
    }

 .image-banner-search {
        height: 200px !important;
    }
    
    .kotak-container .right {
        width: 100%;
        position: relative;
    }
    .kotak-container .left {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    
    .explorasi .card-overlay i {
        display : none;
    }
    
    .counter .fa-chevron-right {
        display: none;
    }
    .counter .bg-kuning {
        height: 60px;
        width: 5px !important;
    }
    .counter .btn-nosa {
        padding: 0px;
    }
}

/*AKHIR TAMBAHAN TEKS*/

/*AWAL BREADCRUMB*/

/*AKHIR BREADCRUMB*/

/* AWAL TAMBAHAN LT*/
/* AWAL NAVBAR */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-nav .nav-link {
    font-size: 14px !important;
}

.nav-item:hover > .dropdown-menu {
	display: inline-block;
}

.navbar-nav .nav-link {
    font-size: 13px;
    /* Ganti 16px dengan ukuran font yang diinginkan */
    color: #000;
    /* Ganti dengan warna teks yang diinginkan */
}

/* Ubah warna teks pada item navbar saat di-hover */
.navbar-nav .nav-link:hover {
    color: #d2b600;
}
.navbar-nav .nav-link.active {
    font-weight: 600;
    color: #d2b600;
    /* Ganti dengan warna hover yang diinginkan */
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
    /* Ukuran font untuk item dropdown */
    margin-bottom: 10px;
}

.no-caret::after {
    display: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    /* Menghilangkan background saat hover dan klik */
    font-weight: 400;
    /* Sesuaikan warna teks jika diperlukan */
}

a {
    text-decoration: none;
    color: inherit;
}

/* FONT YG DIPAKAI */
.inter-thin {
    font-family: 'inter', sans-serif; 
    font-weight: 100;
    font-style: normal;
}

.inter-light {
    font-family: 'inter', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.inter-regular {
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.inter-medium {
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.inter-semibold {
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.inter-bold {
    font-family: 'inter', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.inter-black {
    font-family: 'inter', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.inter-thin-italic {
    font-family: 'inter', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.inter-light-italic {
    font-family: 'inter', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.inter-regular-italic {
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.inter-bold-italic {
    font-family: 'inter', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.inter-black-italic {
    font-family: 'inter', sans-serif;
    font-weight: 900;
    font-style: italic;
}

@media (min-width: 1400px) {
    .navbar-nav .nav-item {
        margin-left: 8px;
        margin-right: 8px;
    }
    .navbar-nav {
        /*margin-left: 200px !important;*/
    }
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 14px !important;
    }

    

    .navbar-nav .nav-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-item.active .nav-link::after,
    .nav-item .nav-link:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
    }

    .nav-item.active .nav-link::after {
        transform: scaleX(1);
    }

    .nav-item .nav-link:hover::after {
        transform: scaleX(1);
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 12px !important;
    }
    
    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
    }

    .nav-item.active .nav-link {
        font-weight: 400;
    }

    .nav-item.active .nav-link::after,
    .nav-item .nav-link:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .nav-item.active .nav-link::after {
        transform: scaleX(1);
    }

    .nav-item .nav-link:hover::after {
        transform: scaleX(1);
    }
}

@media (min-width: 993px) {
    /*NAVBAR*/
    .navbar-nav {
        margin-left: auto;
    }

    .navbar-nav .nav-item {
        position: relative;
        display: inline-block;
    }


    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
        margin-right: 10px;
        margin-left: 10px;
    }

    .nav-item.active .nav-link {
        font-weight: 600;
    }
    
    .navbar-nav .nav-item {
        margin-left: 2px;
        margin-right: 2px;
    }

    .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        transition: width 0.3s ease-in-out;
    }
    /* Untuk elemen 'After-Sales Service' */
    .dropdown-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .dropdown-item:hover::after {
        transform: scaleX(1);
    }

    /* Tambahkan ini jika dropdown-item tidak memiliki position relative */
    .dropdown-item {
        position: relative;
    }
    /*NAVBAR*/
    /*.container, .container-lg, .container-md, .container-sm {*/
    /*    max-width: 1140px;*/
    /*}*/
    
    
}

@media (max-width: 992.98px) {
    .nav-item .nav-link {
        text-decoration: none;
        font-weight: normal;
        position: relative;
        color: black;
        flex-grow: 1;
    }

    .nav-item.active .nav-link {
        font-weight: 600;
    }

    .navbar-nav .nav-link {
        font-size: 13px !important;
    }

    .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        transition: width 0.3s ease-in-out;
    }

    .dropdown-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .dropdown-item:hover::after {
        transform: scaleX(1);
    }

    .dropdown-item {
        position: relative;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        padding-left: 10px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 426px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    h6 {
        font-size: 14px !important;
    }

    /* Adjust paragraph */
    .text-large {
        font-size: 12px !important;
    }

    .text-medium {
        font-size: 11px !important ;
    }

    .text-small {
        font-size: 10px !important ;
    }
}


.nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    transform: scaleX(1);
}

.nav-link.show::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    transform: scaleX(1);
}

.dropdown-item.underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #E6B800;
    transform: scaleX(1);
}

.card-body .custom-card-body .btn-secondary {
    border-radius: 20px;
    background-color: #E6B800;
    color: white;
    text-decoration: none;
}


/*container setting max width*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1260px;
    }
}

.splide__arrow--prev {
    left: 0em;
}
.splide__arrow--next {
    right: 0em;
}

.splide__track .card{
    border-radius: 25px;
    height: 400px;
    border:0px;
    background-color: white;
    box-shadow: 8px 9px 14px 0px rgba(0, 0, 0, 0.08);
}
.splide__track .card img{
    border-radius: 50px;
    width: 60px;
    height: 60px;
}
.bulat-ikon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #E6B800;
    color: #fff;
}



/*LAYANAN*/
/*OVERVIEW*/
.layanan-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .layanan-nosa .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .layanan-nosa .overlay-banner-group, .overlay-banner-service {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .layanan-nosa .text-desc{
        padding-right: 200px;
        padding-left: 200px;
    }
    
    .layanan-nosa .container-galery h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .layanan-nosa  .container-galery  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 10%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .layanan-nosa .container-hubungi-kami .content-banner-hub-kami{
        background-color : #E7E7E7;
        position: relative;
        z-index: 2;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }
    
    .layanan-nosa .container-hubungi-kami .content-banner-hub-kami-image {
        position: relative;
        z-index: 1;
        width: 56%;
        margin-left: -80px;
    }
    
    .layanan-nosa .container-hubungi-kami .content-banner-hub-kami .content{
        padding: 50px;
        width: 80%;
    }
    
    .layanan-nosa .btn-hubungi-kami {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .layanan-nosa .btn-hubungi-kami:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    
    .layanan-nosa .container-hubungi-kami .row-content-hub-kami{
        display: flex;
        height: 300px;
    }
    
    .layanan-nosa .service-section {
        position: relative;
        overflow: hidden;
    }
    
    .layanan-nosa .image-banner-service {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }
    
    .layanan-nosa .container-service .container-overlay-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        height: 100%; 
    }
    
    .layanan-nosa .container-service .col-layanan {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-height: 300px;
        text-align: center;
        position: relative;
        height: 100%; 
    }
    
    .layanan-nosa .container-service .col-layanan .container {
        display: flex;
        flex-direction: column; 
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .layanan-nosa .container-service .col-layanan .image-logo-layanan {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }
    
    .layanan-nosa .btn-layanan {
        border: 2px solid white;
        color: white;
        background-color: transparent;
        cursor: pointer;
        transition: box-shadow 0.3s ease;
        margin-top: 20px;
        padding: 10px 15px;
        border-radius: 0px
    }
    
    .layanan-nosa .btn-layanan:hover {
        box-shadow: 0 0 10px white;
    }
    
    .layanan-nosa .title-layanan {
        font-weight: bold;
        font-size: 16px;
    }
    
    .layanan-nosa .container-service .text-layanan {
        font-size: 12px;
        margin-top: 10px;
        height: 100px;
    }
    
    .layanan-nosa .container-service .col-layanan:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .layanan-nosa .container-service2{
        display : block;
    }
    
    .layanan-nosa .container-service2{
        display:none;
    }
    
    @media (min-width: 768px) and (max-width: 1240px){
        .layanan-nosa .container-service .image-banner-service{
            height: 600px;
        }

        .layanan-nosa .container-service .title-layanan {
            font-size: 14px;
            height:20px;
        }
        
        .layanan-nosa .container-service .image-logo-layanan {
            height:50px;
        }
        
        .layanan-nosa .container-service .image-logo-layanan img{
            height:40%;
        }
        
        .layanan-nosa .container-service .text-layanan {
            height: 200px;
        }
        
        .layanan-nosa .btn-layanan {
            font-size: 12px;
            padding: 5px 10px;
        }
        
        .layanan-nosa .container-hubungi-kami .content-banner-hub-kami{
            padding-top: 10px;
            padding-bottom: 0px;
            padding-left: 10px;
        }
        
        .layanan-nosa .container-hubungi-kami .content-banner-hub-kami-image {
            width: 61%;
        }

        .layanan-nosa .text-desc{
            padding-right: 100px;
            padding-left: 100px;
        }
        
    }

    
    @media (max-width: 767px) {
        .layanan-nosa{
            margin-bottom:170px;
        }
        .layanan-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .layanan-nosa .overlay-banner-group .title {
            margin-left: 0px; 
            margin-right: 0px
        }
        
        .layanan-nosa .text-desc{
            padding-right: 50px;
            padding-left: 50px;
        }
        
        
        .layanan-nosa .container-hubungi-kami .content-banner-hub-kami{
            background-color : #E7E7E7;
            position: relative;
            z-index: 2;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        
        .layanan-nosa .container-hubungi-kami .content-banner-hub-kami-image {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-left: 0px;
        }
        
        .layanan-nosa .container-hubungi-kami .row-content-hub-kami{
            display: block;
        }
        
        .layanan-nosa .container-hubungi-kami .content-banner-hub-kami .content{
            padding: 20px;
        }
        
        .layanan-nosa .service-section2 {
            position: relative;
            overflow: hidden;
        }
        
        .layanan-nosa .container-service{
            display : none;
        }
        
        .layanan-nosa .container-service2{
            display:block;
        }
        .layanan-nosa .container-service2 .col-layanan2 .image-logo-layanan2 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
        }
        .layanan-nosa .container-service2 .image-logo-layanan2 img{
            height:60%;
        }
        .layanan-nosa .service-section2 .col-layanan2{
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .layanan-nosa .container-service2 .title-layanan {
            height: 40px;
        }
        .layanan-nosa .container-service2 .text-layanan {
            font-size: 12px;
            height:150px;
        }
        
        
        .layanan-nosa .btn-layanan {
            margin-top: 0px;
        }
        
    }
    
/*OVERVIEW END*/

/*LAYANAN SERVIS*/
.servis-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .servis-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .servis-nosa .overlay-banner-group .title {
        margin-bottom: 0.5rem;
        margin-left: 50px; 
        margin-right: 50px
    }
    
    .servis-nosa .overlay-banner-group p {
      letter-spacing: 10px;
      white-space: nowrap;
    }
    
    .servis-nosa .container-servis-sepeda  h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .servis-nosa .container-servis-sepeda  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        width: 10%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .servis-nosa .text-desc{
        padding-right: 200px;
        padding-left: 200px;
    }
    
    .servis-nosa .col-image-right{
         position: relative; 
         top: 50px;
    }
    
    .servis-nosa .row-image-service2{
        margin-top: 25px;
    }
    
    @media (min-width: 768px) and (max-width: 1240px){
        .servis-nosa .text-desc{
            padding-right: 100px;
            padding-left: 100px;
        }
        
    }
    
    @media (max-width: 768px) {
        .servis-nosa .image-banner-search {
            height: 200px !important;
        }
        .servis-nosa .text-desc{
            padding-right: 50px;
            padding-left: 50px;
        }
        
        .servis-nosa .col-image-right{
             top: 10px;
        }
        
    }
/*LAYANAN SERVIS END*/

/*LAYANAN RAKIT*/
    .servis-nosa2 .banner-section {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa2 .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }
    
    .servis-nosa2 .content-image-rakit {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa2 .overlay-image-rakit {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        padding: 50px;
    }
    
    .servis-nosa2 .overlay-image-rakit .btn {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .servis-nosa2 .btn:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    

    .servis-nosa2 .container-servis-sepeda  h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .servis-nosa2 .container-servis-sepeda  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 3px; 
        background-color: #E6B800; 
    }
    .servis-nosa2 .text-desc{
        width: 70%;
    }
    .servis-nosa2 .btn-nosa{
        width: 200px;
    }
    
    @media (max-width: 768px) {
        .servis-nosa2 .image-banner-search {
            height: 200px !important;
        }
        
        .servis-nosa2 .text-desc{
            width: 100%;
        }
        .servis-nosa2 .overlay-image-rakit {
            padding: 20px;            
        }
        
        .servis-nosa2 .overlay-image-rakit .btn {
            padding: 5px 10px;
        }
        .servis-nosa2 .btn-nosa{
            width: 100px;
            height: 25px;
        }
    }
/*LAYANAN RAKIT END*/

/*LAYANAN MODIF REPAINT*/
.servis-nosa3 .banner-section {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa3 .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .servis-nosa3 .container-servis-sepeda  h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .servis-nosa3 .container-servis-sepeda  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 3px; 
        background-color: #E6B800; 
    }
    .servis-nosa3 .text-desc{
        width: 70%;
    }
    
    .servis-nosa3 .col-icon-paint{
        background-color: #E6B800; 
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    
    .servis-nosa3 .container-hubungi-kami .content-banner-hub-kami{
        padding-left: 60px;
    }
    
    .servis-nosa3 .btn-hubungi-kami {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius:0px;
    }
    
    .servis-nosa3 .btn-hubungi-kami:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    
    .servis-nosa3 .container-hubungi-kami .row-content-hub-kami{
        display: flex;
        height: 300px;
    }
    
    @media (max-width: 767px) {
        .servis-nosa3 .image-banner-search {
            height: 200px !important;
        }
        
        .servis-nosa3 .text-desc{
            width: 100%;
        }
        
        .servis-nosa3 .container-hubungi-kami .content-banner-hub-kami{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
        
        .servis-nosa3 .container-hubungi-kami .row-content-hub-kami{
            display: block;
            height: auto;
        }
        
        .servis-nosa3 .col-icon-paint{
            height: 60px;
            width: 60px;
        }
        
    }

/*LAYANAN MODIF REPAINT*/


/*LAYANAN JUAL BELI*/
.servis-nosa4 .banner-section {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa4 .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }
    
    .servis-nosa4 .content-image-jual-beli {
        position: relative;
        overflow: hidden;
    }

    .servis-nosa4 .overlay-image-jual-beli {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        padding: 50px;
    }
    
    .servis-nosa4 .btn {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .servis-nosa4 .btn:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    

    .servis-nosa4 .container-jual-sepeda h3, .container-beli-sepeda  h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .servis-nosa4 .container-jual-sepeda h3::after, .container-beli-sepeda  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 10%;
        height: 3px; 
        background-color: #E6B800; 
    }
    .servis-nosa4 .text-desc{
        width: 70%;
    }
    
    .servis-nosa4 .container-hubungi-kami .content-banner-hub-kami{
        padding-left: 60px;
    }
    
    .servis-nosa4 .container-hubungi-kami .row-content-hub-kami{
        display: flex;
        height: 300px;
    }
    
    .servis-nosa4 .card-jual-beli{
        border-radius: 6px;
        overflow:hidden;
    }
    
    @media (max-width: 767px) {
        .servis-nosa4 .image-banner-search {
            height: 200px !important;
        }
        
        .servis-nosa4 .text-desc{
            width: 100%;
        }
        .servis-nosa4 .overlay-image-jual-beli {
            padding: 20px;            
        }
        
        .servis-nosa4 .btn {
            padding: 8px 13px;
        }
        
        .servis-nosa4 .container-hubungi-kami .content-banner-hub-kami{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }
        
        .servis-nosa4 .container-hubungi-kami .row-content-hub-kami{
            display: block;
            height: auto;
        }
        .servis-nosa4 .btn-nosa{
            width: 100px;
            height: 25px;
        }
    }
/*LAYANAN JUAL BELI END*/


/*ABOUT US*/
.about-us-nosa .banner-section {
        position: relative;
        overflow: hidden;
        z-index: 1;
        background: rgba(0, 0, 0, 0.2);
    }

    .about-us-nosa .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
        object-position: 50% 30%;
    }

    .about-us-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .about-us-nosa .row-about-content{
        padding-bottom: 60px;
    }
    
    .about-us-nosa .about-container{
        position: relative;
        z-index: 2;
        margin-top: -50px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: white;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    }
    
    .about-us-nosa .about-logo {
        text-align: center;
        line-height: 50px; 
    }
    
    .about-us-nosa .about-logo i{
        font-size: 80px;
        color: #4C5B58;
    }
    
    .about-us-nosa .content-about{
        position: relative;
        z-index: 2;
        padding-top: 20px;
        /*padding-bottom: 20px;*/
        /*padding-left: 30px;*/
    }
    
    .about-us-nosa .content-about-image {
        position: relative;
        z-index: 1;
        /*width: 55%;*/
        margin-left: 0px;
    }
    
    .about-us-nosa .content-about .content{
        margin-left: 30px;
        width: 80%;
    }
    
    .about-us-nosa .content-about .container{
        margin-top: 0px;
    }
    
    .about-us-nosa .row-about-content2{
        display: flex;
        max-height: auto;
    }
    
    .about-us-nosa .row-about-content3{
        display: flex;
        height: 350px;
        padding: 10px;
        gap : 10px;
    }
    
    .about-us-nosa .content-about-toko {
        position: relative;
        overflow: hidden; 
        border-radius: 16px; 
    }
    
    .about-us-nosa .content-about-toko .image-toko-about {
        width: 100%;
        height: auto; 
        display: block; 
        border-radius: inherit; 
    }
    
    .about-us-nosa .overlay-image-toko {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: inherit;
        padding: 70px; 
    }
    
    .about-us-nosa .overlay-image-toko .btn {
        background-color: #E6B800;
        padding: 10px 15px;
        margin-left: 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .about-us-nosa .container-hubungi-kami .btn {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .about-us-nosa .btn:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    
    .about-us-nosa .p-testimoni {
      letter-spacing: 3px;
      white-space: nowrap;
    }
    
    .about-us-nosa .container-faq .content-about-faq{
        background-color : #E7E7E7;
        border-radius: 16px;
        padding: 30px;
    }
    
    .about-us-nosa .container-faq .row-about-content5{
        margin-top: 20px;
    }
    
    .about-us-nosa .content-banner-hub-kami{
        background-color : #E7E7E7;
        position: relative;
        z-index: 2;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }
    
    .about-us-nosa .content-banner-hub-kami-image {
        position: relative;
        z-index: 1;
        width: 55%;
        margin-left: -80px;
    }
    
    .about-us-nosa .content-banner-hub-kami .content{
        padding: 50px;
        width: 80%;
    }
    
    .about-us-nosa .row-about-content6{
        display: flex;
        height:300px;
    }
    
    @media (min-width: 768px) and (max-width: 1240px){
        .about-us-nosa .row-about-content6 .content-banner-hub-kami{
            padding-top: 10px;
            padding-bottom: 0px;
            padding-left: 10px;
        }
        
        .about-us-nosa .row-about-content6 .content-banner-hub-kami-image {
            width: 61%;
        }
        
    }

    @media (max-width: 767px) {
        .about-us-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .about-us-nosa .about-container{
            position: relative;
            z-index: 2;
            margin-top: 0px;
        }
        
        .about-us-nosa .btn {
            padding: 5px 10px;
        }
        
        .about-us-nosa .content-about .content-about-image {
            width: 100%;
            padding: 0px;
        }
        
        .about-us-nosa .content-about-image {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-left: 0px;
        }
        
        .about-us-nosa .row-about-content2{
            display: block;
            height: auto;
            margin-bottom: 10px;
        }
        
        .about-us-nosa .row-about-content3{
            display: block;
            height: auto;
        }
        
        .about-us-nosa .overlay-image-toko {
            padding: 20px; 
        }
    
        .about-us-nosa .content-about-toko{
            margin-bottom: 10px;
        }
        
        .about-us-nosa .content-banner-hub-kami{
            background-color : #E7E7E7;
            position: relative;
            z-index: 2;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        
        .about-us-nosa .content-banner-hub-kami-image {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-left: 0px;
        }
        
        .about-us-nosa .row-about-content6{
            display: block;
        }
        
        .about-us-nosa .content-banner-hub-kami .content{
            padding: 20px;
        }
    }
/*ABOUT US END*/

/*GROUP*/
.group-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .group-nosa .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .group-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .group-nosa .overlay-banner-group .title {
        margin-bottom: 0.5rem;
        margin-left: 50px; 
        margin-right: 50px
    }
    
    .group-nosa .overlay-banner-group p {
      letter-spacing: 10px;
      white-space: nowrap;
    }
    
    .group-nosa .content-group{
        background-color : #E7E7E7;
        position: relative;
        z-index: 2;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }
    
    .group-nosa .content-group-image {
        position: relative;
        z-index: 1;
        width: 55%;
        margin-left: -80px;
    }
    
    .group-nosa .content-group .content{
        margin: 30px;
        width: 80%;
    }
    
    .group-nosa .text-desc{
        padding-right: 200px;
        padding-left: 200px;
    }
    
    .group-nosa .btn {
        background-color: #E6B800;
        padding: 10px 15px;
        display: block;
        width: fit-content;
        transition: box-shadow 0.3s ease;
        border-radius: 0px;
    }
    
    .group-nosa .btn:hover {
        box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);
        background-color: #FCCA00;
        color: black;
    }
    
    .group-nosa .row-content-group{
        display: flex;
    }
    
    @media (min-width: 768px) and (max-width: 1240px){
        .group-nosa .content-group-image {
            width: 61%;
        }

        .group-nosa .text-desc{
            padding-right: 100px;
            padding-left: 100px;
        }
        
    }
    
    @media (max-width: 767px) {
        .group-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .group-nosa .overlay-banner-group .title {
            margin-left: 0px; 
            margin-right: 0px
        }
        
        .group-nosa .content-group{
            background-color : #E7E7E7;
            position: relative;
            z-index: 2;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 0px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        
        .group-nosa .content-group-image {
            position: relative;
            z-index: 1;
            width: 100%;
            margin-left: 0px;
        }
        
        .group-nosa .row-content-group{
            display: block;
        }
        
        .group-nosa .text-desc{
            padding-right: 30px;
            padding-left: 30px;
        }
        .group-nosa .btn {
            padding: 8px 12px;
        }
    }
/*GROUP END*/


/*VACANCY/ CAREER*/
.vacancy-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .vacancy-nosa .image-banner-search {
        height: 100%;
        object-fit: cover;
    }

    .vacancy-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .vacancy-nosa .overlay-banner-group .title {
        margin-bottom: 0.5rem;
    }
    
    .vacancy-nosa .row-vacancy{
        padding-right: 150px;
        padding-left: 150px;
    }
    
    .vacancy-nosa .vacancy-content-img{
        height: 250px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .vacancy-nosa .vacancy-content{
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3); 
    }

    .vacancy-nosa .vacancy-new{
        padding-top: 30px;
        padding-left: 80px;
        padding-bottom: 30px;
    }
    
    .vacancy-nosa .vacancy-new .info-header {
        cursor: pointer;
        text-decoration: underline;
    }
    
    .vacancy-nosa .vacancy-new .info-container .info-content {
        max-height: 0;
        opacity: 0.5;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
    }
    
    .vacancy-nosa .vacancy-new .info-container .info-content.show {
        max-height: 1000px;
        opacity: 1;
    }
    
    .vacancy-nosa .vacancy-new .info-container .info-content h4 {
        position: relative;
        padding-bottom: 10px;
    }

    .vacancy-nosa .vacancy-new .info-container .info-content  h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 13%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    @media (max-width: 768px) {
        .vacancy-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .vacancy-nosa .row-vacancy{
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .vacancy-nosa .vacancy-content-img{
            height: 100%;
            overflow: hidden;
        }
        
        .vacancy-nosa .vacancy-content-img .image-banner-search {
            object-position: 85% center; 
        }
        
        .vacancy-nosa .vacancy-new{
            padding-top: 10px;
            padding-left: 20px;
            padding-bottom: 10px;
        }
        
        .vacancy-nosa .vacancy-new .info-container .info-content  h4::after {
            width: 33%;
        }
        
    }
    
/*VACANCY END*/

/*CONTACT US*/
.contact-nosa .banner-section {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .contact-nosa .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
        /*object-position: 50% 30%;*/
    }

    .contact-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .contact-nosa .overlay-banner-group .title {
        margin-bottom: 0.5rem;
    }
    
    .contact-nosa .row-contact-content{
        background-color: #4C5B58;
        padding-bottom: 60px;
    }
    
    .contact-nosa .contact-container{
        position: relative;
        z-index: 2;
        margin-top: -70px;
        padding-bottom: 50px;
        padding-left: 60px;
        padding-right: 60px;
        background-color: white;
    }
    
    .contact-nosa .download-kami h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .contact-nosa  .download-kami  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .contact-nosa .kontak-kami h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .contact-nosa  .kontak-kami  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .contact-nosa .kontak-kami{
        margin-bottom: 60px;
        position: relative;
    }
    
    .contact-nosa .kontak-kami::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px; 
        margin-bottom: -30px;
        background-color: black; 
    }
    
    .contact-nosa .kontak-kami .div-kontak-kami{
        margin-bottom: 20px;
    }
    
    .contact-nosa .kontak-kami .logo-kontak-kami{
        background-color: #E6B800; 
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px; 
    }
    
    .contact-nosa .kontak-kami .text-kontak-kami{
        margin-left: 20px;
    }
    
    
    .contact-nosa .sosmed-kami h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .contact-nosa .sosmed-kami  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .contact-nosa .sosmed-kami .div-sosmed{
        margin-bottom: 20px;
        gap: 10px;
    }
    
    .contact-nosa .sosmed-kami .logo-sosmed{
        width: 45px;
        height: 45px;
        text-align: center;
        /*line-height: 50px; */
        /*font-size: 35px;*/
        border: 3px solid #000;
        border-radius: 5px;
        padding: 5px;
    }
    
    .contact-nosa .sosmed-kami .logo-sosmed img{
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    
    .contact-nosa .sosmed-kami .logo-sosmed:hover img{
        transform: scale(1.1);
        filter: brightness(1.2);
        /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);*/
    }
    
    .contact-nosa .message-kami h3 {
        position: relative;
        padding-bottom: 10px;
    }

    .contact-nosa .message-kami  h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    .contact-nosa .message-kami .form-control, textarea {
        border: 1px solid #000;
        border-radius: 0;
        padding: 8px;
        width: 100%;
    }
    
    .contact-nosa .message-kami .form-control:focus, textarea:focus {
        border-color: #E6B800; 
        box-shadow: 0 0 5px #E6B800; 
        outline: none;
    }
    
    .contact-nosa .message-kami .col-md-12 {
        margin-bottom: 15px;
    }
    
    /*.contact-nosa .btn {*/
    /*    background-color: #E6B800;*/
    /*    padding: 10px 15px;*/
    /*    display: block;*/
    /*    width: fit-content;*/
    /*    transition: box-shadow 0.3s ease;*/
    /*    border-radius: 0px;*/
    /*}*/
    
    /*.contact-nosa .btn:hover {*/
    /*    box-shadow: 0 0 10px rgba(255, 221, 0, 0.7);*/
    /*    background-color: #FCCA00;*/
    /*}*/
    
    
    .contact-nosa .message-kami .captcha {
        /*border: 1px solid #b7b7b7;
        background-color: #eeeeee;
        padding: 10px;*/
        display: flex;
        align-items: center;
        justify-content: left;
        /*margin: 30px 0px;*/
        /*width: 220px;*/
    }

    .contact-nosa .message-kami .captcha .form-check-input {
        width: 25px;
        height: 25px;
    }

    .contact-nosa .message-kami .captcha .captcha-text {
        padding: 0px 10px;
    }

    .contact-nosa .message-kami .captcha .captcha-logo img {
        width: 30px;
        height: 30px;
    }

    @media (max-width: 768px) {
        .contact-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .contact-nosa .contact-container{
            position: relative;
            z-index: 2;
            margin-top: -30px;
            padding-bottom: 30px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .contact-nosa .message-kami  h3::after {
            width: 45%;
        }
        
        .contact-nosa .sosmed-kami .logo-sosmed{
            width: 30px;
            height: 30px;
            border: 1px solid #000;
        }
        .contact-nosa .sosmed-kami .logo-sosmed img{
            vertical-align: top;
        }
        
        .contact-nosa .kontak-kami .text-kontak-kami{
            margin-left: 30px;
        }
        
    }
/*CONTACT US END*/

/*SHOP*/
    .shop-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .shop-nosa .image-banner-shop {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .shop-nosa .overlay-banner-shop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
    }

    .shop-nosa .overlay-banner-shop .title {
        margin-bottom: 0.5rem;
        margin-left: 50px; 
        margin-right: 50px
    }
    
    .shop-nosa .overlay-banner-shop .p-nosa {
      letter-spacing: 10px;
      white-space: nowrap;
    }
    
    
    .shop-nosa .overlay-banner-shop .h2-banner-shop {
        width: 45%;
    }
    
    .shop-nosa .col-kategori-produk{
        position: relative;
        overflow: hidden;
    }
    
    .shop-nosa .col-kategori-produk .overlay-kategori-produk {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 15px;
        transition: background 0.3s ease-in-out;
    }
    
    .shop-nosa .col-kategori-produk .overlay-kategori-produk p {
        bottom: -37px;
        padding: 5px 10px;
        position: relative;
    }
    
    /* Garis kuning */
    .shop-nosa .col-kategori-produk  p::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background-color: #E6B800;
        margin: 5px auto 0;
        transition: background 0.3s ease-in-out;
    }
    
    /* Icon panah di tengah div */
    .shop-nosa .col-kategori-produk .icon-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: transparent; 
        transition: color 0.3s ease-in-out;
    }
    
    /* Hover Effect */
    .shop-nosa .col-kategori-produk:hover .overlay-kategori-produk {
        background: rgba(255, 255, 0, 0.5); 
    }
    
    .shop-nosa .col-kategori-produk :hover p::after {
        background: black; 
    }
    
    .shop-nosa .col-kategori-produk :hover .icon-arrow {
        color: #4C5B58; 
    }
    
    @media (max-width: 768px) {
        .shop-nosa .image-banner-shop {
            height: 200px !important;
        }
        
        .shop-nosa .overlay-banner-shop{
            background: rgba(0, 0, 0, 0.4);
        }
        
        .shop-nosa .overlay-banner-shop .h2-banner-shop {
            width: 100%;
        }
        .shop-nosa .col-kategori-produk .icon-arrow {
            font-size: 30px;
        }
    }

/*SHOP*/

/*PRODUCT LIST*/

    .product-list-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .product-list-nosa .image-banner-shop {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
    }

    .product-list-nosa .overlay-banner-shop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
    }

    .product-list-nosa .overlay-banner-shop .title {
        margin-bottom: 0.5rem;
        margin-left: 50px; 
        margin-right: 50px
    }
    
    .product-list-nosa .overlay-banner-shop .p-nosa {
      letter-spacing: 10px;
      white-space: nowrap;
    }
    
    
    .product-list-nosa .overlay-banner-shop .h2-banner-shop {
        width: 45%;
    }
    .product-list-nosa .custom-select{
        width: 100%;
    }
    .product-list-nosa .select2-container .select2-selection--single {
        color: #333 !important;
        border: 1px solid #ccc !important; 
        border-radius: 0 !important; 
        height: 42px !important; 
        display: flex !important;
        align-items: center !important; 
        padding: 8px !important;
    }
    .product-list-nosa .select2-container .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    .product-list-nosa .select2-container .select2-selection__rendered {
        color: #333 !important;
        font-size: 14px !important;
    }

    .product-list-nosa .input-group-container {
        width: 80%; 
    }

    .product-list-nosa .btn-custom {
        background-color: #E6B800;
        border: 1px solid #E6B800;
        border-radius: 0;
        color: #000;
    }

    .product-list-nosa .btn-custom:hover {
        background-color: gold;
    }
    
    .col-list-product {
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }
    
    .col-list-product .deskripsi-produk {
        padding:10px;
        border-radius: 10px;
    }
    
    .col-list-product:hover .deskripsi-produk {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
        transition: background-color 0.3s ease-in-out;
    }
    
    .text-diskon{
        color: #fa4f46;
        background-color: #ffc5c2;
        padding: 3px 6px;
        border-radius: 25px;
        display: inline-block;
    }
    
    .product-list-nosa .pagination {
        display: flex;
        justify-content: flex-start; 
        list-style: none;
        padding: 0;
    }
    
    .product-list-nosa .page-item {
        margin: 0 5px; /* Jarak antar halaman */
    }
    
    .product-list-nosa .page-link {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #333;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 500;
        border-radius: 0; /* Kotaknya lancip */
    }
    
    .product-list-nosa .page-link:hover {
        background-color: #f0f0f0;
    }
    
    .product-list-nosa .page-item.active .page-link {
        background-color: #E6B800;
        color: black;
        font-weight: bold;
        border-color: #ffd700; /* Warna emas untuk border */
    }


    @media (max-width: 768px) {
        .product-list-nosa .image-banner-shop {
            height: 200px !important;
        }
        .product-list-nosa .overlay-banner-shop{
            background: rgba(0, 0, 0, 0.4);
        }
        .product-list-nosa .overlay-banner-shop .h2-banner-shop {
            width: 100%;
        }
        
        .product-list-nosa .input-group-container {
            width: 100%; 
        }

    }
/*PRODUCT LIST END*/

/*PRODUCT DETAIL*/

    .detail-product-nosa .banner-section {
        position: relative;
        overflow: hidden;
    }

    .detail-product-nosa .image-banner-search {
        height: 100%;
        object-fit: cover;
    }

    .detail-product-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .detail-product-nosa .overlay-banner-group .title {
        margin-bottom: 0.5rem;
    }
    
    .detail-product-nosa .row-detail-product{
        /*padding-right: 150px;*/
        /*padding-left: 150px;*/
    }
    .detail-product-nosa .text-detail-produk {
        background-color: #9B9A9A;
        padding: 10px 12px; 
        display: flex;
        align-items: center;
        border-radius: 0px; 
    }
    
    .detail-product-nosa .text-detail-produk p {
        color: white;
        margin: 0; 
    }
    
    .detail-product-nosa .btn{
        border-radius : 0px;
    }
    
    .detail-product-nosa .detail-content-img {
        width: 100%;
        height:600px;
        /*width: 100%;*/
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px; 
        background-color: #f2f0f0;
    }
    
    .detail-product-nosa .detail-content-img .div-content-img {
        width: 100%;
        /*max-height: 500px;*/
    }
    
    
    .detail-product-nosa .detail-content-img .main-img {
        width: 100%;
        height: auto;
        object-fit: cover; 
    }
    
    .detail-product-nosa .detail-content-thumbnails {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        gap: 10px;
        padding-bottom: 5px;
        position: relative;
    }
    
    .detail-product-nosa .thumbnail-wrapper {
        display: flex;
        gap: 10px;
    }
    
    .detail-product-nosa .thumbnail {
        width: 30%;
        height: 100%;
        overflow: hidden;
        border-radius: 0px;
        display: inline-block;
        flex-shrink: 0;
    }
    
    /* Gaya untuk gambar thumbnail */
    .detail-product-nosa .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: 0.3s ease-in-out;
    }
    
    .detail-product-nosa .content-new{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .detail-product-nosa .row-list-product h4 {
        position: relative;
        padding-bottom: 10px;
    }

    .detail-product-nosa .row-list-product  h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    @media (max-width: 767px) {
        .detail-product-nosa .image-banner-search {
            height: 200px !important;
        }
        
        .detail-product-nosa .row-detail-product {
            display: flex;
            flex-direction: column; 
        }
    
        .detail-product-nosa .content-new {
            padding-top: 20px;
        }
        
        
        .detail-product-nosa .row-list-product {
            padding: 10px;
        }
    
    
        .detail-product-nosa .thumbnail {
            width: calc(50% - 5px);
            height: 100px; 
        }
    
        .detail-product-nosa .col-12.col-md-6.text-left {
            margin-top: 20px; 
        }
        
        .detail-product-nosa .detail-content-img {
            height: 300px;
        }
        
        .detail-product-nosa .detail-content-img .div-content-img {
            max-width: none;
            max-height: none;
            height: auto;
            width: 100%;
        }
    }
/*PRODUCT DETAIL*/

/*BLOG*/
    .blog .image-banner-search {
        /*width: 100%;*/
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .blog .overlay-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: white;
    }
    
    .blog .balok-berita {
        margin-top: 7px;
        width: 220px;
        height: 4px;
        background-color: #E6B800;
    }

    @media (max-width: 769px) {
        .blog .card.berita {
            height: 200px;
        }
    }
    
/*BLOG END*/

/*BLOG DETAIL*/

    .detail-blog-nosa .overlay-banner-group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        color: white;
    }

    .detail-blog-nosa .row-detail-blog{
        padding-right: 150px;
        padding-left: 150px;
    }
    
    .detail-blog-nosa .detail-content-img{
        height: 500px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    
    .detail-blog-nosa .content-new{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .detail-blog-nosa .row-list-berita h4 {
        position: relative;
        padding-bottom: 10px;
    }

    .detail-blog-nosa .row-list-berita  h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30%;
        height: 3px; 
        background-color: #E6B800; 
    }
    
    @media (max-width: 768px) {
        .detail-blog-nosa .row-detail-blog{
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .detail-blog-nosa .detail-content-img{
            height: 100%;
            overflow: hidden;
        }
        
        .detail-blog-nosa .row-list-berita  h4::after {
            width: 50%;
        }
        
    }
    
/*BLOG DETAIL END*/