/* ======================================= 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:20px;}
.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 {font-weight: 700;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:#000 !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: #3E3232; font-size: 18px; font-style: normal; letter-spacing: 0.104px; }
.post-dt { color: rgba(38, 38, 38, 0.60);}
.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(--pure-black);}
.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;}
.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 { background: rgba(229, 229, 229, 0.30); padding: 5rem 0; }
span.blank-line {width: 35px;background-color: #C4C4C4;height: 1px;}
.blog-detail-content p { margin-bottom: 1.5rem; color:#495057;}
.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: #495057;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: 40px;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;}

/* ======================================= 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%;}
.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; border: 1px solid #CBCBCB; background: #F8F8F8; 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: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 48px; }

/*=====================================================
Post Detail Page
=======================================================*/
.btn-seprater::before { position: absolute; content: ""; width: 1px; height: 100%; background-color: #D6D6D6; 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: #EBEEF3; }
.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;}

/*=====================================================
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);}

/*=====================================================
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: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 50px;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: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 70px; }
.ExclusiveVideo .fc-video_content p{display: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 50px;}
.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: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 60px; }
.Post-banner iframe {width: 100%;height: 540px;margin: 20px 0px;}
.AbouttheAuthor {background: #EBEEF3;}
.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: 242px; 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);}


/*=====================================================
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% - 120px); 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;}
.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(--black-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: block; display: -webkit-box; max-width: 100%; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 70px;}
.FounderMoreVideo .video_btn { margin: 0; right: auto; top: auto; bottom: 1rem; transform: none; left: 1rem;}

/*=====================================================
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(--pure-black);}
.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; }

@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;}
.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);}
#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;
    }
}