/* Expert corner */
.switchbgs h2 {
    display: none;
}
.banner-buttons {
    display: flex;
    gap: 17px;
}
.box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.toplink {
    font-family: var(--font-family-1);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 23px;
    color: var(--secondary-orange);
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s;
    text-decoration: underline;
}
.video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 66px;
    font-family: var(--font-family-1);
}
.v-card {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(50% - 33px);
    border: 1px solid #bdbdbd;
    border-radius: 22px;
    overflow: hidden;
}
.v-card .v-card-image {
    position: relative;
    /* padding-bottom: 57%; */
    /* padding-bottom: 50.084%; */
    /* background: #d9d9d9; */
    overflow: hidden;
}
.v-card .v-card-image .attachment-full {
    /* position: absolute; */
    /* inset: 0; */
    /* z-index: 3; */
    object-fit: cover;
    height: auto;
}
.v-card .v-card-image .video-play {
    position: absolute;
    inset: 0;
    width: 70px;
    height: 70px;
    z-index: 5;
    margin: auto;
}
.v-card .v-card-image .video-play svg {
    width: 100%;
    height: 100%;
}
.v-card .v-card-content {
    padding: 30px;
}
.viddots {
    color: #ec7500;
    padding: 0px 5px;
}
.v-card-title {
    color: #4c3d5a;
    font-size: 30px;
    font-weight: 600;
}
.v-card .header-cta-btn {
    width: max-content;
}
.v-card-meta {
    padding: 20px 0px 0;
    font-size: 22px;
}
.articlemain {
    background: #f9efe8;
}
.articlelist {
    gap: 30px;
}
.articlelist .v-card .header-cta-btn {
    width: max-content;
}
.articlecard {
    display: flex;
    flex-direction: inherit;
    flex: 1 1 calc(100%);
}
.articlecard .v-card-content {
    background: #fff;
    flex: 1 1 calc(60%);
    display: flex;
    flex-direction: column;
}
.articlecard .v-card-image {
    flex: 1 1 calc(40%);
    padding: 0;
    /* min-height: 350px; */
    min-height: 320px;
    max-width: 326px;
    height: 100%;
}
.articleexs {
    margin-top: 20px;
    margin-bottom: 35px;
}
.team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    font-family: var(--font-family-1);
}
.team-card {
    display: flex;
    flex-direction: column;
    width: 33%;

    overflow: hidden;
    text-align: center;
}
.team-card .team-card-image {
    position: relative;
    display: flex;
    justify-content: center;
}
.team-card .team-card-content {
    padding: 30px 10px;
}

.team-card-title {
    color: #4c3d5a;
    font-size: 30px;
    font-weight: 600;
}
.team-card .header-cta-btn {
    width: max-content;
    margin: auto;
}
.team-card-meta {
    padding: 5px 0px 15px;
    font-size: 20px;
    line-height: 24px;
}
.team-card-image img {
    height: auto;
    width: 100%;
    border-radius: 100%;
    max-width: 260px;
}
/* teampage*/
.meetteampagelist {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    font-family: var(--font-family-1);
}
.meetteam-card {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
}
.meetteam-card .team-card-image {
    position: relative;
    display: flex;
    width: 260px;
    flex: 0 0 auto;
    margin-right: 40px;
}
.meetteam-card .team-card-content {
    flex: 2;
}
.meetteam-card .team-card-content p {
    margin-bottom: 15px;
}
.meetteam-card .team-card-meta {
    font-weight: 600;
    padding: 12px 0px 20px;
}
.meetteam-card .team-card-image img {
    border-radius: 21px;
}
.meetteam-card {
    scroll-margin-top: 160px;
}
.video-wrap {
    padding-bottom: 56.5%;
    position: relative;
    overflow: hidden;
    border-radius: 44px;
}
.video-wrap .video-wrap-thumb {
    position: absolute;
    inset: 0;
    z-index: 5;
}
.video-wrap .video-wrap-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-wrap .video-wrap-play {
    width: 150px;
    height: 150px;
    position: absolute;
    inset: 0;
    margin: auto;
    background: none;
    border: 0;
}
.video-wrap .video-wrap-play svg {
    width: 100%;
    height: 100%;
}
.video-wrap-player-holder {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.video-wrap-embed {
    width: 100%;
    height: 100%;
}
.video-wrap-player-holder iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.inner-wrapp .article-thumbnail {
    border-radius: 44px;
    overflow: hidden;
    margin-bottom: 80px;
}
.inner-wrapp .article-thumbnail img {
    width: 100%;
    display: block;
}
.content-list-desc p {
    margin-bottom: 30px;
}
.content-list-desc h4 {
    margin: 30px 0;
}

.expertbreads a {
    font-family: var(--font-family-1);
    color: #ec7500;
    font-weight: bold;
}

@media only screen and (max-width: 1199px) {
    .team-card .header-cta-btn,
    .articlelist .v-card .header-cta-btn,
    .v-card .header-cta-btn {
        width: max-content;
        column-gap: 10px;
        padding: 8px 16px;
    }
    .video-wrap .video-wrap-play {
        width: 100px;
        height: 100px;
    }
    .meetteam-card .team-card-image {
        width: 200px;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .v-card {
        flex: 1 1 100%;
    }
}
@media only screen and (max-width: 767px) {
    .toplink {
        font-size: 1rem;
    }
    .video-list {
        gap: 40px;
    }
    .team-card-title,
    .v-card-title {
        font-size: 24px;
    }
    .v-card-meta {
        padding: 10px 0px 0;
        font-size: 16px;
    }
    .articleexs {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .team-card-meta {
        font-size: 16px;
    }
    .articleexs p {
        font-size: 18px;
    }
    .team-list {
        gap: 40px;
    }
    .video-wrap {
        border-radius: 24px;
    }
    .video-wrap .video-wrap-play {
        width: 70px;
        height: 70px;
    }
    .inner-wrapp .article-thumbnail {
        border-radius: 24px;
        margin-bottom: 40px;
    }
    .meetteam-card {
        flex-direction: column;
    }
    .meetteam-card .team-card-image {
        width: 260px;
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 575px) {
    .box-head,
    .articlecard,
    .v-card {
        flex-wrap: wrap;
    }
    .v-card {
        flex: 1 1 calc(100%);
        gap: 0;
    }
    .team-card {
        width: 100%;
    }
    .articlecard .v-card-content {
        flex: 1 1 calc(100%);
        padding-bottom: 57%;
        height: auto;
    }
    .articlecard .v-card-image {
        flex: 1 1 calc(100%);
        max-width: none;
        height: auto;
        min-height: 300px;
    }
    .banner-buttons {
        flex-direction: column;
    }
    .banner-buttons a.header-cta-btn {
        justify-content: space-between;
        padding: 8px 16px;
    }
    .v-card .v-card-content {
        padding: 20px;
    }
    .toplink {
        font-size: 14px;
    }
}
