@charset "utf-8";

/* CSS Document */
.white-bg {
    background-color: #fff;
}

#toggler,
.header a,
.header i,
.header li,
.header span,
.offcanvas-menu-wrapper {
    color: #a5f808 !important;
}

#thumbnails,
.omarNavbar {
    padding: 10px 0;
}

#sidebar,
nav {
    transition: transform var(--transition-dur) var(--transition-ease);
}

.sticky-nav {
    position: relative;
    background-color: #161616;
    transition: 0.3s;
    z-index: 96;
}

.sticky-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 97;
    background-color: #161616;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
}

body.has-fixed-nav {
    padding-top: 80px;
}

.header {
    background-color: #1f1f1f !important;
}

.offcanvas-menu-wrapper {
    background-color: #000;
}

.bg-soft-grey {
    background-color: #f7f7f7;
}

#toggler {
    border: none !important;
}

#toggler i {
    font-size: 28px;
}

/*=============================================================================================================================================================*/
/*LIST CARD MOBIL*/
/*=============================================================================================================================================================*/
.card {
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.12), 0 1px 2px rgb(0 0 0 / 0.24);
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.card:hover {
    box-shadow: 0 5px 5px rgb(0 0 0 / 0.19), 0 6px 6px rgb(0 0 0 / 0.23);
}

.card-body,
.card-icon {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}

.card-icon ul {
    display: flex;
    margin-bottom: 0;
    padding: 0;
}

.card-body ul {
    display: flex;
    margin-bottom: 10px;
    padding: 0;
}

.card-body ul li,
.card-icon ul li {
    list-style: none;
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 700;
    position: relative;
    flex-grow: 1;
    text-align: center;
    margin: 0;
    border-right: 1px solid #e9e9e9;
}

.card-icon ul li {
    padding: 10px;
    cursor: pointer;
}

.card-body ul li {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #3b5f1f;
}

.i-love:hover,
.i-share:hover {
    background-color: #f9f9f9;
}

.card-body ul li:last-child,
.card-icon ul li:last-child {
    border-right: none;
}

.card-icon ul li:after {
    display: none;
}

.car__item__text__inner ul li {
    list-style: none;
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-right: 40px;
}

.card-price {
    position: relative;
}

.card-price .card-option {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 12px 22px 10px;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.card-price .card-option.sale {
    background: #db2d2e;
}

.card-price h6 {
    font-size: 15px;
    color: #db2d2e;
    font-weight: 700;
    border-top: 1px solid #ebebeb;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 11px;
}

.card-price h6 span {
    color: #727171;
    font-size: 13px;
    font-weight: 400;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.portfolio-item img {
    transition: 0.4s;
    width: 100%;
    height: auto;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.6);
    opacity: 0;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#mobil-siap-pakai .portfolio-item:hover .portfolio-info,
.local-video-wrapper:hover .video-toggle,
.portfolio-item:hover .portfolio-info,
.youtube-placeholder:hover .youtube-play-icon {
    opacity: 1;
}

.portfolio-links {
    margin-top: 10px;
}

.portfolio-links a {
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
    transition: 0.3s;
}

.glightbox-content img.transisi-smooth,
.gslide-active img {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.portfolio-links a:hover {
    color: #0f6;
}

.card-body {
    padding: 0 15px;
}

.card-body h5 {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 0;
}

.card-body h5 a {
    color: #353535;
    font-weight: 700;
    font-size: 16px;
}

#mobil-siap-pakai .product-card {
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.3s, box-shadow 0.3s;
}

#mobil-siap-pakai .product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
}

#mobil-siap-pakai .product-card .portfolio-item {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #f3f3f3;
}

#mobil-siap-pakai .product-card .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s;
}

#mobil-siap-pakai .product-card .portfolio-item:hover img {
    transform: scale(1.05);
}

#mobil-siap-pakai .portfolio-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.45);
    opacity: 0;
    transition: opacity 0.3s;
}

