/* ======================================= Header ======================================= */
.navbar-expand-lg {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.site_header {
    background-color: var(--white-color);
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar-nav li a {
    padding: 5px 15px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.80);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-nav li a.active,
.navbar-nav li a:hover {
    color: var(--secondary-color);
}

.navbar-nav {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.site_header {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 0px rgba(196, 196, 196, 0.25);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111
}

.site_header.fadeInDown {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.site_header.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.navbar-nav li.current_page_item a,
.navbar-nav li a:hover {
    color: var(--primary-color);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.navbar-nav::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

/* ===== Top Video Slider Section ===== */
.VideoContent {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: end;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 2.83%, rgba(0, 0, 0, 0.70) 55.07%);
    width: 100%;
}

.video-info {
    padding: 5rem;
    max-width: 560px;
}

.video-info h2,
.video-info h3 {
    color: var(--white-color);
}

.Videomain .video_play-btn {
    left: auto;
    right: 25%;
}

#videothum .video_play-btn img.mx-auto {
    max-width: 50px;
}

.thumvideobox {
    background-color: #212121;
    padding: 30px 0px;
}

.VideoThum {
    margin: 0px 12px;
    border: 1px solid #717171;
    border-radius: 5px;
    overflow: hidden;
}

#videothum .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 13px;
}

#videothum {
    padding-left: 4rem;
}

#videothum .owl-nav button:hover {
    background: transparent;
}

/* ===== Exclusive Video Section ===== */
.fc_video-card {
    height: 100%;
    border-radius: 9.746px;
    border: 0.812px solid var(--stroke, #F1F1F1);
    background: #FAFAFA;
    padding: 10px 10px 24px 10px;
}

.feature-tabs-header .nav-tabs .nav-link {
    padding: 9px 20px;
    border-radius: 9px;
    color: #080808;
}

.feature-tabs-header .nav-tabs .nav-link.active {
    background: #F5F5F5;
    color: #080808;
}

/* ===== Category Section ===== */
.CategoryCover {
    background-color: #EBEEF3;
    padding: 4rem 0px;
}

.our-feature-info span {
    color: rgba(38, 38, 38, 0.60);
    font-size: 14px;
    font-weight: 500;
}

.our-feature-info p {
    color: #696868;
    margin-bottom: 10px;
}

.our-feature-info .btn-secondary {
    border-color: #0C0C0C;
    color: #0C0C0C;
    background: transparent;
    font-size: 12px;
    padding: 6px 10px;
}

.our-feature-info .btn-secondary:hover {
    background: var(--hover-color);
    border-color: var(--hover-color);
    box-shadow: none;
    color: var(--white-color);
}

.ctgry-box {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 2.83%, rgba(0, 0, 0, 0.70) 55.07%);
    display: flex;
    align-items: end;
    left: 0;
    right: 0;
}

.ctgy-video-title h6,
.ctgy-video-title h2 {
    color: var(--white-color);
}

.selectbox select.form-select {
    color: #141415;
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 500;
}


/* ===== Meet Our Speakers Section ===== */
.speaker-name {
    position: absolute;
    top: 0;
    padding: 20px;
}

.speaker-card {
    position: relative;
}

.speaker-name h4 {
    color: var(--white-color);
}

#meet-slider .owl-nav {
    position: absolute;
    top: -100px;
    right: 1px;
    display: flex;
    gap: 20px;
}

#meet-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
}

#meet-slider .owl-nav button svg {
    width: 15px;
    height: 15px;
}

#meet-slider .owl-nav button svg path {
    fill: var(--white-color);
}

#meet-slider .owl-nav button.anyClass {
    background: #696868;
}

/* ===== Meet Our Speakers Section Accorading Slider ===== */
:root {
    --height: calc(80vh - 50px);
    --width: 450px;
}

.carousel {
    display: grid;
    transform: translate3d(0, 0, 0.1px);
}

.carousel__list {
    display: flex;
    overflow: hidden;
    list-style: none;
    padding: 0em 0 3em;
    margin: 0;
    contain: layout;
    isolation: isolate;
}

.carousel__item {
    display: grid;
    position: relative;
    align-content: start;
    margin: 0 10px;
    padding: 0;
    flex: 1 1 10%;
    height: var(--height);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transform: translate3d(0, 0, 0.1px);
    contain: layout;
    isolation: isolate;
}

.carousel__item,
.carousel__item * {
    transition: all .6s cubic-bezier(.55, .24, .18, 1);
    user-select: none;
}

.carousel__image,
.carousel__contents {
    width: var(--width);
    height: auto;
}

.carousel__item:hover {
    flex-basis: calc(var(--width) / 2);
    transition: all 0.3s ease;
}

.carousel__item[data-active] {
    flex-basis: var(--width);
    flex-grow: 0;
}

@media screen and (max-width: 800px) {
    .carousel__item {
        flex-basis: 15%;
    }
}

@media screen and (max-width: 600px) {

    .carousel__item {
        flex-basis: 10%;
        margin: 0 5px;
        border-radius: 8px;
        font-size: 3vw;
    }

    .carousel__item[data-active] {
        flex-basis: 45%;
        flex-grow: 0;
    }

    .carousel__item:nth-child(3),
    .carousel__item:nth-child(7) {
        flex: 0 0 10px;
    }

    .carousel__item:nth-child(2),
    .carousel__item:nth-child(8) {
        flex: 0 0 5px;
        transform: translateX(-50px);
    }

    .carousel__item:nth-child(8) {
        transform: translateX(50px);
    }

    .carousel__item:nth-child(1),
    .carousel__item:nth-child(n + 9) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .carousel__item:not(:nth-child(n + 5)) img,
    .carousel__item:nth-child(n + 7) img {
        opacity: 0.8;
    }

    .carousel__item:not(:nth-child(n + 4)) *,
    .carousel__item:nth-child(n + 7) * {
        opacity: 0 !important;
    }

}

@media screen and (min-width: 600px) {

    .carousel__item:nth-child(3),
    .carousel__item:nth-child(10) {
        flex: 0 0 10px;
    }

    .carousel__item:nth-child(2),
    .carousel__item:nth-child(11) {
        flex: 0 0 5px;
        transform: translateX(-50px);
    }

    .carousel__item:nth-child(11) {
        transform: translateX(50px);
    }

    .carousel__item:nth-child(1),
    .carousel__item:nth-child(n + 12) {
        flex: 0 0 0px;
        margin: 0;
        box-shadow: none;
        opacity: 0 !important;
    }

    .carousel__item:not(:nth-child(n + 5)) img,
    .carousel__item:nth-child(n + 9) img {
        opacity: 0.8;
    }

    .carousel__item:not(:nth-child(n + 4)) *,
    .carousel__item:nth-child(n + 10) * {
        opacity: 0 !important;
    }

}

.carousel__item img {
    display: block;
    position: absolute;
    width: var(--width);
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    aspect-ratio: 2/3;
    object-fit: cover;
    /*    filter: saturate(0.2) contrast(0.75) brightness(1.1);*/
}

.carousel__item::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    /*    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);*/
    transition: all .66s cubic-bezier(.55, .24, .18, 1);
}

.carousel__item[data-active]::after {
    transform: translateY(100%);
}

.carousel__item[data-active],
.carousel__item[data-active] * {
    opacity: 1;
    filter: none;
}

