.video-tabs-section {
    /* background-color: #f8f9fa; */
}

.video-tab-content {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: background-image 0.3s ease; */
    /* border-radius: 12px; */
    overflow: hidden;
}
.video-tab-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007a;
    left: 0;
    top: 0;
    z-index: 0;
}

.video-tab-content .container {
    position: relative;
    z-index: 9;
}
.btn-play, .btn-play:active {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: transform 0.3s ease; */
    margin-left: auto;
    margin-right: auto;
}

.btn-play:hover {
    transform: scale(1.1);
    background-color: #fff;
}

.btn-play i {
    font-size: 54px !important;
    color: #dc3545 !important;
    margin-left: 7px;
    line-height: 1;
}

.video-tabs-nav {
    gap: 15px;
}

.btn-tab {
    /* padding: 10px 20px; */
    /* border: 2px solid transparent; */
    /* background: none; */
    /* color: #6c757d; */
    /* font-weight: 500; */
    /* transition: all 0.3s ease; */
}

.btn-tab:hover,
.btn-tab.active {
    /* border-color: #dc3545; */
    /* color: #dc3545; */
}

#videoModal .modal-content {
    background-color: #000;
}

#videoModal .modal-header {
    border: none;
    padding: 1rem;
    position: absolute;
    right: 0;
    z-index: 1;
}

#videoModal .btn-close {
    background-color: #fff;
    opacity: 0.8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#videoModal .btn-close:hover {
    opacity: 1;
}

#videoModal .modal-body {
    background-color: #000;
}