/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744446963
Updated: 2025-04-12 08:36:03

*/

@import url('https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
:root {
    --white: #FFF;
    --black: #101010;
    --background-main: #F5F4F4;
    --main-green: #0F6F3B;
    --dark-green: #08361d;
    --main-brown: #E9E5DF;
}

body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: var(--white);
    font-family: 'Tomorrow', sans-serif;
    font-size: 16px;
    color: var(--black);
    background-color: var(--background-main);
    overflow-x: hidden;
}

a,
a:visited {
    text-decoration: none;
    color: var(--black);
}


/* a:hover {
    color: #aaa;
} */

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-end: 7px;
}

@media (min-width: 751px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .hide-mobile {
        display: none !important;
    }
}

button {
    outline: none;
}

.btn.btn-branding-primary {
    color: var(--white);
    background-color: var(--main-green);
    border-color: var(--main-green);
    padding: 12px 18px 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 10px;
}

.btn.btn-branding-primary i {
    font-size: 18px;
    transform: rotate(-45deg);
}

.btn.btn-branding-primary:hover {
    color: var(--white);
    background-color: var(--dark-green);
}

.btn.btn-branding-secondary {
    color: var(--white);
    background-color: var(--main-green);
    border-color: var(--white);
    padding: 9px 18px 9px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
}

.btn.btn-branding-secondary i {
    font-size: 18px;
    transform: rotate(-45deg);
}

.btn.btn-branding-secondary:hover {
    color: var(--white);
    background-color: var(--dark-green);
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.body-overlay.is-visible {
    opacity: .5;
    visibility: visible;
}

.container-fluid {
    width: 100%;
    padding: 0 48px;
}


/* elementor additional class */

.elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.btn-with-icon.elementor-widget-button .elementor-button-icon svg {
    width: 11px;
}

.image-with-ahref.elementor-widget-image,
.image-with-ahref.elementor-widget-image a,
.image-with-ahref.elementor-widget-image img {
    width: 100%;
}

.heading-with-icon.elementor-widget-button .elementor-button-link {
    width: 100%;
}

.heading-with-icon.elementor-widget-button .elementor-button-content-wrapper {
    justify-content: space-between;
    text-align: left;
}

.heading-with-icon.elementor-widget-button .elementor-button-icon svg {
    width: 12px;
}

.green-clip-top::after {
    content: '';
    position: absolute;
    top: -50px;
    left: auto;
    right: 0;
    width: 89%;
    height: 50px;
    background-color: var(--main-green);
    clip-path: polygon(3.5% 0, 100% 0, 100% 100%, 0 100%);
}

.blog-section::after {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    right: auto;
    width: 89%;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin-bottom: 35px;
}

.home-faq-accordion.elementor-widget-n-accordion details.e-n-accordion-item {
    border-bottom: 1px solid var(--black);
}

.home-faq-accordion.elementor-widget-n-accordion details.e-n-accordion-item span.e-n-accordion-item-title-icon svg,
.home-faq-accordion.elementor-widget-n-accordion details.e-n-accordion-item:not([open]):hover span.e-n-accordion-item-title-icon svg,
.home-faq-accordion.elementor-widget-n-accordion details.e-n-accordion-item[open] span.e-n-accordion-item-title-icon svg {
    fill: transparent;
}


/* end elementor additional class */


/* header */

.site-header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--white);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.site-header .header-inner {
    max-width: none !important;
    padding: 0 30px;
    justify-content: flex-start;
}

.site-header .custom-logo {
    max-width: 64px;
}

.site-navigation {
    margin-left: 35px;
}

.site-navigation ul.menu {
    gap: 70px;
}

.site-navigation ul.menu>li {
    padding: 22px 0;
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0;
}

.site-navigation ul.menu li.menu-item-has-children::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: '\f107';
    font-size: 14px;
    color: #000;
}

.site-navigation ul.menu li.menu-item-has-children:hover::after {
    color: #0F6F3B;
}

.site-navigation ul.menu>li>a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.site-navigation ul.menu>li:hover>a,
.site-navigation ul.menu>li:hover>a:visited {
    color: #0F6F3B;
}

.site-navigation ul.menu li.menu-item-has-children>a {
    padding-right: 9px;
}

.site-navigation ul.menu li ul.sub-menu {
    min-width: unset;
    width: 99vw;
}

