.parent-tabs__ {
    border: none !important;
    background-color: #ececec;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
    padding: 2.5px;
}

.custom-tab__ {
    background-color: transparent;
    padding: 5px 20px;
    width: 300px;
    border-radius: 20px;
    font-size: 18px;

}

.custom-tab__.active {
    background-color: #1A2B3C !important;
    color: white;
}

.tab_content__ {
    border: 1px solid #cecece;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    transition: all 0.2s ease;
}


.btn-custom__ {
    border: 1px solid #cecece !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    margin-top: 10px;
    font-size: 14px !important;
}

.btn-custom__:hover {
    background-color: #1A2B3C !important;
    color: white !important;
}

.button-bottom__ {
    position: absolute;
    bottom: 20px;
    width: 80%;
}

.tab_content__:hover {
    scale: 1.05;
}

.tab_content__.popular {
    background-color: #1A2B3C;
    color: white !important;
}

.tab_content__.popular h4,
.tab_content__.popular h6,
.tab_content__.popular p {
    color: white !important;
}

.tab_content__.popular button {
    background-color: white !important;
    color: #1A2B3C !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    margin-top: 10px;
    font-size: 20px;
}

.tab_content__.popular button:hover {
    background-color: #1A2B3C !important;
    color: white !important;
    border: 1px solid white !important;
}

.popular_plan__ {
    background-color: #fd700b !important;
    color: white !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 0px 10px !important;
    font-size: 14px;
}

.tab_content__.popular h6 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

/* Custom styles for video player */
.custom-video-container {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}

/* Center the control bar with only play/pause button */
.custom-video-player .vjs-control-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    height: 50px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

/* Hide all control bar elements except play/pause */
.custom-video-player .vjs-control-bar>*:not(.vjs-play-control) {
    display: none !important;
}

/* Style the play/pause button */
.custom-video-player .vjs-play-control {
    font-size: 1.5rem;
    color: #fff;
    padding: 0 15px;
}

/* Ensure the video fits nicely */
.custom-video-player .vjs-tech {
    border-radius: 5px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .custom-video-player {
        width: 100%;
        height: auto;
    }
}
.container__video {
    position: relative;
    width: 100%;
    height: 100%;
}

.button__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border: none;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* SAAT video playing, SEMBUNYIKAN tombol KECUALI saat hover */
.container__video.is-playing .button__play {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Saat video playing DAN hover → munculkan lagi tombol */
.container__video.is-playing:hover .button__play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-title {
    color: white;
}

.fa-tiktok:before {
  content: "\e07b";
}

.container {
    max-width: 90vw;
}