.carousel__contents {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    min-height: 200px;
    padding: 1em;
    z-index: 2;
    background-image: radial-gradient(ellipse at 0px 0px, rgba(0, 0, 0, 0.4) 20%, transparent 50%);
    background-size: 170% 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel__contents .user__name {
    color: #e8eff4;
    font-size: 1.75em;
    font-weight: 600;
    letter-spacing: .8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.carousel__contents .user__name a {
    color: var(--white-color);
}

.carousel__contents .user__title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
}

.carousel__contents .user__title,
.carousel__contents .user__name {
    margin: 0;
    line-height: 1.1;
    opacity: 0;
    transform: translateX(-200px);
    transition-duration: 1s;
    max-width: 18em;
}

@media screen and (max-width: 800px) {
    .carousel__item img {
        width: calc(var(--width) * .5);
    }

    .carousel__contents {
        transform: translateX(-100%) rotate(90deg);
        transform-origin: bottom right;
        align-items: end;
        justify-content: end;
        background-image: radial-gradient(ellipse at 100% 100%, rgba(0, 0, 0, .4) 0%, transparent 50%);
        background-position: -100% 100%;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: right;
    }

    [data-active] .carousel__contents {
        background-position: 100% 100%;
    }

    .carousel__contents .user__title,
    .carousel__contents .user__name {
        max-width: 70vh;
        transform: translateX(200px);
    }
}

[data-active] .carousel__contents * {
    transform: translateX(0px);
    transition-duration: 0.66s;
    opacity: 1;
}

[data-active] .carousel__contents .user__name {
    transition-delay: 0.1s;
}

[data-active] .carousel__contents .user__title {
    opacity: 0.85;
    transition-delay: 0.05s;
}

.carousel__nav {
    justify-self: end;
    grid-row: 1;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.carousel__nav button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 6px;
}

.carousel__nav button svg path {
    fill: var(--white-color);
}

.carousel__nav button.btn-dark {
    background-color: #696868;
}

.carousel__item[data-active] .carousel__contents {
    background-image: radial-gradient(ellipse at 0px 0px, rgba(0, 0, 0, 0.8) 20%, transparent 50%);
    background-size: 200% 260px;
}


/* ===== latest Videos Section ===== */
.latestVideos {
    background-color: #EBEEF3;
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.search-form {
    position: relative;
    max-width: 300px;
    margin: 0px auto;
}

.search-form .form-control {
    height: 44px;
    font-size: 14px;
    background: #F5F5F5;
    border-color: rgba(125, 131, 152, 0.30);
    color: #7D8398;
    padding-left: 35px;
    font-weight: 400;
    max-width: 100%;
    box-shadow: 0px 3px 6px 0px rgba(18, 18, 18, 0.03);
}

.search-form .form-control:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.search-form .searchbtn {
    position: absolute;
    top: 7px;
    left: 5px;
    background: url(../images/search-icon.svg) no-repeat center;
    height: 30px;
    width: 30px;
    border: none;
    padding: 0;
    background-size: 20px;
    border-radius: 50%;
}

.latestVideos-filter .nav-tabs .nav-link {
    padding: 8px 18px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    color: #0F0F0F;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.latestVideos-filter .nav-tabs .nav-link.active {
    background: #0F0F0F;
    color: var(--white-color);
}

/* ===== WhatPeopleSays Section ===== */
.VideoTestimonial,
.WhatPeopleSays {
    background-color: #EBEEF3;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.PeopleCard {
    display: flex;
    padding: 17px 30px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
    background: #FDFDFF;
}

.WhatPeopleSays .PeopleCard {
    margin: 0px 15px;
}

/* ===== VideoTestimonial Section ===== */
.video_card {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}

.videoimg {
    position: relative;
    padding-top: 145%;
}

.videoimg img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.video_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: end;
    column-gap: 20px;
}

.video_overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.video-title {
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    color: #D4D4D8;
}

.video_btn {
    cursor: pointer;
}

/* ===== SBlogHighlights Section ===== */
.tech-tag {
    padding: 6px 10px;
    border-radius: 6.247px;
    font-size: 14px;
    right: 10px;
    border: 1px solid #EBEEF3;
    color: #EBEEF3;
    top: 20px;
}

.pro-pic {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
}

.poster-name {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.104px;
}

.post-dt {
    color: #6C757D;
}

.feature-post-info p {
    color: #696868;
}

/*===== Pagination  =====*/
.page-link {
    font-size: 14px;
    color: #313131;
    border-radius: 4px;
    border-color: #E9E9E9;
    min-width: 38px;
    text-align: center;
}

.active>.page-link,
.page-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination {
    gap: 6px;
}

.page-link:hover {
    color: var(--white-color);
    border-color: var(--primary-color);
    background: var(--primary-color);
}

/* ===== Subscription Plans Section ===== */
.SubscriptionPlans {
    background-color: #0C0C0C;
}

.plan-card {
    display: flex;
}

.plan-item {
    border-radius: 11.276px 0px 0px 11.276px;
    background: var(--white-color);
    box-shadow: -4.51px 4.51px 33.828px 0px rgba(0, 0, 0, 0.04);
    padding: 40px 45px;
    flex: 0 0 50%;
}

.membr-text {
    color: #7C7C7C;
}

.plan-card .plan-item+.plan-item {
    border-radius: 0px 11.276px 11.276px 0px;
}

.price-text {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 5px;
}

.save-txt {
    flex: 0 0 100%;
    color: rgba(0, 0, 0, 0.80);
}

.year-text {
    color: #656565;
}

.benifites {
    border-top: 1px solid #AEAEAE;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.benifites ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.benifites ul li {
    color: rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.price-cta .btn {
    background: rgba(242, 99, 94, 0.20);
    border-radius: 100px;
    border: none;
    width: 100%;
}

.price-cta .btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.benifites ul li .fa-check {
    color: var(--primary-color);
}

/* ======================================= Contact Us ======================================= */
.contact_more {
    max-width: 460px;
}

/*.contact_more p {font-size: 24px;}*/
.contact_more a {
    color: var(--white-color);
}

.contact_more a:hover {
    color: var(--primary-color);
}

.contact_more a.tel {
    border-bottom: 2px solid;
}

.ContactForm {
    background-color: #1A191A;
}

.outline_title {
    font-size: 130px;
    text-shadow: -1px -1px 0 #E0E0E0, 1px -1px 0 #E0E0E0, -1px 1px 0 #E0E0E0, 1px 1px 0 #E0E0E0;
    margin-top: -50px;
    opacity: 0.3;
    text-transform: lowercase;
    font-weight: 700;
}

/* ======================================= Blogs ======================================= */
.InnerSlideshow {
    position: relative;
}

.Slideshow-Card {
    position: relative;
}

.SlideContent {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    padding: 0px 7.5%;
    color: var(--mercury-gray);
}

.SlideContent h2 {
    color: var(--white-color);
}

.SlideContent {
    max-width: 900px;
}

/* .category-tag { letter-spacing: 0.3px; background-color: rgba(255,255,255, 0.15); padding: 10px 20px; border-radius: 20px; font-size: 14px; font-weight: 600; margin-bottom: 20px; display: inline-block; }   */
.post_date {
    font-size: 14px;
    text-align: center;
}

span.line {
    width: 30px;
    height: 1px;
    background-color: var(--mercury-gray);
    display: inline-block;
}

.ImageWithTextOverlay {
    background: url(../images/text-image-over.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 11rem 0px;
}

.ImageWithTextOverlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
}

.ovelay-image {
    position: relative;
    color: #fff;
    max-width: 510px;
    margin: 0px auto;
}

.recate-post-img {
    position: relative;
    padding-top: 100%;
}

.recate-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 48px);
    object-fit: cover;
}

/*.recate-post-info { position: absolute; z-index: 1; bottom: 0; padding: 30px; color: var(--mercury-gray); }*/
.recate-post-img .tech-tag {
    font-weight: bold;
    z-index: 1;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
}

.blog-card p {
    color: #6C757D;
}

.taglist {
    top: 20px;
    right: 20px;
    color: #fff;
}

.accordion-body .tags,
.RelatedPosts .tags {
    padding: 6px 10px;
    border-radius: 6.247px;
    font-size: 14px;
    border: 1px solid #EBEEF3;
    color: #EBEEF3;
    background-color: rgba(255, 255, 255, 0.15);
}

.viiew_all-blogs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-tabs {
    position: relative;
}

.viiew_all-blogs a {
    font-weight: 600;
    color: #495057;
}

.viiew_all-blogs a:hover {
    color: var(--primary-color);
}

/* ======================================= Blogs Details ======================================= */
.blog-post-header {
    position: absolute;
    max-width: 610px;
    margin: 0px auto;
    left: 0;
    right: 0;
    bottom: 50px;
    color: var(--mercury-gray);
}

.blog-post-header h2 {
    color: var(--white-color);
}

.RelatedPosts {
    padding: 5rem 0;
}

span.blank-line {
    width: 35px;
    background-color: #C4C4C4;
    height: 1px;
}

.blog-detail-content p {
    margin-bottom: 1.5rem;
    color: var(--white-color);
}

.blog-detail-content ul,
.blog-detail-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-detail-content ul li {
    list-style-type: disc;
}

.blog-detail-content ol li {
    list-style-type: decimal;
}

.tab-btn {
    border-color: var(--mercury-gray);
    color: #6C757D;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.tab-btn:hover {
    background: var(--primary-color);
    border: var(--primary-color);
    color: var(--white-color);
}

.bd-social_media .social_icons a {
    background: #495057;
}

.bd-social_media .social_icons a:hover {
    background-color: var(--primary-color);
}

/* ======================================= About Us ======================================= */
.about_video-banner .border-radius {
    border-radius: 20px;
}

.video_play-btn {
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    cursor: pointer;
}

.about_video-content {
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 13.84%, rgba(0, 0, 0, 0.70) 60.33%);
    padding: 50px 30px;
    position: absolute;
    left: 30px;
    right: 30px;
    margin: 0px auto;
    bottom: 0px;
}

.about_video-content h2,
.about_video-content h3 {
    color: var(--white-color);
}

.about_WhoWeAre .videoimg {
    padding-top: 70%;
}

.wwa_cart {
    background-color: var(--mercury-gray);
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
}

.who_content {
    padding: 30px;
}

.wwa_cart p {
    font-size: 18px;
}

.who-image::before {
    background-color: #FFD5D3;
    border-radius: 300px;
    padding-left: 40px;
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    height: 107%;
    /* z-index: -1; */
    top: -10px;
}

.rowcard {
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #F7F7F7;
    padding: 20px;
}

.highlight-small-line {
    border-radius: 50px;
    background: var(--pure-black);
    height: 6px;
    display: inline-block;
    width: 300px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.highlight-small-line::before {
    position: absolute;
    content: "";
    width: 90px;
    background: var(--primary-color);
    height: 6px;
    border-radius: 50px;
    left: 0;
}

.om-card-content p {
    color: var(--white-color);
    line-height: 31px;
    font-size: 18px;
    padding-right: 70px;
}

.InfluentialVideoCard .video_btn {
    bottom: 20px;
    left: 20px;
    max-width: 40px;
}

.tvsign {
    flex: 0 0 50px;
}

.bepart_card {
    border-radius: 30px;
    background-color: var(--primary-color);
}

.brandinfo {
    padding: 30px;
    position: relative;
    z-index: 111;
}

.vector-card {
    text-align: end;
}

.brandname {
    letter-spacing: 1.423px;
    padding-left: 30px;
}

.brandname::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--white-color);
    left: 0;
    top: 50%;
}

.wedo_slider .video_btn {
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.welogo img,
.wedo_slider .video_btn img {
    width: auto !important;
}

.wedo_slider .video_btn img {
    margin: 0px auto;
}

.wedo_slider .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
}

.wedo_slider.owl-theme .owl-dots .owl-dot span {
    opacity: 1;
    background: #D9D9D9;
    width: 12px;
    height: 12px;
}

.wedo_slider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}

/* ======================================= interviews ======================================= */
.interviews_details .container {
    max-width: 1100px;
}

.interviews_name {
    bottom: 50px;
    left: 0px;
}

.interviews_name h1 {
    color: var(--white-color);
    max-width: 400px;
}

.social_share a {
    font-size: 20px;
}

@media (max-width: 767.5px) {
    .interviews_name {
        left: 20px !important;
        bottom: 20px !important;
    }
}

/* ======================================= Events ======================================= */
.Events_name {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 44px;
    padding-top: 70px;
}

.Events_name h1 {
    color: var(--white-color);
    position: relative;
    margin-bottom: 0;
}

.Events_name::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
}

.Popular-event-card {
    box-shadow: 0px 21.344px 53.36px rgba(119, 115, 170, 0.10);
    border-radius: 20px;
}

.event_day {
    margin-top: -10px;
}

.event_video-content {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 2.83%, rgba(0, 0, 0, 0.70) 55.07%);
    display: flex;
    align-items: end;
    left: 0;
    right: 0;
}

.event_video-bottom {
    color: var(--white-color);
    max-width: 530px;
}

.event_video-bottom h2 {
    color: var(--white-color);
}

.owl-theme.event_slider .owl-nav {
    display: block;
    margin-top: 20px;
}

.owl-theme.event_slider .owl-nav button {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat !important;
}

.owl-theme.event_slider .owl-nav button.owl-prev {
    background: url(../images/ArrowLeft.svg)
}

.owl-theme.event_slider .owl-nav button.owl-next {
    background: url(../images/ArrowRight.svg)
}

.owl-theme.event_slider .owl-nav button span {
    display: none;
}

/* ======================================= Login  and Sign Up ======================================= */
.customer-quotes {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 2.83%, rgba(0, 0, 0, 0.70) 55.07%);
    display: flex;
    align-items: end;
    left: 0;
    right: 0;
}

.quates_content,
.quates_content h5 {
    color: var(--white-color);
}

.form-header p {
    color: #9E9E9E;
}