.site-navigation ul.menu li:hover ul.sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px;
    column-gap: 20px;
    border-radius: 0 0 16px 16px;
    overflow-y: auto;
    max-height: 88vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.site-navigation ul.menu li:hover ul.sub-menu::-webkit-scrollbar {
    display: none;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu {
    row-gap: 24px;
}

.site-navigation ul.menu li:hover ul.sub-menu .sub-menu-title {
    flex: 0 0 auto;
    width: 100%;
    color: var(--black);
    font-family: 'Tomorrow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu .sub-menu-title {
    margin-bottom: 0;
}

.site-navigation ul.menu li:hover ul.sub-menu>li {
    flex: 0 0 auto;
    width: 31%;
    display: flex;
    flex-direction: column;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu>li {
    width: 23.71%;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu>li:nth-child(2) {
    width: 49%;
}

.site-navigation ul.menu li ul li {
    border-bottom: 0;
}

.site-navigation ul.menu li:hover ul.sub-menu>li>.thumbnail {
    margin-bottom: 16px;
}

.site-navigation ul.menu li:hover ul.sub-menu>li>.thumbnail img {
    width: 100%;
    height: auto;
}

.site-navigation ul.menu li:hover ul.sub-menu>li>.title {
    color: var(--black);
    font-family: 'Tomorrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu>li>.title {
    margin-bottom: 0;
}

.site-navigation ul.menu li:hover ul.sub-menu>li>.description {
    color: #363636;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.site-navigation ul.menu li:hover ul.sub-menu>.button-cta {
    flex: 0 0 auto;
    width: 100%;
}

.site-navigation ul.menu li:hover ul.sub-menu .button_link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 8px 18px 8px 24px;
    border: 1px solid var(--black);
    border-radius: 100px;
    color: var(--black);
    font-family: 'Tomorrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 24px;
}

.site-navigation ul.menu li.menu-item-32:hover ul.sub-menu .button_link {
    margin-top: 0;
}

.site-navigation ul.menu li:hover ul.sub-menu .button_link i {
    font-size: 18px;
    transform: rotate(-45deg);
}

.site-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.site-header-language .trp-language-switcher {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
}

.site-header-language .trp-language-switcher>div {
    position: relative;
    width: auto !important;
    padding: 0;
    padding-right: 10px;
    line-height: normal;
    border-color: transparent;
    background-image: none;
    background-color: transparent;
}

.site-header-language .trp-language-switcher>div>a {
    padding: 0 12px;
    text-align: center;
}

.site-header-language .trp-language-switcher>div>a>span {
    width: 40px;
    font-size: 16px;
    color: #330000;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.trp-language-switcher .trp-ls-shortcode-current-language::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: '\f107';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: visible;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 15px 18px;
    top: 81px;
    left: 0;
    background-color: var(--white);
    box-shadow: 0 0 5px #ddd;
    border-radius: 2px;
}

.trp-language-switcher:hover .trp-ls-shortcode-language>a {
    padding: 0;
}

.trp-language-switcher:hover .trp-ls-shortcode-language>a:first-child {
    padding-bottom: 10px;
}

.site-header-search {
    display: flex;
    align-items: center;
}

.search-top-input {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 255px;
}

.search-top-input .search-box {
    flex: 1 1 auto;
    width: 1%;
    height: auto;
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 0 10px 24px;
    font-size: 16px;
    font-weight: 400;
    background-color: #F5F4F4;
    border-radius: 30px 0 0 30px;
}

.search-top-input .search-box:focus {
    border-color: #F5F4F4;
    outline: none;
}

.search-top-input .search-header-button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 10px 16px 10px 12px;
    outline: none;
    background-color: #F5F4F4;
    border-color: #F5F4F4;
    color: #7D7D7D;
    border-radius: 0 30px 30px 0;
}

.cat-header {
    position: relative;
    img {
        width: 100%;
    }
}

.cat-info {
    position: absolute;
    top: 28%;
}

.category-tabs {
    margin: 30px 0;
    display: flex;
    gap: 15px;
}

.category-tabs .cat-tab {
    padding: 10px 20px;
    /* background: #eee; */
    text-decoration: none;
    border-radius: 100px;
    color: #000;
    border: 1px solid #101010;
    transition: .3s ease-in-out;
}

.category-tabs .cat-tab.active,
.category-tabs .cat-tab:hover {
    background: #3A5E44;
    color: #fff;
    border-color: #3A5E44;
}

.filter-widget h4 {
    font-family: 'Tomorrow';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #101010;
    margin-bottom: 16px;
}
.filter-widget .filter-group {
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden;
}

.filter-toggle {
    width: 100%;
    text-align: left;
    padding: 16px 22px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    color: #101010;
    border-radius: 0;
}

button.filter-toggle:hover,
button.filter-toggle:focus,
button.filter-toggle:active {
    color: #000;
    background-color: #fff;
}

.toggle-icon {
    font-weight: normal;
    transition: transform 0.3s ease;
}

.filter-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.filter-content {
    display: block;
    padding: 0 15px 10px;
    background: #fff;
    border-radius: 6px;
}

.filter-content.collapsed {
    display: none;
}

.faq-section,
.ig-section {
    padding: 60px 0px;
    text-align: center;
}

.faq-subtitle,
.ig-subtitle {
    font-family: 'Tomorrow', sans-serif;
    color: #0F6F3B;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    text-align: center;
}

.faq-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.faq-list {
    max-width: 800px;
    margin: auto;
    text-align: left;
    padding: 0 16px;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.faq-toggle {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}

button.faq-toggle:hover,
button.faq-toggle:focus,
button.faq-toggle:active {
    color: #000;
    background-color: transparent;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    float: right;
}

.faq-answer {
    display: none;
    padding: 0 15px 15px;
    font-size: 15px;
    line-height: 1.6;
}

.faq-answer.open {
    display: block;
}

.related-news-section {
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #f8f8f4;
    text-align: center;
}

.blog-section {
    position: relative;
    padding: 65px 0;
}

.blog-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #0F6F3B;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.blog-title {
    display: inline-block;
    font-family: 'Tomorrow';
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #101010;
}

.explore-button {
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.2s ease;
    float: right;
}

.explore-button:hover {
    background-color: #000;
    color: #fff;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: flex-start;
    margin-top: 50px;
}

.news-card {
    flex: 1 1 calc(33.333% - 30px);
    min-width: 280px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.news-card:hover .news-title {
    color: #3A5E44;
}

.news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.news-meta {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    color: #7D7D7D;
    text-transform: uppercase;
}

.news-title {
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #101010;
}

.news-excerpt {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 17px;
    color: #363636;
}

.read-more {
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #101010;
    text-transform: uppercase;
}

.variant-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.variant-list .variant-link {
    padding: 2px;
}
.variant-list .variant-link.active {
    border: 3px solid #0F6F3B;
}
.variant-list img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
    cursor: pointer;
}

/* .ig-behold {
    padding-top: 140px;
} */

.single-product .ig-behold,
.archive .ig-behold {
    padding-top: 140px;
}

.behold-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 400px);
    gap: 10px;
    max-width: 100%;
    margin-top: 45px;
}

