* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

section {
    padding-top: 90px;
    padding-bottom: 50px;
}

.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #9d00ff;
}

.navbar-nav .nav-link.active {
    color: #9d00ff;
    font-weight: 600;
}

.btn-custom {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 18px;
    border: none;
    border-radius: 25px;
    background: #9d00ff;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.btn-custom:hover {
    background: #7200b3;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-login {
    width: 80px;
}

.btn-login:hover {
    color: #fff;
}

.btn-skrining-sekarang {
    color: var(--9D00FF, #9d00ff);
    font-size: 20px;
    font-weight: 500;
    padding: 16px 30px;
    border: none;
    border-radius: 62px;
    background: #ecceff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-skrining-sekarang:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-baca-artikel {
    width: 200px;
    cursor: pointer;
}

.btn-lihat-semua {
    display: flex;
    width: 348px;
    height: 44px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    color: #9d00ff;
    border: 2px solid #9d00ff;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-lihat-semua:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(157, 0, 255, 0.4);
}

/* #hero {
    background-image: url('https://raw.githubusercontent.com/prasetyoedi/ecoShop/refs/heads/master/public/denteksi/bg-hero.png');
    background-size: cover;
    background-position: center;
    height: 100%;
} */

#hero {
    background-color: #f4f4f4;
    background-image: url("/assets/images/landingpage/bg-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90vh;
    width: 100%;
}

#hero .title {
    color: #fff;
    padding-top: 150px;
    font-size: 32px;
}

#hero .subtitle {
    color: #fff;
    font-size: 18px;
}

section .title {
    color: #9d00ff;
    font-size: 32px;
    font-weight: 700;
}

section p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.title-tentang {
    padding-top: 70px;
}

.teks-tentang {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/* product overview */
#product-overview {
    padding-top: -10px;
}

.product-card {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product-overview .wrap-ungu {
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background: var(--Purple, #8a01e1);
}

.wrap-ungu-muda {
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    background: #eed4ff;
}

.img-hover {
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-hover img {
    transition: transform 0.3s ease;
}

.img-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

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

/* kerja sama */
#kerjasama .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#kerjasama .card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#kerjasama .card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

#kerjasama .card:hover img {
    transform: scale(1.05);
}

/* pengembangan paket */
#pengembangan-paket .card-body {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

#pengembangan-paket .card {
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

#pengembangan-paket .card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

#pengembangan-paket .card-title {
    font-size: 1.5rem;
    font-weight: bold;
}

#pengembangan-paket .card-subtitle {
    font-size: 2.5rem;
    font-weight: bold;
}

#pengembangan-paket .card-text {
    font-size: 1rem;
}

#pengembangan-paket .card-text sup {
    font-size: 0.7rem;
}

#pengembangan-paket .card.shadow-lg {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

/* artikel */
#artikel {
    background: #9d00ff;
}

.card-title {
    color: var(--Content-Primary, #121216);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.card .penulis,
.tanggal {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.card p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* testimoni */
#testimoni .col-testimoni {
    border: 2px solid #9d00ff;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#testimoni .col-testimoni:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#testimoni .nama {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

#testimoni .text-testimoni {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

/* footer */
footer {
    background-color: #9d00ff;
    color: #ffffff;
}

footer h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .nav-link:hover {
    color: #ffce31;
}

footer p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.custom-hr {
    height: 3px;
    border: none;
    background-color: #fff;
    margin: 20px 0;
}

.header-title {
    background-color: #9d00ff;
}

#hero .container {
    padding-bottom: 300px;
}

@media screen and (max-width: 480px) {
    section .title {
        font-size: 20px;
    }

    .title-tentang {
        text-align: center;
    }

    .teks-tentang {
        font-size: 16px;
        margin-top: 20px;
    }

    .img-tentang {
        display: none;
    }

    #hero .title {
        font-size: 24px;
        padding-top: 80px;
    }

    #hero .subtitle {
        font-size: 20px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn-login {
        margin-bottom: 50px;
    }

    .card p {
        font-size: 14px;
    }

    #hero .container {
        padding-bottom: 175px;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding-top: 10px;
    }

    section .title {
        font-size: 24px;
    }
    .teks-tentang {
        font-size: 16px;
        margin-top: 20px;
    }

    #hero {
        height: 100%;
        background-image: url("/assets/images/landingpage/bg-header-mobile.png");
    }

    #hero .title {
        font-size: 25px;
        padding-top: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #hero .subtitle {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-skrining-sekarang {
        margin-left: 30px;
        margin-top: 20px;
    }

    .title-tentang {
        text-align: center;
    }

    .img-tentang {
        padding-top: 75px;
    }

    #testimoni {
        padding-top: 50px;
    }

    #testimoni .nama {
        font-size: 18px;
    }

    #testimoni .text-testimoni {
        font-size: 14px;
        line-height: 1.4;
    }

    .navbar-collapse {
        text-align: center;
    }

    .btn-login {
        margin-bottom: 50px;
    }

    .card p {
        font-style: 14px;
    }

    footer p {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #hero {
        height: 50%;
    }

    #hero .title {
        font-size: 30px;
        margin-left: 20px;
    }

    #hero .subtitle {
        font-size: 18px;
        margin-left: 20px;
    }

    .btn-skrining-sekarang {
        margin-left: 20px;
        margin-top: 20px;
    }

    .img-tentang {
        padding-top: 50px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .teks-tentang {
        font-size: 16px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .title {
        font-size: 32px;
    }

    #hero {
        height: 50%;
    }

    #hero .title {
        font-size: 32px;
    }

    .btn-custom {
        font-size: 16px;
        padding: 8px 18px;
    }

    footer p {
        font-size: 16px;
    }

    .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .product-card {
        height: 200px;
    }
}
