:root {
    --primary: #3CBB98;
    --primary-200: #3CBB98;
    --primary-30:#3CBB98;
    --acent:#F04938;
    --default: #19150F;
    --text-primary: #19150F;
    --text-secondary: #524F4C; 
    --border-radius:7px;
}


body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: Regular;
    color: var(--text-secondary);
    padding-top: 20px;
    background-color: #F7F7F7;
}

.bg-secondary{
    background-color: #F1F1F1 !important;
}


h1,h2 {
    font-family: 'DM Serif Display', sans-serif;
    color: var(--text-primary);
    line-height: 115%;
    letter-spacing: 0%;
    font-style: Regular;
    font-weight: 400;
}

h1{
    font-size: 49.5px;
}

h2{
    font-size: 36px;
}

h3{
    line-height: 115%;
    text-transform:none;
}


.article-detail h1 {
    font-family: Jost;
    font-weight: 500;
    font-style: Medium;
    font-size: 36px!important;
    line-height: 140%;
    letter-spacing: -4%;
}

.article-detail h2 {
    font-family: Jost;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: 0%;

}

.article-detail p, .article-detail li {
    font-family: Jost;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;

}


.title-divider{
    width:60px;
    height:4px;
    background:#e74c3c;
}

.title-divider-small{
    width:28px;
    height:2px;
    background:#e74c3c;
}

.section-desc{
    font-size: 18px;
    line-height: 190%;
}
h5{
    text-transform: none;
}

h6{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 214%;
    letter-spacing: 0%;
}

.text-danger{
    color: var(--acent) !important;
}

.bg-danger-subtle{
    background-color: #FFEAE8 !important;
}

.badge{
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3%;
}


.btn-lg{
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -2%;
}

.admin-bar header {
    top: 32px;
}

.navbar{
    box-shadow: 0px 3px 6.4px 0px #0000000D;
    background-color: #fff;
    border-radius: 15px;
}

html.sticky-header-active #header .header-body {
    position:unset;
    box-shadow: 0px 3px 6.4px 0px #0000000D;
    background-color: #fff; 
    border-radius: 15px;
    padding:10px 30px; 
}

#header .header-nav-main nav > ul > li > a {
     text-transform:none;
     font-weight: 400;
}

#header .header-nav-main nav > ul > li.dropdown:hover > a::before {
    content: none;
}

#header .header-nav-main nav > ul > li.dropdown:hover > a{
    border-radius:var(--border-radius);
}


a{
    color:var(--primary);
    text-decoration: none;
    transition: 0.3s ease;
}

a:not(.btn):hover, a:active, a:focus{
    color: var(--acent);
    text-decoration: none;
}

a:active, a:focus{
    color: var(--primary);
    text-decoration: none;
}



a:not(.btn):hover .icon-circle{
    background-color:  var(--acent);
    color: #fff;
    text-decoration: none;
}

.btn:active, .btn:first-child:active{
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}


.btn-success{
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-success:hover{
    background-color: color-mix(in srgb, var(--primary) 85%, black);
    border-color: color-mix(in srgb, var(--primary) 85%, black);
}

.btn-outline-danger{
    border-color: var(--acent);
    color: var(--acent);
}

.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:focus-visible{
   background-color: #FFEAE8 !important;
   color: var(--acent) !important;
   border-color: var(--acent)!important;
}


.icon-circle {
    background-color: #524F4C;
    color: #fff !important;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
}

.icon-circle:hover {
    background-color: #F04938;
    color: #fff;
}

p{
    color:var(--text-secondary);
    line-height: 164%;
    letter-spacing: 2%;
}

.footer-section, .footer-section a, .footer-section p{
    color:var(--text-secondary);
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 8px;
}


hr{
    background: #DFDFDF;
}
.copyright{
    font-size: 14px;
    font-family: 'DM Sans';
}

 #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border-bottom: 0;
}


.divider{
    display:flex;
    align-items:center;
    margin:40px 0;
}