#mobil-siap-pakai .grid {
    display: flex;
    flex-wrap: wrap;
}

#mobil-siap-pakai .element-item {
    flex: 1 0 25%;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
}

@media (max-width: 991px) {
    #mobil-siap-pakai .element-item {
        flex: 1 0 33.333%;
    }
}

@media (max-width: 767px) {
    #mobil-siap-pakai .element-item {
        flex: 1 0 50%;
    }

    /*#mobil-siap-pakai .product-card .portfolio-item {
    aspect-ratio: 4/3;
  }*/
}

@media (max-width: 575px) {
    #mobil-siap-pakai .element-item {
        flex: 1 0 100%;
    }
}

.ribbon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 200px;
    overflow: hidden;
    pointer-events: none;
    z-index: 30;
}

.ribbon {
    width: 210px;
    top: 28px;
    right: -65px;
    padding: 8px 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #ff4040 0, #c91a1a 45%, #8f1010 100%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.45);
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
    position: relative;
    overflow: hidden;
}

.ribbon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 0.25) 0, #fff0 60%);
    border-radius: 1px;
}

.ribbon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0.45), #fff0);
    mix-blend-mode: screen;
    opacity: 0.6;
}

.ribbon span::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 7px solid #fff0;
    border-right: 7px solid #fff0;
    border-top: 7px solid #6a0b0f;
}

.ribbon::selection {
    background: #fff0;
}

.product-card.terjual img {
    filter: grayscale(100%) brightness(0.6);
}

/*.glightbox-content img.transisi-smooth {
  opacity: 0;
  transform: scale(1.05);
}
.glightbox-content .gslide-active img.transisi-smooth {
  opacity: 1;
  transform: scale(1);
}
.gslide-active img {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.glightbox-content img {
  opacity: 1 !important;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.glightbox-content .gslide-active img {
  opacity: 1 !important;
  transform: scale(1);
}*/
/*=============================================================================================================================================================*/
/*SPLIDE*/
/*=============================================================================================================================================================*/
.carousel-wrapper {
    padding: 0;
    margin: 15px 0 0 0;
}

#main-slider {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 0;
    background-color: #f0f0f0;
}

#main-slider .splide__track {
    padding-bottom: 133%;
    height: 0;
    overflow: hidden;
}

#main-slider .splide__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-slider .splide__slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#main-slider img {
    width: 100%;
    height: 100%;
    object-fit: flex;
    display: block;
    background: #000;
}

#portfolio-details .slide-content iframe,
#portfolio-details .slide-content video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: flex;
    background-color: #000;
    border: none;
    display: block;
}

#portfolio-details .slide-content[data-type="youtube"] iframe {
    aspect-ratio: auto;
    max-height: 75vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

#portfolio-details .youtube-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolio-details .youtube-placeholder img,
.youtube-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.local-video-wrapper,
.youtube-placeholder {
    position: relative;
    display: flex;
    justify-content: center;
    background: #000;
}

.local-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* atau tinggi tertentu, misal 400px */
    display: flex;
    justify-content: center;
    align-items: center;
    /* center vertical */
    background: #000;
    overflow: hidden;
    /* supaya bagian video yang terpotong tidak terlihat */
}

.local-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* memenuhi wrapper tanpa ruang kosong */
    border: none;
    outline: 0;
    display: block;
}

.instagram-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* atau tinggi tertentu, misal 400px */
    display: flex;
    justify-content: center;
    align-items: center;
    /* center vertical */
    overflow: hidden;
    /* supaya bagian video yang terpotong tidak terlihat */
}

.instagram-embed-content {
    align-items: center;
    position: relative;
}

.instagram-embed-content blockquote {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* memenuhi wrapper tanpa ruang kosong */
    border: none;
    outline: 0;
    display: block;
}

