.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    padding-left: 7%;
    padding-right: 20%;
}

.list-navbar {
    list-style: none;
    display: flex;
    gap: 50%;
    text-decoration: none;
    font-size: 90%;
}

a {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: black;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #111111;
    background: #ffffff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
    display: block;
}


/* =====================================================
           NAVBAR
        ===================================================== */

nav {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 6%;

    z-index: 1000;

    border-bottom: 1px solid #eeeeee;
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;
}

#logo {
    width: 25%;
    height: auto;
    object-fit: contain;
}


/* NAVIGATION */

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    gap: 5%;
    list-style: none;
}

.nav-links a {
    position: relative;
    white-space: nowrap;
    font-size: 15px;

    padding: 28px 0;

    transition: 0.3s;
}


/* ACTIVE MENU */

.nav-links a.active {
    color: #d2a900;
    font-weight: bold;
}


/* UNDERLINE */

.nav-links a.active::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 18px;

    width: 100%;
    height: 3px;

    background: #ffd000;

    border-radius: 3px;
}


/* HOVER */

.nav-links a:hover {
    color: #d2a900;
}


/* MOBILE MENU BUTTON */

.menu-btn {
    display: none;

    font-size: 27px;

    cursor: pointer;
}


/* =====================================================
           HERO
        ===================================================== */

.hero {
    min-height: 650px;

    margin-top: 80px;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.48) 38%,
            rgba(0, 0, 0, 0.08) 75%),
        url("Assets/IMG-20260823-WA0025.jpg") center/cover;

    display: flex;
    align-items: center;

    padding: 0 7%;

    color: white;
}

.hero-content {
    max-width: 700px;
}

.hero-content span {
    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-weight: 600;
}

.hero h1 {
    font-family: Georgia, serif;

    font-size: clamp(45px, 6vw, 76px);

    line-height: 1.05;

    margin: 18px 0;

    max-width: 700px;
}

.hero h1 em {
    color: #ffd000;

    font-style: normal;
}

.hero p {
    max-width: 550px;
    letter-spacing: 1px;
    font-size: 15px;

    margin-bottom: 30px;
}


/* BUTTON */

.btn {
    display: inline-block;
    border-radius: 10px;
    padding: 14px 28px;
    background: #ffd000;
    color: #111111;
    border: none;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}

.btn:hover {
    background: #e6b900;

    transform: translateY(-2px);
}


/* =====================================================
           FEATURES
        ===================================================== */

.features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    background: #ffd000;

    padding: 28px 7%;
}

.feature {
    text-align: center;

    padding: 12px 25px;

    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

.feature:last-child {
    border: none;
}

.feature-icon {
    font-size: 30px;

    margin-bottom: 10px;
}

.feature h3 {
    font-size: 15px;

    margin-bottom: 5px;
}

.feature p {
    color: #222222;

    font-size: 13px;
}


/* =====================================================
           GENERAL SECTION
        ===================================================== */

section {
    padding: 80px 7%;
}

.section-title {
    text-align: left;

    margin-bottom: 35px;
}

.section-title span {
    color: #d2a900;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 3px;
}

.section-title h2 {
    font-family: Georgia, serif;

    font-size: 45px;

    font-weight: normal;

    margin-top: 10px;
}

.section-title h2::after,
.about-content h2::after {

    content: "";

    display: block;

    width: 42px;

    height: 4px;

    background: #ffd000;

    margin-top: 10px;
}


/* =====================================================
           ABOUT
        ===================================================== */

.about {
    display: grid;

    grid-template-columns: 1.05fr 1fr;

    gap: 60px;

    align-items: center;
}

.about-image img {
    height: 480px;

    object-fit: cover;
}

.about-content span {
    color: #d2a900;

    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 13px;
}

.about-content h2 {
    font-family: Georgia, serif;

    font-size: 45px;

    line-height: 1.15;

    font-weight: normal;

    margin: 15px 0 25px;
}

.about-content p {
    color: #555555;

    margin-bottom: 20px;
}

.about-list {
    margin: 25px 0;

    list-style: none;
}

.about-list li {
    margin-bottom: 12px;
}

.about-list li::before {
    content: "✓";

    color: #d2a900;

    font-weight: bold;

    margin-right: 10px;
}


/* =====================================================
           PRODUCTS
        ===================================================== */

.products {
    background: #ffffff;
}

.produk {
    padding-top: 20px;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.produk a {
    border: 2px solid #e6b900;
    padding: 5px;
    border-radius: 10px;
}

.produk :hover {
    background-color: black;
    color: #e6b900;
    border: 1px solid black;
}

.product-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}

.product-card {
    background: #ffffff;

    overflow: hidden;

    transition: 0.3s;

    border: 1px solid #e7e7e7;
}

.product-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.08);
}

.product-image {
    height: 300px;

    overflow: hidden;
}

.product-image img {
    height: 100%;

    object-fit: cover;

    transition: 0.5s;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-family: Georgia, serif;

    font-size: 21px;

    font-weight: normal;
}

