.aboutus-video-section {
    position: relative;
}

/* ── Life at ValueLabs context ──────────────────────────────── */
.aboutus-video-section.avs-life-at-valuelabs {
    padding-top: 60px;
}
.aboutus-video-section.avs-life-at-valuelabs h1 {
    color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.aboutus-video-section.avs-life-at-valuelabs .video_content p {
    font-size: 19px;
}

/* ── Other page context ─────────────────────────────────────── */
.aboutus-video-section.avs-other-page {
    padding-top: 120px;
}
.aboutus-video-section.avs-other-page h2 {
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.aboutus-video-section.avs-other-page .video_content p {
    font-size: 16px;
}

.aboutus-video-section p{
    color: #1A1A1A;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 0;
}

.bg-gradient-indus{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.bg-linear::before {
    content: '';
    position: absolute;
    display: block;
    width: 546.894px;
    height: 497.447px;
    filter: blur(117px);
    border-radius: 546.894px;
    background: rgba(84, 79, 248, 0.30);
    left: 15%;
    bottom: -3%;
}
.bg-linear::after {
    content: '';
    position: absolute;
    display: block;
    width: 546.894px;
    height: 497.447px;
    border-radius: 546.894px;
    background: rgba(46, 182, 174, 0.30);
    filter: blur(117px);
    right: 15%;
    bottom: -3%;
}

.video_content{
    margin-bottom: 37px;
}

.overview-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    aspect-ratio: 71 / 40;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.40);
    border: 1px solid #FFF;
    padding: 20px;
    z-index: 1;
}

.overview-video-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
}
.video-img-wrap{
    position: relative;
    overflow: hidden;
    width: 800px;
    max-width: 100%;
    height: 468px;
    margin: 0 auto;
}

.vaHomevideo-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
}
.vaHomevideo-btn img{
    width: 72px;
    height: 72px;
}

.overview-video-wrapper {
    position: relative;
}
.video-inline-iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    z-index: 2;
    border: none;
}
.video_content{
    margin-bottom: 33px;
}

.video-section-buttons-below {
    text-align: center;
    margin-top: 42px;
}

.video-section-buttons-below .btn {
    margin: 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    gap: 12px;
    cursor: pointer;
    line-height: 160%;
    color: #fff;
}

.video-section-buttons-below .btn.active {
    background: linear-gradient(91deg, #544FF8 59.65%, #2EB6AE 99.41%) !important;
}

.video-section-buttons-below .btn {
    background: #242424;
}

@media (max-width: 1199.98px) {
    .aboutus-video-section.avs-other-page {
        padding-top: 80px;
        overflow-x: clip;
    }
    .bg-linear::before{
        width: 360px;
        height: 327.451px;
        border-radius: 360px;
        left: 0;
        bottom: 5%;
    }
    .bg-linear::after{
        width: 360px;
        height: 327.451px;
        border-radius: 360px;
        right: 0;
        bottom: 5%;
    }
    .aboutus-video-section.avs-life-at-valuelabs .video_content p{
        font-size: 18px;
    }
}

@media (max-width: 991.98px) { 
    .aboutus-video-section.avs-life-at-valuelabs h1{
        font-size: 44px;
    }
    .vaHomevideo-btn img {
        width: 47px;
        height: 47px;
    }
    .vaHomevideo-btn {
        font-size: 16px;
    }
}
 
@media (max-width: 767.98px) {
    .common_h2 h2 {
        margin-bottom: 0;
    }
      .aboutus-video-section.avs-life-at-valuelabs h1{
        font-size: 40px;
    }
    .aboutus-video-section.avs-other-page {
        padding-top: 60px;
    }
    .overview-video-wrapper {
        height: auto;
        padding: 10px;
    }
    .video-img-wrap {
        height: auto;
    }
    .vaHomevideo-btn img {
        width: 27px;
        height: 27px;
    }
    .vaHomevideo-btn {
        bottom: 20px;
        right: 22px;
    }
    .vaHomevideo-btn .btn-text  {
        display: none;
    }
    .vaHomevideo-btn span  {
        display: none;
    }
    .bg-gradient-indus {
        display: none !important;
    }
    .container .row.bg-linear {
        position: relative;
        overflow: visible;
    }
    .bg-linear::before {
        width: 320px;
        height: 250px;
    }
    .bg-linear::after {
        width: 320px;
        height: 250px;
    }

    .video-section-buttons-below {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

    .video-section-buttons-below .nav-pills {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px;
        justify-content: center !important;
    }

    .video-section-buttons-below .nav-item {
        margin: 0 !important;
    }

    .video-section-buttons-below .btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        white-space: nowrap;
        margin: 0 !important;
    }
    .aboutus-video-section.avs-life-at-valuelabs .video_content p{
        font-size: 16px;
        padding: 0 30px;
    }
}