/* hearder */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: white;
    scroll-behavior: smooth;

}

/* logo */
.top-section {
    background-color: #333;
    background: #00000022;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* warna background atas */
    height: 50px;
    /* tinggi bagian atas */
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 1000;
}

.top-section img {
    height: 35px;
    /* sesuaikan tinggi logo */
}

/* selamat datang */

.hearder h1 {
    text-align: center;
    font-size: 25px;
    margin-top: 200px;
    color: #333;
}

.hearder h2 {
    text-align: center;
    font-weight: bolder;
    font-size: 45px;
    color: #333;
    line-height: 5px;
}

h2 span {
    color: #007bff;
}

.hearder p {
    text-align: center;
    margin: 1px;
    line-height: 1, 5px;
}

.hearder h3 {
    text-align: center;
    color: #007bff;
    font-size: 24px;
}

/* end */

/* LAYANAN */
.container-layanan {
    background-color: #007bff;
    padding: 2px 3px 3px;
    margin-top: 100px;
    font-weight: 600;

}

.container-layanan h1 {
    color: #facc15;
    text-align: left;
    margin-left: 35px;
    display: inline-block;

}

.container-layanan h1 span {
    color: #ffffff !important;
    margin-left: 10px;

}

.jasa-desain {
    height: 100vh;
    gap: 40px;
    margin: 0 10px 10px 0;
    justify-content: center;
    background-color: white;
    flex-direction: column;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: auto;
    height: auto;
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    text-align: center;
    flex-wrap: wrap;
    transition: transform 0.3s ease;

}

.jasa-desain h1 {
    color: #007bff;
    font-size: 18px;
    margin-top: 5px;
}

.jasa-desain p {
    text-align: center;
    font-size: 15px;
}



.btn-selengkapnya {
    display: inline-block;
    background-color: #0070f3;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0px 20px 0px;
}

.btn-selengkapnya a {
    text-decoration: none;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;

}

/* end layanan */

.promo {
    background-color: #57575736;
    margin-top: 100px;
    text-align: center;
    padding: 5px 0 20px;
    border-radius: 20px;

}

.promo h1 {
    color: #007bff;
    font-size: 25px;
}


.price3 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.old-price3 {
    text-decoration: line-through;
    color: #ff0000;
    font-size: 15px;
    display: block;
    font-weight: 500;
}


.old-price3 span {
    text-decoration: line-through;
    color: #888;
    font-size: 10px;
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 20px 0 15px 0;
}


ul li {
    margin-bottom: 8px;
}

ul li::before {
    content: "✔";
    position: center;
    left: 0;
    color: #f5a623;
}


.btn3 {
    display: inline-block;
    background: #0070f3;
    color: white;
    padding: 10px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

/* testimonial */
.testimoni {
    padding: 20px 20px;
    background-color: #facc15;
    text-align: center;
    margin-top: 50px;
    border-radius: 20px;
}

.testimoni h2 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 40px;
}

.testimoni-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.testimoni h1 {
    font-size: 30px;
    margin-top: 5px;
}

.testimoni-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 25px;
    max-width: 320px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.testimoni-card p {
    transform: translateY(-5px);
}

.testimoni-card p {
    font-style: italic;
    color: #555;
}

.testimoni-card h2 {
    margin-top: 15px;
    color: #111;
    font-weight: bold;
    font-size: 20px;
}

/* Pusat Bantuan */
.konsultasi-container3 {
    padding: 60px 40px;
}

.konsultasi-section3 {
    max-width: 600px;
    padding: 60px 40px;
    margin: auto;
    text-align: left;
}

.label3 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.label3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #007bff;
}

.title3 {
    font-size: 36px;
    font-weight: 800;
    color: #0a1a44;
    margin: 0 0 20px;
    line-height: 1.3;
}

.highlight3 {
    color: #0a1a44;
}

.description3 {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-hubungi3 {
    display: inline-block;
    gap: 40px;
    padding: 15px 30px;
    background-color: #007bff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.btn-hubungi3:hover {
    background-color: #0070f3;
}

/* footer */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.whatsapp-float img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

/* tentang kami */
.tentang-kami {
    padding: 60px 40px;
}

.tentang-kami {
    max-width: 600px;
    padding: 60px 40px;
    margin: auto;
    text-align: left;
}

.label3 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.label3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #007bff;
}

.title3 {
    font-size: 36px;
    font-weight: 800;
    color: #0a1a44;
    margin: 0 0 20px;
    line-height: 1.3;
}

.highlight3 {
    color: #0a1a44;
}

.description3 {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* kontak kami */
.kontak-kami {
    padding: 60px 40px;

}

.label3 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.label3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #007bff;
}

.title3 {
    font-size: 20px;
    font-weight: 800;
    color: #0a1a44;
    margin: 0 0 20px;
    line-height: 1.3;
}

.highlight3 {
    color: #0a1a44;
}

.description3 {
    color: #a0a0a0;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.copyright {
    margin-top: 100px;
    font-size: 12px;
    width: auto;
    text-align: center;
}

/* Responsif untuk HP */
@media (max-width: 600px) {
    nav {
        flex-direction: column;
        align-items: stretch;
    }

    nav a {
        padding: 12px;
        border-top: 1px solid #004080;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-cards3 {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .pricing-cards3 {
        flex-direction: column;
        align-items: center;
    }

    .card3 {
        width: 90%;
    }
}