.instagram-embed-content blockquote .EmbeddedMediaImage,
.instagram-embed-content blockquote iframe,
.instagram-embed-content blockquote>div:nth-child(2),
.instagram-embed-content blockquote>div:nth-child(2)>div:first-child {
    height: 100% !important;
    width: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    min-width: 0 !important;
    max-width: none !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.instagram-embed-content iframe {
    aspect-ratio: auto !important;
    height: 100% !important;
    width: auto !important;
}

.instagram-embed-content blockquote * {
    max-width: none !important;
    box-sizing: border-box;
}

#thumbnails {
    margin-top: 0 !important;
}

#thumbnails .splide__slide.is-active {
    border-color: #cd2a2c;
    opacity: 1;
}

#thumbnails .local-video-wrapper video,
#thumbnails .youtube-placeholder img,
#thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#thumbnails .instagram-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    /* atau tinggi tertentu, misal 400px */
    display: flex;
    justify-content: center;
    align-items: center;
    /* center vertical */
    background: #000;
    overflow: hidden;
    /* supaya bagian video yang terpotong tidak terlihat */
}

#thumbnails .instagram-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* memenuhi wrapper tanpa ruang kosong */
    border: none;
    outline: 0;
    display: block;
}

#thumbnails .splide__slide {
    cursor: pointer;
    /*width: 120px !important;
  height: 90px !important;
  margin-right: 10px;*/
    border: 2px solid #fff0;
    opacity: 0.5;
    transition: opacity 0.3s, border-color 0.3s;
}

#thumbnails .splide__slide.is-active {
    border-color: #cd2a2c;
    opacity: 1;
}

.glightbox-clean .gfullscreen {
    display: block !important;
}

.gfullscreen {
    display: none !important;
}

.big-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.12);
    background: rgba(0, 0, 0, 0.75);
}

/*=============================================================================================================================================================*/
/*BODY, SIDEBAR, NAVBAR*/
/*=============================================================================================================================================================*/
:root {
    --sidebar-w: 250px;
    --transition-ease: cubic-bezier(0.22, 0.9, 0.29, 1);
    --transition-dur: 0.4s;
}

body {
    background-color: #f5f5f5;
}

body.offcanvas-open main,
body.offcanvas-open nav {
    transform: translateX(var(--sidebar-w)) !important;
    filter: blur(4px);
    transition: transform var(--transition-dur) var(--transition-ease),
        filter var(--transition-dur) var(--transition-ease);
}

nav {
    z-index: 1030;
}

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--sidebar-w);
    background: #111;
    transform: translateX(-100%);
    box-shadow: none;
    z-index: 1040;
}

body.offcanvas-open #sidebar {
    transform: translateX(0);
    box-shadow: 6px 0 40px rgb(0 0 0 / 0.35);
}

.backdrop {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.55);
    backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition-dur) var(--transition-ease);
    z-index: 1035;
}

body.offcanvas-open .backdrop {
    opacity: 1;
    pointer-events: auto;
}

main.container {
    margin-top: 80px;
}

#mobileMenu a,
#mobileMenu a.nav-link {
    color: #a5f808;
}

#mobileMenu a:hover {
    color: #d4ff3a;
}

#mobileMenu a.active,
#mobileMenu a.nav-link.active {
    color: #fff;
}

#mobileMenu a.nav-link:hover {
    color: #d4ff4a;
}

body.offcanvas-open {
    overflow: hidden;
}

#mainMenu {
    display: inline-block;
}

#mainMenu li {
    list-style: none;
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

#mainMenu li.active a:after {
    width: 100%;
    opacity: 1;
}

#mainMenu li:hover a:after {
    width: 100%;
    opacity: 1;
}

#mainMenu li:hover .dropdown {
    top: 32px;
    opacity: 1;
    visibility: visible;
}

#mainMenu li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 180px;
    background: #db2d2e;
    text-align: left;
    padding: 2px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

#mainMenu li .dropdown li {
    display: block;
    margin-right: 0;
}