.owl-theme.quates_slider .owl-nav button {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat !important;
}

.owl-theme.quates_slider .owl-nav button.owl-prev {
    background: url(../images/arrow-left-w.svg)
}

.owl-theme.quates_slider .owl-nav button.owl-next {
    background: url(../images/arrow-right-w.svg)
}

.owl-theme.quates_slider .owl-nav button span {
    display: none;
}

.quates_slider .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
}


/*=====================================================
Sarder TV Shorts Section
=======================================================*/
.moreshort {
    text-align: right;
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: 10px;
}

.moreshort a {
    color: #495057;
    font-weight: 700;
    font-size: 14px;
}

.moreshort a:hover {
    color: var(--primary-color);
}

.videosetting {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

.v-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.ShortVContent {
    position: absolute;
    bottom: 38px;
    padding: 10px 10px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    z-index: 5;
}

.ShortVContent h5 {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}

span.playIcon {
    flex: 0 0 38px;
    height: 38px;
}

/*=====================================================
More Shorts Page
=======================================================*/
.ShortSearch .form-control {
    background: transparent;
}

.search-form.ShortSearch {
    max-width: 100%;
}

.shortsidebar {
    background-color: #EBEEF3;
    border-radius: 5px;
    text-align: center;
    position: sticky;
    top: 110px;
}

.shortsidebar h5 {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.relatedshort {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0px 30px 30px;
}

.relatedshort a {
    background: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    color: #080808;
    font-size: 18px;
}

.relatedshort a:hover {
    color: var(--primary-color);
}

.short-video .img-fluid {
    border-radius: 15px 15px 0px 0px;
    height: 100%;
    object-fit: cover;
}

.vicon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    background: rgba(242, 242, 242, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0px auto;
}

.vprofile img {
    border-radius: 3px;
}

.ScollArrow {
    position: sticky;
    top: 110px;
}

.share-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-popup-inner {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    position: relative;
    text-align: center;
}

.share-links a,
.share-links button {
    background: #f1f1f1;
    padding: 8px 12px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/*=====================================================
Event Details Page
=======================================================*/
.share_btn {
    color: var(--pure-black);
    background: rgba(0, 0, 0, 0.05);
    border-color: transparent;
    font-weight: 500;
}

.share_btn:hover .share-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7191%) hue-rotate(208deg) brightness(113%) contrast(101%);
}

.ED-Image img {
    border-radius: 10px;
}

.ED-Info {
    border-radius: 10px;
    background: #1F2228;
    height: 100%;
    padding: 35px;
}

.EDIcon {
    flex: 0 0 35px;
    text-align: center;
}

@media (min-width: 1200.5px) {
    .EDText {
        font-size: 18px;
    }
}

/* ======================================= Footer ======================================= */
.footer_links li a {
    color: var(--steal-peal);
    display: inline-block;
}

.footer_links li {
    margin-bottom: 15px;
}

.footer_top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    grid-gap: 30px;
    margin-bottom: 35px;
}

.site_footer {
    padding-top: 60px;
    background-color: #0C0C0C;
}

.site_footer p {
    color: var(--steal-peal);
}

.newsletter form {
    position: relative;
}

.newsletter .form-control {
    border: none;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 100px;
    padding: 13px 17px;
    color: var(--steal-peal);
}

.newsletter {
    /*display:flex;gap:16px;flex-wrap:wrap;*/
    position: relative;
}

.social_icons {
    display: flex;
    gap: 10px;
}

.social_icons a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.10);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icons a:hover {
    background-color: var(--primary-color);
}

.footer_copyright {
    border-top: 1px solid #1f1f1f;
    padding: 25px 0;
}

.footer_copyright ul {
    display: flex;
    gap: 15px;
}

.footer_copyright ul li a {
    color: var(--steal-peal);
}

.footer_copyright p {
    color: var(--steal-peal);
    margin-bottom: 0;
}

.footer_copyright {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.footer_logo-social {
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 30px;
}

.footer_get-in-touch,
.site_footer h4,
.footer_get-in-touch a {
    color: var(--white-color);
}

.footer_get-in-touch ui li {
    display: flex;
}

.footer_get-in-touch ul li {
    display: flex;
    gap: 14px;
}

.footer_get-in-touch ul li a:hover {
    color: var(--hover-color)
}

.footer_get-in-touch ul {
    flex-direction: column;
    row-gap: 10px;
    display: flex;
}

.newsletter button {
    position: absolute;
    right: 0;
    background: transparent !important;
    border: none;
    padding-right: 20px;
}

.newsletter .form-control::-webkit-input-placeholder {
    color: var(--steal-peal);
}

/* Chrome/Opera/Safari */
.newsletter .form-control::-moz-placeholder {
    color: var(--steal-peal);
}

/* Firefox 19+ */
.newsletter .form-control:-ms-input-placeholder {
    color: var(--steal-peal);
}

/* IE 10+ */
.newsletter .form-control:-moz-placeholder {
    color: var(--steal-peal);
}

/* Firefox 18- */

/*.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {margin-block-start: 0 !important}
form#gform_1{display: flex !important}
.gform-body.gform_body{width: 310px !important;margin-right:10px}
input#gform_submit_button_1 {height: 38px !important;}
span.gform-icon.gform-icon--circle-error {margin-right: 10px !important;}
#gform_confirmation_message_1{color: var(--primary-color)}*/

@media (max-width: 520px) {
    .video-info {
        padding: 2rem;
    }

    .video_cta a.btn {
        display: flex;
        align-items: center;
    }

    .gform-body.gform_body {
        width: 270px !important;
    }

    .plan-card {
        flex-direction: column;
        gap: 20px;
    }

    .footer_copyright {
        gap: 15px;
        flex-direction: column;
    }

    .footer_copyright ul {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .footer_logo-social {
        flex-direction: column;
    }

    .social_icons-list {
        margin-top: 20px;
    }

    .plan-item {
        border-radius: 11.276px !important;
    }

    .newsletter_wrap {
        margin-bottom: 0 !important;
    }

    .gform-theme--framework .gform_validation_errors .gform_submission_error {
        display: block !important
    }

    .VideoTestimonial,
    .WhatPeopleSays {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .CategoryCover {
        padding: 2rem 0px;
    }

    .latestVideos {
        padding-top: 2rem
    }

    .site_footer {
        padding-top: 40px;
    }

    .carousel__list {
        padding-bottom: 0;
    }
}

/*=====================================================
Interviews Details Page
=======================================================*/
.InterviewsDetails .video_play-btn {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 35px;
}

.InterviewsDetails .Interviews-banner::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.00) 2.83%, rgba(0, 0, 0, 0.70) 55.07%);
    border-radius: 20px;
}

.IDTag-Social .social_share a {
    flex: 0 0 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 15px;
}

.IDTag-Social .social_share {
    flex: 1;
}

.interviews_name .breadcrumb a:hover {
    color: var(--white-color);
}

/*=====================================================
DropDown Menu
=======================================================*/
#menu-main-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    background: var(--white-color);
    padding: 5px 0px;
}

#menu-main-menu li.menu-item-has-children>a::after {
    width: 12px;
    height: 12px;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-top: -7px;
}

#menu-main-menu .sub-menu li a {
    font-weight: normal;
}

@media (max-width: 991px) {
    #menu-main-menu li.menu-item-has-children>a {
        cursor: pointer;
    }

    #menu-main-menu li.menu-item-has-children.active>.sub-menu {
        display: block;
    }

}

/*=====================================================
All Listing Page
=======================================================*/
.MoreSpeakers .fc-video_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*=====================================================
Post Detail Page
=======================================================*/
.btn-seprater::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d6d6d617;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 28px;
}

.CommentBox textarea {
    background-color: #EAEAEA;
    width: 100%;
    resize: none;
    min-height: 290px;
    border-radius: 20px;
    border: none;
    padding: 30px;
}

textarea:focus {
    outline: none;
}

.without-login {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 6px);
    background: #eaeaea8a;
    border-radius: 20px;
    top: 0;
}

.NYSCITalks {
    background-color: #1F2228;
}

.NYSCI-Video {
    border: 1px solid #BCBCBC;
    border-radius: 20px;
    overflow: hidden;
}

/*=====================================================
CMS Banner Pages
=======================================================*/
.CMS-Banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 11rem 0px;
}

.CMS-Overlay {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}

.CMS_Banner_Content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 70px;
}

.CMS_Banner_Content h1 {
    color: var(--white-color);
}

/*=====================================================
Terms and Conditions Page
=======================================================*/
/* .term-banner{background-image: url(../images/term-banner.jpg);} */
.TermCard {
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(187, 187, 187, 0.25);
}

.TermCard h4 {
    padding: 20px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 0;
}

.TermContent .accordion-body {
    line-height: 35px;
    color: var(--steal-peal);
}

/*=====================================================
Privacy Policy Page
=======================================================*/
.PriPo-banner {
    background-image: url(../images/pp-banner.jpg);
}

/*=====================================================
FAQs Page
=======================================================*/
.FAQs-banner {
    background-image: url(../images/faqs-banner.jpg);
}

.FAQs_wrap .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.FAQs_wrap .accordion-item {
    border-radius: 4.911px;
    background: #FFF;
    box-shadow: 0px 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
    padding: 40px;
    padding-left: 100px;
}

.FAQs_wrap .accordion-button {
    background: transparent;
    color: var(--pure-black);
    padding: 0;
    box-shadow: none;
}

.FAQs_wrap .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    position: absolute;
    left: -60px;
    background-size: 30px;
    width: 30px;
    height: 30px;
}

.FAQs_wrap .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/*=====================================================
Cookie Policy Page
=======================================================*/
.cp-banner {
    background-image: url(../images/cp-banner.jpg);
}

.cp-note p {
    max-width: 330px;
}

.forzerofor .container {
    max-width: 900px;
}

.go_home a {
    border-bottom: 1px solid;
}

/*=====================================================
SiteMAp Page
=======================================================*/
.SiteMap_main .container {
    max-width: 640px;
}

.SiteMapCard {
    border-radius: 20px;
    background: #FBF9F9;
    box-shadow: 0px 0px 12px 2px var(--color-bg, rgba(62, 106, 138, 0.14));
    backdrop-filter: blur(3px);
    padding: 28px;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    column-gap: 38px;
    row-gap: 6px;
}

.sitemap-link .btn {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    color: var(--pure-black);
    font-weight: 600;
}

.sitemap-link .btn:hover {
    color: var(--white-color);
}

.SiteMapCard h3 {
    color: #000;
}

