:root {
    --accent-color: #26B7A0;
}
* {
    font-family: 'General Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'satoshi', sans-serif;
    font-weight: 500;
}
body, .jupiterx-main{
    background-color: #050505 !important;
}
a, a:hover{
    color: var(--accent-color);
}
.vt-overflow-hidden{
    overflow: hidden !important;
}
#vt-main-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px;
    max-width: 1600px;
    margin: auto;
    right: 0;
    z-index: 999;
    transition: top 0.3s ease-in-out;
}
#vt-main-header .raven-adnav-menu-toggle-button i.fa.fa-bars {
    color: #ffffff;
}
body .raven-video-mejs-player .mejs-overlay-button {
    width: 80px;
    border-radius: 100%;
    background: #505050;
    height: 80px;
    opacity: 1;
}
body .raven-video-mejs-player .mejs-overlay-button:before {
    -webkit-transform: translate(-40%,60%);
    transform: translate(-40%,60%);
    font-size: 30px;
}
.vt-header-main-menu .jupiterx-widget-nav-menu-horizontal {
    display: flex;
    gap: 20px;
    margin: 0;
}
.vt-header-main-menu .jupiterx-widget-nav-menu-horizontal li.menu-item a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.vt-header-main-menu .jupiterx-widget.widget_nav_menu {
    margin: 0;
}
.vt-header-main-menu .jupiterx-widget-nav-menu-horizontal li.menu-item a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .vt-main-menu-toggle {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .vt-main-menu-toggle {
        color: #fff;
        font-size: 20px;
        align-self: flex-end;
    }
    #vt-main-menu-container:not(.vt-mobile-menu-showing) .vt-header-main-menu,
    #vt-main-menu-container:not(.vt-mobile-menu-showing) .vt-menu-social-container{
        display: none !important;
    }
    div#vt-main-menu-container.vt-mobile-menu-showing {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0F0F12;
    }
    #vt-main-menu-container .vt-header-main-menu .jupiterx-widget-nav-menu-horizontal {
        flex-direction: column;
        align-items: center;
    }
    #vt-main-menu-container .vt-header-main-menu {
        align-self: center;
    }
    #vt-main-menu-container .vt-menu-social-container {
        position: fixed;
        bottom: 25px;
        left: 0;
        width: 100%;
    }
    .vt-mobile-menu-showing .vt-main-menu-toggle {
        margin-right: 30px;
        margin-top: 10px;
    }
    .vt-menu-social-container .elementor-social-icons-wrapper.elementor-grid {
        gap: 8px;
        display: flex !important;
    }
    .vt-menu-social-container .elementor-icon {
        background: transparent;
        border: 1px solid rgba(255,255,255, .2);
    }
}

.vt-global-social-icons .elementor-social-icons-wrapper.elementor-grid {
    display: flex;
    justify-content: start;
    gap: 6px;
}
.vt-global-social-icons .elementor-social-icons-wrapper.elementor-grid .elementor-icon {
    background: transparent;
    /*border: 1px solid rgba(255,255,255, .2);*/
}

