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

.top-header-bar {
    background-color: #f8f9fa;
    padding: 0;
    /* border-bottom: 1px solid #e9ecef; */
}

.top_social_icons {
    display: flex;
    gap: 8px;
}

.top_social_icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.top_social_icons a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.mobile_social_icons {
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    margin-top: 15px;
}

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

.guest-form-panel {
    width: 100%;
    max-width: 1100px;
    padding: 1.5rem;
    margin: 0 auto;
}

#guestFormPopup .popup-container {
    width: min(100%, 1200px);
    max-width: 1200px;
    max-height: 90vh;
    overflow-y: auto;
}

#guestFormPopup .popup-content {
    min-width: 320px;
    padding: 1rem;
}

#guestFormPopup .gform_heading,
#guestFormPopup .gform_heading h2,
#guestFormPopup .gform_heading h3,
#guestFormPopup .gform_heading h4,
#guestFormPopup .gform_confirmation_message,
#guestFormPopup .gform_heading .gform_title {
    color: #111827 !important;
}
#guestFormPopup .gform_required_legend {
    display: none !important;
}
#guestFormPopup .close-btn {
    top: 16px;
    bottom: auto;
    right: 16px;
    left: auto;
    transform: none;
}

#guestFormPopup .popup-content {
    min-width: 320px;
    padding: 1.5rem;
    width: 100%;
}

#guestFormPopup .popup-content .gform_wrapper {
    width: 100%;
}

#guestFormPopup .getform .gform_body.gform_body,
#guestFormPopup .getform .gform-wrapper .gform_body.gform_body {
    display: grid;
    gap: 1.25rem;
}

#guestFormPopup .getform .gform_wrapper .gfield {
    width: 100%;
}

#guestFormPopup .getform .gform_wrapper .gfield_label {
    display: block;
    color: #111827;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.55rem;
}

#guestFormPopup .getform .gform_wrapper .gfield_label .gfield_required,
#guestFormPopup .getform .gform_wrapper .gfield_label span.gfield_required {
    color: #dc2626;
    margin-left: 0.15rem;
}

#guestFormPopup .getform .gform_wrapper .ginput_container input,
#guestFormPopup .getform .gform_wrapper .ginput_container textarea.small,
#guestFormPopup .getform .gform_wrapper .ginput_container select,
#guestFormPopup .getform .gform_wrapper .ginput_container .iti__tel-input {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    color: #111827;
    padding: 14px 16px;
    font-size: 1rem;
    box-sizing: border-box;
}

#guestFormPopup .getform .gform_wrapper .ginput_container textarea.small {
    min-height: 170px;
    resize: vertical;
}

#guestFormPopup .getform .gform_wrapper .ginput_container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1.3em), calc(100% - 14px) calc(1.3em);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    padding-right: 48px;
}

#guestFormPopup .getform .gform_wrapper .gfield input:focus,
#guestFormPopup .getform .gform_wrapper .gfield textarea.small:focus,
#guestFormPopup .getform .gform_wrapper .ginput_container select:focus,
#guestFormPopup .getform .gform_wrapper .ginput_container .iti__tel-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.16);
    background: #ffffff;
}

#guestFormPopup .getform .gform_footer.gform_footer,
#guestFormPopup .getform .gform_wrapper .gform_footer.gform_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

#guestFormPopup .getform .gform_button.button,
#guestFormPopup .getform .gform_wrapper input[type="submit"],
#guestFormPopup .getform .gform_wrapper button[type="submit"] {
    width: auto !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

#guestFormPopup .getform .gform_button.button:hover,
#guestFormPopup .getform .gform_wrapper input[type="submit"]:hover,
#guestFormPopup .getform .gform_wrapper button[type="submit"]:hover {
    background: #f94842;
    transform: translateY(-1px);
}

#guestFormPopup .getform .gfield_description,
#guestFormPopup .getform .gfield_hint,
#guestFormPopup .getform .gfield_description.validation_message {
    color: #6b7280;
    font-size: 0.93rem;
    margin-top: 0.35rem;
}

#guestFormPopup .getform .gfield_error {
    color: #dc2626;
    font-size: 0.95rem;
    margin-top: 0.35rem;
}
@media (max-width: 1024px) {
    #guestFormPopup .popup-container {
        width: auto;
    }
}
@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 {
        flex: 1;
    }
    .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);
}/* ======================================= 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: 880px;
    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);
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: moveLeftRight 15s ease-in-out infinite;
}


@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc(100vw - 282px));
        /* move right */
    }

    100% {
        transform: translateX(0);
        /* back to left */
    }
}