.behold-gallery-grid .grid-item {
    overflow: hidden;
}

.behold-gallery-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Akurasi posisi dari layout final */

.behold-gallery-grid .item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.behold-gallery-grid .item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.behold-gallery-grid .item-3 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}

.behold-gallery-grid .item-4 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
}

.behold-gallery-grid .item-5 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

.behold-gallery-grid .item-6 {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.featured-product-image {
    margin-bottom: 16px;
}

.featured-product-image>a {
    display: block;
}

.featured-product-image img {
    width: 100%;
    height: auto;
}

.featured-product-tag {
    margin-bottom: 8px;
}

.featured-product-tag .tag {
    display: block;
    color: #7D7D7D;
    font-family: 'Tomorrow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.featured-product-title {
    margin-bottom: 10px;
}

.featured-product-title .title {
    display: block;
    color: #101010;
    font-family: 'Tomorrow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.featured-product-variants {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 10px;
}
.featured-product-variants .variant {
    cursor: pointer;
}
.featured-product-variants .variant img {
    width: 32px;
    height: 32px;
}

.feature-product-description .description {
    color: #363636;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce ul.products::before {
    display: none;
}

.related.products {
    margin-top: 65px;
    h2 {
        margin-bottom: 45px;
        text-align: left;
        text-transform: capitalize;
    }
}

.single-product {
    h1 {
        font-size: 36px;
    }
    #view-more,
    #view-less {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #0F6F3B;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
        text-transform: capitalize;
    }
}
.tag-detail {
    text-transform: uppercase;
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7D7D7D;
}
.product-variants.hide-mobile {
    margin-top: 30px;
}
.short-description p,
.full-description p{
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7D7D7D;
}

.product-specifications {
    margin-top: 40px;

    h2 {
        font-family: 'Tomorrow';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        color: #000000;
    }
    .row.specifications-table {
        margin-left: 0;
        margin-right: 0;
    }
    .specifications-table {
        border: 1px solid #cfcfcf;
        margin-top: 20px;
    }
    .col-md-6 {
        background: #fff;
    }
    .value {
        background-color: #F3f4f4;
    }
    .label,
    .value {
        padding: 8px 12px;
        border: 1px solid #cfcfcf;
    }
}


/* Popup backdrop */

.popup-order-sample {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    /* ⬅️ INI WAJIB untuk centering */
    justify-content: center;
    /* Center horizontal */
    align-items: center;
    /* Center vertical */
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;

    #sample-form {
        margin-bottom: 0;
    }
    .variant-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 20px 0;
    }
    .variant-item img {
        width: calc(100% - 32px);
        height: 96px;
        margin-top: 6px;
        border-radius: 4px;
        margin-left: 32px;
    }
    .option-variant {
        display: flex;
        justify-content: flex-start;
        margin-left: 10px;
    }
    .variant-label {
        font-weight: 400;
        font-size: 15px;
        line-height: 16px;
        color: #101010;
    }
}


/* POPUP BOX */

