.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;
    }
}

/* Landing Pages - Minimal CSS (yang tidak bisa diganti dengan Bootstrap utility) */
/* Hanya berlaku untuk portfolio-item di dalam thumb-info-wrapper (landing pages) */
.thumb-info-wrapper.portfolio-item {
    aspect-ratio: 360/220;
    min-height: 220px;
}

@supports not (aspect-ratio: 360/220) {
    .thumb-info-wrapper.portfolio-item {
        height: 220px;
    }
}

/* Rounded 20px untuk thumb-info portfolio */
.thumb-info.rounded-20 {
    border-radius: 20px;
    overflow: hidden;
}

.thumb-info.rounded-20 .thumb-info-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.thumb-info.rounded-20 img {
    border-radius: 20px;
}

/* Hero title text - word wrapping (opsional, bisa juga di HTML dengan class) */
.hero-title-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Soft Wood Button - Background Soft Wood dengan font Pure White */
.btn-soft-wood {
    background-color: #D2B48C !important; /* Soft Wood */
    color: #FFFFFF !important; /* Pure White */
    border-color: #D2B48C !important;
}

.btn-soft-wood:hover,
.btn-soft-wood:focus,
.btn-soft-wood:active {
    background-color: #C4A574 !important; /* Darker Soft Wood untuk hover */
    color: #FFFFFF !important;
    border-color: #C4A574 !important;
}

.btn-soft-wood:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(210, 180, 140, 0.5) !important;
}

/* Soft Wood Text Color - untuk icon dan teks */
.text-color-soft-wood,
.text-soft-wood {
    color: #D2B48C; /* Soft Wood */
}

/* Testimonial Carousel - Full Width */
.testimonial-carousel-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
}

/* Testimonial Carousel - Lebar Card */
.testimonial-carousel-wide .owl-item {
    padding: 0 15px;
}

.testimonial-carousel-wide .owl-item > div {
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .testimonial-carousel-wide .owl-item > div {
        max-width: 900px;
    }
}

@media (max-width: 767.98px) {
    .testimonial-carousel-wide .owl-item > div {
        max-width: 100%;
    }
}

/* Card testimonial lebih lebar */
.testimonial-carousel-wide .card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-carousel-wide .owl-item .card {
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-carousel-wide .card-body {
    padding: 2.5rem 3rem;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .testimonial-carousel-wide .card-body {
        padding: 2rem 1.5rem;
    }
}

/* Hide navigation arrows */
.testimonial-carousel-wide .owl-nav {
    display: none;
}

/* Rounded 20px - untuk border-radius 20px */
.rounded-20 {
    border-radius: 20px;
}

/* ========== Navbar TOBO INTERIOR (sesuai design) ========== */
:root {
    --tobo-nav-bg: rgba(255, 255, 255, 0.95);
    --tobo-nav-border: #c4a574;
    --tobo-nav-link: #333333;
    --tobo-nav-active: #D2B48C;
    --tobo-logo-border: #8B7355;
}

/* Navbar tetap overlay di mana pun scroll - prioritas tinggi agar tidak dioverride tema */
body > header.tobo-navbar-wrapper,
.tobo-navbar-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    padding: 0.75rem 1rem;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}

/* Hilang saat scroll ke bawah, muncul saat scroll ke atas */
.tobo-navbar-wrapper.navbar-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.tobo-navbar-container {
    max-width: 1200px;
}

.tobo-navbar {
    background: var(--tobo-nav-bg) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(196, 165, 116, 0.2);
}

/* Logo circle - putih, border coklat tipis */
.tobo-logo-circle {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background: #fff;
    border: 2px solid var(--tobo-logo-border);
    border-radius: 50%;
    overflow: hidden;
}

.tobo-logo-icon {
    width: 32px;
    height: auto;
    object-fit: contain;
}

.tobo-logo-text {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    color: var(--tobo-nav-link);
}

/* Nav link - abu gelap, tanpa underline; active = soft wood */
.tobo-nav-link {
    color: var(--tobo-nav-link) !important;
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: 0.375rem;
}

.tobo-nav-link:hover {
    color: var(--tobo-nav-active) !important;
}

.tobo-nav-link.active {
    color: var(--tobo-nav-active) !important;
}

/* CTA sudah pakai .btn-soft-wood dari definisi di atas */
/* Spacer agar konten tidak tertutup navbar (header ada di luar .body) */
body > header.tobo-navbar-wrapper + .body {
    padding-top: 76px;
}

@media (max-width: 991.98px) {
    .tobo-navbar-wrapper {
        padding: 0.5rem;
    }
    .tobo-navbar {
        padding: 0.5rem !important;
    }
    .tobo-logo-circle {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }
    .tobo-logo-icon {
        width: 28px;
    }
    body > header.tobo-navbar-wrapper + .body {
        padding-top: 68px;
    }
}