/*=====================================================
UI Bugs Fixed
=======================================================*/
.fc-video_frame .w-100,
.event-img .w-100 {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.AllSpeakers .fc-video_frame .w-100 {
    aspect-ratio: 1/1;
    object-fit: cover;
}

/*.event-img .w-100 { aspect-ratio: 16/9; object-fit: cover; }*/
.event_content h5,
.fc-video_content h4,
.fc-video_content h4 a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.TermCard .nav-tabs .nav-link {
    text-align: left;
}

.eventvideobox .e_video {
    aspect-ratio: 16/7;
}

.eventvideobox .e_video img.w-100 {
    height: 100%;
    object-fit: cover;
}

.events_info .event_content p,
.Related-Posts .fc-video_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ExclusiveVideo .fc-video_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.MoreSpeakers .fc-video_content h4 {
    height: auto;
}

.InnerSlideshow .SlideContent {
    padding: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

.InnerSlideshow .owl-dots {
    margin: 0px auto;
    max-width: 1320px;
    left: 0;
    right: 0;
    padding: 0px 8px;
    text-align: left;
}

.newsletter .gform-footer.gform_footer.top_label {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.newsletter .gform_image_button {
    background-color: transparent !important;
    box-shadow: none !important;
    width: 60px !important;
    height: 50px !important;
}

.newsletter .gform-theme--foundation .gfield input.large {
    min-height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 100px;
    padding: 13px 17px;
    color: var(--steal-peal);
    font-size: 16px;
}

.newsletter .gform-theme--foundation .gfield input.large::-webkit-input-placeholder {
    color: var(--steal-peal);
}

/* Chrome/Opera/Safari */
.newsletter .gform-theme--foundation .gfield input.large::-moz-placeholder {
    color: var(--steal-peal);
}

/* Firefox 19+ */
.newsletter .gform-theme--foundation .gfield input.large:-ms-input-placeholder {
    color: var(--steal-peal);
}

/* IE 10+ */
.newsletter .gform-theme--foundation .gfield input.large:-moz-placeholder {
    color: var(--steal-peal);
}

/* Firefox 18- */


.getform .gform-theme--foundation .gfield input.large {
    background: transparent;
    border: none;
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0;
    color: #F2F2F2;
    font-size: 1rem !important;
    padding-bottom: 1rem;
}

.getform .gform_button.button {
    background: #F2635E !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    width: 115px !important;
    letter-spacing: -0.289px !important;
    font-weight: normal !important;
}

.getform .gform-theme--foundation .gfield textarea.large {
    background: transparent;
    border: none;
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0;
    color: #F2F2F2;
    font-size: 1rem;
    resize: none;
}

.getform .gform-theme--foundation .gfield textarea.large:focus,
.gform-theme--foundation .gfield input.large:focus,
.getform .gform-theme--foundation .ginput_complex select:focus {
    outline: none;
}

.getform .iti--inline-dropdown .iti__country-list {
    background: #1a191a;
    border: none !important;
}

.getform .iti--inline-dropdown .iti__dropdown-content {
    border-radius: 0;
}

/*.getform .gform-theme--foundation .gform-grid-row {width: 100%;}*/
.getform .gform-theme--foundation .ginput_complex select {
    font-size: 1rem;
    background: #1a191a;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 10px !important;
    height: 44px;
}

.getform .gform-theme--foundation .ginput_address_city,
.getform .gform-theme--foundation .ginput_address_country,
.getform .gform-theme--foundation .ginput_address_state,
.getform .gform-theme--foundation .ginput_address_zip {
    width: 100%;
    background: transparent;
}

.getform .gform-theme--foundation .gfield textarea.large {
    min-block-size: 7rem;
}

.getform .iti input.iti__tel-input,
.getform .iti input.iti__tel-input[type=tel] {
    height: 44px;
    padding-bottom: 8px;
}

.getform .iti input.iti__tel-input::-webkit-input-placeholder {
    color: var(--white-color);
}

/* Chrome/Opera/Safari */
.getform .iti input.iti__tel-input::-moz-placeholder {
    color: var(--white-color);
}

/* Firefox 19+ */
.getform .iti input.iti__tel-input:-ms-input-placeholder {
    color: var(--white-color);
}

/* IE 10+ */
.getform .iti input.iti__tel-input:-moz-placeholder {
    color: var(--white-color);
}

/* Firefox 18- */

.getform .iti input.iti__tel-input[type=tel]::-webkit-input-placeholder {
    color: var(--white-color);
}

/* Chrome/Opera/Safari */
.getform .iti input.iti__tel-input[type=tel]::-moz-placeholder {
    color: var(--white-color);
}

/* Firefox 19+ */
.getform .iti input.iti__tel-input[type=tel]:-ms-input-placeholder {
    color: var(--white-color);
}

/* IE 10+ */
.getform .iti input.iti__tel-input[type=tel]:-moz-placeholder {
    color: var(--white-color);
}

/* Firefox 18- */

.getform .iti__selected-country-primary {
    padding-left: 0;
    padding-top: 0;
    margin-top: -10px;
}

.blog-card h5 a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}

.blog-card p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}

.PrivacyPolicy-Content p,
.PrivacyPolicy-Content ol li {
    margin-bottom: 1rem;
}

.PrivacyPolicy-Content p:last-child,
.PrivacyPolicy-Content ol li:last-child {
    margin-bottom: 0;
}

.PrivacyPolicy-Content ol {
    list-style-type: none;
    counter-reset: section;
}

.PrivacyPolicy-Content ol li:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.ConnectPost .play-btn {
    flex: 0 0 48px;
}

.ConnectPost .play-btn+h6 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0 !important;
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .ConnectPost .play-btn+h6 {
        font-size: 0.97rem;
    }
}

@media (max-width: 767.98px) {
    .ConnectPost .play-btn+h6 {
        font-size: 0.93rem;

    }
}

@media (max-width: 480px) {
    .ConnectPost .play-btn+h6 {
        font-size: 13px;

    }

    .brandinfo h2 {
        font-size: 24px !important;
    }
}

.Post-banner iframe {
    width: 100%;
    height: 540px;
    margin: 20px 0px;
}

.AbouttheAuthor {
    background: var(--cynical-black);
}

.AbouttheAuthor ul,
.AbouttheAuthor ol {
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.AbouttheAuthor ul li {
    list-style-type: disc;
}

.AbouttheAuthor ol li {
    list-style-type: decimal;
}

.ATAContent {
    justify-content: center;
}

.newsletter .gform_confirmation_message {
    color: var(--white-color);
}

.meet-slider-nav .carousel__nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
}

/*=====================================================
SmartSearch
=======================================================*/
.SmartSearh {
    position: relative;
    flex: 1;
}

.SmartSearh .form-control {
    height: 45px;
    background: transparent;
    color: var(--pure-black);
    padding-left: 35px;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    min-width: 250px;
    padding-right: 0;
}

.SmartSearh .form-control::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: url(../images/close-search-icon.svg) no-repeat center transparent;
    cursor: pointer;
    filter: grayscale(1);
}

.SmartSearh .form-control:-webkit-autofill {
    -webkit-text-fill-color: var(--pure-black) !important;
}

.SmartSearh .searchbtn {
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../images/search-icon.svg) no-repeat center;
    height: 35px;
    width: 30px;
    border: none;
    padding: 0;
    background-size: 20px;
    border-radius: 50%;
}

.search-result-cnt #load-more {
    display: flex;
    margin: 0 auto;
    text-align: center;
    min-width: auto;
    padding: 0 30px;
}

#search-suggetions {
    margin-top: 16px;
    position: absolute;
    display: none;
    z-index: 1000;
}

.SearchBox {
    border-radius: 12px;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.SearchItem {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
    display: flex;
    gap: 20px;
}

.SearchIMg {
    flex: 0 0 59px;
    height: 53px;
}

.SearchIMg img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.SearchLink a {
    font-size: 12px;
    color: var(--pure-black);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.SearchLink {
    display: flex;
}

.SearchLink a:hover {
    color: var(--primary-color);
}

@media (max-width: 1280px) {
    .SmartSearh .form-control {
        min-width: 220px;
    }
}


/*=====================================================
Home V2
=======================================================*/
.VideoSlideText {
    background: #F7F7F7;
}

.VideoBox img,
.VideoBox iframe {
    border-radius: 10px;
}

.VideoDetails h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.VideoDetails p {
    font-size: 18px;
    line-height: 30px;
}

.video_cta .btn-secondary {
    border-color: #EDF0F2;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.VideoSlideText .anyClass {
    display: none;
}

.Owlnav-btn {
    border-radius: 19.5px;
    border: 1px solid #E3E3E3;
    background: var(--white-color);
    width: 40px;
    height: 40px;
}

button#customNext {
    right: 0px;
}

.Owlcustom-dots {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(100% - 190px);
    justify-content: center;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
}

.Owlcustom-dots .dot {
    height: 4px;
    border-radius: 10px;
    background: #E2E2E2;
    display: inline-block;
    flex: 0 0 calc(25% - 16px);
    cursor: pointer;
}

.Owlcustom-dots .dot.active {
    background: var(--primary-color);
}

.ReleventVideoSlide {
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* .videoblury-icon { position: relative; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;  margin: 0px auto;} */
.videoblury-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    /* or your ideal icon button area */
    height: 52px;
    background: rgba(0, 0, 0, 0.22);
    /* optional subtle glass background */
    border-radius: 50%;
    /* Optional: smooth transition/hover */
    transition: box-shadow 0.16s, background 0.16s;
    cursor: pointer;
}

.videoblury-icon i,
.videoblury-icon svg {
    font-size: 2rem;
    color: #fff;
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.video_btn {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
}

.videoblury-icon::before {
    position: absolute;
    content: "";
    fill: rgba(0, 0, 0, 0.25);
    stroke-width: 0.431px;
    stroke: var(--white-color);
    box-shadow: -0.315px 0.315px 0.315px -0.63px rgba(255, 255, 255, 0.35) inset;
    backdrop-filter: blur(4.311228275299072px);
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.RVS-video_frame .w-100 {
    aspect-ratio: 16 / 11.1;
    object-fit: cover;
    border: 1px solid #717171;
}

.videoblury-icon img {
    width: auto !important;
}

.SpeakersImg img {
    object-fit: cover;
    border-radius: 15px;
    aspect-ratio: 1/1.2;
}

.SpeakersContent {
    transition: all 0.9s;
    opacity: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 1em;
    z-index: 2;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px;
    right: 0;
    min-height: 200px;
    background-image: radial-gradient(ellipse at 0px 0px, rgba(0, 0, 0, 0.8) 20%, transparent 50%);
    background-size: 200% 260px;
}

.SpeakersContent h3,
.SpeakersContent h6,
.SpeakersContent h3 a {
    color: var(--white-color);
    margin-bottom: 0;
}

.SpeakersContent h3 {
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
}

.SpeakersContent h6 {
    font-weight: 500;
}

#MeetSpeakers .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#MeetSpeakers .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--white-color);
    border: 1px solid #E3E3E3;
}

#MeetSpeakers .owl-nav button.owl-prev {
    margin-left: -20px;
}

#MeetSpeakers .owl-nav button.owl-next {
    margin-right: -20px;
}