.sample-popup-inner {
    background: #F5F4F4;
    border-radius: 8px;
    padding: 32px;
    padding-top: 48px;
    width: 100%;
    max-width: 552px;
    max-height: 90vh;
    overflow-y: auto;
    animation: popup-slide-in 0.3s ease;
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
.sample-popup-inner h2 {
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #101010;
    margin-top: 0;
    margin-bottom: 16px;
}
.sample-popup-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #363636;
    margin-bottom: 32px;
}

@keyframes popup-slide-in {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Close button */

.popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #0F6F3B !important;
}

.popup-close:hover,
.popup-close:active,
.popup-close:focus {
    color: #0F6F3B !important;
    background-color: transparent !important;
}

.variant-item {
    background-color: white;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

.variant-item input[type="checkbox"] {
    margin-bottom: 8px;
}

.btn-whatsapp {
    background: #0F6F3B;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-top: 20px;
    border: none;
}

.btn-back {
    background: #fff;
    border-radius: 50px;
    margin-top: 15px;
    color: #101010;
    font-size: 16px;
}

[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active,
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active {
    background: #2a7c2a;
}

.btn-sample {
    width: 100%;
    display: block;
    background: #0F6F3B;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 15px;
    color: #fff !important;
    border: unset;
    font-size: 18px;
    border: 1px solid #0F6F3B;
}

.btn-download {
    width: 100%;
    display: block;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    margin-top: 35px;
    font-size: 18px;
}

.gallery-thumbs {
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
    img {
        margin-bottom: 10px;
    }
}

.mobile-gallery-thumbs {
    margin: 15px 0 32px 0;
}

.post-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.post-item .post-title a {
    color: #333;
    text-decoration: none;
}

.post-item .post-title a:hover {
    text-decoration: underline;
}

.pagination {
    margin-top: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.gallery-title {
    font-size: 18px;
    margin: 0;
}
.content.content-gallery-detail {
    max-width: 768px;
    margin: auto;
}
.content-gallery-detail h2 {
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.75px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 26px;
}
.content-gallery-detail p {
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #71717A;
    margin-bottom: 30px;
}

.single-gallery {
    .top-header {
        position: relative;
    }
    .header-wrapper {
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        position: relative;
        img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
    }
    .top-info {
        position: absolute;
        top: 50%;
        text-align: center;
        left: 0;
        right: 0;
        color: #fff;
    }
    .after-header {
        padding: 45px 44px;
        border: 1px solid #E4E4E7;
    }
}
.sort-gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px 10px 18px;
    border: 1px solid #000000;
    border-radius: 100px;
}
.sort-gallery-wrapper #sortGallery {
    width: fit-content;
    border: 0;
    outline: none;
    padding: 0;
    background: transparent;
    appearance: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
}

/* Container umum */

.portfolio-showcase-section {
    margin: 0 auto;
    padding: 40px 16px;
    background: #E9E5DF;
    /* contoh bg ala screenshot */
    h2 {
        text-align: center;
        margin-bottom: 32px;
        font-size: 2rem;
    }
    .portfolio-slider {
        padding: 0 85px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }
}

.portfolio-slider .slide {
    flex: 1 1 calc((100% - 2*16px)/3);
    margin: 0 16px;
}

.portfolio-slider .slide:first-child {
    margin-left: 0;
}

.portfolio-slider .slide:last-child {
    margin-right: 0;
}

.portfolio-slider img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}


/* Panah kiri/kanan (CSS-only icon) */

.portfolio-slider .slick-prev,
.portfolio-slider .slick-next {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    border: unset;
    color: #000;
}

.portfolio-slider .slick-prev {
    left: 7%;
    z-index: 2;
}

.portfolio-slider .slick-next {
    right: 8%;
}


