.iler {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.table-wrapper {
    overflow-x: auto;
    /* add horizontal scrolling */
}

.table-wrapper table {
    width: 100%;
    /* make the table full width */
    min-width: 500px;
    /* set a minimum width to enable scrolling */
}

.item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 340px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
    margin: 5px;
}
.item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.img-iler {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.img-iler img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-iler .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-iler:hover .overlay {
    opacity: 1;
}

.merek {
    font-size: 18px Inter, Helvetica, sans-serif;
    ;
    font-weight: bold;

    .merek {
        margin-top: 15px;
        /* tambahkan jarak 20px di atas elemen merek */
    }

    color: rgb(121, 0, 121);
}



.mb {
    font: 14px Inter, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(121, 0, 121);
}

.price {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fitur {
    font-size: 17px;
    color: rgb(124, 1, 124);
    background-color: rgb(253, 253, 253);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    display: flex;
    /* add this to make the element a flex kon */
    /* add this to center the text horizontally */
    align-items: center;
    /* add this to center the text vertically */
}

.discount {
    font-size: 14px;
    color: red;
}

.ppn {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.wifi {
    background-color: purple;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto; /* Add this line */
    margin-bottom: 10px;
    display: block;
    width: 80%;
    font-weight: bold;
    text-align: center;
}

.myrepublic {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto; /* Add this line */
    margin-bottom: 10px;
    display: block;
    width: 80%;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(4, 0, 0, 0.2);
    text-align: center;
}

.features {
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.feature-icon {
    margin-right: 10px;
}

.feature-text {
    font-size: 16px;
}

.white {

    font-size: 12px;
    color: #000000;
    background-color: rgb(253, 253, 253);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    display: flex;
    /* add this to make the element a flex kon */
    /* add this to center the text horizontally */
    align-items: center;
    /* add this to center the text vertically */
}

.gray {
    font-size: 12px;
    color: #000000;
    background-color: rgb(253, 253, 253);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    display: flex;
    /* add this to make the element a flex kon */
    /* add this to center the text horizontally */
    align-items: center;
    /* add this to center the text vertically */
}


[lang="persen"] {

    cursor: pointer;
    flex: initial;
    border-radius: 9999px;
    flex-direction: row;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #58045460;
    align-self: center;
    margin-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #56046f;
    text-align: center;
}

[lang="e"] {

    cursor: pointer;
    flex: initial;
    border-radius: 9999px;
    flex-direction: row;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #ecb5b5;
    align-self: center;
    margin-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #9f0000;
    text-align: center;
}

[lang="bln"] {
    font: 14px Inter, Helvetica, sans-serif;
}

.hedrr {
    background-color: #6a1b9a;
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(24, 3, 74, 0.916);
}

.hedr {
    background-color: #fdfdfd;
    color: rgb(0, 0, 0);
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(16, 1, 51, 0.916);
}

.hedrr h1 {
    margin: 0;
    font-size: 24px;
}

.hedrr p {
    margin: 5px 0 0;
    font-size: 16px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tabs button {
    background-color: white;
    border: 2px solid #6a1b9a;
    color: #6a1b9a;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

.tabs button.active {
    background-color: #6a1b9a;
    color: white;
}



@media (max-width: 768px) {
    .tabs button {
        padding: 8px 16px;
        font-size: 14px;
    }


    .badge {
        display: inline-block;
        padding: 5px 10px;
        background-color: #660000;
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }
}

       
.internet-container {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.internet-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
    width: 200px;
    text-align: center;
    border-top: 5px solid #6a1b9a;
}
.internet-card h3 {
    margin: 0;
    font-size: 16px;
    color: #6a1b9a;
}
.internet-card h4 {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}
.internet-price {
    font-size: 24px;
    color: #333;
    margin: 10px 0;
}
.internet-price span {
    font-size: 14px;
    color: #666;
}
.internet-description {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
}
.internet-button {
    background-color: white;
    border: 1px solid #6a1b9a;
    border-radius: 5px;
    color: #6a1b9a;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
.internet-button:hover {
    background-color: #6a1b9a;
    color: white;
}

.packages {
    display: none;
}
.packages.active {
    display: block;
}

.containerbisnis {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
    width: 100%;
}
.cardbisnis {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 340px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
}
.cardbisnis:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.cardbisnis img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.cardbisnis h2 {
    color: purple;
    font-size: 24px;
    margin: 10px 0;
}
.cardbisnis h3 {
    color: purple;
    font-size: 18px;
    margin: 10px 0;
}
.cardbisnis p {
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}
.cardbisnis .price {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.cardbisnis .price span {
    font-size: 16px;
    color: #666;
}
.cardbisnis .btn {
    background-color: purple;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0;
    transition: background-color 0.3s;
}
.cardbisnis .btn:hover {
    background-color: #4a0072;
}
.cardbisnis .btn-secondary {
    background-color: #fff;
    color: purple;
    border: 1px solid purple;
    transition: background-color 0.3s, color 0.3s;
}
.cardbisnis .btn-secondary:hover {
    background-color: purple;
    color: #fff;
}
.cardbisnis .features {
    text-align: left;
    margin-top: 20px;
}
.cardbisnis .features h4 {
    color: purple;
    font-size: 18px;
    margin-bottom: 10px;
}
.cardbisnis .features ul {
    list-style: none;
    padding: 0;
}
.cardbisnis .features ul li {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}
.cardbisnis .features ul li i {
    color: purple;
    margin-right: 10px;
}