* {
    /* font-family: "Poppins", sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.accordion-button:not(.collapsed) {
    color: #088b80;
    background-color: #088b802e;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23088b80'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transform: rotate(180deg);
}

/* Home */
/* .features::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */

/* .features::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */

.features {
    position: relative;
    padding: 117px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f8f8f8;
}

.features-item {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px 0;
    /* width: 250px; */
    height: 250px;
    text-align: center;
}

.features-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
}

.features-icon i {
    color: #088b80;
}

.features-title {
    font-family: "Popppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 17px;
    color: #111;
    margin: 16px 0 15px;
}

.features-deskripsi,
.work-deskripsi {
    font: 400 14px / 1.8 "Open Sans", sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

/* About dalam home */
.about {
    padding: 50px 0;
}

.work-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}

.work-deskripsi {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.img-about {
    border-radius: 10px;
    /* transition: transform 0.3s ease-in-out; */
    max-width: 100%;
    height: auto;
}

/* .img-about:hover {
    transform: scale(1.05);
} */

.info-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.info-list li {
    margin-bottom: 10px;
}

.font {
    font-family: "Poppins", sans-serif;
    font-style: italic;
}

.font a {
    color: #111;
    text-decoration: none;
}

.font a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
    .img-about {
        margin-bottom: 20px;
    }
    .work-title,
    .work-deskripsi,
    .info-list {
        text-align: center;
    }

    .header-broadband h2 {
        font-size: 1.5em !important;
    }

    .broadband p {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .features-item {
        width: 260px;
        margin: 20px auto;
    }

    .header-broadband h2 {
        font-size: 1em !important;
    }
}

/* .testimoni {
    background: url(../../images/testimonial/testimonial_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    flex-direction: column;
    padding: 200px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.testimoni:before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(24, 142, 157, 0.4);
}

.testimoni h1 {
    font-size: 30px;
    position: relative;
    color: #fff;
    margin-bottom: 80px;
}

.testimoni h1::after {
    content: "";
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, #009970, #4ebada);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.review-box {
    width: 90%;
    max-width: 900px;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.review-box .card1 {
    height: 300px;
    padding: 40px;
    color: #777;
    line-height: 22px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 1;
}

.profile {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.profile img {
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.profile h3 {
    font-size: 26px;
    color: #009970;
    margin-bottom: 8px;
} */

#slide {
    width: 100%;
    padding-right: 60px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.sidebar {
    width: 60px;
    height: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    background: #009970;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sidebar img {
    width: 25px;
    /* padding: 5px; */
    background: #009970;
    border-radius: 50%;
    cursor: pointer;
}

.card1::before {
    content: "";
    width: 110px;
    height: 110px;
    border-bottom-right-radius: 100%;
    background: #009970;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

::selection {
    background: #009970;
    color: #fff;
}

.contact {
    position: relative;
    height: 50vh;
    background: #188e9d;
    padding: 70px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secText {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.secText h2 {
    font-family: "Popppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3em;
    color: #fff;
}

.secText p {
    max-width: 700px;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.5em;
}

.link-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #188e9d, #4ebada);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 25px;
    transition: all 0.3s ease;
}

.link-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* transform: skewX(-30deg); */
    transition: all 0.4s ease;
}

.link-btn:hover {
    color: white;
    background: linear-gradient(135deg, #106c75, #3b9ca4);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.link-btn:hover::before {
    left: 100%;
}

.link-btn:active {
    transform: scale(0.95);
    box-shadow: none;
}

@media (max-width: 900px) {
    .secText h2 {
        font-size: 2em;
    }

    .secText p {
        font-size: 0.9em;
    }
}

.contact .wave {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../../images/wave.png);
    background-size: 1000px 100px;
}

.contact .wavee {
    position: absolute;
    margin-bottom: -99px;
    width: 100%;
    height: 100px;
    background: url(../../images/wave.png);
    background-size: 1000px 100px;
    transform: scaleY(-1);
}

.contact .wave.wave1,
.contact .wavee.wave1 {
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

.contact .wave.wave2,
.contact .wavee.wave2 {
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.contact .wave.wave3,
.contact .wavee.wave3 {
    animation: animate 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.contact .wave.wave4,
.contact .wavee.wave4 {
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 0px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

.question {
    position: relative;
    padding: 50px 0 90px 0;
    background-color: #f8f8f8;
    /* background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; */
}

/* End Home */

/* Article */
.article {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.article h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #222;
}

.article h4 {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

.article .blog-box {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.article .blog-box:hover {
    transform: translateY(-5px);
}

.article .blog-img video,
.article .blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.article .blog-text {
    padding: 20px;
    text-align: left;
}

.article .blog-text span {
    display: block;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 10px;
}

.article .blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.article .blog-title:hover {
    color: #0d6efd;
}

.article .blog-text p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.article .swiper-container {
    padding-bottom: 40px;
    max-width: 100%;
}

.article .swiper-slide {
    width: 320px;
}

/* End Article */

/* Testimoni */

.testimonial-section {
    background: url("../../images/testimonial/bg_testi.jpg") center/cover
        no-repeat;
    color: #fff;
}

.testimonial-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .card_testi {
    background: #ffffff;
    color: #000;
    min-height: 180px;
}

/* End Testimoni */

/* About */
/* .about-page {
    margin: 70px 0 200px;
} */

#about {
    background: linear-gradient(to right, #f8f8f8, #f9f9f9);
}

#about h2,
#about h4,
#about h3 {
    color: #00b09b;
}

#about h2 {
    font-size: 2.5rem;
    letter-spacing: 1px;
}

#about h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#about p.lead {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
}

#about img {
    border-radius: 1rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

#about ul li {
    font-size: 1rem;
    color: #333;
}

#about ul li i {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    #about h2 {
        font-size: 2rem;
    }

    #about h4 {
        font-size: 1.25rem;
    }
}

.about-features {
    padding: 100px 0 0;
    background-color: #f8f8f8;
}

.about-features h1 {
    text-align: center;
    margin: 20px 0;
    font-family: "Popppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2em;
}

.about-features .text_deskripsi {
    font-size: 1.2rem;
}
/* End About */

/* Broadband Internet */
:root {
    --color-mini: linear-gradient(135deg, #4facfe, #00f2fe);
    --color-basic: linear-gradient(135deg, #00e1fd, #fc007a);
    --color-lite: linear-gradient(135deg, #ff7e5f, #b488bf);
    --color-standard: linear-gradient(135deg, #00b09b, #96c93d);
    --color-premium: linear-gradient(135deg, #00c6ff, #4c1a57);
    --color-ultimate: linear-gradient(135deg, #f12711, #f5af19);
}

/* .broadband {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 30px 0 100px;
    position: relative;
    overflow: hidden;
} */

/* .broadband::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
    z-index: 1;
} */

.header-broadband {
    margin: 20px 0;
}

.header-broadband h2 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2em;
    text-align: center;
    font-weight: 400;
    /* font-size: 30px; */
    /* font-size: calc(1.5rem + 1vw); */
    color: #111;
    margin: 40px 0 20px;
}

.broadband p {
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card-container h3 {
    margin: 0 auto 50px auto;
    width: 210px;
    /* border-bottom: 1px solid #666666; */
    color: black;
}

.card {
    position: relative;
    max-width: 300px;
    height: auto;
    background: white;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px rgba(22, 143, 160, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease;
}

.card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    /* background: linear-gradient(135deg, #00e1fd, #fc007a); */
    z-index: 1;
    -webkit-transform: skewY(-5deg) skewX(10deg) scale(1.5);
    transform: skewY(-5deg) skewX(10deg) scale(1.5);
    border-radius: 50%;
}

.card-home::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 35%;
    /* background: linear-gradient(135deg, #00e1fd, #fc007a); */
    z-index: 1;
    -webkit-transform: skewY(5deg) skewX(-10deg) scale(1.5);
    transform: skewY(5deg) skewX(-10deg) scale(1.5);
    border-radius: 50%;
}

.order-now {
    color: #fff !important;
    text-decoration: none;
}

.title i {
    display: none;
    position: absolute;
    left: 34%;
}

.title h2 {
    position: relative;
    margin: -20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 23px;
    z-index: 2;
}

.price,
.option {
    position: relative;
    z-index: 2;
}

.price h4 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 40px;
}

.option ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #168fa0;
    font-size: 16px;
    color: black;
}

.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(22, 143, 160, 0.3);
    box-shadow: 0 5px 10px rgba(22, 143, 160, 0.3);
}

.badge-reseller {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff5722;
    color: #fff;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.badge-reseller::after {
    content: "Best Reseller";
    position: absolute;
    bottom: 0;
    left: 110%;
    /* transform: translateX(-50%); */
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.badge-reseller:hover::after {
    opacity: 1;
    visibility: visible;
}

.card a:hover {
    text-decoration: none;
}

sup {
    font-size: 12px;
}

.order-now.mini,
.card-home.mini::before,
.card-home.mini::after {
    background: var(--color-mini);
}

.order-now.basic,
.card-home.basic::before,
.card-home.basic::after {
    background: var(--color-basic);
}

.order-now.lite,
.card-home.lite::before,
.card-home.lite::after {
    background: var(--color-lite);
}

.order-now.standard,
.card-home.standard::before,
.card-home.standard::after {
    background: var(--color-standard);
}

.order-now.premium,
.card-home.premium::before,
.card-home.premium::after {
    background: var(--color-premium);
}

.order-now.ultimate,
.card-home.ultimate::before,
.card-home.ultimate::after {
    background: var(--color-ultimate);
}

@media (max-width: 992px) {
    .title h2 {
        font-size: 15px;
    }

    .option {
        margin-bottom: -25px;
    }

    .gamer-img {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .hide-on-small {
        display: none;
    }
}

@media (max-width: 576px) {
    .option {
        margin-bottom: -25px;
    }
}

/* Paket Gamer */
/* :root {
    --color-gamer: linear-gradient(135deg, #5c9eff, #b58dff);
}

.paket-gamer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-home.gamer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    z-index: 1;
    -webkit-transform: skewY(-5deg) skewX(10deg) scale(1.5);
    transform: skewY(-5deg) skewX(10deg) scale(1.5);
    border-radius: 50%;
}

.card-home.gamer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    z-index: 1;
    -webkit-transform: skewY(5deg) skewX(-10deg) scale(1.5);
    transform: skewY(5deg) skewX(-10deg) scale(1.5);
    border-radius: 50%;
}

.paket-gamer {
    background: linear-gradient(-45deg, #5c9eff, #b58dff);
    padding: 30px;
    border-radius: 30px;
}

.paket-gamer h3 {
    margin: 0 auto 50px auto;
    width: 200px;
    color: white;
}

.img-paketgamer {
    width: 100%;
    border-radius: 20px;
}

.paket-gamer .option {
    margin-bottom: -10px;
}

.order-now.gamer,
.card-home.gamer::before,
.card-home.gamer::after {
    background: var(--color-gamer);
}

@media (max-width: 992px) {
    .paket-gamer .option {
        margin-bottom: -25px;
    }
} */

:root {
    --gamer-gradient: linear-gradient(135deg, #00ffe1, #6a5af9);
    --gamer-dark: #0b0f1a;
    --gamer-light: #ffffff;
    --gamer-accent: #00ffe1;
    --gamer-shadow: 0 0 20px #00ffe14d;
}

.paket-gamer-modern {
    background: var(--gamer-dark);
    color: var(--gamer-light);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00ffe1b9;
    /* background: var(--gamer-gradient); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.section-subtitle {
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
}

.gamer-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(8px);
    box-shadow: var(--gamer-shadow);
    transition: transform 0.3s ease;
}

.gamer-img {
    margin-left: 30px;
    backdrop-filter: blur(8px);
    box-shadow: var(--gamer-shadow) !important;
}

.gamer-card-header {
    margin-bottom: 20px;
}

.gamer-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.gamer-speed {
    font-size: 1.5rem;
    color: #fff;
    /* color: #aaa; */
}

.gamer-price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 25px;
    /* background: var(--gamer-gradient); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.gamer-price .currency {
    font-size: 1rem;
    margin-right: 4px;
    top: -1.5em;
    color: #fff;
}

.gamer-price sup {
    color: #fff;
    margin-left: 4px;
    font-size: 0.95rem;
    top: -1.7em;
}

.gamer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 0.95rem;
    text-align: center;
}

.gamer-features li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.gamer-features i {
    color: var(--gamer-accent);
    font-size: 1.2rem;
}

.btn-order {
    display: inline-block;
    padding: 12px 30px;
    background: var(--gamer-gradient);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-order:hover {
    background: linear-gradient(135deg, #00e0d1, #4c3cf7);
    color: #fff;
    text-decoration: none;
}

.gamer-image {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    max-height: 420px;
    object-fit: cover;
}

/* End Paket Gamer */

/* End Broadband Internet */

/* Dedicated Internet */
.dedicated-section {
    position: relative;
    background-color: #f9f9f9;
}

/* .dedicated-section::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */

.card-dedicated {
    border: none;
    border-radius: 8px;
    padding: 40px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}

.card-dedicated::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, #088b80, #009970);
    clip-path: circle(0% at 0% 100%);
    transition: clip-path 0.5s ease;
    z-index: 0;
}

.card-dedicated:hover::before {
    clip-path: circle(150% at 0% 100%);
}

.card-dedicated:hover::before .text-tosca {
    color: #088b80;
}

.card-dedicated:hover {
    color: #fff;
}

.card-dedicated * {
    position: relative;
    z-index: 1;
}

.card-title {
    font-size: 1.25rem;
}

.card-dedicated ul li {
    font-size: 1rem;
    line-height: 1.6;
    display: flex;
    /* align-items: center; */
    gap: 10px;
}

.dedicated-section h2 {
    color: #333333;
}

.text-muted {
    font-size: 0.95rem;
    color: #666666;
}
/* End Dedicated Internet */

/* Program Kemitraan */
.kemitraan {
    position: relative;
}

/* .kemitraan::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */

.kemitraan .card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.kemitraan .btn {
    padding: 12px 30px;
    border-radius: 50px;
}

.kemitraan .btn:hover {
    background-color: #088b80;
    color: #fff;
}
/* End Program Kemitraan */

/* Artikel */
#blog {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    background-size: cover;
    /* background-image: url(../../images/bg-broadband.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 0; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

/* #blog::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */

.blog-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
}

.blog-heading span {
    color: #088b80;
}

.blog-heading h3 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 600;
    /* color: #2b2b2b; */
}

.post-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    /* margin-top: 2rem !important; */
}

.filter-item {
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.active-filter {
    background-color: #00b09b;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
}

.blog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
    flex-wrap: wrap;
}

.blog-box {
    width: 350px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    margin: 20px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.blog-img {
    width: 100%;
    height: 200px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px 4px 0 0;
}

.blog-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.blog-text span {
    color: #009970;
    font-size: 0.9rem;
}

.blog-text .bxs-calendar {
    color: #000;
}

.blog-text .blog-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
}

.blog-text .blog-title:hover {
    color: #009970;
    transition: all ease 0.3s;
}

.blog-text p {
    color: #9b9b9b;
    font-size: 0.9rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0px;
}

.blog-text .blog-button {
    color: #2b2b2b;
    text-decoration: none;
    padding: 5px;
    width: 200px;
    font-weight: 600;
    border-radius: 5px;
}

.blog-text .blog-button:hover {
    color: #009970;
    background: transparent;
    transition: all ease 0.3s;
}

@media (max-width: 1250px) {
    .blog-box {
        width: 300px;
    }
}

@media (max-width: 110px) {
    .blog-box {
        width: 70%;
    }
}

@media (max-width: 550px) {
    .blog-box {
        margin: 20px 10px;
        width: 100%;
    }

    #blog {
        padding: 20px;
    }

    .blog-heading span {
        font-size: 1rem;
    }

    .blog-heading h3 {
        font-size: 1.7rem;
    }
}
/* End Artikel */

/* Single Artikel */
.post-header {
    width: 100%;
    height: 500px;
    background-color: #1a1e21;
}

.post-container {
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem !important;
}

.back-home {
    color: #1a1e21;
    background: #00b09b;
    border: 2px solid #00b09b;
    border-radius: 4px;
    padding: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.back-home:hover {
    color: #00b09b;
    background: transparent;
    border: 2px solid #00b09b;
    transition: 0.5s all ease;
}

.header-title {
    width: 90%;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.header-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.header-img1 {
    width: 100%;
    height: 200px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
    object-position: center;
}

.post-content {
    margin-top: 10rem !important;
}

.sub-heading {
    font-size: 1.2rem;
}

.post-text {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: 1rem 0;
}

.share {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.share-title {
    font-size: 1.1rem;
    font-weight: 500;
}

.swiper-container {
    max-width: 1100px;
}

@media (max-width: 800px) {
    .post-container {
        margin: 0 auto;
        width: 95%;
    }
}

@media (max-width: 768px) {
    .post-header,
    .post-content {
        padding: 2rem 0;
    }

    .header-content {
        margin-top: 1rem;
    }

    .header-title {
        font-size: 2rem;
    }

    .header-img {
        height: 370px;
    }

    .post-header {
        height: 435px;
    }

    .post-content {
        margin-top: 11rem !important;
    }
}

@media (max-width: 720px) {
    .swiper-container {
        max-width: 500px;
    }
}

@media (max-width: 570px) {
    .post-header {
        height: 390px;
    }

    .header-title {
        width: 100%;
    }

    .header-img {
        height: 340px;
    }

    .swiper-container {
        max-width: 400px;
    }

    .post-content {
        margin-top: 12rem !important;
    }

    .footer {
        flex-direction: column;
        row-gap: 1rem;
        padding: 20px 0;
        text-align: center;
    }
}

@media (max-width: 396px) {
    .header-title {
        font-size: 1.4rem;
    }

    .header-img {
        height: 240px;
    }

    .post-header {
        height: 335px;
    }

    .post-content {
        margin-top: 7rem !important;
    }

    .post-text {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin: 10px 0;
    }
}
/* End Single Artikel */

/* Contact us */
.contact-section {
    background: url("../../images/contact-us.jpg") center/cover no-repeat;
    color: #fff;
    padding: 6rem 0;
}

.contact-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact_us {
    /* margin: 0px 0px 0px; */
    font-family: "Poppins", sans-serif;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.contact_us .container__contact {
    height: 100vh;
    min-height: 700px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.contact_us .container__contact > div {
    grid-column: 1/2;
    grid-row: 1/2;
}

.left__contact {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    /* background-color: khaki; */
    padding: 65px 1.5rem 0;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    position: relative;
    z-index: 3;
}

.contact-heading h1 {
    font-weight: 600;
    color: black;
    font-size: 3.5rem;
    line-height: 0.9;
    white-space: nowrap;
    margin-bottom: 1.2rem;
}

.contact-heading h1 span {
    color: #088b80;
}

.text-contact {
    color: #9ca7b6;
    line-height: 1.1;
    font-size: 1rem;
}

.text-contact a {
    color: #088b80;
    transition: 0.3s;
    text-decoration: none;
}

.text-contact a:hover {
    color: #088b80;
}

.form-wrapper {
    max-width: 32rem;
}

.contact-form {
    display: grid;
    margin-top: 2.55rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
}

.input-warp {
    position: relative;
}

.input-warp.form-self {
    grid-column: span 2;
}

.contact-input {
    width: 100%;
    background-color: hsla(165, 100%, 30%, 0.1);
    padding: 1.5rem 1.35rem calc(0.75rem - 2px) 1.35rem;
    border: none;
    outline: none;
    font-family: inherit;
    border-radius: 20px;
    color: #000;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid transparent;
    box-shadow: 0 0 0 0px hsla(165, 92%, 54%, 0.169);
    transition: 0.3s;
}

.contact-input:hover {
    background-color: hsla(165, 100%, 30%, 0.2);
}

.input-warp label {
    position: absolute;
    top: 50%;
    left: calc(1.35rem + 2px);
    transform: translateY(-50%);
    color: #9ca7b6;
    pointer-events: none;
    transition: 0.25s;
}

.input-warp .icon {
    position: absolute;
    right: calc(1.35rem + 2px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #8c9aaf;
    font-size: 1.25rem;
    transition: 0.3s;
}

textarea.contact-input {
    resize: none;
    width: 100%;
    min-height: 150px;
}

textarea.contact-input ~ label {
    top: 1.2rem;
    transform: none;
}

textarea.contact-input ~ .icon {
    top: 1.3rem;
    transform: none;
}

.input-warp.focus .contact-input {
    background-color: #fff;
    border: 2px solid hsla(165, 91%, 55%);
    box-shadow: 0 0 0 5px hsla(165, 91%, 55%, 0.11);
}

.input-warp.focus label,
.input-warp.focus .icon {
    color: #009970;
}

.input-warp.not-empty label {
    font-size: 0.66rem;
    top: 0.75rem;
    transform: translateY(0);
}

.contact-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    margin-top: 1rem;
    width: 100%;
    grid-column: span 2;
}
.contact-buttons1 {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}

.contact-buttons1.form-self {
    grid-column: span 2;
}

.btn-contact {
    display: inline-block;
    padding: 1.1rem 2rem;
    background-color: #009970;
    color: #fff;
    border-radius: 40px;
    border: none;
    font-family: inherit;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.btn-contact:hover {
    background-color: #00b09b;
}

.btn-contact.upload {
    position: relative;
    text-decoration: none;
    background-color: hsla(165, 100%, 30%, 0.1);
}

.btn-contact.upload span {
    color: #9ca7b6;
}

.btn-contact.upload:hover {
    background-color: hsla(165, 100%, 30%, 0.2);
}

.btn-contact.upload a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.right__contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    pointer-events: none;
}

.image-wrapper {
    position: relative;
    grid-column: 2;
}

.image-wrapper .img-contact {
    position: absolute;
    height: 130%;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wave-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background-color: #fff;
}

.wave-wrapper svg {
    position: absolute;
    /* background-color: red; */
    height: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 2px);
}

#wave-contact {
    fill: #fff;
    height: 100%;
}

.dashed-wave {
    position: absolute;
    z-index: 3;
    height: 130%;
    bottom: 60%;
    left: -28px;
    transform: translateY(50%);
}

#dashed-wave {
    fill: none;
    stroke: #9ca7b6;
    stroke-width: 1px;
    stroke-dasharray: 6.5;
    opacity: 0.8;
}

@media (max-width: 1000px) {
    .contact-heading h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        white-space: normal;
    }

    .text-contact {
        font-size: 0.9rem;
    }

    .contact-form {
        display: grid;
        margin-top: 1.9rem;
        column-gap: 0.8rem;
        row-gap: 0.65rem;
    }

    .contact-input {
        border-radius: 17px;
        font-size: 0.87rem;
        padding: 1.5rem 1.2rem calc(0.75rem - 2px) 1.2rem;
    }

    .input-warp label {
        font-size: 0.91rem;
        left: calc(1.2rem + 2px);
    }

    .input-warp .icon {
        font-size: 1.1rem;
        right: calc(1.2rem + 2px);
    }

    .textarea.contact-input ~ label {
        top: 1.2rem;
    }

    .textarea.contact-input ~ .icon {
        top: 1.33rem;
    }

    .input-warp.focus .contact-input {
        box-shadow: 0 0 0 3.5px hsla(165, 91%, 55%, 0.11);
    }

    .input-warp.not-empty label {
        font-size: 0.61rem;
    }

    .contact-buttons,
    .contact-buttons1 {
        column-gap: 0.8rem;
        margin-top: 0.45rem;
    }

    .btn-contact {
        padding: 1rem 1.5rem;
        font-size: 0.87rem;
    }

    .dashed-wave {
        bottom: 55%;
        left: 19px;
    }

    #dashed-wave {
        stroke-width: 0.7px;
        stroke-dasharray: 6;
    }

    .wave-warp {
        transform: translateX(2%);
    }

    .wave-warp svg {
        height: calc(110% + 10px);
        transform: translate(2%, -50%);
    }
}

@media (max-width: 992px) {
    .right__contact {
        display: none;
    }
    .left__contact {
        padding: 50px 1.5rem 0;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .form-wrapper {
        width: 100%;
        padding: 1rem 0;
    }
}

/* @media (max-width: 650px) {
} */

@media (max-width: 440px) {
    .article h1 {
        font-size: 1.8rem;
    }

    .article h4 {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .article .swiper-slide {
        width: 100% !important;
    }

    .article .blog-img video,
    .article .blog-img img {
        height: 180px;
    }

    .article .blog-text {
        padding: 15px;
    }

    .article .blog-title {
        font-size: 1.05rem;
    }

    .article .blog-text p {
        font-size: 0.9rem;
    }

    .content-member h2 {
        font-size: 20px;
    }

    .slider-footer .list-partner .item {
        width: 160px;
    }

    .col-xs-6 {
        width: 45%;
    }

    .features-item {
        width: 165px;
        height: 216px;
        margin: 8px auto;
    }

    .features-icon {
        font-size: 22px;
    }

    .features-title {
        font-size: 10px;
    }

    .features-deskripsi,
    .work-deskripsi {
        font: 400 11px / 1.8 "Open Sans", sans-serif;
    }

    .about-features h1 {
        font-size: 1.5rem;
    }

    .about-features .text_deskripsi {
        font-size: 0.7rem;
    }

    .input-warp {
        grid-column: span 2;
    }

    .contact-buttons {
        grid-template-columns: 1fr;
        row-gap: 0.5rem;
    }

    .contact-heading h1 {
        font-size: 1.9rem;
        line-height: 1s;
    }
}
/* End Contact us */

/* Registrasi */

.newregis {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 35px 10px;
    background: linear-gradient(135deg, #71b7e6, #009970);
}

.card-regis {
    max-width: 900px;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.card-regis .title {
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

.card-regis .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, #4ebada, #009970);
}

.content form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}

form .user-details-input .input-box {
    margin-bottom: 15px;
    width: 100%;
}

form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.user-details .input-box input,
.user-details-input .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

.user-details .input-box select {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    background-color: #fff;
    cursor: pointer;
}

.user-details .input-box .form-select:focus {
    box-shadow: none !important;
}

.user-details-input .input-box textarea {
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    resize: vertical;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid,
.user-details .input-box select:focus,
.user-details-input .input-box input:focus,
.user-details-input .input-box input:valid,
.user-details-input .input-box textarea:focus,
.user-details-input .input-box textarea:valid {
    border-color: #4ebada;
}

form .media-details .media-title {
    font-size: 20px;
    font-weight: 500;
}

form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
}

form .category label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

form .category label .dot {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-right: 10px;
    background: #d9d9d9;
    border: 5px solid transparent;
    transition: all 0.3s ease;
}

#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three,
#dot-4:checked ~ .category label .four {
    background: #4ebada;
    border-color: #d9d9d9;
}

form input[type="radio"] {
    display: none;
}

form .button {
    height: 45px;
    margin: 35px 0;
}

form .button input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #4ebada, #009970);
}

form .button input:hover {
    background: linear-gradient(-135deg, #4ebada, #009970);
}

@media (max-width: 584px) {
    .card-regis {
        max-width: 100%;
    }
    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }
    form .category {
        width: 100%;
    }
    .content form .user-details {
        max-height: 400px;
        overflow-y: scroll;
    }
    .user-details::-webkit-scrollbar {
        width: 5px;
    }
}

@media (max-width: 459px) {
    .card-regis .content .category {
        flex-direction: column;
    }
}
/* End Registrasi */

/* Parallax */

/* Internet Bisnis */

.internet-bisnis {
    font-family: "Oswald", sans-serif;
    background-color: #212121;
    .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        .row-bisnis {
            align-items: center;
            /* height: 100vh; */
        }
    }
}

.header-bisnis {
    text-align: center;
    margin-bottom: 40px;
}

.header-bisnis h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
}