/* === Baris 2: grid 4 kolom === */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.portfolio-grid .grid-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.single-post-blog {
    margin-top: 65px;
    .post-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .post-categories a {
        background: #B7D4C4 !important;
        border-radius: 50px;
        color: #000;
        padding: 4px 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500 !important;
        margin-right: 0 !important;
    }
    .post-meta {
        color: #71717A;
        span {
            margin-right: 20px;
        }
        span svg {
            margin-right: 7px;
        }
    }
    .contents p {
        margin-bottom: 35px;
        font-size: 14px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    pre {
        font-size: 14px;
        position: relative;
        font-family: inherit !important;
        font-weight: bold;
        margin-bottom: 35px;
    }
    pre::before {
        content: '';
        background-color: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
    }
    .wp-block-column {
        padding: 20px 15px;
        margin-bottom: 35px;
        p {
            margin-bottom: 10px;
        }
    }
    .wp-block-list {
        margin-bottom: 20px;
    }
}

.design-checklist {
    border-radius: 8px;
    padding: 16px;
    list-style: none;
}
.design-checklist li:first-child {
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.design-checklist li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.design-checklist li:not(:first-child)::before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-size: 12px;
    font-weight: 900;
    margin-right: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #18181B33;
    border-radius: 50%;
    padding-top: 2px;
}

.single-post-recom {
    position: sticky;
    top: 100px;
}
.single-post-blog {
    font-family: "Geist", sans-serif;
}
.table-of-contents {
    background: #fff;
    padding: 17px;
    /* margin-top: 15px; */
    border-radius: 8px;

    >ul {
        padding-left: unset;
    }
    a {
        font-size: 14px;
        color: #71717A;
    }
    h3 {
        font-size: 16px;
        color: #000;
    }
    li::marker {
        content: none;
    }
}
.table-of-contents a {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #71717A;
    margin-bottom: 8px;
}
.table-of-contents a.active{
    font-weight: 500;
    color: #18181B;
}
.share-article .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-posts h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Geist", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
.related-posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.related-posts-item-content {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
}
.rpi-title {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: -3px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;     /* Jumlah maksimum baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rpi-date {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #71717A;
}
.breadcrumb {
    background: transparent;
    font-size: 14px;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    padding: 0 8px;
    color: #999;
}

.breadcrumb a {
    text-decoration: none;
    color: #666;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

#copyToast {
    visibility: hidden;
    min-width: 200px;
    margin-left: -100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.5s, bottom 0.5s;
}

#copyToast.show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}
.bg-text-video-wrapper {
    overflow: hidden !important;
}
.bg-text-video {
    white-space: nowrap;
}
.font-geist,
.font-geist p,
.font-geist .elementor-heading-title {
    font-family: "Geist", sans-serif !important;
}
.list-bullet ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.list-bullet ul li {
    position: relative;
}
.list-bullet li::before {
    content: "";
    background-color: #0F6F3B;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    margin: auto;
}
#product-filters .filter-group:first-child {
    border-radius: 6px 6px 0 0;
}
#product-filters .filter-group:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #ccc;
}
.cat-description {
    max-width: 700px;
}
.gallery-thumbs img.active,
.mobile-gallery-thumbs img.active {
    border: 3px solid #101010;
}
.gallery-main img {
    width: 100%;
}
@media (max-width: 750px) {
    .lg-switcher-mobile {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99999;
        opacity: 0;
        visibility: hidden;
    }
    .trp-language-switcher {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }
    .trp-language-switcher > div {
        width: fit-content !important;
        padding: 0;
        padding-right: 26px;
        background-image: none;
        background-color: transparent;
        border: none;
    }
    .trp-language-switcher:hover .trp-ls-shortcode-current-language {
        position: relative;
    }
    .trp-language-switcher > div > a {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        color: white;
    }
    .trp-language-switcher .trp-ls-shortcode-current-language::after {
        font-size: 10px;
        color: white;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }
    .trp-language-switcher .trp-ls-shortcode-language {
        position: initial !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .trp-language-switcher:hover .trp-ls-shortcode-language {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
        display: none !important;
    }
    /* .trp-language-switcher .trp-ls-shortcode-current-language::after {
        display: none;
    } */
    .site-navigation-dropdown[aria-hidden="false"] ~ .lg-switcher-mobile {
        opacity: 1;
        visibility: visible;
    }
    .popup-order-sample .popup-close {
        top: 0;
        right: 10px;
    }
    .mobile-gallery-thumbs {
        overflow: hidden;
    }
    .mobile-gallery-thumbs .slick-list.draggable {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .mobile-gallery-thumbs .slick-slide {
        margin-left: 7.5px;
        margin-right: 7.5px;
        height: fit-content;
    }
    .sort-gallery-wrapper {
        display: none;
    }
    .mb-5.gallery-content-filter {
        margin-bottom: 24px !important;
    }
    .close-filter {
        text-transform: uppercase;
        font-size: 12px !important;
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 11px;
    }
    .filter-toggle {
        border-radius: 6px;
    }
    #product-filters .filter-group:first-child {
        border: 0;
    }
    #product-filters .filter-group:last-child {
        border-bottom: 0px;
    }
    .list-bullet ul {
        gap: 16px;
    }
    .site-header .header-inner {
        padding: 16px;
        justify-content: space-between;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .site-navigation-toggle-holder {
        padding: 0;
    }
    .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: transparent;
        padding: 0;
        display: flex;
        gap: 8px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle svg {
        width: 16px;
        height: 16px;
    }
    .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-text {
        color: #000;
        font-family: 'Tomorrow', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
    }
    .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-open,
    .site-navigation-toggle-holder.elementor-active .site-navigation-toggle .site-navigation-toggle-close,
    .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-text-open,
    .site-navigation-toggle-holder.elementor-active .site-navigation-toggle .site-navigation-text-close {
        display: block;
    }
    .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-toggle-close,
    .site-navigation-toggle-holder.elementor-active .site-navigation-toggle .site-navigation-toggle-open,
    .site-navigation-toggle-holder .site-navigation-toggle .site-navigation-text-close,
    .site-navigation-toggle-holder.elementor-active .site-navigation-toggle .site-navigation-text-open {
        display: none;
    }
    .site-header .custom-logo {
        max-width: 32px;
        margin: auto;
    }
    .site-header-search-mobile {
        /* width: 63px; */
        text-align: right;
    }
    .site-navigation-dropdown ul.menu {
        /* background-color: var(--main-green); */
        background-color: #0f6f3be8;
        height: 90.3vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 0 19px;
        padding-bottom: 10vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .site-navigation-dropdown ul.menu::-webkit-scrollbar {
        display: none;
    }
    .site-navigation-dropdown ul.menu li {
        flex: 0 0 auto;
        width: fit-content;
    }
    .site-navigation-dropdown ul.menu li a,
    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: transparent;
        color: var(--white);
        box-shadow: none;
        padding: 0;
        font-family: 'Tomorrow', sans-serif;
        font-size: 33px;
        font-weight: 400;
        line-height: 36px;
        text-transform: uppercase;
    }
    .green-clip-top::after {
        clip-path: polygon(12.5% 0, 100% 0, 100% 100%, 0 100%);
        width: 75%;
        top: -48px;
    }
    .featured-product-list {
        display: block;
    }
    .featured-product-list .featured-product-item {
        margin-bottom: 35px;
    }
    .products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .btn-back {
        width: 100%;
    }
    .product-variants {
        margin-bottom: 26px;
    }
    .faq-toggle {
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
    }
    .single-post-blog {
        margin-top: 24px;
        padding: 0 16px;
        
        h1 {
            font-size: 24px;
        }
        .wp-block-column {
            margin-bottom: 5px;
        }
        .post-meta {
            max-width: 270px;
            line-height: 35px;
        }
    }
    #toc-mobile {
        margin-bottom: 35px;
    }
}