/*=====================================================
Our Team
=======================================================*/
.OurTeam_Banner {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 5.5rem 0px;
}

.OurTeam_Banner::before {
    background: url(../images/OurTeam.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.OurTeam_Content {
    max-width: 960px;
    margin: 0px auto;
    z-index: 1;
}

.OurTeam_Banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.fc-img_frame img {
    aspect-ratio: 16/10.97;
    object-fit: cover;
}

.founder-share a {
    color: var(--white-color);
    font-size: 1.5rem;
}

.founder-share a:hover {
    color: var(--primary-color);
}

.founder-head h2,
.founder-head h3 {
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 15px;
}

.about_ceo p {
    line-height: 30px;
}

.FounderMoreVideo .fc-video_frame .w-100 {
    aspect-ratio: 16 / 11.1;
    object-fit: cover;
}

.FounderMoreVideo .videoblury-icon {
    width: 40px;
    height: 40px;
}

.FounderMoreVideo .fc-video_content p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.FounderMoreVideo .video_btn {
    margin: 0;
    top: 50%;
    transform: none;
    position: absolute !important;
}

/*=====================================================
Organisations
=======================================================*/
.Organs_Banner::before {
    background: url(../images/organs.jpg);
}

.Organs_Content p {
    max-width: 550px;
    margin: 0px auto;
}

.logo-item {
    padding: 20px 15px;
    border: 1px solid #DADADA;
    transition: all 0.9s;
    height: 100%;
    background: #FEFEFE;
}

.logo-item:hover {
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.25);
}

.alphabet-filter {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    flex-wrap: wrap;
}

.letter {
    transition: all 0.9s;
    cursor: pointer;
    color: var(--steal-peal);
}

.letter.active,
.letter:hover {
    color: var(--primary-color);
}

.ParnterCard {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ParnterLogo {
    height: 70px;
    display: flex;
    align-items: center;
}

.ParnterLogo img {
    height: 100%;
    object-fit: contain;
}

.ParnterInfo {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

.ParnterLink {
    margin: 20px 0px 5px;
}

.ParnterLink a:hover {
    color: var(--steal-peal);
}

@media (hover: hover) and (pointer: fine) {
    .SpeakersBox:hover .SpeakersContent {
        opacity: 1;
    }
}

/* Short Play Controls Overright  */
.plyr--video .plyr__controls {
    /*transform: translateY(-100%);*/
    bottom: 0 !important;
    top: auto;
    padding-top: 10px !important;
    background: black !important;
    padding: 5px 10px !important;
}

.plyr--video.plyr--hide-controls .plyr__controls {
    transform: translateY(-100%) !important;
}

.plyr--video:hover .plyr__controls {
    transform: translateY(0);
}

.plyr__tooltip,
.plyr__controls__item.plyr__menu {
    display: none !important;
}

.plyr__control--overlaid {
    background: var(--primary-color) !important;
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
}

.plyr--full-ui input[type=range] {
    color: var(--primary-color) !important;
}

.plyr__volume input[type=range] {
    max-width: 60px !important;
    min-width: 60px !important;
}



/* UI changes added by Sunil - 17 may 2025 */
.STV_Shorts_slider.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.STV_Shorts_slider .slick-dots {
    bottom: -35px;
}

.STV_Shorts_slider ul.slick-dots li {
    width: 10px;
    height: 10px;
}

.STV_Shorts_slider ul.slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
}

.STV_Shorts_slider ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #f2635e;
    color: transparent !important;
    border-radius: 100%;
}

@media screen and (min-width: 768px) {
    .STV_Shorts_slider {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 16px;
    }
}

/* UI enhancements */
#search-suggetions .SearchBox {
    gap: 10px;
}

#search-suggetions .SearchItem {
    padding-bottom: 10px;
    gap: 5px;
    align-items: center;
}

#search-suggetions .SearchLink a {
    height: auto;
}

#search-suggetions .SearchLink {
    display: block;
}

.site_header a.navbar-brand {
    width: 130px;
    min-width: 130px;
}

.SmartSearh_toggle_btn,
.SmartSearh_close_btn {
    display: none;
}

@media screen and (max-width:1400px) {
    ul#menu-main-menu {
        gap: 0;
    }

    .site_header .container {
        max-width: 100%;
    }
}

@media screen and (max-width:991px) {
    ul#menu-main-menu {
        gap: 20px;
    }
}

@media screen and (max-width:767px) {
    #MeetSpeakers {
        padding: 0 20px;
    }

    #MeetSpeakers .owl-nav {
        left: 0;
    }

    #MeetSpeakers .owl-nav button.owl-prev {
        margin-left: 0;
    }

    #MeetSpeakers .owl-nav button.owl-next {
        margin-right: 0;
    }

    .SmartSearh_toggle_btn {
        display: block;
    }

    .SmartSearh_field {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 12px 60px 12px 15px;
        transform: translateY(-100px);
        background: white;
        transition: all 0.3s linear;
        z-index: 1;
    }

    .SmartSearh_field .searchbtn {
        top: 17px;
        left: 20px;
    }

    .SmartSearh_close_btn {
        display: block;
        background: transparent;
        border: 0;
        outline: 0;
        padding: 0;
        color: black;
        position: absolute;
        right: 27px;
        top: 18px;
        font-size: 22px;
    }

    .site_header {
        padding: 0 !important;
    }

    .SmartSearh_toggle_btn {
        background: transparent;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        width: 50px;
        height: 40px;
    }

    .SmartSearh.SmartSearhShow .SmartSearh_field {
        transform: translateY(0);
        z-index: 1;
    }

    #search-suggetions {
        position: fixed;
        left: 15px;
        right: 0;
        top: 60px;
        width: 100%;
        max-width: calc(100% - 30px);
    }
}

.short-video .ShortVCard video {
    aspect-ratio: 9 / 16;
    background: #000;
}

.shortsiframes {
    display: flex;
}

.shortsiframes iframe {
    aspect-ratio: 9 / 16;
    width: auto;
    margin: 0 auto;
}

/* 8-7-25 */
/* Profile Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-overlay.show {
    display: flex;
}

.popup-container {
    position: relative;
    background: white;
    border-radius: 16px;
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* overflow: hidden; */
    max-width: 90vw;
    max-height: 90vh;
}

.popup-frame {
    border: none;
    width: 300px;
    height: 300px;
}

.close-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    color: #6b7280;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.close-btn:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: 60px;
    }

    .control-buttons {
        justify-content: center;
    }
}


.modern-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background: #fff9f9;
    color: #333;
    text-decoration: none;
    border: 1px solid #ffa19f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    position: relative;
}

.modern-tag .hash {
    font-weight: bold;
    margin-right: 4px;
    color: #6c757d;
}

.modern-tag:hover {
    background: linear-gradient(135deg, #e9ecef, #dee2e6);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    border-color: #ced4da;
}

@media screen and (max-width: 767px) {
    .modern-tag {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) {
    .modern-tag {
        font-size: 13px;
    }
}

.category-tag {
    display: inline-block;
    background: #fff;
    color: var(--primary-color);
    border: 1.7px solid var(--primary-color);
    border-radius: 6px;
    padding: 0.48em 1.35em;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0.35em 0 0;
    letter-spacing: .045em;
    box-shadow: 0 2.5px 10px rgba(100, 55, 170, 0.05);
    position: relative;
    overflow: hidden;
}

.category-tag:hover,
.category-tag:focus {
    background: var(--primary-color);
    color: #fff;


}

@media screen and (max-width: 991px) {
    .category-tag {
        font-size: 11px;
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    .category-tag {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) {
    .category-tag {
        font-size: 13px;
    }
}

.header_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_right iframe {
    display: block;
}

.ATAContent {
    max-height: 100% !important;
    height: 300px !important;
    display: flex;
    flex-direction: column;
}

.ATADesc {
    max-height: 100%;
    /* height: 300px; */
    overflow-y: auto;
    padding-right: 15px;
}

.ATADesc::-webkit-scrollbar {
    width: 4px !important;
    background: #f5f6fa !important;
}

.ATADesc::-webkit-scrollbar-thumb {
    background: #e0e3ef;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.0);
}

.ATADesc::-webkit-scrollbar-thumb:hover {
    background: #ccd2e3;
}

.ATADesc::-webkit-scrollbar-track {
    background: #f5f6fa;
    border-radius: 6px;
}

.ATA-Img img {
    max-height: 300px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    border-radius: 16px;
}

.ATA-Img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ATAHighlight {
        padding-right: 15px !important;
    }

    .ATAName {
        padding-right: 15px !important;
    }

    .ATADesc {
        padding-right: 15px !important;
    }
}

@media (max-width: 991.98px) {

    .ATA-Img,
    .ATA-Img img {
        height: 100%;
        max-height: none;
    }
}

@media (max-width: 575.98px) {

    .ATA-Img,
    .ATA-Img img {
        height: 100%;
        max-height: none;
    }
}

body .gform_wrapper .gform_button:focus,
body .gform_wrapper .gform_button:active,
body .gform_wrapper input[type="submit"]:focus,
body .gform_wrapper input[type="submit"]:active,
body .gform_wrapper button[type="submit"]:focus,
body .gform_wrapper button[type="submit"]:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

@media (max-width: 991.98px) {
    .btn {
        font-size: 0.97rem;
        padding: 8px 20px;
        border-radius: 5px;
    }
}

@media (max-width: 767.98px) {
    .btn {
        font-size: 0.93rem;
        padding: 7px 14px;
        border-radius: 4px;
    }
}

@media (max-width: 480px) {
    .btn {
        font-size: 0.89rem;
        padding: 6px 12px;
        border-radius: 4px;

    }
}

.btn-seprater {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-seprater .col-sm-6 {
    flex: 1 1 170px;
    max-width: 300px;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .btn-seprater {
        gap: 10px;
    }

    .btn-seprater .col-sm-6 {
        max-width: 96%;
        min-width: 120px;
    }
}

@media (max-width: 420px) {
    .btn-seprater {
        flex-direction: column;
    }

    .btn-seprater .col-sm-6 {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .btn-seprater .col-sm-6 {
        margin-bottom: 12px;
        max-width: 275px;
        align-self: center;
    }
}



.next-prev-panel {
    background: #1F2228;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(60, 10, 90, 0.07);

}

#prev-next-btn {
    font-size: 13px;

}

@media (max-width: 420px) {
    inner-next-prev-panel {
        gap: 0important !;
    }
}


.next-prev-panel h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}


@media (max-width: 991.98px) {
    ul#menu-main-menu {
        margin-bottom: 20px;
        gap: 20px;
    }
}

.ShortVCard {
    position: relative;
}

.video-control {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.89);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    /* theme color fallback */
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(156, 38, 176, 0.13);
    transition: background 0.15s, color 0.13s, box-shadow 0.17s;
    opacity: 0.97;
    outline: none;
}

.play-toggle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #a8a8a856;


    box-shadow: 0 0 0 6px rgba(156, 38, 176, 0.06);
}