.header-bisnis p {
    font-size: 1.1rem;
    color: #cccccc;
    max-width: 700px;
    margin: 10px auto 0;
}

.card-bisnis {
    perspective: 1200px;
    height: 400px;
    width: 100%;
    position: relative;
    margin: 10px 0;

    .card-inner {
        width: 100%;
        height: 100%;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 2.3s ease;
    }

    &:hover .card-inner {
        transform: rotateY(180deg);
    }

    .cover {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: transform 2.3s ease;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        &:before {
            content: "";
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            border: 5px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
            z-index: 2;
            transform: translateZ(0px);
        }

        &:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.15);
            z-index: 1;
        }

        h1 {
            position: absolute;
            bottom: 55px;
            left: 35px;
            font-size: 2em;
            font-weight: 600;
            color: white;
            transform: translateZ(30px);
            z-index: 3;
        }

        &.item-a {
            background-image: url("../../images/bisnis/bisnis_50.png");
        }

        &.item-b {
            background-image: url("../../images/bisnis/bisnis_100.png");
        }

        &.item-c {
            background-image: url("../../images/bisnis/bisnis_200.png");
        }

        &.back {
            transform: rotateY(180deg);
            background: #0b0f08;
        }
    }

    .card-back {
        width: 100%;
        height: 100%;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform-style: preserve-3d;

        .info-back {
            text-align: center;
            transform-style: preserve-3d;

            .icon-back {
                transform: translateZ(20px);
            }

            .title-back {
                font-size: 1.6rem;
                color: white;
                transform: translateZ(30px);
            }

            .speed-back,
            .ip-back,
            .price-back,
            .flat-back,
            .icon-back {
                color: white;
                transform: translateZ(30px);
            }

            .ip-back {
                font-size: 1rem;
                background-color: rgba(255, 255, 255, 0.1);
                padding: 4px 10px;
                border-radius: 4px;
                margin-bottom: 20px;
                display: inline-block;
            }

            a.btn-order {
                margin-top: 15px;
                display: inline-block;
                padding: 12px 25px;
                background: white;
                color: #0b0f08;
                border: 1px solid transparent;
                border-radius: 4px;
                font-weight: bold;
                transform: translateZ(30px);
                pointer-events: auto;
                z-index: 10;
                position: relative;
                text-decoration: none;
                transition: 0.3s ease;
            }

            a.btn-order:hover {
                background: #0b0f08;
                color: white;
                border: 1px solid white;
            }
        }
    }
}