/* end header */

.article-with-category {
    margin-top: 55px;
}
.awc-category-filter {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    gap: 24px;
    background: #FFFFFF;
    border-radius: 100px;
    margin-bottom: 55px;
}
.article-tab-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    border-radius: 100px;
    border: 0;
    font-family: 'Tomorrow';
    font-size: 16px;
    line-height: 20px;
    color: #7D7D7D;
}
.article-tab-btn:focus,
.article-tab-btn:active,
.article-tab-btn:hover,
.article-tab-btn.active {
    background-color: #0F6F3B;
    color: white;
}
.awc-article-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 24px;
}
.awc-article-list .article-news-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.article-news-image {
    height: 200px;
    width: 100%;
}
.article-news-image img,
.elementor .article-news-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.awc-article-list .article-news-category {
    display: flex;
    gap: 12px;
}
.author-name {
    text-transform: capitalize;
}
.awc-article-list .article-news-category .category-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 12px;
    background: #D1ECF1;
    border-radius: 24px;
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #17A2B8;
}
h3.awc-item-title {
    font-family: 'Tomorrow';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-news-content p {
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-news-date {
    font-family: 'Tomorrow';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.awc-article-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    margin-top: 48px;
}
.awc-article-pagination.product-category-pagination {
    justify-content: center;
}
.awc-article-numpage {
    display: flex;
    align-items: center;
    gap: 5px;
}
.awc-article-numpage a,
.awc-article-numpage dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    transition: .3s ease;
}
.awc-article-numpage .arrow-next svg {
    transform: rotate(180deg);
}
.awc-article-numpage a:hover svg path {
    fill: white;
}
.awc-article-numpage a:hover,
.awc-article-numpage .active {
    background-color: #0F6F3B;
    color: white;
}
.awc-article-showing {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #7D7D7D;
}
@media only screen and (max-width: 750px) {
    .awc-article-list {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .awc-category-filter {
        overflow: auto;
        padding: 9px 11px;
    }
    .article-with-category {
        margin-top: 32px;
    }
    .article-tab-btn {
        font-size: 14px;
        padding: 11px 14px;
    }
    .awc-article-pagination {
        flex-direction: column;
    }
    .awc-article-showing {
        display: none;
    }
}

.gallery-badge-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.gallery-badge.badge {
    background-color: #F5F5F4;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    color: #44403C;
    padding: 4px 8px;
    border-radius: 100px;
}


/* footer */
#site-footer .result-message p.success {
    color: white;
}
#site-footer .result-message p.error {
    color: red;
}
  
.site-footer {
    position: relative;
    padding-block-start: 0;
    padding-top: 115px;
    padding-bottom: 0px;
}

.site-footer .footer-container {
    position: relative;
    background-color: var(--main-green);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: var(--white);
    margin-top: 45px;
}

.site-footer .footer-inner {
    max-width: none !important;
    padding: 45px 48px 100px;
}

.footer-inner-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1 0 auto;
    width: 100%;
}

.footer-inner-column {
    flex: 1 0 0;
}

.site-footer:not(.footer-stacked) .footer-inner .site-branding {
    max-width: 201px;
    margin-bottom: 25px;
}

.site-footer-contact {
    margin-bottom: 30px;
}

