.section-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    /* color:#000; */
}

.title-underline {
    width: 60px;
    height: 3px;
    background-color: #2F80ED;
    margin: 0 auto 30px;
}

.team-card {
    background-color: #863782;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.team-card img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.team-info {
    margin-left: 80px;
    text-align: left;
    flex-grow: 1;
    color: #fff;
}

.team-info h5 {
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.team-info p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.dotted-lines {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
    line-height: 1.2;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .team-card {
        flex-direction: column;
        text-align: center;
        padding-top: 50px;
    }

    .team-card img {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }

    .team-info {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .team_member {
        font-size: 1rem !important;
    }

    .designation {
        font-size: 0.7rem !important;
    }

    .description_team {
        font-size: 0.8rem !important;
    }
}

button:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color;
    border: none;
}

#video-laptop {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

.radius {
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(32, 12, 58, 0.86);
    /* background: #000; */
    border-radius: 5px;
    margin: 20px;
}

#video-laptop iframe {
    box-sizing: border-box;
    background: url('https://ssl-product-images.www8-hp.com/digmedialib/prodimg/lowres/c05648858.png') center center no-repeat;
    background-size: contain;
    padding: 6% 24% 23% 24%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

/*  */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.staff-member .overlay {
    background: #65258a;
    background: -moz-linear-gradient(left, #65258a 2%, #e80566 82%);
    background: -webkit-linear-gradient(left, #65258a 2%, #e80566 82%);
    background: linear-gradient(to right, #3d6ec8, #002c79) !important;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 410px;
}

.board .overlay {
    height: 350px;
}