@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 2500;
    background: #151516;
    padding: 0px 40px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sticky-header .wrapper {
    display: flex;
    padding: 12px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}

/* Logo always on the left */
.sticky-header .uniplay-logo img {
    height: 34px;
}

/* Right side: Text + Dropdown + Button */
.sticky-header .cta-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Button & Text style */
.sticky-header .cta-wrapper span {
    color: #FFF !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Hanken Grotesk";
 
}

button.dropbtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-btn {
    margin-left: 10px;
    padding: 12px 20px;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #EF620A;
    background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #FFF !important;
    font-family: "Hanken Grotesk";
 
}




/* Dropdown */
.dropbtn {
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #222;
    color: white !important;
    padding: 8px 18px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Hanken Grotesk";
}

.dropdown {
    position: relative;
    display: inline-block;
    color: white !important;
    width: 180px;
    font-family: "Hanken Grotesk";
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 999; /* Penting: biar nongol di atas elemen lain */
    padding: 6px 12px;
    border-radius: 4px;
    display: none;
}


.dropdown-content a {
    padding: 8px 10px;
    display: block;
    color: #Fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    font-family: "Hanken Grotesk";
}

.dropdown-content a:hover {
    background: #EF620A;
    color: #FFF !important;
}
.frame-info-product-v3 .content-info-product-v2 .frame-sidebar-info-product-v2 {
    top: 160px!important;
}
/* .dropdown:hover .dropdown-content {
    display: block;
    padding: 0px;
}

.dropdown:hover .dropbtn {
    background: #2b2b2b;
} */

/* .dropdown:hover .dropdown-content {
    display: block;
    padding: 0px;
    background: #2b2b2b;
} */

.dropdown.active .dropdown-content {
    display: block;
    padding: 0px;
    background: #2b2b2b;
    width: 100%;
}
.tmv1-header, .header-navbar, .header-container-v3{
    top: 73px;
}
@media (max-width: 768px) {
    .sticky-header {
        padding: 0px 10px;
    }

    .sticky-header .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 6px !important;
        min-width: 0;
    }

    .uniplay-logo img {
        height: 34px;
    }

    .cta-wrapper {
        display: flex;
        align-items: center;
        gap: 6px !important;
        flex-shrink: 1;
        min-width: 0;
    }

    .cta-wrapper span {
        display:none;
    }

    .dropbtn {
        font-size: 16px;
        padding: 4px 8px;
        white-space: nowrap;
    }


    .dropdown-content {
        min-width: 120px;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 999; /* Penting: biar nongol di atas elemen lain */
        padding: 6px 12px;
        border-radius: 4px;
        display: none;
    }

    
    .cta-btn {
        position: fixed;
        left: 3%;
        bottom: 16px;
        width: 94%;
        z-index: 999999;
        margin-left: 0px;
        display: flex;
        padding: 16px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;

        border-radius: 999px;
        border: 1px solid #EF620A;
        background: linear-gradient(180deg, #EF890A 0%, #EF620A 100%);
        color: #FFF;
        font-family: "Hanken Grotesk";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
    }
    .tmv1-header, .header-navbar, .header-container-v3 {
        top: 58px;
    }
}