@media (max-width: 992px) {
    .card-bisnis .cover h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .card-bisnis .cover h1 {
        font-size: 1.6em;
    }
}

@media (max-width: 576px) {
    .card-bisnis .cover h1 {
        font-size: 2em;
        bottom: 40px;
        left: 50px;
    }
}

.section-bisnis-info {
    color: white;
    margin-top: 4rem !important;

    .text-section {
        padding-right: 30px;

        .judul-info {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .deskripsi-info {
            font-size: 1rem;
            color: #bbbbbb;
            margin-bottom: 25px;
            line-height: 1.7;
        }

        .btn-info {
            display: inline-block;
            padding: 12px 24px;
            border: 1px solid white;
            color: white;
            text-decoration: none;
            transition: 0.3s ease;
            border-radius: 4px;

            &:hover {
                background-color: white;
                color: #0b0f08;
            }
        }
    }

    .gambar-section {
        position: relative;
        text-align: center;

        .gambar-wrapper {
            width: 100%;
            max-width: 500px;
            position: relative;
            margin: 30px 0;

            img {
                width: 100%;
                height: auto;
                border-radius: 10px;
                /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); */
            }

            .gambar-belakang {
                z-index: 1;
            }

            .gambar-tengah {
                z-index: 2;
                animation: float 5s ease-in-out infinite;
                animation-delay: 0s;
                /* pointer-events: none; */
            }

            .gambar-depan {
                z-index: 3;
                animation: float 5s ease-in-out infinite;
                animation-delay: 2s;
                /* pointer-events: none; */
            }

            .gambar1-belakang {
                animation: fadeInOut1 5s ease-in-out infinite;
            }

            .gambar1-depan {
                animation: fadeInOut2 5s ease-in-out infinite;
            }
        }
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes fadeInOut1 {
    0%,
    100% {
        opacity: 1;
        /* z-index: 2; */
    }
    50% {
        opacity: 0;
        /* z-index: 1; */
    }
}

@keyframes fadeInOut2 {
    0%,
    100% {
        opacity: 0;
        z-index: 1;
    }
    50% {
        opacity: 1;
        z-index: 2;
    }
}

/* .section-bisnis-info {
    color: white;
    margin-top: 4rem !important;
    .text-section {
        padding-right: 30px;

        .judul-info {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .deskripsi-info {
            font-size: 1rem;
            color: #bbbbbb;
            margin-bottom: 25px;
            line-height: 1.7;
        }

        .btn-info {
            display: inline-block;
            padding: 12px 24px;
            border: 1px solid white;
            color: white;
            text-decoration: none;
            transition: 0.3s ease;
            border-radius: 4px;
        }

        .btn-info:hover {
            background-color: white;
            color: #0b0f08;
        }
    }

    .gambar-section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 30px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
} */
