        a, a:hover {
            text-decoration: none;
        }

        .horizontal-scroll-sections::-webkit-scrollbar {
            display: none; /* Chrome, Safari and Opera */
        }

        .section {
            flex: none;
            width: 100vw;
            padding: 6rem 1.5rem;
            scroll-snap-align: start;
        }
        

        .bg-inherit{
            background-color: inherit;
            box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5)
        }

        .card-harga{
            box-shadow: 0 2px 6px rgba(0, 0, 67, 0.5)
        }
        
        .card-rekomendasi{
            background-color: #B41903;
        }

        .card-contains{
            background-color: inherit;
        }

        .rekomendasi {
            color: #FFFFFF;
        }

        .rekomendasi-white {
            color:rgb(255, 255, 255);
        }

        /* Custom CSS untuk section height */
        .full-height {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Custom CSS untuk WhatsApp button */
        .whatsapp-button {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            z-index: 100;
            border-radius: 9999px;
            overflow: hidden;
            display: flex;
            align-items: center;
            box-shadow: 0 4px 14px rgba(0, 0, 0.10, 0.15);
            transition: transform 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: box-shadow 0.3s ease;
        }

        .whatsapp-button-2 {
            position: fixed;
            bottom: 6rem;
            right: 2rem;
            z-index: 100;
            border-radius: 9999px;
            overflow: hidden;
            display: flex;
            align-items: center;
            box-shadow: 0 4px 14px rgba(0, 0, 0.10, 0.15);
            transition: transform 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: box-shadow 0.3s ease;
        }

        .whatsapp-button:hover {
            transform: scale(1.05);
        }

        .trial-text {
            background: white;
            color: #411fbd;
            padding: 0.75rem 1.5rem;
            font-weight: 700;
            /* font-size: 1.25rem; */
        }

        .icon-section {
            background: #00d1b2;
            color: white;
            padding: 0.75rem 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        @media screen and (max-width: 768px) {
            .chat-text {
                display: none;
            }
        }

        .price-content .original-price {
            color: #999;
            text-decoration: line-through;
            margin-right: 8px;
            font-size: 24px;
        }           

        .discounted-price {
          font-size: 40px;
          font-weight: bold;
          color: #d51900ff
        }

        .price-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: 24px;
            height: 72px;
        }

        .price-content .title {
            margin-bottom: 0;
            font-weight: 700;
        }

        .scroll-arrow {
            position: fixed;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .scroll-arrow:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        .scroll-arrow.left {
            left: 1rem;
        }
        
        .scroll-arrow.right {
            right: 1rem;
        }

        @media screen and (max-width: 1024px) {
            .scroll-arrow {
                display: none;
            }
        }

        .azmi{
            background-color:cornflowerblue;
        }

        .bg1{
            background-color: #F8F4E1;
        }

        .bg2{
            background-color: #86D293;
        }

        .bg3{
            background-color: #00CCDD;
            /* width: 70%;
            margin-left: auto;
            margin-right: auto; */
        }

        .bg4{
            background-color: #E8B86D;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* Rasio aspek 16:9 (9/16 * 100) */
            height: 0;
            overflow: hidden;
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .navbar {
            /* width: 70%; */
            /* padding-left: auto; */
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            /* display: none; */
            /* place-items: center; */
            /* opacity: 0.01; */
            color: aliceblue;
        }

        .setwidth{
            width: 70%;
            display: flex;
            margin:auto;
            justify-content: space-between;
        }
        
        .navbar-item {
            color: #4a4a4a;
            font-weight: 500;
        }
        
        .navbar-item:hover {
            color: #6256CA;
        }
        
        /* Pastikan navbar tetap di atas konten saat scroll */
        .navbar.is-fixed-top {
            z-index: 1000;
        }
        
        /* Styling untuk mobile burger menu */
        .navbar-burger {
            color: #4a4a4a;
        }
        
        .navbar-burger:hover {
            background-color: transparent;
        }
        
        /* Animasi untuk burger menu */
        .navbar-burger span {
            height: 2px;
            width: 16px;
            left: calc(50% - 8px);
        }
        
        /* Padding tambahan untuk konten agar tidak tertutup navbar */
        @media screen and (min-width: 1024px) {
            .horizontal-scroll-sections {
                padding-top: 52px;
            }
        }
        
        /* Mobile styling */
        @media screen and (max-width: 1023px) {

            .column{
                flex-wrap: wrap ;
            }

            .column{
                flex: 0 0 100%;
                max-width: 100%;
            }
            .navbar-menu {
                background-color: white;
                box-shadow: 0 8px 16px rgba(10,10,10,.1);
                padding: 0.5rem 0;
                /* display: none; */
                
                /* opacity: 0.7; */
            }
            
            .navbar-menu.is-active {
                display: block;
                position: absolute;
                width: 100%;
            }

            .card-container{
                display: flex;
                flex-direction: column;
                
            }

            .card-wrapper{
                width: 100%;
            }
            

            .bg-inherit{
                display: flex;
                flex-direction: column;
            }
        }

        .fitur{
            /* width: 70%; */
            margin-left: auto;
            margin-right: auto;
            /* background-color: yellow; */
        }

        @media screen and (max-width: 1023px) {
            .navbar {
                display: none;
            }

            iframe{
                width: 100%;
            }

            .container {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

            .mwider{
                /* width: 130%; */
                padding-left: auto;
                padding-right: auto;
            }

            .card-wrapper .column.is-4{
                width: 100%;
                margin-left: auto;
                margin-right: auto;
            }

            .container-section {
                width: 100%;
                padding: 0;
                margin-left: 0;
                margin-right: 0;
            }
            .container{
                padding: 0;
            }

            .hatchi{
                width: 100%;
            }
        }

        .bg5{
            background-color: #B59F78;
        }

        .container-section{
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

        .itemcard1{
            background-color: #ffffff;
        }

        .card-text-black{
            color: #000000;
            font-size: 24px;
            font-weight: 700;
        }

        .card-text-black-desc{
            color: #000000;
        }

        .itemcard{
            background-color: inherit;
            box-shadow: none;
            margin-top: 10px;
        }

        .card-container{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
        }

        .card-content-feature{
            background-color: white;
            border-radius: 4px;
            padding: 48px 24px;
            box-shadow:  0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .card-wrapper{
            width: 50%;
            display: flex;
            flex direction: column;
        }

        .card .card-image {
            position: relative;
          }
          
          .card .card-image .best-offer {
            position: absolute;
            top: 0px; /* Jarak dari atas */
            right: 0px; /* Jarak dari kanan */
            /*width: 80px; Sesuaikan ukuran gambar*/
            /* z-index: 10; */
            width:50%;
            height: auto;
        }

        .footer {
            padding-top: 64px;
            color: #ffffff;
            background-color: #212121;
        }
        .footer .title {
            color: #FFFFFF;
            margin-top: 24px;
            margin-bottom: 16px;
            font-family: 'Montserrat', sans-serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2em;
        }
        .footer .desc {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.2em;
        }

        .footer .footer-map {
            width: 100%;
        }
        .footer .footer-item {
            display: flex;
            flex-direction: column;
            align-content: space-between;
            margin-bottom: 64px;
        }
        .footer .footer-item.left {
            max-width: 300px;
        }

        .wa-button {
          background-color:rgba(239, 239, 239, 1);
          color: black;
          border: none;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 0.5rem;
          transition: all 0.3s ease;
        }
        .wa-button:hover {
          background-color: #B41903;
          transform: scale(1.03);
          color: white;
        }

        .button-rekomendasi {
          background-color: rgba(239, 239, 239, 1);
          color: black;
          border: none;
        }

        .button-rekomendasi:hover {
          background-color: #ffffff;
          transform: scale(1.05);
          color: black;
        }

        .shopee-icon-link {
          display: inline-block;
          transition: transform 0.3s ease;
        }
    
        .shopee-icon-link:hover {
          transform: scale(1.3);
        }
    
        .shopee-icon {
          height: 64px;
          width: 64px;
        }

        .tokopedia-icon-link {
          display: inline-block;
          transition: transform 0.3s ease;
        }

        .tokopedia-icon-link:hover {
          transform: scale(1.3);
        }

        .tokopedia-icon {
          height: 64px;
          width: 64px;
        }
       