.footer-inner .contact-title {
    margin-bottom: 30px;
}

.footer-inner .contact-title .title {
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer-inner .contact-description {
    max-width: 419px;
    margin-bottom: 30px;
}

.footer-inner .contact-description .description {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.footer-inner .contact-form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.footer-inner .contact-form-group:last-child {
    margin-bottom: 0;
}

.footer-inner .contact-form-group .col-half {
    flex: 0 0 auto;
    width: 48.5%;
}

.footer-inner .contact-form-group .form-label {
    flex: 1 1 0;
}

.footer-inner .contact-form-group .form-control {
    background-color: var(--main-green);
    color: #65A682;
    border-width: 0;
    border-bottom-width: 2px;
    border-color: #FEFEFE;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-inner .contact-form-group .form-control::placeholder {
    color: #65A682;
    opacity: 1;
}

.footer-inner .contact-form-group .form-control:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.05);
    /* efek soft highlight */
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
    /* subtle glow */
    color: var(--white);
    transition: all 0.3s ease;
}

.contact-form-group .btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-form-group .btn i {
    font-size: 24px;
}

.site-social-icon {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-end;
}

.social-icon-title {
    margin-bottom: 10px;
}

.social-icon-title .title {
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.social-icon-items {
    display: flex;
    flex-direction: row;
    gap: 8.67px;
}

.social-icon-item {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon-item svg {
    width: 26px;
    height: 26px;
}

.footer-inner-navigation ul.menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 370px;
    list-style: none;
    padding-left: 0;
    row-gap: 30px;
    column-gap: 40px;
}

.footer-inner-navigation ul.menu>li {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
}

.footer-inner-navigation ul.menu>li>a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.footer-inner-navigation ul.sub-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 70px;
    max-width: 203px;
}

.footer-inner-navigation ul.sub-menu>li>a {
    color: #B7D4C4;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    max-width: 270px;
}

.footer-inner-nav-office {
    justify-content: flex-start;
    gap: 40px;
}

.footer-inner-column-contact {
    flex: 0 0 auto;
    width: 34%;
}

.footer-inner-column-navigation {
    flex: 0 0 auto;
    width: 37%;
    margin-left: auto;
}

.footer-inner-column-address {
    flex: 0 0 auto;
    width: 20%;
}

.footer-address-header .address-title {
    margin-bottom: 15px;
}

.footer-address-body {
    margin-bottom: 30px;
}

.footer-address-body .address-description p {
    color: #B7D4C4;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.footer-address-footer .certification-title {
    margin-bottom: 46px;
}

.footer-address-footer .certification-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.footer-container-bottom {
    background-color: var(--main-green);
}

.footer-inner-bottom {
    max-width: none;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: center;
}

.footer-inner-bottom .footer-inner-row {
    align-items: center;
}

.footer-inner-bottom .copyright p {
    color: #B7D4C4;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    text-align: center;
}

.footer-inner-bottom .privacy a {
    color: #B7D4C4;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.footer-clip-top {
    position: relative;
    float: right;
    width: 89%;
    height: 50px;
    background-color: var(--main-green);
    clip-path: polygon(3.5% 0, 100% 0, 100% 100%, 0 100%);
}

.footer-clip-image-top {
    position: relative;
    width: 100%;
    height: 154px;
    background-image: var(--footer-clip-image);
    background-position-x: right;
    background-size: cover;
}

.slick-slide {
    margin-right: 15px;
}

.wrapper-filter-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    /* lebar panel filter */
    height: 100%;
    background: #f4f4f4;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    /* mulai dari luar layar */
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    form {
        border: 1px solid #cfcfcf;
    }
    .product-filters {
        background-color: #fff;
        margin: 15px;
        border-radius: 6px;
    }
    h4 {
        margin: 45px 15px 0;
        font-size: 16px;
    }
    .filter-group {
        border-top: 1px solid #cfcfcf;
    }
    .close-filter {
        border: unset;
        font-size: 20px;
        padding: unset;
        color: #333;
    }
}

.before-products-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px;
}

button.filter-mobile {
    border: 1px solid #666;
    color: #666;
    border-radius: 30px;
    padding: 9px 19px;
    background: #fff;
}


/* Saat aktif */

.wrapper-filter-mobile.active {
    transform: translateX(0);
}

.filter-list {
    list-style: none;
    padding-left: 3px;
    li {
        margin-bottom: 5px;
    }
}


/* Style default checkbox */

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #CFCFCF;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    transition: border-color 0.2s, background-color 0.2s;
    margin-right: 8px;
}


/* Saat dicentang */

input[type="checkbox"]:checked {
    border-color: #0F6F3B;
    background-color: #0F6F3B;
}


/* Opsional: centang dengan pseudo-element (jika tidak pakai default) */

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-list li::marker {
    content: none;
}
.btn-with-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}
.btn-with-arrow i {
    transform: rotate(-45deg);
    font-size: 20px;
}