.play-toggle:hover {
    background: var(--primary-color);
    color: #fff;
}


.mute-toggle {
    right: 17px;
    bottom: 17px;
    background: #a8a8a856;
    /* border: 2px solid var(--primary-color); */
    font-size: 10px;
    width: 25px;
    height: 25px;
}

.mute-toggle:hover {
    background: var(--primary-color);
    color: #fff;
}

.ShortVCard .play-toggle,
.ShortVCard .mute-toggle {
    display: none;
}

.shorts-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    z-index: 12;
    border: 4px solid rgba(200, 100, 180, 0.13);
    border-radius: 50%;
    border-top: 4px solid var(--primary-color, #b700a4);
    animation: shorts-spin 0.9s linear infinite;
    background: transparent;
}

@keyframes shorts-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ShortVCard .play-toggle,
.ShortVCard .mute-toggle {
    display: none;
}

.shorts-poster {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
    background: #f2eafa;
}

.ShortVCard video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.aspect-ratio-box {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
    border-radius: 10px;
    background: #eee;
}

.shorts-poster,
.aspect-ratio-box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 2;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 19, 63, 0.22);
    z-index: 1030;
    display: none;
    transition: opacity 0.2s;
    pointer-events: none;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}


.fc_video-card {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.fc-video_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: auto;
    gap: 6px;
}

.fc-video_content h4,
.fc-video_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
    min-height: 0;
}

.fc-video_content p {
    -webkit-line-clamp: 3;
}


.fc-video_content .btn {
    margin-top: auto;
    align-self: start;
    width: auto;
}

@media (max-width: 991px) {
    .fc-video_content {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .fc-video_content {
        min-height: auto;
    }
}

.auth-video-container img {
    height: 100vh !important;
    object-fit: cover !important;
    width: 100% !important;
    object-position: 80% 20% !important;
}

#sign-in img {
    height: 100vh !important;
    object-fit: cover !important;
    object-position: top right !important;
    width: 100% !important;
}


.auth-video-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    /* Add a dark semi-transparent background for contrast */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.85)) !important;
    padding: 3rem 2rem 7rem 2rem !important;
    color: #fff;
    z-index: 2;
}


@media (max-width: 991.98px) {
    .auth-wrapper .col-lg-6 {
        min-height: 50vh !important;
        height: auto !important;
    }

    .auth-video-content {
        padding: 2rem 1rem 1rem 1rem !important;
    }
}

body.single-post .breadcrumb {
    font-size: 15px;
    font-weight: 400;
    color: #6c757d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

@media (max-width: 991.98px) {
    body.single-post .breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    body.single-post .breadcrumb {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 480px) {
    body.single-post .breadcrumb {
        font-size: 12px !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav .menu-item-has-children .sub-menu {
        display: none !important;
    }

    .navbar-nav .menu-item-has-children.submenu-open>.sub-menu {
        display: block !important;
    }

    .navbar-nav .menu-item-has-children>a .submenu-caret {
        margin-left: 6px !important;
        transition: transform .3s !important;
        cursor: pointer !important;
    }

    .navbar-nav .menu-item-has-children.submenu-open>a .submenu-caret {
        transform: rotate(180deg) !important;
    }

    #menu-main-menu .sub-menu {

        background: var(--white-color);
        padding: 5px 0px;
        height: 100vh;
    }
}



.bepart_card {
    position: relative;
    overflow: hidden;
    min-height: 425px;
    align-content: center;
}

.vectorcard-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 29%;
    width: 100%;
    min-width: 240px;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    transition: width .3s;
}


.bepart_card .brandinfo {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .vectorcard-bg {
        width: 100%;
        left: 21%;
        right: 0;
        min-width: 0;
        max-width: 100%;
        height: 100%;
        top: auto;
        bottom: 0;
        opacity: 1;
    }

    .bepart_card {
        min-height: 120px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.Interviews-banner {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

/* Overlay positioning/tweaks */
.interviews_name {
    position: absolute;
    bottom: 60px !important;
    right: 40px !important;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, 0.12);
}

@media (max-width: 1199.98px) {
    .Interviews-banner {
        height: 420px;
        min-height: 240px;
    }

    .interviews_name {

        right: 22px !important;
        bottom: 22px !important;
    }
}

@media (max-width: 767.98px) {
    .Interviews-banner {
        height: 425px;
        min-height: 240px;
        background-position: center top;
    }

    .interviews_name {
        left: 10px !important;
        right: 10px !important;
        bottom: 12px !important;
        font-size: 1.08rem;
        padding: 2px 8px;
    }
}

@media (max-width: 480px) {
    .interviews_name h1 {
        font-size: 24px !important;
    }
}

.NYSCI-Video iframe {
    border: none !important;
    border-radius: 14px;
    box-shadow: 0 4px 32px 0 rgba(40, 59, 123, 0.09);
    background: #111;
    transition: box-shadow 0.25s;
}

.NYSCI-Video iframe:focus,
.NYSCI-Video iframe:hover {
    box-shadow: 0 8px 48px 0 rgba(40, 59, 123, 0.18);
}

.NYSCI-Video {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

@media (max-width: 767.98px) {
    .NYSCI-Video iframe {
        height: 240px !important;
        min-height: 160px;
    }
}

.NYSCI-Video iframe:hover {
    filter: brightness(1.03);
    box-shadow: 0 12px 40px 0 rgba(40, 59, 123, 0.22);
}

.event-detail-content iframe {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    aspect-ratio: 16 / 9;
    height: auto !important;
    max-height: 500px;
    min-height: 180px;
    border-radius: 14px;
    border: none;
    box-shadow: 0 4px 32px 0 rgba(40, 59, 123, 0.09);
    background: #111;
    margin-bottom: 20px !important;
}

@media (max-width: 767.98px) {
    .event-detail-content iframe {
        aspect-ratio: 16 / 9;
        min-height: 180px;
        max-height: 300px;
    }
}

.Post-banner iframe {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    aspect-ratio: 16 / 9;
    height: auto !important;
    max-height: 540px;
    min-height: 180px;
    border-radius: 14px;
    border: none;
    box-shadow: 0 4px 32px 0 rgba(40, 59, 123, 0.09);
    background: #111;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

@media (max-width: 767.98px) {
    .Post-banner iframe {
        aspect-ratio: 16 / 9;
        min-height: 300px;
        max-height: 300px;
    }
}


.bd-social_media .social_icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(40, 59, 123, 0.08);
    margin: 0;
}

.social_icons a:hover {
    background: #e64c3c;
    color: #fff;
}

.social_icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .social_icons a {
        font-size: 15px;
        width: 38px;
        height: 38px;
    }

    .social_icons {
        gap: 11px;
    }
}

@media (max-width: 576px) {
    .social_icons a {
        font-size: 15px;
        width: 32px;
        height: 32px;
    }

    .social_icons {
        gap: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .SpeakersContent {
        opacity: 1 !important;
    }
}

/* Horizontal Scrollbar fixed spacing issue in container  */
.container,
.container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* blog deatil page css update 2-1-2026 */
.InnerSlideshow a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* ======================================= Home V4 ======================================= */
.site_header {
    background-color: var(--cynical-black);
    box-shadow: none;
}

.navbar-nav li a {
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
}

#menu-main-menu .sub-menu li a {
    color: var(--pure-black);
}

#menu-main-menu .sub-menu li a:hover {
    color: var(--primary-color);
}

.SmartSearh .form-control {
    border-radius: 100px;
    background-color: #3B3B3B;
    border: none;
    color: var(--white-color);
}

.SmartSearh .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: var(--white-color);
}

.SmartSearh .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white-color);
}

.SmartSearh .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white-color);
    opacity: 1;
}

.SmartSearh .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: var(--white-color);
    opacity: 1;
}

.SmartSearh .searchbtn {
    filter: brightness(10);
}

.section-space {
    margin-bottom: 80px;
}

.section-space-inner {
    padding: 80px 0px;
}

.site_footer h4 {
    font-size: 18px;
}

.HeroSerachCover {
    background-image: url(../images/heroseach-bnr.png);
    padding: 100px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.HeroSerachCover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
}

.HeroSerachContent p {
    color: var(--lovendar-gray);
    font-size: 18px;
    max-width: 660px;
    margin: 0px auto;
}

.HeroSerachBox .SmartSearh_field {
    max-width: 580px;
    margin: 0px auto;
    position: relative;
    background: transparent;
    transform: none;
}

.HeroSerachBox.SmartSearh .form-control {
    border-radius: 6px;
    border: 1px solid #32363E;
    background: #16181D;
    padding-left: 40px;
}

.HeroSerachBox.SmartSearh .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: var(--lovendar-gray);
}

.HeroSerachBox.SmartSearh .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--lovendar-gray);
}

.HeroSerachBox.SmartSearh .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--lovendar-gray);
    opacity: 1;
}

.HeroSerachBox.SmartSearh .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: var(--lovendar-gray);
    opacity: 1;
}

.HeroSerachBox.SmartSearh .searchbtn {
    filter: brightness(0) saturate(100%) invert(79%) sepia(14%) saturate(396%) hue-rotate(177deg) brightness(73%) contrast(86%);
}

.ServiceIcon {
    background: rgb(220 40 40 / 10%);
    width: 60px;
    height: 60px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-bottom: 20px;
}

.ChooseContent {
    border-radius: 10px;
    background: #1F2228;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ChooseContent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #1F2228 2.53%, rgba(170, 0, 0, 0.60) 99.02%);
    transition: all 0.7s;
    z-index: 0;
    right: 0;
    opacity: 0;
}

.ChooseContent:hover::before {
    opacity: 1;
}

.ChooseContent * {
    position: relative;
    z-index: 1;
}

.ChooseContent p {
    color: var(--lovendar-gray);
}

.VoicesTop {
    display: flex;
}

.Voiceser {
    transition: .5s ease-in-out;
    max-width: 132px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: -20px;
    border: 1px solid transparent;
    position: relative;
}