.divider .line{
    flex:1;
    height:1px;
    background:#D7D7D7;
}

.divider .icon{
    background:#F7F7F7;
    padding:0px 20px;
}

#header{
    height:auto !important;
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
}

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius:var(--border-radius);
        color: var(--text-primary);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        padding: 0.5rem 1rem;
        letter-spacing: 0px;
        text-transform:none;
        text-decoration: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius:var(--border-radius);
        border: 0;
        border-top: none;
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
        margin: 0;
        min-width: 200px;
        padding: 5px 0;
        text-align: left;
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
        transform: translate3d(0, 0px, 0);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        font-size: 15px;
    }

   


}



@media (max-width: 991px) {
    #header .header-nav-main::before {
        content: none;
    }

    #header .header-body {
        padding:0px 20px; 
    }
     body {
        padding-top: 0px;
    }   
}

.book-section{
    padding-left:100px;
}

.book-wrapper{
    max-width:300px;
}

.book-img{
    border-radius:12px;
}

/* Author Card */
.author-card{
    position:absolute;
    top:80px;
    left:-180px;
    width: 280px;
    background:white;
    padding:20px;
    border-radius:3px;
    font-family: 'DM Sans';
}

/* avatar */
.author-avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    margin-right:15px;
}

/* Story card */
.story-card{
    position:absolute;
    bottom:100px;
    right:-140px;
    background:white;
    padding:10px 15px;
    border-radius:3px;
    font-family: 'DM Sans';
    
}

/* icon */
.story-icon{
    background:#ffe9e5;
    padding:10px;
    border-radius:8px;
}

/* responsive */
@media (max-width:992px){

    .book-section{
        padding-left:0px;
    }

    .author-card{
        position:relative;
        left:0;
        top:20px;
        margin-bottom:20px;
    }

    .story-card{
        position:relative;
        right:0;
        bottom:0;
        margin-top:20px;
    }

}


.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background-color: #fff;
  border-color: #fff;
  color: #ADADAD;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0px 5px 12px 0px #0000000A;
}


.owl-carousel:not(.nav-arrows-1):not(.show-nav-title).full-width .owl-nav button[class*="owl-"] {
    margin: 0px 10px;
}



.owl-carousel.full-width .owl-nav button.owl-next::before, .owl-carousel.full-width .owl-nav button.owl-prev::before {
  top: -15px;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.bottom-shadow{
    /* radius tinggi blur lebar */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 40px 35px -30px; */
    /* box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45); */
     box-shadow: rgba(0, 0, 0, 0.20) 0px 40px 35px -30px;
}

img.bottom-shadow{
    margin-top:0px;
    margin-bottom:75px;
}


/* .owl-carousel img.bottom-shadow{
    margin-top:50px !important;
} */




.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: var(--primary);
}

.owl-dots{
    margin-top: 30px;
}

.thumb-info {
border-radius: 0;
}
.thumb-info .thumb-info-wrapper {
    border-radius: 0;
}

.thumb-info .thumb-info-title.thumb-info-title-vert-align {
  top: 80%;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
border-color: var(--primary) !important;
  background-color: var(--primary);
}

