.bg-neutral-silver {
    background-color: #f5f7fa !important;
}

.bg-neutral-grey {
    background-color: #abbed1;
}

.text-neutral-grey {
    color: #abbed1 !important;
}

.bg-neutral-blue {
    background-color: #133d87 !important;
}

.text-neutral-blue {
    color: #133d87 !important;
}

.bg-neutral-brand {
    background-color: #b59f78 !important;
}

.bg-harlah {
    background-color: #F48D2E !important;
}

.text-neutral-brand {
    color: #b59f78 !important;
}

.bg-neutral-black {
    background-color: #263238;
}

.text-neutral-info {
    color: #f29200;
}

.text-color-lightblue {
    color: #34c6eb !important;
}

.text-color-orange {
    color: orange !important;
}

.text-color-yellow {
    color:yellow !important;
}

/* button.btn-learn-more:hover {
    background: #133d87;
} */

/* .box-misi {
    min-width: 250px;
    min-height: 250px;
} */

/* .owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
    .owl-nav
    button[class*="owl-"] {
    background-color: transparent !important;
    border-color: white !important;
    color: white !important;
} */

/* section#home {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#home::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    animation-duration: 750ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
} */

.post-info {
    margin-left: 60px;
}

.footer-latest-post {
    margin-left: 60px;
}

.icon-feature-1 {
    background-position: -10px -110px;
}

.icon-feature-2 {
    background-position: -110px -110px;
}

.icon-feature-3 {
    background-position: -210px -110px;
}

.icon-feature-4 {
    background-position: -310px -110px;
}

.icon-feature-5 {
    background-position: -410px -110px;
}

.icon-feature-6 {
    background-position: -510px -110px;
}

.icon-feature-7 {
    background-position: -610px -110px;
}

.icon-feature-8 {
    background-position: -710px -110px;
}

.icon-feature-9 {
    background-position: -810px -110px;
}

.icon-feature-10 {
    background-position: -910px -110px;
}

.icon-feature-11 {
    background-position: -10px -210px;
}

.icon-feature-12 {
    background-position: -110px -210px;
}

.icon-feature-13 {
    background-position: -210px -210px;
}

.icon-feature-14 {
    background-position: -320px -210px;
}

.icon-feature-15 {
    background-position: -420px -210px;
}

.icon-feature-16 {
    background-position: -520px -210px;
}

.icon-feature-17 {
    background-position: -624px -210px;
}

.icon-feature-18 {
    background-position: -720px -210px;
}

.icon-feature-19 {
    background-position: -820px -210px;
}

@media only screen and (max-width: 767px) {
    .mobile-centered-text {
        text-align: center;
    }
}

/* Soft Wood Color (#D4A977) */
.btn-softwood {
    background-color: #D2B48C !important;
    border-color: #D2B48C !important;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-softwood:hover {
    background-color: #C4A574 !important;
    border-color: #C4A574 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(212, 169, 119, 0.3);
}

.btn-softwood.btn-sm {
    padding: 8px 20px;
    font-size: 0.9rem;
}

/* Category Filter Buttons */
.category-filters {
    gap: 12px;
}

.btn-category-filter {
    background-color: #f0f0f0;
    border: 2px solid #e0e0e0;
    color: #333;
    border-radius: 12px;
    padding: 12px 32px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 120px;
    margin: 5px;
}

.btn-category-filter:hover {
    background-color: #e0e0e0;
    border-color: #d0d0d0;
    color: #333;
}

.btn-category-filter.active {
    background-color: #ffffff;
    border-color: #333;
    color: #333;
    font-weight: 600;
}

/* Product Cards */
.product-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.product-card * {
    cursor: pointer;
}

.product-card .btn {
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.product-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: left;
}

.product-price {
    font-size: 1rem;
    color: #666;
    margin: 0;
    text-align: left;
}

/* Product Overlay */
.product-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.product-overlay.active {
    display: flex;
}

.product-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.product-overlay-content {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 25px;
    max-width: 900px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.product-overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10001;
}

.product-overlay-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.product-overlay-image {
    width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 16px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-overlay-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-overlay-info h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.product-overlay-info h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
}

.product-overlay-info h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.product-overlay-info p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0;
}

/* Product Variant Cards in Overlay */
.product-variant-card {
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-variant-card:hover {
    transform: translateY(-2px);
}

.product-variant-card:hover .product-variant-image {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.product-variant-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.product-variant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-variant-info {
    padding: 0;
    text-align: left;
    margin-top: 0;
}

.product-variant-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 2px 0;
    text-align: left;
}

.product-variant-price {
    font-size: 0.75rem;
    color: #666;
    margin: 0;
    text-align: left;
}

/* Header Search */
.header-search {
    position: relative;
    margin-left: 15px;
}

.header-search .search-form {
    position: relative;
}

.header-search .input-group {
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    min-width: 200px;
}

.header-search .input-group-text {
    background-color: transparent;
    border: none;
    padding: 8px 12px 8px 16px;
    color: #666;
}

.header-search .form-control {
    border: none;
    padding: 8px 16px 8px 8px;
    font-size: 0.9rem;
    box-shadow: none;
}

.header-search .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.header-search .input-group:focus-within {
    border-color: #D4A977;
    box-shadow: 0 0 0 0.2rem rgba(212, 169, 119, 0.25);
}

.header-search .input-group-text i {
    color: #666;
}

@media (max-width: 991px) {
    .header-search {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    
    .header-search .input-group {
        width: 100%;
    }
    
    .header-search .form-control {
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .product-overlay-content {
        padding: 20px;
        max-height: 95vh;
    }

    .product-overlay-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 360px;
        max-height: 360px;
    }

    .product-overlay-info h2 {
        font-size: 1.25rem;
    }

    .product-overlay-info h4 {
        font-size: 1.1rem;
    }

    .product-overlay-info h5 {
        font-size: 0.9rem;
    }

    .product-overlay-info p {
        font-size: 0.85rem;
    }

    .product-variant-image {
        aspect-ratio: 1 / 1;
        margin-bottom: 6px;
    }

    .product-variant-title {
        font-size: 0.75rem;
    }

    .product-variant-price {
        font-size: 0.7rem;
    }

    .product-variant-info {
        padding: 0;
    }

    .category-filters {
        gap: 8px !important;
    }
    
    .btn-category-filter {
        margin: 3px;
    }

    .btn-category-filter {
        padding: 10px 20px;
        min-width: 100px;
        font-size: 0.9rem;
    }
}

/* Footer Styling */
#footer {
    background-color: #2c2c2c !important;
    border-top: none;
}

#footer .footer-logo img {
    border-radius: 8px;
}

#footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

#footer .footer-nav-list a {
    transition: all 0.3s ease;
    display: inline-block;
}

#footer .footer-nav-list a:hover {
    color: #ffffff !important;
    padding-left: 5px;
}

#footer .footer-nav-list li {
    line-height: 1.8;
}

@media (max-width: 768px) {
    #footer .row {
        text-align: center;
    }
    
    #footer .footer-logo {
        text-align: center;
    }
    
    #footer h5 {
        margin-top: 1.5rem;
    }
}