.category {
    font-size: 12px;

    color: #999999;

    margin: 5px 0;
}

.price {
    color: #d2a900;

    font-weight: bold;

    margin-top: 10px;
}


/* =====================================================
           BANNER
        ===================================================== */

.banner {
    min-height: 360px;

    background:
        linear-gradient(90deg,
            rgba(255, 208, 0, 0.96),
            rgba(255, 208, 0, 0.72)),
        url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=2000&q=90") center/cover;

    display: flex;

    align-items: center;

    padding: 60px 8%;

    color: #111111;
}

.banner-content {
    max-width: 600px;
}

.banner-content span {
    text-transform: uppercase;

    letter-spacing: 3px;

    font-size: 13px;

    font-weight: bold;
}

.banner h2 {
    font-family: Georgia, serif;

    font-size: 55px;

    line-height: 1.1;

    margin: 15px 0 25px;
}


/* =====================================================
           SERVICES
        ===================================================== */

.services {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.service {
    background: white;

    padding: 35px;

    text-align: center;

    border: 1px solid #e5e5e5;

    transition: 0.3s;
}

.service:hover {
    border-color: #ffd000;

    transform: translateY(-5px);
}

.service-icon {
    font-size: 40px;

    margin-bottom: 15px;
}

.service h3 {
    font-family: Georgia, serif;

    font-size: 23px;

    font-weight: normal;

    margin-bottom: 10px;
}

.service p {
    color: #777777;

    font-size: 14px;
}


/* =====================================================
           PROJECTS
        ===================================================== */

#projects {
    background: #f7f7f7;
}


/* =====================================================
           TESTIMONIAL
        ===================================================== */

.testimonials {
    background: #ffffff;
}

.testimonial-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.testimonial {
    background: #f7f7f7;

    padding: 35px;

    border-left: 4px solid #ffd000;
}

.stars {
    color: #f2c000;

    margin-bottom: 15px;
}

.testimonial p {
    color: #555555;

    font-style: italic;
}

.customer {
    margin-top: 25px;

    font-weight: bold;
}


/* =====================================================
           CONTACT
        ===================================================== */

.contact {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;
}

.contact-info h2 {
    font-family: Georgia, serif;

    font-size: 45px;

    font-weight: normal;

    margin-bottom: 20px;
}

.contact-info p {
    color: #666666;

    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item strong {
    display: block;

    margin-bottom: 4px;
}

.contact-form {
    background: #ffffff;

    padding: 40px;

    border: 1px solid #e5e5e5;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;

    font-size: 13px;

    margin-bottom: 7px;
}

.form-group input,
.form-group textarea {
    width: 100%;

    padding: 13px;

    border: 1px solid #dcdcdc;

    outline: none;

    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ffd000;
}

.form-group textarea {
    height: 130px;

    resize: none;
}


/* =====================================================
           FOOTER
        ===================================================== */

footer {
    background: #111111;

    color: white;

    padding: 55px 7% 25px;

    border-top: 6px solid #ffd000;
}

.footer-grid {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 40px;

    margin-bottom: 50px;
}

footer h3 {
    font-family: Georgia, serif;

    font-size: 25px;

    margin-bottom: 15px;
}

footer h4 {
    margin-bottom: 15px;
}

footer p,
footer li {
    color: #bcb7ae;

    font-size: 14px;
}

footer ul {
    list-style: none;
}

footer li {
    margin-bottom: 8px;
}

.copyright {
    border-top: 1px solid #333333;

    padding-top: 25px;

    text-align: center;

    color: #aaaaaa;

    font-size: 13px;
}


/* =====================================================
           MOBILE
        ===================================================== */

@media (max-width: 1000px) {

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature {
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }

    .about,
    .contact {
        grid-template-columns: 1fr;
    }

    .services,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 700px) {

    nav {
        height: 65px;
    }

    #whatsapp {
        width: 10%;
    }

    #instagram {
        width: 6%;
        height: 6%;
    }

    #facebook {
        width: 9%;
        height: 9%;
        position: relative;
        right: 5px;
    }

    #tiktok {
        width: 7%;
        height: 7%;
    }

    #logo {
        width: 110px;
    }

    .menu-btn {
        display: block;
    }

    .nav-links {
        display: none;

        position: absolute;

        top: 65px;

        left: 0;

        width: 100%;

        background: #ffffff;

        flex-direction: column;

        padding: 25px;

        gap: 20px;

        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 5px 0;
    }

    .nav-links a.active::after {
        bottom: -3px;
    }

    .hero {
        margin-top: 65px;

        min-height: 700px;
    }

    .hero h1 {
        font-size: 48px;
    }

    section {
        padding: 70px 5%;
    }

    .section-title h2,
    .about-content h2,
    .contact-info h2 {
        font-size: 36px;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .feature {
        border-right: none;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-image {
        height: 350px;
    }

    .banner h2 {
        font-size: 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}