.btn-primary:hover, .btn-primary.hover {
  border-color: var(--primary) !important;
  color: var(--primary-inverse);
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  color: val(--primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.article-card .card-title{

    font-family: 'DM Sans';
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: -2%;


}

.article-card .card-text{
    font-size: 15px;
    line-height: 164%;
    letter-spacing: 0%;
}


.post-meta{
    font-family: 'DM Sans';
    font-weight: 400;
    font-style: Regular;
    font-size: 11px;
    line-height: 174%;
    letter-spacing: 0%;
}

.meta-divider{
    width:1px;
    height:20px;
    background:#ccc;
}

.likes-count{
    font-weight: 600;
    font-style: SemiBold;
}

.thumb-info-inner .author{
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 23.27px;
    line-height: 100%;
    letter-spacing: 3%;

}
.thumb-info .thumb-info-inner em{
    font-family: Jost;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 164%;
    letter-spacing: 0%;
    text-align: center;

}


.newsletter-section{
    margin:100px 0;
}

/* left side */
.newsletter-left{
    background:var(--primary);
    color:white;
    padding:50px 60px;
    position:relative;
}

.newsletter-content h2{
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
    line-height: 104%;
    letter-spacing: 0%;
    color: #fff;

}

.newsletter-content p{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 161%;
    letter-spacing: 0%;
    color: #fff;
}

/* form */
.newsletter-form{
    /* display:flex; */
    /* background:white; */
    width:100%;
    /* max-width:330px; */
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
    border-radius: 8px;
}

.newsletter-form input{
    border:none;
    border-radius: 8px;;
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
    padding:14px 16px;
    /* flex:1; */
    outline:none;
}

/* .newsletter-form button{
    background:#FFF;
    padding:0 8px;
    font-size:18px;
    border: solid #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
} */

.newsletter-form button{
    background:var(--acent);
    color:white;
    border: solid 1px var(--acent);
    /* padding:0 20px;
    font-size:18px;
    border: solid 10px #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; */
}

.newsletter-form input::placeholder {
    color: #494444;
    opacity: 1; /* supaya tidak pudar */
}

/* image */
.newsletter-image{
    /* background-image: url('../img/newsletter.png'); */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url('../img/newsletter.png');
    background-size: 100%;
}

.newsletter-image p{
    font-family: 'Jost';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    text-align: center;
}
   

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


/* responsive */
@media (max-width:992px){

    /* left side */
    .newsletter-left{
        background:var(--primary);
        color:white;
        padding:20px 30px;
        position:relative;
    }

    .newsletter-content h2{
        font-size: 20px;
        line-height: 130%;
    }

    /* form */
    .newsletter-form{
        display:flex;
        background:white;
        width:100%;
        max-width:250px;
    }

    .newsletter-form input{
        padding:10px 12px;
        flex:1;
        outline:none;
        max-width:150px;
        font-size: 12px;
    }

    .post-meta{
        font-size: 9px;
    }

    .btn.btn-lg{
        font-size: 11px;
    }
    
    .btn.btn-lg img{
        width: 16px;
        height: 16px;
    }

    h1{
    font-size: 42px;
    }

    h2{
        font-size: 32px;
    }

    

}



.book-card h5{
    font-size: 18px;
    line-height: 153%;
    letter-spacing: -2%;
    font-weight:400;
}

.book-card a{
    font-family: Jost;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 153%;
    letter-spacing: -2%;
    color: var(--acent);
    text-decoration: none;
}

.book-card a:hover{
    background-color: var(--acent);
    color: #fff;
}



.tab-content {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-top: 0;
  padding:0;
}

.nav-link {
  margin:5px;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.nav-link img{
     filter: brightness(0) invert(0);
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active{
    color:#fff !important;
   
}

.nav-link.active img{
     filter: brightness(0) invert(1);
}

.nav-link:hover{
    color:#fff !important;
    background-color: var(--primary);
   
}

.nav-link:hover img{
     filter: brightness(0) invert(1);
}


.sort-destination.full-width .isotope-item a{
    border-radius: .25rem;
}


.book-detail h2{
    font-size: 42px;
}

.book-detail p{
    font-family: Jost;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 3%;

}

.book-table td{
    padding:10px 20px;
    background-color: #F4F4F4;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #F7F7F7;
}



.book-table .tag{
    display:inline-block;
    background:#f7f7f7;
    border-radius:20px;
    border: solid 1px #DEDEDE;
    padding:0px 13px;
    font-size:14px;
    margin-right:0px;
}

.book-table b, .book-table strong {
    font-weight: 600;
    font-style: SemiBold;
}

.btn-success:active, .btn-success:focus {
  color: #fff;
}

.tag.active:hover{
    color:white;

}


.book-filter{
    max-width:320px;
}

/* Search */
.search-box{
    position:relative;
    margin-bottom:25px;
}

.search-box input{
    width:100%;
    padding:12px 40px 12px 16px;
    border-radius:10px;
    border:solid 1px #fff;
    background:#fff;
    box-shadow: none !important; /* 🔥 hilangkan shadow */
    outline: none !important;
}

.search-icon{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
}

/* Section */
.filter-section{
    margin-bottom:30px;
}

.filter-section h5{
    font-weight:600;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

/* Sort */
.sort-list{
    display:flex;
    flex-direction:column;
    gap:5px;
}

.sort-item{
    padding:12px 16px;
    border-radius:8px;
    cursor:pointer;
}

.sort-item.active, .sort-item:hover{
    background:#43b08a;
    color:white;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* Tags */
.category-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tag{
    padding:3px 14px;
    border-radius:20px;
    border:1px solid #ddd;
    background:#fff;
    font-size:14px;
    cursor:pointer;
}

.tag.active{
    background:#43b08a;
    color:white;
    border-color:#43b08a;
}



.card-body{
    padding: 1.5rem;
}

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


.article-card a{
    color:var(--text-primary)
}

.article-card a:hover{
    color:var(--text-primary)
}

.list-group {
  --bs-list-group-bg: transparent;
}

.article-item{
    display:flex;
    align-items:top;
    gap:20px;
    margin-bottom: 20px;
}

.article-thumb{
   width: 90px;
    height: 90px;
    opacity: 1;
    border-radius: 8px;
    object-fit:cover;
}

.article-title{
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -2%;
    margin-bottom: 10px;

}

.article-date{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 133%;
    letter-spacing: -2%;

}

.g-10, .gy-10 {
  --bs-gutter-y: 6rem;
}
.g-10, .gx-10 {
  --bs-gutter-x: 6rem;
}

.contact-social{
    display:flex;
    align-items:center;
    gap:80px;
}

.social-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:18px;
}

.social-item img{
    width:28px;
    height:28px;
}

.btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) {
  background-color: var(--primary);
}
.btn-primary:focus, .btn-primary.focus,.btn-primary:active {
  border-color: var(--primary) var(--primary) var(--primary);
  color: var(--primary-inverse);
  box-shadow: 0 0 0 3px var(--primary-rgba-50);
}


.nav-pills > li.active > a, .nav-pills .nav-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.book-card h5{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.book-detail p{
    margin-bottom: 0px;
}

.article-card h5{
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-card p{
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item {
    width: 100%;
    height: 300px; 
    display: flex;
    align-items: top;
    justify-content: top;
    margin-bottom:50px;
}



.item img {
    width: 100%;
    height: 300px;
    object-fit: cover; 
    object-position: top;
} 

.item-wide img ,  .item-wide img {
    width: 100%;
    height: 175px;
    object-fit: cover; 
    object-position: top;
} 

.item-penulis {
    width: 100%;
    height: 350px; 
    display: flex;
    align-items: top;
    justify-content: top;
    margin-bottom:50px;
}
.item-penulis img {
    width: 100%;
    height: 400px;
    object-fit: cover; 
    object-position: top;
} 



.item-penulis-small {
    width: 100%;
    height: 200px; 
    display: flex;
    align-items: top;
    justify-content: top;
    margin-bottom:50px;
}
.item-penulis-small img {
    width: 100%;
    height: 250px;
    object-fit: cover; 
    object-position: top;
} 



.item-event {
    width: 100%;
    height: 350px; 
    display: flex;
    align-items: top;
    justify-content: top;
    margin-bottom:50px;
}
.item-event img {
    width: 100%;
    height: 400px;
    object-fit: cover; 
    object-position: top;
} 

.search-icon{
    background-color: transparent;
    border: none;
}

.search-box input:focus {

    border: solid 1px #3CBB98 !important;
    box-shadow: none !important; /* 🔥 hilangkan shadow */
    outline: none !important;

}