.vg-video-content h2 {
    color: #FFA500;
    font-family: "ProximaNova", Sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px !important;
    min-height: 48px;
}

.vg-video-content p {
    color: #000000;
    font-family: "ProximaNova", Sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    min-height: 40px !important;
}
.vg-video-content span {
    color: #000000;
    font-family: "ProximaNova", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
}


.vg-video-content a.vg-video-popup.btn.btn-primary {
    background: #61ce70;
    border: none;
    border-radius: 25px;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.vg-video-thumbnail {
    width: auto !important;
    margin-left: 16px !important;
}
.vg-video-content {
    width: 48%;
    margin-right: 32px;
}

.vg-video-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.vg-video-thumbnail {
    margin-left: 20px;
    max-width: 150px;
    height: auto;
    border-radius: 4px;
}

.vg-video-content {
    flex-grow: 1;
}



.nav-tabs .nav-item .nav-link.active {
    background-color: #4A2E8A !important;
    color: #fff !important;
}

.nav-tabs {
    justify-content: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.tab-content {
    margin-top: 24px;
}
.video-list:nth-child(even) {
    padding-left: 12px;
}
.video-list:nth-child(odd) {
    padding-right: 12px;
}
.vg-video-item {
    margin-bottom: 24px !important;
    border: none !important;
    border-radius: 0 !important;
}

.vg-video-thumbnail {
    width: auto !important;
    margin-left: 0px !important;
    max-width: 100% !important;
}
.home-video-filter .nav-tabs {
    border: none;
}
.home-video-filter .nav-tabs a {
    font-family: "ProximaNova", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    padding: 8px 24px !important;
    background: #ffffff ! IMPORTANT;
    display: inline-block !important;
    border-radius: 25px;
    margin: 0px 6px !important;
}



/* Ensure the container is responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-container video {
    width: 100% !important;
}
/* Optional: Hide the controls if you want auto-play without user interaction */
video[controls] {
    display: block; /* Ensure controls are visible if you want them */
}

/* Additional styling for content */
.single-video .content {
    margin-top: 20px;
}