.VoiceserContent {
    transition: .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.00) 0.96%, #141414 73.82%);
    padding: 69px 24px 14px 24px;
}

.VoicesShare {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.VoicesShare a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    border-radius: 100px;
}

.VoicesTop:hover .Voiceser {
    max-width: 100%;
    border-color: #DC2828;
}

.VoicesTop:hover .VoiceserContent {
    opacity: 1;
    visibility: visible;
}

.VoicesShare a:hover {
    background: #DC2828;
    border-color: #DC2828;
}

.LeadingTabs ul {
    position: relative;
    padding: 10px;
    background: #2E3138;
    max-width: 330px;
    justify-content: space-between;
    margin: 0px auto;
    border-radius: 6px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.LeadingTabs .tab-content {
    max-width: 1040px;
    margin: 0px auto;
}

.LeadingTabs .nav-tabs .nav-link {
    padding: 6px 12px;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
}

.LeadingTabs .nav-tabs .nav-link.active {
    background: #16181D;
    color: #fff;
    border-bottom-color: #E60000;
}

.LeadershipCard {
    border-radius: 8px;
    border: 1px solid #2E3138;
    background: #1F2228;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: all 0.5s;
}

.LeadershipCard:hover {
    box-shadow: 0 1px 22px 0 rgba(220, 40, 40, 0.25);
}

.LeadershipCard {
    display: flex;
    flex-direction: column;
}

.LeadershipCard .btn {
    margin-top: auto !important;
}

.LeadershipCard .Leaderinfo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.LeadershipCard .Leaderinfo p {
    margin-bottom: 16px;
}

.Leaderinfo h6 {
    margin-bottom: 8px;
    height: 100%;
}

.Leaderinfo {
    color: #8A96A8;
    font-size: 14px;
    margin-top: 16px;
}

.timeview {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
}

.timeviewList {
    display: flex;
    align-items: center;
    gap: 6px;
}

.timeviewList img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(14%) saturate(396%) hue-rotate(177deg) brightness(73%) contrast(86%);
}

.LeaderVideo {
    position: relative;
}

.LeaderVideo .mvplay {
    background: transparent;
}

.LeaderVideo .mvplay img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(1465%) hue-rotate(349deg) brightness(99%) contrast(85%);
    width: 30px;
}

.Main-Video-Screen {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.Main-Video-Screen::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 16.41%, rgba(102, 102, 102, 0.00) 286.15%);
}

.Main-Video-Screen:hover::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 3.61%, rgba(102, 102, 102, 0.00) 66.02%);
    transition: all 0.9s;
}

.Main-Video-Heading {
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
}

.VthumCard {
    position: relative;
    background: #2a2a2a;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
}

.VthumCard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to left, #DC2828, #666666);
}

.VThums {
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #c6c6c63b;
}

.VthumInfo h5 {
    margin-bottom: 8px;
    font-size: 1rem;
}

.videothumGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

.VThums img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mvview {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(20, 20, 20, 0.8);
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 24px;
    z-index: 1;
    color: var(--white-color);
}

