:root {
    --white: #ffffff;
    --black: #151515;
    --grey: #535353;

    --primary: #492E00;
    --secondary-one: #FFB402;
    --secondary-two: #FFB402;

    --layer-color: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9),
        rgba(0, 0, 0, 0.9)
    );
}

* {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

/* Navbar */
.core-navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e35 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transition: color 0.3s ease;
}

.core-navbar .nav-link:hover {
    color: #0b3c26 !important;
}

.btn-booking-wa {
    background-color: #0b3c26;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    border: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-booking-wa:hover {
    background-color: #125235;
    text-decoration: none;
    transform: translateY(-1px);
}

.navbar-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    header.custom-navbar-wrapper {
        padding: 10px 10px 0 10px;
    }

    .core-navbar .navbar-nav {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .core-navbar .nav-link {
        padding: 8px 0 !important;
        width: 100%;
        text-align: center;
    }

    .btn-booking-wa {
        width: 100%;
        text-align: center;
    }
}
/* End Navbar */

/* Footer */
/* --- FOOTER STYLES --- */
.footer-section {
    background-color: #fbf9f4; /* Warna latar krem/beige sesuai asset image */
    border-top: 5px solid #0b3c26; /* Garis aksen hijau tua tebal di bagian atas */
    font-family: 'Poppins', sans-serif;
}

/* Reset default formatting dari tag <address> */
.footer-section address {
    font-style: normal;
}

/* Pengaturan Teks */
.footer-text {
    font-size: 13px;
    color: #4a534e !important;
    line-height: 1.5;
    font-weight: 500;
}

.text-dark-green {
    color: #0b3c26;
    font-size: 15px;
}

/* Styling Link Informasi */
.footer-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0b3c26 !important;
    text-decoration: none;
}

/* Media Sosial */
.footer-social-title {
    font-size: 12px;
    color: #0b3c26;
    letter-spacing: 0.5px;
}

.social-icon {
    color: #4a534e;
    font-size: 16px;
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.social-icon:hover {
    color: #0b3c26;
    transform: translateY(-2px);
}

/* --- ADAPTASI CSS UNTUK UPDATE HERO CAROUSEL --- */
.hero-slide-item {
    min-height: 100vh;
    display: flex !important;
    align-items: center;
}

.hero-content-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 2;
}

.hero-features-container {
    margin-top: -80px; /* Menarik container fitur agar masuk ke dalam area visual hero banner */
}

.z-index-2 { z-index: 2; }

.footer-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
/* End Footer */


@media only screen and (max-width: 992px) {

    #layoutDefault,
    #layoutDefault_footer {
        overflow-x: hidden !important;
    }

}

@media only screen and (max-width: 768.98px) {

    /* Navbar */
    .navbar {
        padding-top: 8px ;
        padding-bottom: 8px ;
        border-bottom: 1px solid var(--secondary-two);
    }

    .navbar-form-custom {
        max-width: 100%;
        margin-left: 0;
    }

    .navbar-produk-show .navbar-form-custom {
        width: 60%;
    }
    /* End Navbar */

    /* Footer */
    .produk-footer-container {
        padding: 0;
    }

    .footer-section {
        text-align: center;
    }

    .footer-contact-info > div {
        margin-bottom: 15px;
    }

    .hero-features-container {
        margin-top: 0;
    }
    /* End Footer */

}