.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;
}

.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;
}

@media screen and (min-width: 1200px) {
    .about_new_banner_content {
        padding: 100px 20px 90px;
    }

    .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: 1300px;
        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 */
.page-id-43827 section.Events_info.mb-5.pb-3 { display: none; }

/* Blog page 14-7-2026 */
.single-blog .author-bio-section{
    display: none;
}

/* Be a Guest Css Start Here */

.padding-block-80 { padding-block: clamp(32px,3.4vw,80px); }
.bg-rich-black { background-color: #040406; }
.border-botom-gray { border-bottom: 1px solid #ffffff14; }
.section-heading-wrapper .section-tag { letter-spacing: 2.53px; font-size: 12px; display: inline-block; margin-bottom: 20px; color: #81848A; line-height: 18px; }
.section-heading-wrapper h2 { font-size: clamp(24px,4vw,52px); line-height: 1; font-weight: 600; color: #FAFAFA; margin-bottom: 0; }


.platform-reach-section .platform-stats { margin-top: clamp(24px,4vw,80px); }
.platform-reach-section .stat-card { text-align: center; border-left: 1px solid #ffffff14; }
.platform-reach-section .stat-card h3 { font-size: clamp(32px,3vw,56px); line-height: 1; font-weight: 600; color: #FAFAFA; margin-bottom: clamp(12px,1.4vw,16px); }
.platform-reach-section .stat-card p { font-size: 15px; color: #ACA1A5; font-weight: 400; line-height: 24px; }

.guest-voices-section .guest-list { display: flex; flex-direction: column; }
.guest-voices-section .guest-list .guest-item { padding-block: clamp(24px,2vw,36px); padding-left: 10%; border-top: 1px solid #ffffff14; position: relative; }
.guest-voices-section .guest-list .guest-item:last-child { border-bottom: 1px solid #ffffff14; }
.guest-voices-section .guest-number { position: absolute; top: 36px; left: 0; color: #717378; font-size: 16px; line-height: 24px; }
.guest-voices-section .guest-item:hover h3 { color: #E50914; }
.guest-voices-section .guest-info h3 { font-size: clamp(20px,1.5vw,26px); line-height: clamp(28px,1.4vw,38px); }
.guest-voices-section .guest-info p { color: #717378; }

.choose-path-section .path-card { transition: all 0.5s ease; padding: clamp(24px,2.5vw,41px); border-radius: 24px; border: 1px solid #ffffff14; height: 100%; box-shadow: 0 1px 0 0 oklch(100% 0 0/.04) inset, 0 30px 80px -30px oklch(0% 0 0/.6); display: flex;flex-direction: column;    background: #0b0c0f;}
.choose-path-section .path-card:hover { transform: translateY(-0.25rem); border-color: color-mix(in oklab, #e50914 70%, transparent); box-shadow: 0 20px 60px -20px #e5091473; background: radial-gradient(700px 360px at 20% 0%, oklch(0.62 0.234 25 / 0.18), transparent 60%); }
.choose-path-section .path-tag { color: #E50914; margin-bottom: 16px; }
.choose-path-section .path-card h3 { font-size: clamp(20px,2vw,30px); margin-bottom: 20px; }
.choose-path-section .path-description { max-width: 448px; margin-bottom: clamp(20px,4vw,40px); font-size: 15px; color: #ACA1A5; line-height: 24px; }
.choose-path-section .path-btn { margin-block: auto 20px; width: 100%; }
.choose-path-section .path-note { color: #81848A; font-size: 15px; text-align: center; }

.past-guests-section .section-label { display: inline-block; font-size: 12px; font-family: monospace; text-transform: uppercase; letter-spacing: .22em; opacity: .8; margin-bottom: 20px; }
.past-guests-section .guest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guest-card { position: relative; display: flex; flex-direction: column; height: 100%; overflow: hidden; padding: 20px; border: 1px solid #2b2b2b; border-radius: 20px; background: #111; transition: .5s; }
.guest-card:hover { transform: translateY(-4px); border-color: rgba(255, 255, 255, .2); }
.guest-image { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 16px; background: linear-gradient(135deg, #e50914, #b20710); }
.guest-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.guest-card:hover .guest-image img { transform: scale(1.03); }
.guest-content { display: flex; flex-direction: column; flex: 1; padding-top: 20px; }
.guest-content h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.guest-content p { font-size: 15px; line-height: 1.7; color: #b8b8b8;margin-bottom: 12px; }
.past-guests-section .guest-btn { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; padding: 12px 20px; border-radius: 8px; background: #E50914; color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; transition: .2s; }
.past-guests-section .guest-btn:hover { transform: translateY(-2px); }

.pitch-video-section .section-label { display: inline-block; font-family: monospace; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(255, 255, 255, 0.8); }
.pitch-video-section .video-wrapper { width: 85%; margin: 0 auto; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #2b2b2b; border-radius: 24px; background: #111111; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }
.pitch-video-section .video-wrapper video { width: 100%; height: 100%; display: block; object-fit: cover; }

.be-guest-hero-section { position: relative; overflow: hidden; padding: 120px 0 80px; }
.be-guest-hero-section .section-heading-wrapper h2 { max-width: 762px; line-height: 1.08; letter-spacing: -.025em; margin-bottom: 56px; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .5), #000); }
.hero-top-line { position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, transparent, rgba(255, 255, 255, .12), transparent); }
.be-guest-hero-section .container { position: relative; z-index: 2; max-width: 1280px; margin: auto; padding: 0 20px; }
.hero-label { display: inline-block; margin-bottom: 30px; font-family: monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; color: rgba(255, 255, 255, .75); }
.be-guest-hero-section .hero-content h1 { max-width: 1030px; font-size: 88px; font-weight: 600; line-height: 1.05 !important; letter-spacing: -.03em; color: #fff; }
.be-guest-hero-section .hero-content h1 .highlight { color: #fff; }
.be-guest-hero-section .hero-content h1 .light-text { color: rgba(255, 255, 255, .65); }
.hero-content p { max-width: 720px; margin-top: 32px; font-size: 19px; line-height: 1.8; color: rgba(255, 255, 255, .75); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 28px; border-radius: 50px; text-decoration: none; font-size: 15px; font-weight: 600; transition: .3s; }
.btn svg { transition: .3s; }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { color: #fff; background: linear-gradient(90deg, #E50914, #B20710); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-outline { color: #fff; border: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .03); backdrop-filter: blur(10px); }
.btn-outline:hover { background: rgba(255, 255, 255, .08); }

@media (min-width: 992px) and (max-width:1040px){
.be-guest-hero-section .hero-content h1{max-width: 740px;font-size: 52px;}
}

@media (max-width:991px) {
  .be-guest-hero-section { padding: 150px 0 70px; }
  .be-guest-hero-section .hero-content h1 { font-size: 56px; }
  .hero-content p { font-size: 17px; }
  .past-guests-section .guest-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading h2 { font-size: 40px; }
  .choose-path-section .path-description{max-width: 100%;}
  .section-heading-wrapper h2 br{display: none;}

}

@media (max-width:767px) {
  .be-guest-hero-section { padding: 40px 0 40px; }
  .be-guest-hero-section .hero-content h1 { font-size: 38px; }
  .hero-content p { font-size: 16px; margin-top: 24px; }
  .hero-buttons { flex-direction: column; }
  .pitch-video-section .video-wrapper { border-radius: 16px; }
  .past-guests-section .guest-grid { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 32px; }
  .past-guests-section { padding: 60px 0; }
  .platform-reach-section .stat-card h3, .platform-reach-section .stat-card p{text-align: start;}
  .guest-voices-section .guest-number{top: 26px;}
}

/* newsletter Css Start Here */
.primary-color{color: var(--primary-color);}
.newsletter_page{padding: 0 0 90px 0;background:#090909;}
.newsletter_page_top{padding:90px 0;background:url(../images/New-banner.jpg) no-repeat center center;background-size:cover;position:relative;}
.newsletter_page_top:before{position:absolute;content: "";width:100%;height:100%;left:0;top:0;background:linear-gradient(180deg,#0909094d 0%,#090909bf 55%,#090909 100%);z-index:0;}
.newsletter_hero{margin-bottom:70px;position:relative;z-index:1;}
.newsletter_subtitle{font-size:18px;line-height:1.7;color:#b3b7c2;margin:0;}
.NewsletterCardInner{padding:40px;}
.newsletter_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.NewsletterCard{display:flex;flex-direction:column;background:#121212;border:1px solid #ffffff1f;box-shadow:0 24px 60px -30px #000000e6;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,background-color .4s;}
.NewsletterCard:hover{background:#1b1b1b;border-color:#ffffff3d;transform:translateY(-4px);}
.NewsletterCard .btn{border-radius:2px;}
.NewsletterCard p{color:#b3b7c2;font-size:18px;line-height:1.6;margin-bottom:24px;}
.card_tag_primary{background-color:#df000f1a;color:#df000f;font-size:11px;padding:4px 12px;border-radius:50px;border:1px solid #df000f;text-transform:uppercase;letter-spacing:1.98px;display:inline-block;}
.card_footer_icon{margin-top:auto;height:95px;background:#252024;display:flex;align-items:center;justify-content:center;}
.card_footer_icon svg{height:40px;width:40px;}
.card_footer_icon svg path,.card_footer_icon svg rect{stroke:#aeaeae;}
.card_tag{color:#aeaeae;font-size:11px;text-transform:uppercase;letter-spacing:1.98px;display:inline-block;}
.NewsletterCardSubscribe h3{font-size:30px;}
.NewsletterCardSubscribe{padding:40px;}
.NewsletterCardSubscribe .subscribe_btn{white-space:nowrap;}
.newsletter_form label{display:block;font-size:0.93rem;font-weight:600;color:#f2f3f5;margin-bottom:9px;}
.newsletter_form .input_group{display:flex;gap:12px;margin-bottom:18px;position:relative;}
.newsletter_form input{width:100%;border:1px solid #ffffff29;color:#ffffff;padding:12px 14px 12px 45px;outline:none;flex:1;background-color:#090909;}
.NewsletterCard .terms_note{font-size:14px;line-height:1.6;margin-bottom:0;color:#aeaeae;}
.newsletter_form input::placeholder{color:#8f94a1;}
.terms_note{font-size:0.9rem;line-height:1.5;color:#9297a4;margin:0;}
.terms_note a{color:#ffffff;text-decoration:underline;text-underline-offset:3px;}
.NewsletterCard .terms_note a{text-decoration-color:#e50914;}
.newsletter_form .input_group i{position:absolute;top:15px;left:16px;color:#aeaeae;}
@media (max-width:991px){
.newsletter_grid{grid-template-columns:1fr;}
}
@media (max-width:767px){
.NewsletterCardInner,.NewsletterCardSubscribe{padding:20px;}
.NewsletterCardSubscribe h3{font-size:24px;}
.newsletter_hero{margin-bottom:30px;}
.newsletter_form .input_group{flex-direction: column;}
}

/* partner With SarderTv page top Css Start Here */
.card_tag_primary{background-color: #df000f1a;color: #df000f;font-size: 11px;padding: 4px 12px;border-radius: 50px;border: 1px solid #df000f;text-transform: uppercase;letter-spacing: 1.98px;display: inline-block;}
.partnerWithSarderTv_page{padding: 0 0 90px 0;background:#090909; padding-bottom: 0;}
.partnerWithSarderTv_page_top{padding:110px 0;position:relative;}
.partner_banner_content{margin-bottom:70px;position:relative;z-index:1;}
.partner_banner_content h1{max-width: 450px;}
.partner_banner_content .subtitle{font-size:18px;line-height:1.7;color:#ffffff9e;margin:0;max-width: 672px;}
.partner_banner_content .btn{margin-top: clamp(16px,3vw,40px);}
.partnerWithSarderTv_page_top:before{position:absolute;content: "";width:100%;height:100%;left:0;top:0;background:linear-gradient(#000000b8 0%,#0000006b 30%,#000000b8 62%,#000000f0 100%);z-index:0;}
.platform-section{background-color: #040406;}
.platform-section .platform-heading{color: var(--primary-color);margin-bottom: 40px;}
.platform-section .platform-grid{grid-template-columns: repeat(4, 1fr);background-color: #252525;display: grid;gap: 1px;}
.platform-section .platform-card{position: relative;display: flex;flex-direction: column;justify-content: space-between;padding: 36px;background-color: #040406;border: 1px solid #252525;transition: all 0.5s ease;height: 100%;}
.platform-section .platform-card:hover{transform: translateY(-4px);border-color: var(--primary-color, #c9a14a);}
.platform-section .platform-card-border{position: absolute;top: 0;left: 0;width: 0;height: 2px;background-color: var(--primary-color, #c9a14a);transition: width 0.5s ease;}
.platform-section .platform-card:hover .platform-card-border{width: 100%;}
.platform-section .platform-icon{width: 20px;height: 20px;flex-shrink: 0;color: var(--primary-color, #c9a14a);}
.platform-section .platform-card-content{margin-top: 40px;}
.platform-section .platform-number{margin: 0;color: #ffffff;font-size: 48px;line-height: 1;font-weight: 700;letter-spacing: -0.02em;font-variant-numeric: tabular-nums;}
.platform-section .platform-title{margin: 16px 0 0;color: #ffffff;font-size: 14px;line-height: 1.4;font-weight: 600;}
.platform-section .platform-description{margin: 4px 0 0;color: #8b8f98;font-size: 13px;line-height: 1.6;}

.partnership-format-section .section-heading{margin-bottom: 40px;}
.partnership-format-section .partnership-card{display: flex;padding: 40px;flex-direction: column;height: 100%;background: #121212;border: 1px solid #ffffff1f;box-shadow: 0 24px 60px -30px #000000e6;transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s, background-color .4s;}
.partnership-format-section .partnership-card-top{display: flex;align-items: start;justify-content: space-between;gap: 32px;margin-bottom: 32px;}
.partnership-format-section .partnership-icon{width: 48px;height: 48px;display: grid;place-items: center;flex-shrink: 0;border: 1px solid #313131;background-color: rgba(229, 9, 20, 0.20);transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .4s, background-color .4s;}
.partnership-format-section .partnership-card:hover .partnership-icon{background-color: var(--primary-color);}
.partnership-format-section .partnership-card:hover{transform: translateY(-4px);border-color: rgba(229, 9, 20, 0.20);background: linear-gradient(180deg, #5B5C5F 0%, #17191D 100%);box-shadow: 0 4px 24px 0 rgba(229, 9, 20, 0.50);}

.intrest-in-partnering-section{background-color: #211818;}
.intrest-in-partnering-section h2{max-width: 500px;margin-bottom: 40px;}
.intrest-in-partnering-section p{max-width: 400px;}

.partner-contact-form form label, .partner-contact-form form legend{color: #FFFFFF !important;margin-bottom: 12px !important;}
.partner-contact-form .gform-theme{padding: 48px !important;background-color: #000000 !important;}
.partner-contact-form form input{background-color: #E6E6E6 !important;}
.partner-contact-form form input:focus{border:2px solid #c10015 !important;outline: none !important;}
.partner-contact-form form .gform-footer{justify-content: end !important;}
.partner-contact-form form .gform-footer input[type="submit"]{background: linear-gradient(90deg, #E50914, #B20710) !important;padding-inline: 24px !important;text-transform: uppercase !important; min-width: 120px !important;}


@media (max-width: 991px){
    .platform-section{padding: 80px 0;}
    .platform-container{padding-left: 48px;padding-right: 48px;}
    .platform-section .platform-grid{grid-template-columns: repeat(2, 1fr);}
    .platform-card{padding: 24px;}
    .platform-number{font-size: 36px;}
}

@media (max-width: 767px){
    .platform-section{padding: 64px 0;}
    .platform-container{padding-left: 24px;padding-right: 24px;}
    .platform-section .platform-grid{grid-template-columns: 1fr;gap: 16px;background-color:transparent;}
    .platform-card-content{margin-top: 32px;}
    .partnerWithSarderTv_page_top{padding-block: 32px;}
    .partner_banner_content{margin-bottom: 0;}
    .partnership-format-section .partnership-card{padding: 24px;}
}

/* contact page css start here */
.contact-section{background-color:#000000;color:#ffffff;border-bottom:1px solid rgba(255,255,255,0.1);}
.contact-section .contact-wrapper{row-gap:48px;}
.contact-section .contact-title{margin:0;font-size:56px;line-height:1.02;font-weight:700;letter-spacing:-0.03em;}
.contact-section .contact-description{max-width:32rem;margin:20px 0 0;color:rgba(230,231,232,0.85);font-size:16px;line-height:1.6;}
.contact-section .contact-image{position:relative;overflow:hidden;margin-top:32px;}
.contact-section .contact-image img{width:100%;height:280px;display:block;object-fit:cover;}
.contact-section .contact-details{margin-top:32px;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);}
.contact-section .contact-detail-item{padding:24px 0;}
.contact-section .contact-detail-item + .contact-detail-item{border-top:1px solid rgba(255,255,255,0.1);}
.contact-section .contact-detail-inner{display:flex;align-items:flex-start;gap:20px;}
.contact-section .contact-detail-icon{width:32px;height:32px;flex-shrink:0;margin-top:4px;display:grid;place-items:center;color:var(--primary-color,#e50914);border:1px solid rgba(255,255,255,0.15);transition:0.3s ease;}
.contact-section .contact-detail-item:hover .contact-detail-icon{color:#ffffff;background-color:var(--primary-color,#e50914);border-color:var(--primary-color,#e50914);}
.contact-section .contact-detail-content{min-width:0;flex:1;}
.contact-section .contact-label,.contact-section .contact-social-title,.contact-section .contact-form-tag{margin:0;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.22em;}
.contact-section .contact-label,.contact-section .contact-social-title{color:rgba(255,255,255,0.55);}
.contact-section .contact-main-text{margin:6px 0 0;color:#ffffff;font-size:18px;line-height:1.4;font-weight:600;}
.contact-section .contact-sub-text{margin:2px 0 0;color:rgba(230,231,232,0.7);font-size:14px;line-height:1.5;}
.contact-section .contact-action{display:inline-flex;align-items:center;gap:4px;margin-top:12px;color:#ffffff;text-decoration:none;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.22em;transition:0.3s ease;}
.contact-section .contact-action:hover{color:var(--primary-color,#e50914);}
.contact-social-wrapper{margin-top:32px;display:flex;align-items:center;justify-content:space-between;}
.contact-social-links{display:flex;align-items:center;gap:6px;}
.contact-social-link{width:32px;height:32px;display:grid;place-items:center;color:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.15);text-decoration:none;transition:0.3s ease;}
.contact-social-link:hover{color:#ffffff;background-color:var(--primary-color,#e50914);border-color:var(--primary-color,#e50914);}
.get-in-touch-form{border-left:1px solid rgba(255,255,255,0.1);height:100%;padding-left:60px;}
.headquarters-section{position:relative;border-bottom:1px solid rgba(255,255,255,0.1);}
.headquarters-banner{position:relative;width:100%;height:280px;overflow:hidden;}
.headquarters-image{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(100%);}
.headquarters-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000 0%,rgba(0,0,0,0.6) 50%,transparent 100%);}
.headquarters-content{position:absolute;inset:0;left:50%;display:flex;align-items:center;transform:translateX(-50%);}
.headquarters-text{max-width:576px;}
.headquarters-label{margin:0;color:var(--primary-color);font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.28em;}
.headquarters-text h2{margin:12px 0 0;color:#ffffff;font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-0.02em;max-width:405px;}

.contact-map-section{background-color:#0c0c0c;color:#ffffff;padding-top:0;padding-bottom:0;}
.contact-map-fullwidth{position:relative;}
.contact-map-card{position:relative;overflow:hidden;min-height:620px;}
.contact-map-card img,.contact-map-card iframe{width:100%;height:100%;display:block;object-fit:cover;}
.contact-map-card iframe{min-height:620px;border:0;}
.contact-map-details{position:absolute;top:50%;right:5%;transform:translateY(-50%);max-width:420px;padding:36px 34px 34px;background:rgba(0,0,0,0.96);border:1px solid rgba(255,255,255,0.12);box-shadow:0 40px 80px rgba(0,0,0,0.45);border-radius:24px;}
.contact-map-details-topline{display:block;width:44px;height:3px;background:#e50914;margin-bottom:24px;border-radius:999px;}
.contact-map-label{margin:0 0 18px;color:var(--primary-color,#e50914);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.35em;}
.contact-map-details h2{margin:0 0 24px;font-size:44px;line-height:1.05;font-weight:700;letter-spacing:-0.03em;}
.contact-map-address{margin-bottom:32px;}
.contact-map-address p{margin:0 0 10px;color:#ffffff;font-size:16px;line-height:1.75;}
.contact-map-address p:last-child{margin-bottom:0;}
.contact-map-details-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.contact-map-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;color:#ffffff;background:var(--primary-color,#e50914);border-radius:999px;text-decoration:none;font-size:13px;font-weight:700;line-height:1.2;transition:transform .25s ease,background .25s ease;}
.contact-map-button:hover{transform:translateY(-2px);background:#f73f3f;}
.contact-map-email{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#ffffff;border:1px solid rgba(255,255,255,0.12);border-radius:50%;text-decoration:none;transition:background .25s ease,border-color .25s ease;}
.contact-map-email:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.22);}

@media (max-width:1199px){
    .contact-map-details{right:3%;max-width:360px;padding:28px;}
    .contact-map-details h2{font-size:36px;}
}

@media (max-width:991px){
    .contact-map-card{min-height:520px;}
    .contact-map-details{position:relative;top:auto;right:auto;transform:none;margin:-100px auto 0;max-width:90%;}
    .contact-map-details h2{font-size:32px;}
}

@media (max-width:767px){
    .contact-map-card{min-height:420px;}
    .contact-map-details{margin:-80px auto 0;padding:24px;}
    .contact-map-details h2{font-size:28px;}
    .contact-map-address p{font-size:15px;}
}

@media (min-width:768px){
    .headquarters-banner{height:360px;}
    .headquarters-content{padding-left:32px;padding-right:32px;}
    .headquarters-text h2{font-size:48px;}
}

/* Bugs resolving css 10 August */
.past-guests-section .section-heading-wrapper h2 { max-width: 810px; }
.past-guests-section .section-heading-wrapper { margin-bottom: 60px !important; }
#guestFormPopup .getform .gfield_description, #guestFormPopup .getform .gfield_hint, #guestFormPopup .getform .gfield_description.validation_message {
    color: #c02b0a !important;
}
@media (max-width:767px){
.past-guests-section .section-heading-wrapper { margin-bottom: 30px !important; }
.platform-reach-section .stat-card { border-left: 0; }
#guestFormPopup .popup-content,.guest-form-panel{padding:0.75rem;max-width: 360px;}
#guestFormPopup .getform .gform_body.gform_body{max-width: 350px !important; width: 100% !important;}
#guestFormPopup .getform .gform_wrapper .ginput_container textarea.small{font-size: 15px !important;}
#guestFormPopup .gform-theme--foundation .gform_fields{row-gap: 24px !important;}
#guestFormPopup .getform .gform_wrapper .ginput_container input{border-radius: 8px;}
#guestFormPopup .close-btn{width: 36px;height: 36px;}
#guestFormPopup .getform .gform_footer.gform_footer, #guestFormPopup .getform .gform_wrapper .gform_footer.gform_footer{justify-content: start;}
#guestFormPopup .gform_submission_error .gform-icon{margin-inline-end: 8px !important;}
.ATAContent{    height: 100% !important;}
.MoreSpeakers > p { text-align: center; }




}
/* UI issues resolve css */
.iti__country .iti__country-name{color:#999!important;}
.go_home a{color:#fff!important;}
.go_home a .goback img{filter:invert(1) brightness(10);}
.ContactForm .getform .gform-theme--foundation .gfield input.large::placeholder,.ContactForm .getform .gform-theme--foundation .gfield textarea.large::placeholder{color:#fff;}
.NewsletterCardSubscribe .newsletter_form form{display:grid;grid-template-columns:minmax(0,1fr) 70px;gap:12px;}
.NewsletterCardSubscribe .newsletter_form form input.large{width:100%;border:1px solid #ffffff29!important;color:#ffffff!important;padding:12px 14px 12px 14px!important;outline:none;flex:1;background-color:#090909!important;border-radius:0!important;}
.NewsletterCardSubscribe .newsletter_form form .gform-footer{position:relative!important;}
.NewsletterCardSubscribe .newsletter_form form .gform-footer button{width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;height:48px!important;padding:0 12px!important;text-decoration:none;font-size:15px!important;font-weight:600!important;transition:.3s!important;color:#fff!important;background:linear-gradient(90deg,#E50914,#B20710)!important;border-radius:0!important;}
.NewsletterCardSubscribe .newsletter_form form .gform-footer button img{filter:brightness(10);}