@media (min-width: 751px) { 
    .medium--hide {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .small--hide {
        display: none !important;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 16px;
    }
    a {
        font-size: 14px;
    }
    .container-fluid {
        padding: 0 16px;
    }
    .blog-section {
        padding: 24px 0;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0px;
    }
    .site-footer {
        background-color: var(--white);
        padding-top: 56px;
    }
    .site-footer.footer-brown {
        background-color: var(--white);
    }
    .single-post .site-footer {
        background-color: #f4f3f3;
    }
    .share-article {
        text-align: center;
    }
    .share-article .d-flex {
        justify-content: center;
    }
    .site-footer .footer-container-top .footer-container-background {
        max-width: none;
        padding: 0 30px;
    }
    .site-footer .footer-inner {
        padding-left: 16.3px;
        padding-right: 16.3px;
        padding-bottom: 0px;
    }
    .footer-inner-row {
        flex-direction: column;
        gap: 0;
    }
    .site-social-icon {
        justify-content: inherit;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .footer-inner-navigation ul.menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 32px;
        margin-bottom: 40px;
    }
    .footer-inner-navigation ul.menu>li#menu-item-35 {
        grid-area: 1 / 1 / 2 / 2;
    }
    .footer-inner-navigation ul.menu>li#menu-item-36 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .footer-inner-navigation ul.menu>li#menu-item-37 {
        grid-area: 1 / 2 / 4 / 3;
    }
    .footer-inner-navigation ul.menu>li#menu-item-38 {
        grid-area: 2 / 1 / 3 / 2;
    }
    .footer-address-footer,
    .footer-container-bottom .site-logo.show {
        display: none;
    }
    .footer-inner-navigation ul.menu>li {
        /* flex: 0 0 auto; */
        width: 100%;
    }
    .footer-inner-navigation ul.sub-menu>li>a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-address-body .address-description p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .footer-address-body {
        margin-bottom: 0;
    }
    .footer-address-body .address-description p:first-child {
        margin-bottom: 8px;
    }
    .footer-inner .newsletter-form-group {
        gap: 9px;
    }
    .office-item-title .title {
        font-size: 14px;
        line-height: 20px;
    }
    .office-item-description .description {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-inner .newsletter-title {
        margin-bottom: 15px;
    }
    .footer-inner .newsletter-title .title {
        font-size: 24px;
        font-weight: 600;
    }
    .footer-inner .newsletter-description .description {
        color: #b8b8b8;
    }
    .site-footer:not(.footer-stacked) .footer-inner .site-branding {
        margin-bottom: 20px;
    }
    .footer-inner-icon-ecosystem {
        gap: 30px;
    }
    .ecosystem-items {
        flex-direction: column;
        align-items: flex-start;
    }
    .social-icon-items {
        gap: 24px;
    }
    .social-icon-item {
        width: 24px;
        height: 24px;
        padding: 0;
    }
    .social-icon-item svg {
        width: 24px;
        height: 24px;
    }
    .footer-container-bottom {
        margin-top: -1px;
    }
    .footer-inner-bottom {
        max-width: none;
        justify-content: center;
        padding: 25px 0;
    }
    .footer-inner-bottom .copyright p {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-inner-column-contact {
        width: 100%;
    }
    .footer-inner .contact-form-group .col-half {
        width: 100%;
    }
    .contact-form-group .btn {
        width: 100%;
        justify-content: center;
    }
    .footer-inner-column-navigation {
        margin-left: 0;
        width: 100%;
    }
    .footer-inner-column-address {
        width: 100%;
    }
    .footer-clip-top {
        width: 86%;
        height: 45px;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%)
    }
    .footer-clip-image-top {
        width: 100%;
        height: 51px;
        background-image: var(--footer-clip-image-mobile);
        right: 0;
        background-position-x: right;
        background-size: cover;
    }
    .category-tabs-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .product-category-tabs {
        display: flex;
        gap: 12px;
        width: 540px;
    }
    .blog-section::after {
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }
    .news-grid {
        margin-top: 40px;
    }
    .blog-subtitle {
        font-size: 12px;
        line-height: 22px;
    }
    .blog-title {
        font-size: 24px;
        line-height: normal;
        margin: 0;
    }
    .ig-behold.container-fluid {
        padding: 0;
    }
    .single-product .ig-behold,
    .archive .ig-behold {
        padding-top: 70px;
    }
    .ig-behold .faq-title {
        padding: 0 16px;
    }
    .behold-gallery-grid {
        grid-template-rows: repeat(3, 90px);
        gap: 6px;
    }
    .faq-subtitle, .ig-subtitle {
        font-size: 12px;
        line-height: 22px;
    }
    .faq-title {
        font-size: 24px;
        line-height: normal;
        margin-top: 0;
    }
    .cat-description {
        padding-right: 16px;
    }
}


/* end footer */