.raven-video-thumbnail:after {
    background-color: transparent !important;
}
.vt-button-w-icon .raven-button.elementor-button {
    border-color: #424242;
    position: relative;
}
.vt-button-w-icon .raven-button.elementor-button::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #424242;
    top: 0;
    right: 48px;
}
.vt-button-w-icon .raven-button.elementor-button .raven-button-icon-position-right{
    transition: all 0.4s ease-in-out;
}
.vt-button-w-icon .raven-button.elementor-button:hover .raven-button-icon-position-right{
    transform: translateX(8px);
}
.vt-footer-menu .jupiterx-widget-nav-menu-horizontal {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}
.vt-footer-menu .jupiterx-widget-nav-menu-horizontal li a{
    color: #ffffff;
}
/* Contact form styles */
.cf-form-wrapper .cf-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.cf-form-wrapper .cf-row .cf-col{
    flex: 1;
    margin-bottom: 25px;
}
.cf-form-wrapper .cf-row .cf-col_1_4 {
    width: 25%;
    position: relative;
}
.cf-form-wrapper .cf-row .cf-col_3_4{
    width: calc(75% - 25px);
}
.cf-form-wrapper .vt-input-field, .cf-form-wrapper .vt-textarea-field {
    width: 100%;
    background-color: #050505;
    border: 1px solid #424242;
    min-height: 60px;
    padding: 10px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
}
.cf-form-wrapper .vt-cf-submit {
    background: transparent;
    border: 1px solid #424242;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    transition: all 0.4s ease-in-out;
}
.cf-form-wrapper .vt-cf-submit:hover {
    background: #26B7A0;
}
.cf-form-wrapper p {
    color: #ffffff;
    margin-bottom: 0;
}
.cf-form-wrapper .cf-col_3_4 p {
    margin-top: 5px;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #424242;
    color: #ffaa00;
}
.cf-form-wrapper .wpcf7-spinner {
    position: absolute;
    top: 15px;
    left: 2px;
    margin: 0;
    pointer-events: none;
}
@media screen and (max-width: 600px){
    .cf-form-wrapper .cf-row {
        display: block;
    }
    .cf-form-wrapper .cf-row .cf-col_1_4,
    .cf-form-wrapper .cf-row .cf-col_3_4{
        width: 100%;
    }
}
/* ^^ Contact form styles end ^^ */
.vt-recent-partners .elementor-element,
.vt-news-partners .elementor-element {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    min-height: 70px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    backdrop-filter: blur(15px);
}
.vt-recent-partners .elementor-element img,
.vt-news-partners .elementor-element img {
    max-height: 40px;
    max-width: 100px;
}

@media screen and (min-width: 768px){
    .home-keynotes .elementor-icon-box-content .elementor-icon-box-description {
        display: none;
    }
    .vt-news-partners {
        min-width: 1000px;
    }
}
.vt_quote_section .vt_quote_item .elementor-testimonial-wrapper {
    padding-left: 80px;
    position: relative;
    max-width: 960px;
}
.vt_quote_section .vt_quote_item .elementor-testimonial-content h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 48px;
}
.vt_quote_section .vt_quote_item .elementor-testimonial-wrapper::before {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-image: url("../images/quote_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.vt_quote_section .vt_quote_item .elementor-testimonial-content {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px){
    .vt_quote_section .vt_quote_item .elementor-testimonial-wrapper {
        padding-left: 0;
        padding-top: 80px;
    }
    .vt_quote_section .vt_quote_item .elementor-testimonial-content h3 {
        font-size: 32px;
    }
}
.vt-youtube-videos a.sby_load_btn {
    border: 1px solid #424242 !important;
    font-size: 16px !important;
    color: #b2b2b2 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
}
.vt-youtube-videos a.sby_load_btn:hover{
    border: 1px solid #26B7A0 !important;
    color: #ffffff !important;
}
.mxYouTubeR_theme_custom .mxyt-playlist-item {
    padding: 15px;
    background: #0B0B0B;
    border: 1px solid #424242;
    border-radius: 8px;
}
.mxYouTubeR_theme_custom .mxyt-playlist .mxyt-title h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.mxYouTubeR_theme_custom .mxyt-playlist .mxyt-description {
    color: #ffffff;
    border-bottom: 0;
    padding: 15px 0;
}
.mxYouTubeR_theme_custom .mxyt-text-description.mxyt-less.hasMore::after{
    display: none;
}
.mxYouTubeR_theme_custom .mxyt-text-description-full {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mxYouTubeR_theme_custom .mxyt-text-description-btn {
    display: none;
}
.mxYouTubeR_theme_custom .mxyt-text-description.mxyt-less.hasMore{
    height: auto;
}
.mxYouTubeR_theme_custom .mxyt-playlist .mxyt-title {
    border-bottom: 0;
    padding: 10px 0px;
    margin-top: 15px;
}
.mxYouTubeR_theme_custom  span.mxyt-button.mxyt-load-more {
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #424242;
    padding: 15px 20px;
    border-radius: 8px;
    color: #B2B2B4;
    transition: all 0.4s ease-in-out;
}
.mxYouTubeR_theme_custom  span.mxyt-button.mxyt-load-more:hover {
    background-color: #26B7A0;
    border-color: #26B7A0;
}
#footer-contact .wpcf7 form.sent .wpcf7-response-output {
    border: 0 none;
    color: var(--accent-color);
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
}
