



/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 16px;
}

/* Popup Box */
.mobile-menu-box {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.12);
    padding: 26px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(18px);
    transform: scale(0.8);
    opacity: 0;
    transition: 0.25s ease;
    color: white;
}

.mobile-menu-overlay.active .mobile-menu-box {
    opacity: 1;
    transform: scale(1);
}

/* HEADER */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-logo {
    width: 140px;
}

.popup-close {
    background: none;
    border: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

/* MENU */
.popup-menu {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.popup-menu a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.9;
}

.popup-menu a:hover {
    opacity: 1;
}

/* PRODUCTS DROPDOWN */
.popup-dropdown {
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle .arrow {
    font-size: 14px;
    opacity: 0.7;
}

.dropdown-content {
    margin-top: 10px;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding-left: 8px;
}

.dropdown-content a {
    font-size: 16px;
}

.dropdown-content small {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.popup-dropdown.active .dropdown-content {
    display: flex;
}

/* CTA */
.popup-cta {
    margin-top: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
}


/*--------------------------------popup profil-----------------------------*/
/* Overlay */
.mobile-menu-overlay-xxx {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(10px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 16px;
}

/* Popup Box */
.mobile-menu-box-xxx {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.12);
    padding: 26px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(18px);
    transform: scale(0.8);
    opacity: 0;
    transition: 0.25s ease;
    color: white;
}

.mobile-menu-overlay-xxx.active .mobile-menu-box-xxx {
    opacity: 1;
    transform: scale(1);
}

/* HEADER */
.popup-header-xxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-logo-xxx {
    width: 140px;
}

.popup-close-xxx {
    background: none;
    border: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

/* MENU */
.popup-menu-xxx {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.popup-menu-xxx a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    opacity: 0.9;
}

.popup-menu-xxx a:hover {
    opacity: 1;
}

/* PRODUCTS DROPDOWN */
.popup-dropdown-xxx {
    width: 100%;
}

.dropdown-toggle-xxx {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    text-align: left;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-toggle-xxx .arrow {
    font-size: 14px;
    opacity: 0.7;
}

.dropdown-content-xxx {
    margin-top: 10px;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding-left: 8px;
}

.dropdown-content-xxx a {
    font-size: 16px;
}

.dropdown-content-xxx small {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}

.popup-dropdown-xxx.active .dropdown-content-xxx {
    display: flex;
}

/* CTA */
.popup-cta-xxx {
    margin-top: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
}













.login-btn {
    color: white;
    opacity: 0.9;
    text-decoration: none;
}

.trial-btn {
    background: #4F46E5;
    padding: 12px 20px;
    border-radius: 12px;
    color: white !important;
    font-weight: 600;
    text-decoration: none;
}

.video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-wrapper video {
    width: 100%;
    max-width: 1000px;      /* batas maksimal di desktop */
    border-radius: 20px;
    background: white;
}

.warnadepan {
    max-height: 120vh;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .video-wrapper video {
        width: 100%;       /* auto full di mobile */
        border-radius: 15px;
    }
    .warnadepan {
        max-height: 75vh;
    }
}



.uc-accordion-title:before {
    content: "\e98c"; 
    font-family: 'unicons-line';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    /*font-family: Unicons;*/
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-transform: none;
    line-height: 1;
    transform: translateY(-50%) rotate(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .2s ease;
    background-color: hsla(0, 0%, 61%, .25);
    border-radius: 100%;
}

/* Saat terbuka → putar ikon */
.uc-accordion-title:not(.collapsed):before {
    transform: translateY(-50%) rotate(90deg); /* panah ke bawah */
}

/* Override agar inline height/margin dari template tidak memaksa tampil */
.uc-accordion .uc-accordion-content {
  display: none !important;
  height: auto !important;
  overflow: visible !important;
  margin-top: 0 !important;
  transition: none !important;
}

/* Ketika Bootstrap menandai show -> tampilkan */
.uc-accordion .collapse.show.uc-accordion-content {
  display: block !important;
}