.mvplay {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.mvview img {
    width: 30px;
}

.mvplay img {
    width: 20px;
    filter: invert(1);
}

.FeaturedMVideo {
    position: relative;
}

.FeaturedMVideo .w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.Featuredmorevideo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.vtime {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(20, 20, 20, 0.80);
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
}

.vview {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(20, 20, 20, 0.80);
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
}

.vplay {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.vplay img {
    width: 12px;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(1465%) hue-rotate(349deg) brightness(99%) contrast(85%);
}

.FeaturedMain {
    display: grid;
    gap: 50px;
}

.FeaturedVContent {
    padding-left: 35px;
    display: grid;
    gap: 8px;
}

.HighlightsText {
    color: #E60000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.693px;
    text-transform: uppercase;
}

.FeaturedVContent h3 {
    margin-bottom: 0;
}

.FeaturedVContent p.vAuthor {
    color: #969BA4;
    font-size: 16px;
    font-style: normal;
}

.FeaturedVContent span.daytime {
    color: #969BA4;
    font-size: 14px;
    font-style: normal;
}

.videocard {
    transition: all 0.9s;
    background-color: rgba(255, 255, 255, 0.20);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    color: #F0F2F5;
    height: 100%;
}

.videocard:hover {
    box-shadow: 0 1px 22px 0 rgba(220, 40, 40, 0.25);
}

span.videotag {
    font-size: 14px;
    font-weight: 600;
}

.videocard-text-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.videocard h5 {
    margin-bottom: 0;
    opacity: 0.95;
    height: 100%
}

.svview {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.videocard img.img-fluid {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px;
}

.videocard .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}


.ReadytoLead {
    background-color: #211818;
}

.ReadytoLead p {
    color: var(--lovendar-gray);
}

#watchlatest {
    scroll-margin-top: 70px;
}

/* Other Page Base Css Tempry */
.fc_video-card,
.rowcard {
    border: 1px solid #2E3138;
    background: #1F2228;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

a:hover,
.MoreSpeakers .fc-video_content p {
    color: var(--white-color);
}

.nav-tabs .nav-link1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.accordion-item {
    background: transparent;
}

.selectbox select.form-select {
    color: var(--white-color);
    background-color: var(--pure-black);
}

.SiteMapCard h2 {
    color: var(--pure-black);
}

.about_ceo p {
    color: var(--white-color);
}

.bepartSTV .btn-secondary {
    background: var(--white-color);
}

.bepartSTV .btn-secondary:hover {
    color: var(--primary-color);
}

/* ======================================= CEOs Page  V2 ======================================= */
.LayerBlurEffect {
    position: absolute;
    right: 0;
    top: 0;
}

.RoundVectorLine {
    position: absolute;
    right: 0;
    top: 80px;
    opacity: 0.5;
    max-width: 690px;
}

.FeaturedText p,
.RichText p {
    color: var(--lovendar-gray);
}

.StoryForm {
    border-radius: 24px;
    background: #1E293B;
    padding: 48px;
}

.StoryForm .form-control,
.StoryForm .ginput_container input {
    border-radius: 12px !important;
    border: 1px solid #334155 !important;
    background: #0F172A !important;
    padding: 14px 16px !important;
    color: var(--white-color) !important;
    height: 52px !important;
}

.StoryForm .form-label,
.StoryForm .gfield_label {
    color: var(--white-color) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 0.35px !important;
    text-transform: uppercase;
    opacity: 0.7;
}

.StoryForm .form-control::-webkit-input-placeholder,
.StoryForm .ginput_container input::-webkit-input-placeholder,
.StoryForm .ginput_container_textarea .textarea::-webkit-input-placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.StoryForm .form-control::-moz-placeholder,
.StoryForm .ginput_container input::-moz-placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.StoryForm .form-control:-ms-input-placeholder,
.StoryForm .ginput_container input:-ms-input-placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.StoryForm .form-control:-moz-placeholder,
.StoryForm .ginput_container input:-moz-placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.StoryForm .gform_heading {
    display: none;
}

.StoryForm .ginput_container input:focus,
.StoryForm .ginput_container_textarea .textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

.StoryForm .ginput_container_textarea .textarea {
    border-radius: 12px !important;
    border: 1px solid #334155 !important;
    background: #0F172A !important;
    padding: 14px 16px !important;
    color: var(--white-color) !important;
}

.StoryForm .gform_button {
    height: 60px !important;
    background: var(--primary-color) !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.StoryForm .gform_button:hover {
    background: var(--hover-color) !important;
}

.StoryForm .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 9rem !important;
}

.ExecutivesCover ul {
    position: relative;
    padding: 10px;
    background: #2E3138;
    max-width: 850px;
    justify-content: space-between;
    margin: 0px auto;
    border-radius: 6px;
}

.ExecutivesCover .nav-tabs .nav-link {
    padding: 6px 12px;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
}

.ExecutivesCover .nav-tabs .nav-link.active {
    background: #16181D;
    color: var(--white-color);
    border-bottom-color: #E60000;
}

.ExecutivesName {
    padding: 10px;
    position: relative;
}

.ExecutivesName h5 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ExecutivesName,
.ExecutivesName h5 {
    color: #F0F2F5;
}

.ExecutivesImg {
    flex: 0 0 40%;
    position: relative;
    height: 100%;
}

.ExecutivesImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ExecutivesHoverContent {
    padding-top: 10px;
    display: grid;
    gap: 10px;
    color: var(--white-color);
}

.ExeSocial {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ExeSocial a {
    color: var(--white-color);
    width: 24px;
    height: 24px;
    background: var(--pure-black);
    border-radius: 100px;
    border: 1px solid;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.ExeSocial a:hover {
    color: var(--primary-color);
}

.ExecutivesCard {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #1F2228;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ExecutivesCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #1F2228 2.53%, rgba(170, 0, 0, 0.60) 99.02%);
    transition: all 0.7s;
    z-index: 0;
    right: 0;
    opacity: 0;
}

.ExecutivesCard:hover::before {
    opacity: 1;
}

.leftLayerBlurEffect {
    position: absolute;
    top: 0;
    max-width: 520px;
}

/* .leader-item{display:none;} */
.footer_logo img {
    width: 200px;
}

.bepartSTV .btn-secondary {
    background: var(--white-color);
}

.bepartSTV .btn-secondary:hover {
    color: var(--primary-color);
}

.ShortSearch .form-control::-webkit-input-placeholder {
    color: #7D8398;
}

/* Chrome/Opera/Safari */
.ShortSearch .form-control::-moz-placeholder {
    color: #7D8398;
}

/* Firefox 19+ */
.ShortSearch .form-control:-ms-input-placeholder {
    color: #7D8398;
}

/* IE 10+ */
.ShortSearch .form-control:-moz-placeholder {
    color: #7D8398;
}

/* Firefox 18- */
span.icon-footer+br {
    display: none;
}

.newsletter .gform-theme--foundation .gfield input.large {
    padding-right: 50px;
}

/* Chrome, Safari, Edge */
input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none;
}

/* IE and Edge Legacy */
input::-ms-clear {
    display: none;
}

/* Optional: Firefox */
input[type="search"] {
    -moz-appearance: textfield;
}

.SearchBox .btn {
    padding-left: 15px;
    padding-right: 15px;
}

/* custom css 10-4-2026 */
@media (max-width: 991px) {
    #PopularTopics .tab-pane {
        display: block;
        opacity: 1;
    }
}

.blog-header-img img {
    min-height: 450px;
}

@media (max-width: 767px) {
    .blog-header-img img {
        min-height: 250px;
    }
}

#InnerSlideshow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.07%, #000 60.36%);
}

/* ==================================================== Our Team Page ==================================================== */
.HeroBanner .btn {
    min-width: 200px;
}

.tabs_with_accordion_team .nav-tabs .nav-link {
    color: #585858;
    margin: 0;
    border: none;
}

.nav-tabs .nav-link.active {
    background: var(--bs-nav-link-color);
    border-radius: 0px;
    color: var(--white-color);
    padding: 10px 20px;
    border: none;
}

.OurTeamCard {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    transition: all 0.3s ease;
    padding: 30px 1rem;
    border-radius: 20px;
    background: #1E2126;
    box-shadow: 0 8.87px 44.37px -2.22px rgba(6, 12, 59, 0.08);
    max-width: 382px;
    margin-inline: auto;
}

.OurTeamCard:hover {
    background: linear-gradient(130deg, #1F2228 2.53%, rgba(170, 0, 0, 0.60) 99.02%);
    box-shadow: 0 8.87px 44.37px -2.22px rgba(6, 12, 59, 0.08);
}

.OurTeamCard:hover h3,
.OurTeamCard:hover h4 {
    color: var(--white-color);
}

/* .OurTeamCard:hover .Brand .Brand_item {
    background: rgba(255, 255, 255, 0.40);
    color: var(--white-color);
} */

.OurTeamCard .Brand {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.OurTeamCard .Brand .Brand_item {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 7.5px 9px;
    color: #6F7987;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.3s ease;
}

.tabs_with_accordion_team .nav-tabs .nav-link.active {
    background: var(--bs-nav-link-color);
    border-radius: 0px;
    color: var(--white-color);
    padding: 10px 20px;
    border: none;
}

.OurTeamCard h3,
.OurTeamCard h4 {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.OurTeamCard h4 {
    font-weight: 600;
    color: #6F7987;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.OurTeamCard h3 {
    font-weight: 700;
    font-size: 24px;
}

.TeamProfile {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
}

.TeamProfile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
}

.TeamSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.SLink {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--primary-color);
    color: var(--white-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 3px solid #fff;
}

.TeamProfile .SLink {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #0A5CCF;
}



/* new team page 15-4-2016 */
/*banner */
.OurTeam_Banner1 {
    background: linear-gradient(130deg, #1F2228 2.53%, rgba(170, 0, 0, 0.60) 99.02%);
}

.OurTeamBanner {
    position: relative;
    text-align: center;
    padding: 40px 15px;
}

.OurTeamBanner h4 {
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0 0 24px;
}

.OurTeamBanner h1 {
    color: var(--white-color);
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 24px;
}

.OurTeamBanner p {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0;
    margin: 0;
}

.VideoTextOverlay {
    color: var(--white-color);
    max-width: 903px;
    margin-inline: auto;
}

/*banner */

/* team tab */
.AboutOurTeam {
    overflow: hidden;
}

.AboutOurTeam .container:has(.nav-tabs) {
    padding-block: 0;
}

.AboutOurTeam .nav-tabs {
    padding: 19px 0 26px;
    position: relative;
}

.AboutOurTeam .nav-tabs::before {
    content: '';
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 500%;
    border-bottom: 1px solid #D5DFED;
    background: #202124;
    z-index: -1;
}

.AboutOurTeam .nav-tabs .nav-link {
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
}

.AboutOurTeam .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
    font-weight: 700;
}

.team-section-heading h3 {
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
}

.team-section-heading h2 {
    color: var(--white-color);
    letter-spacing: -0.5px;
    margin: 0 0 32px;
}


/* join us section */
.JoinUs {
    padding: 32px 0 40px;
}

.JoinUsCard {
    padding: 25px;
    border-radius: 40px;
    background: #171A24;
    position: relative;
    text-align: center;
    overflow: hidden;
    max-width: 1312px;
    margin: 0 auto;
}

.JoinUsCard * {
    position: relative;
    z-index: 1;
}

.JoinUsCard::before {
    content: '';
    position: absolute;
    top: -26%;
    right: 240px;
    bottom: 0;
    background-image: url(../images/square-pattern.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 0;
    width: 90%;
}

.JoinUsCard h2,
.JoinUsCard p {
    color: #F3F3F3;
}

.large-heading {
    font-size: (22px + 5.97px);
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 24px;
}

.JoinUsCard p {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0;
    margin: 0 0 40px;
}

.JoinUsCard .btn i {
    margin-left: 12px;
}

@media screen and (min-width: 1200px) {
    .JoinUs {
        padding: 32px 0 80px;
    }

    .OurTeamBanner {
        padding: 72px 15px;
    }

    .large-heading {
        font-size: 48px;
    }

    .JoinUsCard {
        padding: 110px 85px;
    }

    .OurTeamBanner p {
        font-size: 28px;
    }
}

/* join us section */
/* new team page 15-4-2016 */


/* new about page 16-4-2016 */
.about_new_banner {
    padding: 40px 0;
    position: relative;
}

.about_new_banner_content {
    padding: 40px 20px 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.40) 0%, rgba(85, 85, 85, 0.70) 100%);
}

.about_new_banner_content h1 {
    margin: 0 0 19px;
    padding: 0 0 19px;
    position: relative;
}

.about_new_banner_content h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: 0;
    width: 64px;
    height: 3px;
}

.about_new_banner_content h1,
.about_new_banner_content h2 {
    color: var(--white-color);
}

.about_new_banner_content h2 {
    margin: 0;
    font-weight: 600;
}

.tag-circle {
    border-radius: 9999px;
    border: 1px solid var(--white-color);
    background: var(--primary-color);
    padding: 9px 16px;
    color: #F3F3F3;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.about_new_banner_content {
    position: relative;
    z-index: 2;
    max-width: 737px;
    margin: 0 0 0 auto;
}

.whoWeAre {
    padding: 40px 0;
}

.topAboutWrapper {
    position: relative;
    overflow: hidden;
}

.topAboutWrapper::before {
    content: '';
    position: absolute;
    width: 282px;
    height: 282px;
    background-color: var(--primary-color);
    filter: blur(353.5px);
    right: 0;
    bottom: 0;
}

.topAboutWrapper:has(.founderSection)::before {
    left: 0;
    right: auto;
}

.whoWeAreInner {
    max-width: 859px;
    margin: 0 auto;
}

.crossHeading {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 16px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.crossHeading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: 0;
    width: 32px;
    height: 3px;
}

.crossHeading.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.whyWeExist {
    padding: 40px 0;
    background-color: #1F1F1F;
}

.whatWeDo {
    padding: 40px 0;
}

.whatWeDo p {
    font-size: 18px;
    line-height: 1.5;
}

.whatWeDo .row {
    margin-top: 40px;
}

.whatWeDoInner {
    display: flex;
    height: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    border-radius: 8px;
    border: 1px solid #4C525B;
    background: #1E2126;
    transition: all 0.3s ease-in-out;
}

.whatWeDoInner:hover {
    background: linear-gradient(180deg, #5B5C5F 0%, #17191D 100%);
    box-shadow: 0 4px 24px 0 rgba(229, 9, 20, 0.50);
}

.whatWeDo-ico {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(229, 9, 20, 0.20);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.whatWeDoInner:hover .whatWeDo-ico {
    background: var(--primary-color);
}

.whatWeDo-ico img {
    object-fit: contain;
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 100px 0 var(--white-color));
    transform: translateY(-100px);
}

.founderSection {
    padding: 40px 0;
}

.founderSecImg {
    border-radius: 10px;
    background: linear-gradient(180deg, #4C3F3F 0%, #2A2929 65.42%);
    padding: 29px 9px 0 27px;
}

.founderSection .crossHeading {
    text-decoration: none;
}

.founderSection .crossHeading::before {
    width: 167px;
    background-color: var(--white-color);
}

.founderSection .row:not(:first-child) {
    margin-top: 40px;
}

.founderContent {
    padding: 30px 25px;
    border-radius: 0 10px 10px 0;
    background: #2D3039;
}

.founderContent p {
    margin: 0 0 24px;
}

.founderContent p:last-child {
    margin: 0;
}

.ecosystem-section {
    padding: 40px 0;
    background-color: #1F1F1F;
}

.meet-the-team .crossHeading,
.ecosystem-section .crossHeading {
    text-decoration: none;
    font-size: 24px;
    padding: 0;
    margin: 0 0 20px;
}

.meet-the-team .crossHeading::before,
.ecosystem-section .crossHeading::before {
    display: none;
}

.gradientBackground {
    background: rgba(31, 34, 40, 0.70);
}

.ecosystem-section .btn,
.meet-the-team-inner .btn {
    margin-top: 20px;
}

.meet-the-team {
    padding: 40px 0;
}

.meet-the-team-inner {
    margin: 0 auto 30px;
    max-width: 650px;
}

.meet-the-team-outer {
    text-align: center;
    padding: 0;
}

.teamImg {
    object-fit: cover;
    object-position: right top;
    border-radius: 10px;
}

.gradientBackground .btn-secondary {
    background: var(--white-color);
    color: var(--primary-color);
}

.gradientBackground .btn-secondary:hover {
    background: #000;
    border-color: rgba(220, 40, 40, 0.40);
    color: var(--white-color);
}

@media screen and (min-width: 1200px) {
    .about_new_banner_content {
        padding: 100px 20px 90px;
    }

    .about_new_banner_content h1 {
        margin: 40px 0;
    }

    .about_new_banner_content {
        max-width: 630px;
    }

    .whatWeDo {
        padding: 124px 0 110px;
    }

    .founderSection .row:not(:first-child) {
        margin-top: 110px;
    }

    .ecosystem-section,
    .about_new_banner,
    .whoWeAre,
    .whyWeExist,
    .whatWeDo,
    .founderSection,
    .meet-the-team {
        padding: 80px 0;
    }

    .meet-the-team-inner {
        position: relative;
        max-width: 445px;
        z-index: 2;
        padding: 125px 40px;
        margin: 0;
    }

    .ecosystem-section .btn,
    .meet-the-team-inner .btn {
        margin-top: 60px;
    }

    .meet-the-team-outer {
        position: relative;
        border-radius: 30px;
        overflow: hidden;
        text-align: left;
    }

    .meet-the-team-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 960px;
        border-radius: 30px;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 45.13%, #000 72.19%);
        z-index: -1;
    }

    .teamImg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 991px) {
    .about_new_banner_content {
        margin: 0 auto;
    }

    .img-fluid {
        width: 100%;
    }

    .founderSecImg {
        max-width: 380px;
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
    }

    .founderContent {
        border-radius: 10px;
    }


    @media screen and (max-width: 460px) {
        .founderContent {
            border-radius: 0 0 10px 10px;
        }
    }
}

/* new about page 16-4-2016 */