html { scroll-behavior: smooth; }

.lm-tabs-wrapper .nav-tabs {
    border-bottom: none; 
    gap: 10px; 
}

.lm-tabs-wrapper .nav-link {
    border: 1px solid #ddd !important;
    border-radius: 5px !important; 
    padding: 10px 25px !important;
    color: #29292a;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.lm-tabs-wrapper .nav-link.active,
.lm-tabs-wrapper .nav-link:hover {
    background-color: #fac638 !important; 
    color: #29292a !important;
    border-color: #fac638 !important;
    /* box-shadow: 0 4px 12px rgba(0,123,255,0.3); */
}

.lm-tabs-wrapper .tab-content {
    margin-top: 20px;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
}

.lm-tabs-nested-tabs .nav-tabs { border-bottom: none; gap: 12px; }
.lm-tabs-nested-tabs .nav-link {
    border: 1px solid #ddd !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    color: #29292a;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}
.lm-tabs-nested-tabs .nav-link.active {
    background-color: #fac638 !important; 
    color: #29292a !important;
    border-color: #fac638 !important;
}
.lm-tabs-nested-tabs .tab-content { margin-top: 25px; }
 
/* Container Iframe */
/* Item Wrapper */
/* Base Video Wrapper */
.lm-video-container {
    position: relative;
    width: 100%;
    height: 0; /* Penting: Height awal 0 */
    overflow: hidden;
    background: #000;
    border-radius: 10px;
}

/* Dinamis Vertikal (Shorts) - Tinggi mengikuti lebar */
.lm-video-container.lm-ratio-shorts {
    padding-top: 177.77%; /* Rasio 9:16 */
}

/* Dinamis Horisontal (Long) */
.lm-video-container.lm-ratio-long {
    padding-top: 75%; /* Rasio 4:3 */
}

/* Iframe harus Absolute agar bisa mengisi ruang padding */
.lm-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Gambar agar konsisten */
.lm-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* OWL CAROUSEL FIX */
/* .owl-carousel .item {
    height: auto;
}
 */
/* @supports not (aspect-ratio: 1/1) {
    .ratio-xxlong { padding-top: 75%; }  
    .ratio-xshorts { padding-top: 177.77%; } 
} */

body .lm-owl-carousel .owl-carousel {
    position: relative;
    padding: 0 50px;

}

body .lm-owl-carousel .owl-item {
    min-height: 270px!important;
}

body .lm-owl-carousel .owl-nav button,
body .e-n-tabs-content  .swiper .elementor-swiper-button{
    position: absolute!important;
    top: calc(50% - 30px / 2)!important;
    transform: translateY(-50%)!important;
    background: rgba(255,255,255,0.8) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.6)!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50% !important;
    text-align: center!important;
}

body .e-n-tabs-content .swiper .elementor-swiper-button{
    display: unset!important;
}

body .lm-owl-carousel .owl-nav button span svg,
body .e-n-tabs-content  .swiper .elementor-swiper-button svg {

    fill: #FAC638!important;
    width: 25px!important;
    height: 25px!important;
}

body .lm-owl-carousel .owl-nav button:hover,
body .e-n-tabs-content .swiper .elementor-swiper-button:hover{ 
    background: rgba(45, 45, 45, 0.7) !important; 
}

body .lm-owl-carousel .owl-nav button.owl-prev { left: 5px; }
body .lm-owl-carousel .owl-nav button.owl-next { right: 5px; }

body .e-n-tabs-content .swiper .elementor-swiper-button-prev{ left: 5px; }
body .e-n-tabs-content .swiper .elementor-swiper-button-next{ right: 5px; }

body .lm-owl-carousel .owl-stage, 
body .lm-owl-carousel .owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}



/** {*/
/*  font-family: 'Rubik', sans-serif!important;*/
/*}*/


body #tahefobu-header.ta-scroll-down, .turbo-header-template.ta-scroll-down, .ta-header-hidden, .ta-header-hide {
    transform: translateY(0)!important;
    opacity: 1;
}

body .tahefobu-nav-menu .tahefobu-menu-item.tahefobu-active-menu-item,
body .tahefobu-nav-menu .tahefobu-menu-item:hover{
    color: #FAC638!important;

}


@media screen and (max-width: 767px) {
    body .tahefobu-nav-menu-bp-mobile .tahefobu-mobile-nav-menu-container {
        
        width: 30px!important;
    }

    body .tahefobu-mobile-toggle-line { 
        height: 3px!important;
        margin-bottom: 5px!important;
        width: 30px!important;
    }

}