#mainMenu li .dropdown li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: capitalize;
}

#mainMenu li .dropdown li a:after {
    display: none;
}

#mainMenu li a {
    font-size: 15px;
    color: #707070;
    font-weight: 700;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    position: relative;
}

#mainMenu li a:hover {
    color: #568300;
}

#mainMenu li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #568300;
    content: "";
    opacity: 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

#mainMenu a.active,
#mainMenu a.nav-link.active {
    color: #a5f808;
}

#mainMenu a.active:after,
#mainMenu a.nav-link.active:after {
    width: 100%;
    opacity: 1;
    background: #a5f808;
}

.breadcrumb-option {
    margin-bottom: 0 !important;
}

#portfolio-details {
    margin-top: 0 !important;
    padding-top: 20px !important;
}

.car__details__sidebar {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: white;
}

.sharelink {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Warna brand */
.btn-facebook {
    background-color: #1877f2;
    border-color: #1877f2;
}

.btn-instagram {
    background-color: #E1306C;
    border-color: #E1306C;
}

.btn-tiktok {
    background-color: #000000;
    border-color: #000000;
}

/* Ukuran dan efek hover */

.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

#shareSosmed {
    text-align: right;
    border: none !important;
}

#shareSosmed .btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

#shareSosmed .btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

#waPreviewModal .card {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.price-btn {
    background-color: #F0F0F0;
    display: block;
    padding: 30px !important;
    color: #C93638 !important;
    font-weight: bold;
    font-size: 2em;
    text-align: left !important;
    padding-left: 30px !important;
    text-decoration: none !important;
    border: none !important;
    margin-bottom: 20px !important;
}

.nav-tabs {
    margin-bottom: 0 !important;
}

.tab-content {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
}

.car__details__tab__info__item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tab-pane {
    transition: opacity .3s ease-in-out;
}

.nestedDesc {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

.sold-overlay-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    pointer-events: none;
    /* biar user tetap bisa scroll / klik */
    opacity: 0.7;
    filter: grayscale(100%);
}

.sold-overlay-fixed img {
    width: 70vw;
    /* besar di mobile */
    max-width: 380px;
    /* batas di desktop */
    opacity: 0.8;
}

.nav-product-wrapper a {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 30px;
}

.next-prev-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.next-prev-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #efefef;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    max-width: 48%;
    flex: 1;
}

.next-prev-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.next-prev-item.prev {
    text-align: left;
}

.next-prev-item.next {
    text-align: right;
    flex-direction: row-reverse;
}

.np-thumb img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

.np-label {
    font-size: 12px;
    color: #888;
    display: block;
}

.np-title {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    display: block;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .next-prev-container {
        flex-direction: column;
    }

    .next-prev-item {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .next-prev-sticky {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .carousel-sticky {
        position: static !important;
        top: auto !important;
    }

    .breadcrumb-option {
        display: none !important;
    }
}

.carousel-sticky {
    top: 160px;
    z-index: 9;
}

.next-prev-sticky {
    top: 86px;
    /* sesuaikan dengan tinggi navbar lo */
    background: #fff;
    z-index: 10;
}

/* TRANSISI SMOOTH */
.next-prev-sticky,
.carousel-sticky {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Saat sticky aktif */
.sticky-active {
    opacity: 1;
    transform: translateY(0);
}

/* Saat sticky nonaktif */
.sticky-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* === MOBILE NEXT/PREV FLOATING === */
.mobile-next-prev {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 9999;
    pointer-events: none;
    /* biar kontainer tidak ganggu klik */
}

.mobile-next-prev .mobile-btn {
    background: #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    /* tombol bisa diklik */
    color: #000;
    font-size: 20px;
    transition: 0.25s ease;
}

.mobile-next-prev .mobile-btn:hover {
    transform: scale(1.1);
}

/* hide on desktop */
@media (min-width: 768px) {
    .mobile-next-prev {
        display: none;
    }
}