/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --color-white: #ffffff;
    --color-white-16-opacity: rgba(255,255,255,0.16);
    --color-primary: #54F1BD;
    --color-secondary: #008DB5;
    --color-gray-700: #B2BBBD;
    --color-gray-800: #63687C;
    --Slate-Gray: #767D84;
    --Raisin-Black: #1E1F24;
    --Anti-flash-White: #ECF0F3;
    --btn-icon-size: 24px;
    
    --font-family-custom: "DM Sans", Sans-serif;
    --main-transition: all 0.3s;
}

.color-primary {
    color: var(--color-primary);
}

.color-secondary {
    color: var(--color-secondary);
}

.color-gray {
    color: var(--color-gray-700);
}

.color-gray-gradient {
    /* background: linear-gradient(180deg, #A2ACB6 0%, #393B48 43.7%); */
    background: linear-gradient(180deg, #A2ACB6 0%, #5f6470 43.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: .25rem;
}

.elementor-icon-box-title:is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: var(--e-global-color-fbth_secondary) !important;
}

body #content.site-content,
body .site-content {
    height: auto !important;
}

p {
    margin-block-start:0;
    margin-block-end: 0;
}

.fd-triangle-right-17-2::before {
    content: "" !important;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 10px 15px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
}

/* 
* Accessibility Plugin styles **********************************************
*/

body #pojo-a11y-toolbar {
    top: unset;
    bottom: 0;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    margin: 5px;
    bottom: 0;
    width: 40px;
    height: 40px;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    padding: 0;
    border-radius: 100%;
    font-size: 250%;
    position: relative;
    color: #111111;
}

/* 
* REMOVE Elementor in the Admin Top Bar *************************
*/
body.admin-bar .nojq  #wp-admin-bar-elementor_edit_page {
    display: none !important;
}

/* 
* COMING SOON PAGE **********************************************
*/
body.elementor-maintenance-mode #fbth-tb-header,
body.elementor-maintenance-mode .site-footer {
    display: none !important;
}

/* 
* 404 PAGE *****************************************************
*/
body.error404 div#content {
    padding: 0 !important;
}

body.error404 div#content .container {
    max-width: 100% !important;
    padding: 0 !important;
}

body.error404 div#content .container > .row {
    margin: 0 !important;
}

body.error404 div#content .container > .row > .elementor {
    padding: 0 !important;
}


/* 
* General *****************************************************
*/
html,
body.page {
    overflow-x: hidden;
}

/* body .site {
    height: 100vh;
} */

.page blockquote,
.post-template blockquote {
    font-style: italic;
    color: var(--e-global-color-fbth_neutral_6) !important;
    padding: 1.2em 20px 1.2em 40px;
    border-left: 8px solid #c1c1c1;
    background: #F3F7FA !important;
    border-left: 0 !important;
    font-family: var(--font-family-custom) !important;
    font-weight: 400 !important;
    border-left: 0.3em solid var(--e-global-color-fbth_neutral_6) !important;
    margin: 1rem 0;
}

/* STRUCTURE */
.fwd-row-section {
    width: 100%;
}

.fwd-row-section .fwd-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px;
}

/* Pre-loader */
.elementor-default .fbth-preloader-wrap .fbth-preloader {
    width: auto;
    height: auto;
}

/* Buttons */

.elementor-default .site .elementor .fwd-btn-icon .elementor-button-icon svg {
    width: var(--btn-icon-size);
}

.elementor-default .site .elementor .fwd-btn-icon.fwd-btn-download a::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 15px;
    background-image: url(https://stg-truebit-truebitdev.kinsta.cloud/wp-content/uploads/2024/03/download-file-01.svg);
    width: 16px;
    height: 18px;

}

.elementor-default .site .elementor .fwd-btn-icon.fwd-btn-download a::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 15px;
    background-image: url(https://stg-truebit-truebitdev.kinsta.cloud/wp-content/uploads/2024/03/download-file-hover.svg);
    width: 16px;
    height: 18px;
    opacity: 0;
    transition: var(--main-transition);
}

.elementor-default .site .elementor .fwd-btn-icon.fwd-btn-download a:hover::after {
    opacity: 1;
}

a * {
    pointer-events: none !important;
}





/* Squares */
.icon-square {
    font-size: 6px;
}

/* <BR> tag - Break Row */

@media only screen and (max-width: 480px) {
    .removed-mobile {
        display: none;
    }
}

/*
* Homepage hweo form box shadow
*/
.page-template .fbth-contact-from {
    box-shadow: none !important;
}

/*
* Captcha text styles
*/
.fwd-google-captcha {
    font-size: 14px;
    font-family: var(--font-family-custom);
}

.fwd-google-captcha a {
    color: #000 !important;
    text-decoration: underline !important;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

/* Arrow Colors */

.fwd-arrow-white-to-black a svg > path {
    fill: #ffffff;
    transition: var(--main-transition);
}
.fwd-arrow-white-to-black a:hover svg > path {
    fill: #000000 !important;
}


.fwd-arrow-black-to-white a svg > path {
    fill: #000000;
    transition: var(--main-transition);
}
.fwd-arrow-black-to-white a:hover svg > path {
    fill: #ffffff !important;
}



/*
* MENU mobile *****************************************************
*/

body.lock-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    touch-action: none;
    overscroll-behavior: contain;
}

/* edit the hamburger and close icon colors here */

.lytbox-button {
    --hamburger-color: #fff;
    --close-x-color: #fff;
    display: block;
    height: 20px;
    cursor: pointer;
    position: relative;
    z-index: 101;
}

 /* must add in elementor template ID number to make the menu full width */
.elementor-11319 {
    width: 100%;
}
/* end editing */
    
.lytbox-navigation {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    overflow: hidden;
    transition: transform 0.2s;
    width: 100%;
    height: 100vh;
    z-index: 100; 
}
    
.lytbox-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
/* toggle hamburger*/
.lytbox-button .hamburguer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    
.lytbox-button .hamburguer span{
    display: block;
    height: 2px;
    width: 24px;
    background: var(--hamburger-color);
    transform-origin: 50% 50%;
    transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(1) {
    transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(2) {
    transform: translate(0, 12px);
}

.lytbox-nav_control {
    position: absolute;
    left: -9999px;
    width: 100%;
    clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked~.lytbox-navigation {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer {
    transition: all 0.1s 0s ease;
}

 
/* closed X */
.lytbox-nav_control:checked~.lytbox-button .hamburguer span {
    background: var(--close-x-color);
    transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked~.lytbox-button  .hamburguer span:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
}

.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(2) {
    transform: translate(0, 6px) rotate(-45deg);
}

/*
* FORM *****************************************************
*/


.contact-form-wrapper {
    padding: 2rem;
    border-radius: 1rem;
    background-color: var(--color-white);
    border: 1px solid #E5E5E4;

    > div {
        width: 100%;
    }

    .contact-form-main {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 5px 30px;

        .col-md-6 {
            width: calc(50% - 1rem);
        }
    
        .col-md-12 {
            width: 100%;
        }

        label {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5em;
            letter-spacing: 0px;
            word-spacing: 0px;
            color: var(--Raisin-Black);
            padding-bottom: 5px;
        }

        input,
        textarea {
            padding: 9px 20px 9px 20px !important;
            border-radius: 56px 56px 56px 56px;
            border: 1px solid #E5E5E4;
        }

        textarea {
            min-height: 130px !important;
            border-radius: 28px 28px 28px 28px !important;
        }

        input {
            height: 56px;
        }

        .contact-btn {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5em;
            letter-spacing: 0px;
            word-spacing: 0px;
            background-color: var(--e-global-color-fbth_neutral_6);
            color: var(--e-global-color-fbth_neutral_1);
            width: 100%;
            height: 56px;
            margin: 10px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            border-radius: 48px 48px 48px 48px;
            border: 1px solid var(--e-global-color-fbth_neutral_6);

            &:hover {
                background-color: #373944;
            }
        }
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        .contact-form-main {
            .col-md-6 {
                width: 100%;
            }
        }
    }
}

.subscribe-form-wrapper {
    text-align: left;
    background-color: #1E1F24E6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #767D84;
    padding: 40px 40px 40px 40px;
    border-radius: 16px 16px 16px 16px;

    label {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0px;
        word-spacing: 0px;
        color: var(--color-white);
        padding-bottom: 5px;
    }

    input,
    textarea {
        color: #ffffff !important;
        padding: 9px 20px 9px 20px !important;
        border-radius: 56px 56px 56px 56px;
        border: 1px solid #E5E5E4;
        background-color: transparent;
    }

    textarea {
        min-height: 130px !important;
        border-radius: 28px 28px 28px 28px !important;
    }

    input {
        height: 56px;
    }

    .contact-btn {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        letter-spacing: 0px;
        word-spacing: 0px;
        background-color: var(--color-white);
        color: var(--Raisin-Black);
        width: 100%;
        height: 56px;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-radius: 48px 48px 48px 48px;
        border: 1px solid var(--color-white);

        &:hover {
            background-color: #f3f3f3;
        }
    }
}

/* Placeholders color */
input::-webkit-input-placeholder { color: #c5c5c5; }
input::-moz-placeholder { color: #c5c5c5; }
input:-ms-input-placeholder { color: #c5c5c5; }
input::placeholder { color: #c5c5c5; }

textarea::-webkit-input-placeholder { color: #c5c5c5; }
textarea:-moz-placeholder { color: #c5c5c5; }
textarea::-moz-placeholder { color: #c5c5c5; }
textarea:-ms-input-placeholder { color: #c5c5c5; }
textarea::placeholder { color: #c5c5c5; }



.contact-btn svg {
    margin-left: 10px;
}

.elementor-default .site .elementor .fwd-optional {
    color: #9CA8AB;
    font-family: var(--font-family-custom);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
}

.elementor-search-form--skin-minimal:focus-within {
    outline-width: 0px !important;
    outline-style: solid;
  }

/* 2nd Label Error Message  ............................... */

.wpcf7 form.invalid .wpcf7-not-valid-tip {
    color: var( --e-global-color-fbth_danger ) !important;
    margin-top: 0 !important;
    font-size: 14px;
}

/* Response Output  ....................................... */
.wpcf7 form .wpcf7-response-output {
    font-size: 14px !important;
    border-radius: 32px;
    margin: 1rem 0 0 !important;
    padding: 5px 15px !important;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    color: var( --e-global-color-fbth_danger ) !important;
    border: 0;
    background-color: rgba(255, 143, 143, 0.24);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
    background-color: rgba(146, 255, 150, 0.24);
}

/* Homepage Hero Form ....................................... */

.hp-hero-form .wpcf7 form.invalid .wpcf7-not-valid-tip {
    color: var( --e-global-color-fbth_danger ) !important;
    background-color: rgba(255, 143, 143, 0.24) !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
    margin: 10px 0 0 !important;
    border-radius: 32px;
}

.hp-hero-form .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.hp-hero-form  .wpcf7 form.sent .wpcf7-response-output {
    margin: 10px 0 0 !important;
}

/* Subscribe Form */

.subscribe-form-wrapper {
    backdrop-filter: blur(12px);
}

/*
* NAVBAR *****************************************************
*/

body .elementor .main-navbar {
    top: 0;
    transition: all 0.3s ease-in-out;
}

/* Menu BG Transparent */

/* Menu Dark Mode */
.single-post.elementor-default .main-navbar,
.fwd-menu-dark.elementor-default .main-navbar,
.single-post.truebit-case-study.elementor-default .main-navbar.scrolled,
.fwd-menu-transparent.elementor-default .main-navbar.scrolled {
    background: #1e1f24;
}

.single-post.elementor-default .main-navbar .elementor-nav-menu > li > a,
.fwd-menu-dark.elementor-default .main-navbar .elementor-nav-menu > li > a,
.single-post.truebit-case-study.elementor-default .main-navbar.scrolled .elementor-nav-menu > li > a {
    transition: var(--main-transition);
    color: #ffffff;
    /* transition: var(--main-transition); */
}

.single-post.elementor-default .main-navbar .elementor-nav-menu > li > a:hover,
.fwd-menu-dark.elementor-default .main-navbar .elementor-nav-menu > li > a:hover,
.single-post.truebit-case-study.elementor-default .main-navbar.scrolled .elementor-nav-menu > li > a:hover {
    color: var(--e-global-color-fbth_primary);
}

.single-post.truebit-case-study.elementor-default .main-navbar.scrolled .fwd-logo-white,
.fwd-menu-dark.elementor-default .main-navbar .fwd-logo-white {
    display: block !important;
}

.single-post.truebit-case-study.elementor-default .main-navbar.scrolled .fwd-logo-black,
.fwd-menu-dark.elementor-default .main-navbar .fwd-logo-black {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .fwd-menu-dark .main-navbar {
        border: 0 !important;
    }

    .fwd-menu-dark .main-navbar::before {
        border: 0;
    }
}


/* Menu Light Mode */
.fwd-menu-light.elementor-default .main-navbar .elementor-nav-menu > li > a {
    transition: var(--main-transition);
    color: #000;
}

.fwd-menu-light.elementor-default .main-navbar .elementor-nav-menu > li > a:hover {
    color: var(--e-global-color-fbth_primary);
}

.fwd-menu-light.elementor-default .main-navbar .fwd-logo-white {
    display: none !important;
}

.fwd-menu-light.elementor-default .main-navbar .fwd-logo-black {
    display: block !important;
}

.single-post.elementor-default .popup-menubar svg line,
.fwd-menu-light.elementor-default .popup-menubar svg line {
    stroke: #000000;
}

@media only screen and (max-width: 991px) {
    .single-post.elementor-default .popup-menubar svg line,
    .fwd-menu-light.elementor-default .popup-menubar svg line {
        stroke: #ffffff;
    }

    .single-post.elementor-default .main-navbar .fwd-logo-white,
    .fwd-menu-light.elementor-default .main-navbar .fwd-logo-white {
        display: block !important;
    }

    .single-post.elementor-default .main-navbar .fwd-logo-black,
    .fwd-menu-light.elementor-default .main-navbar .fwd-logo-black {
        display: none !important;
    }
}


/* Menu Light Mode Gray */


.single-post.truebit-case-study.elementor-default header {
    border: 0;
}

.single-post.truebit-case-study.elementor-default .main-navbar {
    background: transparent;
}

.single-post.truebit-case-study.elementor-default .main-navbar .elementor-nav-menu > li > a {
    color: #000;
    transition: var(--main-transition);
}

.single-post.truebit-case-study.elementor-default .main-navbar .elementor-nav-menu > li > a:hover {
    color: var(--e-global-color-fbth_primary);
}

.single-post.truebit-case-study.elementor-default .main-navbar .fwd-logo-white {
    display: none !important;
}

.single-post.truebit-case-study.elementor-default .main-navbar .fwd-logo-black {
    display: block !important;
}

.single-post.truebit-case-study.elementor-default .main-navbar .popup-menubar svg line {
    stroke: #000000;
}

@media only screen and (max-width: 991px) {
    .single-post.truebit-case-study.elementor-default .main-navbar {
        background: #1e1f24;
    }
    
    .single-post.truebit-case-study.elementor-default .main-navbar .elementor-nav-menu > li > a {
        color: #ffffff;
        transition: var(--main-transition);
    }

    .single-post.truebit-case-study.elementor-default .main-navbar .popup-menubar svg line {
        stroke: #ffffff;
    }

    .single-post.truebit-case-study.elementor-default .main-navbar .fwd-logo-white {
        display: block !important;
    }

    .single-post.truebit-case-study.elementor-default .main-navbar .fwd-logo-black {
        display: none !important;
    }
}

/*
* MENU - MOBILE *****************************************************
*/

.menu-open {
    overflow: hidden;
}

/* top */
.elementor-default .site .elementor .fwd-top-mobile-menu {
    border-bottom: 1px solid #FFFFFF29;
}

.elementor-default .site .elementor .fbth-addons-popup-content #offset-menu-close-btn {
    top: 15px;
}


/* bottom */
.elementor-default .site .elementor .fwd-bottom-mobile-menu {
    position: relative;
    height: calc(100vh - 60px);

    &::after {
        content: '';
        position: absolute;
        top: 62.13px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: gray;
    }
}

.elementor-default .site .elementor .fwd-bottom-mobile-menu .elementor-nav-menu .current-menu-item .elementor-item-active:after,
.elementor-default .site .elementor .fwd-bottom-mobile-menu .elementor-nav-menu .current-menu-item .elementor-item:after {
    height: 0;
    background-color: transparent;
}

.elementor-default .site .elementor .elementor-nav-menu {
    gap: 2.5rem;
}

.elementor-default .site .elementor .elementor-nav-menu > .menu-item > a,
.elementor-default .site .elementor .elementor-nav-menu > .menu-item > a:hover {
    padding: 0;
    cursor: pointer !important;
}

.elementor-widget-nav-menu .sub-arrow i {
  display: none; /* hide default */
}

.elementor-widget-nav-menu .sub-arrow::before {
  content: "\f078"; /* Font Awesome unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}


/* submenu */

.elementor-default .site .elementor .main-navbar .menu-item {

    &.current-menu-parent > a {
        color: var(--e-global-color-fbth_primary);
    }

    .sub-menu {
        padding: 8px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background-color: rgba(66, 66, 66, 0.8);
        backdrop-filter: blur(4px);
        top: 2rem !important;
        overflow: clip;

        &::after {
            content: '';
            position: absolute;
            background-color: rgba(66, 66, 66, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            mix-blend-mode: luminosity;
        }

        a {
            margin: 0;
            padding: 8px;
            font-size: 1rem;
            line-height: 150%;
            color: #ffffff;
            background: transparent;
            border-radius: 8px;
            border: 0;

            &:hover {
                background: rgba(255, 255, 255, 0.1);
            }
        }

        .current-menu-item a {
            color: var(--e-global-color-fbth_primary);
        }
    }
}

.elementor-default .site .elementor .main-navbar.scrolled .menu-item .sub-menu {
    background: #1E1F24;
}


@media only screen and (max-width: 991px) {
    .elementor-default .site .elementor .main-navbar .menu-item .sub-menu {
        position: relative !important;
        margin: 0 !important;
        padding: 0 0 0 16px;
        border: 0;
        backdrop-filter: blur(0px);
        background: transparent;
        top: 0 !important;

        &::after {
            background-color: transparent;
        }

        li {
            margin-top: 8px;
        }

        a {
            margin: 0;
            padding: 0;
            font-size: 24px;
            background: transparent;
            border-radius: 0;

            &:hover {
                background: transparent;
            }
        }
    }

    .elementor-default .site .elementor .main-navbar.scrolled .menu-item .sub-menu {
        background: transparent;
    }
}

.elementor-widget-nav-menu .sub-menu {
  transition: all 2s !important;
  animation: all 2s !important;
  /* transition: all 2s ease; */
}



/* *************************************  COMPONENTS ************************************* */

/* Swiper Slider */

@media only screen and (max-width: 991px) {
    .fwd-swiper-mobile .swiper {
        overflow: visible !important;
    }
}	

/* LATEST NEWS SECTION */
.page .site .elementor .fwd-latest-news .elementor-post__card {
    flex-direction: row;
    padding: 24px;
    gap: 24px;
    backdrop-filter: blur(10px);
}

.page .site .elementor .fwd-latest-news .elementor-post__card .elementor-post__thumbnail__link {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: calc( 0.66 * 100% ) !important;
    height: 100% !important;
}

@media only screen and (max-width: 991px) {
    .page .site .elementor .fwd-latest-news .elementor-post__card .elementor-post__thumbnail__link .elementor-post__thumbnail {
        padding-bottom: calc( 0.66 * 100% ) !important;
    }
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100% !important;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .wrapper-top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .elementor-post__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .elementor-post__text .elementor-post__title,
.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .elementor-post__text .elementor-post__excerpt {
    margin: 0;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .wrapper-top .elementor-post__badge {
    position: relative;
    margin: 0;
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .wrapper-top .elementor-post__meta-data {
    margin: 0;
    border: 0;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .page .site .elementor .fwd-latest-news .elementor-post__card {
        flex-direction: column;
    }
}
.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .elementor-post__text .elementor-post__read-more {
    transition: var(--main-transition);
}

.page .site .elementor .fwd-latest-news .elementor-post__card .wrapper-right .elementor-post__text .elementor-post__read-more:hover {
    color: var(--e-global-color-fbth_secondary) !important;
}



/* ************************************* PAGES ************************************* */

/*
* HOME PAGE ---------------------------------------------------------------
*/

/* SECTION HERO */

.page .section-hero h1 span {
    background: linear-gradient(179deg, #FFF 41.64%, #A8A8A8 66.02%, #151515 97.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 3px;
}

.page .section-hero-technical-report h1 span.white {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .page .section-hero h1 svg {
        width: 15px;
        margin-top: 5px;
    }
}

.page .section-hero .fwd-scroll-down {
    position: absolute;
    bottom: 1vh;
    margin: 0 auto;
}

.page .site .elementor .fbth-tabs-wrapper {
    display: flex;
}



@media only screen and (min-width: 1025px) and (max-width: 1650px)  {
    .page .site .elementor .section-hero .hero-bottom-content h4 {
        background: linear-gradient(90deg, rgba(238, 242, 244, 0) 0%, #EEF2F4 5%, #EEF2F4 95%, rgba(238, 242, 244, 0) 100%);
        padding: 0 2rem;
    }
}



@media only screen and (max-width: 767px)  {
    .page .site .elementor .section-hero .hero-bottom-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: rgb(236,240,243);
        background: -moz-linear-gradient(0deg, rgba(236,240,243,1) 0%, rgba(236,240,243,1) 41%, rgba(236,240,243,0) 50%);
        background: -webkit-linear-gradient(0deg, rgba(236,240,243,1) 0%, rgba(236,240,243,1) 41%, rgba(236,240,243,0) 50%);
        background: linear-gradient(0deg, rgba(236,240,243,1) 0%, rgba(236,240,243,1) 41%, rgba(236,240,243,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf0f3",endColorstr="#ecf0f3",GradientType=1);
    }
}



/* Tabs Section */
.home .site .elementor .e-n-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading {
    width: 33%;
    max-width: 240px;
    display: flex;
    justify-content: flex-start;
    height: fit-content;
    gap: 1.5rem;
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 0;
    gap: 16px 0;
    padding-left: 25px;
    align-items: flex-start;
    text-align: left;
    border: none;
    color: #8999A9;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    font-family: var(--font-family-custom);
    transition: var(--main-transition);
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before {
    content: "";
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    transition: var(--main-transition);
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    color: var(--Raisin-Black);
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--Raisin-Black);
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border: none;
    color: var(--color-secondary);
    pointer-events: none;
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--color-secondary);
}

.home .site .elementor .e-n-tabs .e-n-tabs-heading .e-n-tab-title>span{
    text-align: left;
}

/*
* RESOURCES PAGE ---------------------------------------------------------------
*/

/* Categories Menu */

@media only screen and (max-width: 480px) {
    .elementor-default .elementor .fwd-cat-list-container {
        overflow: scroll;
        margin: 0 -25px;
        width: calc(100% + 50px);
        padding: 0 25px;
   } 
}

@media only screen and (max-width: 480px) {
    .elementor-default .elementor .fwd-cat-list {
        max-width: unset;
        flex: 1;
    }
}

.elementor-default .elementor .fwd-cat-list h5 {
    display: none;
}

.elementor-default .elementor .fwd-cat-list-container > .e-con-inner {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

@media only screen and (max-width: 480px) {
    .elementor-default .elementor .fwd-cat-list-container > .e-con-inner {
        padding: 0 25px;
    }
}

.elementor-default .elementor .fwd-cat-list ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-self: center;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 991px) {
    .elementor-default .elementor .fwd-cat-list-container > .e-con-inner,
    .elementor-default .elementor .fwd-cat-list ul {
        gap: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .elementor-default .elementor .fwd-cat-list ul {
        width: calc(100% + 50px);
    }
}

.elementor-default .elementor .fwd-cat-list ul li {
    white-space: nowrap;
}

.elementor-default .elementor .fwd-cat-list ul li a {
    color: var(--Raisin-Black);
}

.elementor-default .elementor .fwd-cat-list ul li a:hover {
    color: var(--color-gray-700);
}

.elementor-default .elementor .fwd-cat-list ul li.current-cat a {
    color: var(--color-secondary);
    pointer-events: none;
}

/* Post List */
@media only screen and (max-width: 991px) {
    .page .site .elementor .fwd-resources-post .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card  {
    flex-direction: column;
    padding: 20px !important;
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card .elementor-post__thumbnail__link {
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card .wrapper-right .wrapper-top {
    display: flex;
    padding: 20px 0;
    gap: 20px;
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card .wrapper-right .wrapper-top .elementor-post__badge {
    position: relative;
    display: inline-flex;
    margin: 0;
    font-size: 16px;
    text-transform: initial !important;
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card .wrapper-right .wrapper-top .elementor-post__meta-data {
    padding: 0;
    margin-top: 0;
    align-self: center;
}

.elementor-default .elementor .fwd-resources-post .elementor-post__card .elementor-post__read-more {
    margin: 0;
}



/* Result Page */
.elementor-default .blog a.prev.page-numbers, 
.elementor-default .blog a.next.page-numbers, 
.search.search-results a.prev.page-numbers,
.search.search-results a.next.page-numbers {
    font-size: 16px !important;
}

.elementor-default .blog span.prev.page-numbers, 
.elementor-default .blog span.next.page-numbers, 
.search.search-results span.prev.page-numbers,
.search.search-results span.next.page-numbers {
    font-size: 16px !important;
    color: #e0e0e0 !important;
}

.elementor-default a.prev.page-numbers:after,
.elementor-default .blog a.next.page-numbers:after,
.search.search-results a.prev.page-numbers:after,
.search.search-results a.next.page-numbers:after {
    display: none !important;
}

.elementor-default .elementor-widget-container:focus,
.elementor-default .elementor-search-form:focus,
.elementor-default .elementor-search-form__container:focus,
.elementor-default .elementor-search-form__input:focus {
    outline: none !important;
}



/*
* ARCHIVE AND SEARCH - PAGES ---------------------------------------------------------------
*/
.search .site .blog-breadcrumb,
.archive .site .blog-breadcrumb {
    display: none;
}

.search .site-content .container,
.archive .site-content .container {
    max-width: 100% !important;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1349px) {
    .search .site-content .container,
    .archive .site-content .container {
        max-width: 100% !important;
        padding: 0;
    }
}

.search .site-content .container .row,
.archive .site-content .container .row {
    margin: 0;
}

.search .site-content .container .row .elementor-location-archive,
.archive .site-content .container .row .elementor-location-archive {
    padding: 0;
}

/*
* POST TEMPLATE PAGE ---------------------------------------------------------------
*/

.truebit-post .site-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px;
}

.truebit-case-study .site-main .container,
.truebit-post .site-main {
    max-width: 100% !important;
    padding: 0;
}

/* .truebit-post .site-main .blog-content-row {
    margin: 0;
}

.truebit-post .site-main .blog-content-row>* {
    padding: 0;
} */

.truebit-post .site-main  {
    width: 100%;
    padding: 0 10px;
}

.truebit-post .site-main .post-meta-share-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
    .truebit-post .site-main .post-meta-share-wrapper {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 10px;
    }
}

.truebit-post .site-main article {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 64px 14px 2rem;
    border-bottom: 1px solid #DAE1E7;
}

@media only screen and (max-width: 991px) {
    .truebit-post .site-main article {
        max-width: 100%;
        padding: 0 14px 0;
    }
}

.truebit-post .site .blog-breadcrumb {
    display: none;
}

.truebit-post .site-main .blog-post-top {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 14px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.truebit-case-study .site-main .blog-post-top {
    background-color: #ECF0F3;
}

@media only screen and (max-width: 991px) {
    .truebit-post .site-main .blog-post-top {
        padding: 14px;
        padding-top: 120px;
    }
}

/* Post Category */
.truebit-post .site-main .blog-post-top .post-category a  {
    display: inline-flex;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    background: var(--Raisin-Black);
    
    color: #ECF0F3;
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
}


/* Post Title */
.truebit-post .site-main .blog-post-top h1 {
    font-family: var(--font-family-custom);
    font-size: 64px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
    .truebit-post .site-main .blog-post-top h1 {
        font-size: 54px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .truebit-post .site-main .blog-post-top h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

/* Post Meta*/
.truebit-post .site-main .blog-post-top p {
    font-family: var(--font-family-custom);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.14px;
}

.truebit-post .site-main .blog-post-top .post-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.truebit-post .site-main .blog-post-top .icon-square {
    font-size: 6px;
}

/* Post Social Share */
.truebit-post .site-main .blog-post-top .post-share {
    display: flex;
    gap: 15px;
    font-size: 16px;
    align-items: center;

    p {
        margin: 0;
    }
}


.truebit-post .site-main .blog-post-top .post-share a {
    position: relative;
    display: flex;
    border-radius: 10px;
    padding: 7px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: var(--Raisin-Black);
    transition: var(--main-transition);
    cursor: pointer;
}

.truebit-post .site-main .blog-post-top .post-share a:hover {
    background-color: var(--Anti-flash-White);
}

/* Tooltips */
.fwd-tooltip {
    background-color: var(--color-primary);
    color: var(--Raisin-Black);
    opacity: 0;
    border-radius: 10px;
    padding: 2px 6px;
    transition: opacity .3s;
    position: absolute;
    top: -32px;
    font-size: 14px;
}

.fwd-tooltip::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    width: 8px;
    height: 8px;
    background: inherit;
    transform: rotate(45deg);
}

.fwd-tooltip.show {
    opacity: 1 !important;
}


/* Post Entry - Content */
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    font-size: 18px;
}

.entry-content p {
    margin-block-end: .9rem;
}

.entry-content .wp-block-list {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 480px) {
    .entry-content p,
    .entry-content ul li,
    .entry-content ol li {
        font-size: 16px;
        line-height: 1.5;
    }
}

.truebit-post .entry-content a,
.truebit-post .entry-content p a {
    color: var(--e-global-color-fbth_neutral_6);
    text-decoration: underline;
    transition: var(--main-transition);
}

.entry-content p a:hover {
    color: var(--e-global-color-fbth_secondary);
}

.site-main .entry-content {
    & :is(h1, h2, h3, h4, h5, h6) {
        font-weight: 600;
        letter-spacing: 0;
        padding-top: 30px;
        padding-bottom: 15px;
        color: var(--heading-color);
        font-size: 100%;
        line-height: 120%;

        strong {
            font-weight: 600;
        }
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }
}

/* Author Section */
.truebit-post .site-main .fwd-post-author-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 10px;
    border-bottom: 1px solid #DAE1E7;
}		

@media only screen and (max-width: 767px) {
    .truebit-post .site-main .fwd-post-author-row {
        max-width: 100%;
    }
}


.fwd-post-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fwd-post-title h6,
.fwd-post-title .icon-square {
    color: var(--color-gray-800);
}

.truebit-post .fwd-post-title h6 {
    font-size: 14px;
}

.fwd-post-author-inner {
    display: flex;
    gap: 48px;
}


@media only screen and (max-width: 767px) {
    .fwd-post-author-inner {
        flex-direction: column;
        gap: 20px;
    }
}

.fwd-img-author {
    display: flex;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    overflow: hidden;
}

.fwd-author-bio {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.fwd-author-name {
    color: var(--Raisin-Black);
    font-size: 18px;
    font-family: var(--font-family-custom);
    font-weight: 500;
}

.fwd-author-desc {
    font-size: 16px;
    font-family: var(--font-family-custom);
    line-height: 150%;
}

/* Next Post Section */
.fwd-next-read-section .fwd-container {
    display: flex;
    gap: 40px;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1100px) {
    .fwd-next-read-section .fwd-container {
        display: flex;
        gap: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .fwd-next-read-section .fwd-container {
        flex-direction: column;
        gap: 20px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.fwd-next-read-section .fwd-container .fwd-page-all-post {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 24px;
}

@media only screen and (max-width: 991px) {
    .fwd-next-read-section .fwd-container .fwd-page-all-post {
        width: 100%;
    }
}


.fwd-next-read-section .fwd-container .fwd-page-all-post h3 {
    color: var(--Raisin-Black);

    /* H3 */
    font-family: var(--font-family-custom);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 55.2px */
    letter-spacing: -0.96px;
}

@media only screen and (max-width: 991px) {
    .fwd-next-read-section .fwd-container .fwd-page-all-post h3 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .fwd-next-read-section .fwd-container .fwd-page-all-post h3 {
        font-size: 28px;
    }
}

.fwd-next-read-section .fwd-container .fwd-page-all-post p {
    color: var(--Raisin-Black);

    /* Body L */
    font-family: var(--font-family-custom);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.fwd-next-read-section .fwd-container .fwd-page-all-post a {
    color: var(--Raisin-Black);
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    transition: var(--main-transition);
}

.fwd-next-read-section .fwd-container .fwd-page-all-post a:hover {
    color: var(--e-global-color-fbth_secondary);
}

@media only screen and (max-width: 991px) {
    .fwd-next-read-section .fwd-container .fwd-page-all-post p,
    .fwd-next-read-section .fwd-container .fwd-page-all-post a {
        display: none;
    }
}

.fwd-next-read-section .fwd-container .fdw-next-post-category {
    display: flex;
    flex: 1;
    display: flex;
    padding: 24px;
    gap: 24px;
    
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #ECF0F3;
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
}

@media only screen and (max-width: 767px) {
    .fwd-next-read-section .fwd-container .fdw-next-post-category {
        flex-direction: column;
        padding: 20px;
    }
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-img {
    display: flex;
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    justify-content: space-between;
    height: 100%;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-desc-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-cat {
    display: inline-flex;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    background: var(--Raisin-Black);
    
    color: var(--Anti-flash-White);
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-date {
    display: inline-flex;
    color: var(--Slate-Gray);
    font-family: var(--font-family-custom);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 0.14px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc h5 {
    color: var(--Raisin-Black);
    font-family: var(--font-family-custom);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */

    a {
        color: var(--Raisin-Black);
        transition: all 0.3s;

        &:hover {
            color: var(--color-secondary);
        }
    }
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc p {
    color: var(--Slate-Gray);
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-bottom a {
    color: var(--Raisin-Black);
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    transition: var(--main-transition);
}				

.fwd-next-read-section .fwd-container .fdw-next-post-category .fwd-np-desc .fwd-np-bottom a:hover {
    color: var(--e-global-color-fbth_secondary);
}


/* 
* Case Study - Post Page 
*/

.truebit-case-study .site-main .blog-content-row {
    margin: 0 !important;
    padding: 0 !important;
}

.truebit-case-study .site-main .blog-content-row>* {
    margin: 0 !important;
    padding: 0 !important;
}

.truebit-case-study .site-main  {
    width: 100%;
    padding: 0 !important;
}

.truebit-case-study .site .blog-breadcrumb {
    display: none;
}

.truebit-case-study .site-main .case-header .fwd-container,
.truebit-case-study .site-main .case-content-wrapper .fwd-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    gap: 5%;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .site-main .case-header .fwd-container,
    .truebit-case-study .site-main .case-content-wrapper .fwd-container {
        flex-direction: column;
        gap: 2rem;
    }
}

.truebit-case-study .site-main .case-header {
    background-color: #ECF0F3;
    display: flex;
    padding-top: 150px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .site-main .case-header {
        /* padding: 14px; */
        padding-top: 120px;
    }
}

.case-header .fwd-col-1 {
    display: flex;
    /* width: 65%; */
    width: calc(100% - 430px);
    flex-direction: column;
    gap: 1.5rem;
}

.case-header .fwd-col-2 {
    display: block;
    /* width: 30%; */
    width: 380px;
}

@media only screen and (max-width: 991px) {
    .case-header .fwd-col-1,
    .case-header .fwd-col-2 {
        width: 100%;
    }
}

/* Post Category */
.truebit-case-study .site-main .case-header .post-category a {
    display: inline-flex;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 200px;
    background: var(--Raisin-Black);
    
    color: #ECF0F3;
    font-family: var(--font-family-custom);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
}


/* Post Hero */
.truebit-case-study .site-main .case-header h1 {
    font-family: var(--font-family-custom);
    line-height: 70px;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -1px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .site-main .case-header h1{
        font-size: 54px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .truebit-case-study .site-main .case-header h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

.truebit-case-study .site-main .case-header .fwd-col-1  .post-excerpt {
    width: 100%;
    max-width: 600px;
}

.truebit-case-study .site-main .case-header .fwd-col-2 img {
    border-radius: 1rem;
    object-fit: cover;
    margin-top: 50px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .site-main .case-header .fwd-col-2 img {
        margin-top: 0;
    }
}

/* Post Content */

.truebit-case-study .case-content-wrapper {
    padding-top: 50px;
}

.truebit-case-study .case-content-wrapper .case-content:last-child .fwd-container  {
    padding-bottom: 100px;
    /* border-bottom: 1px solid #D7DFE0; */
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content-wrapper .case-content:last-child .fwd-container {
        padding-bottom: 70px;
    }
}

.truebit-case-study .case-content .fwd-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .fwd-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.truebit-case-study .case-content .fwd-row {
    display: flex;
    gap: 3rem;
    padding: 0 3rem;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .fwd-row {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        padding: 0;
    }
}

.truebit-case-study .case-content .case-content-col-1 {
    width: 40%;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .case-content-col-1 {
        width: 100%;
    }
}

.truebit-case-study .case-content .case-content-col-1::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #8CA1B680;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .case-content-col-1::after {
        top: 15px;
    }
}

.truebit-case-study .case-content .case-content-col-1 h3 {
    display: inline-flex;
    z-index: 1;
    position: relative;
    background: #fff;
    padding-right: 3rem;
    max-width: 330px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .case-content-col-1 h3 {
        padding-right: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .case-content-col-1 h3 {
        font-size: 28px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .truebit-case-study .case-content .case-content-col-1 h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .truebit-case-study .case-content .case-content-col-2 p,
    .truebit-case-study .case-content .case-content-col-2 li {
        font-size: 16px;
        line-height: 22px;
    }
}

.truebit-case-study .case-content .case-content-col-2 {
    width: 60%;
    padding-top: 16px;
}

@media only screen and (max-width: 991px) {
    .truebit-case-study .case-content .case-content-col-2 {
        width: 100%;
        max-width: 600px;
        padding-top: 0;
    }
}


.truebit-case-study .case-content .case-content-col-2 a {
    color: var(--e-global-color-fbth_neutral_6);
    text-decoration: underline;
}

.truebit-case-study .case-content .case-content-col-2 p,
.truebit-case-study .case-content .case-content-col-2 ul {
    padding-bottom: 2rem;
}

.truebit-case-study .case-content .case-content-col-2 p:empty {
    padding-bottom: 0;
}

.truebit-case-study .case-content .case-content-col-2 ul li {
    list-style: disc !important;
}

.truebit-case-study .case-content .case-content-col-2 ul li ul li {
    list-style: circle !important;
}


/* .elementor-default .site-content .elementor-element .featured-post {
    display: none !important;
} */

/* case content - dark */

.truebit-case-study .case-content.fwd-bg-dark {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .truebit-case-study .case-content.fwd-bg-dark {
        margin-top: 0;
        margin-bottom: 50px;
        padding-bottom: 0;
    }
}

.truebit-case-study .case-content.fwd-bg-dark .case-content-col-1 h3,
.truebit-case-study .case-content.fwd-bg-dark {
    background-color: var(--e-global-color-fbth_neutral_6);
    color: #ECF0F3;
}

.truebit-case-study .case-content.fwd-bg-dark .case-content-col-1 p {
    color: #ECF0F3;
}

.truebit-case-study .site-main .fwd-row-section.fwd-next-read-section .fwd-container {
    padding-left: 25px;
    padding-right: 25px;
}

.truebit-case-study .case-content.fwd-bg-dark .case-content-col-2 a,
.truebit-case-study .case-content.fwd-bg-dark .case-content-col-2 p strong {
    color: #ECF0F3;
}


/* Button */
.truebit-case-study .case-content .elementor-button {
    font-size: 16px;
    font-weight: 500;
    fill: var(--e-global-color-fbth_neutral_6);
    color: var(--e-global-color-fbth_neutral_6);
    background-color: var(--e-global-color-fbth_primary);
    border-style: none;
    border-radius: 48px 48px 48px 48px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.16);
    padding: 16px 024px 16px 024px;
    margin: 40px 0 0;
    text-decoration: none !important;
}

.truebit-case-study .case-content .elementor-button:hover {
    fill: var(--e-global-color-fbth_white);
    color: var(--e-global-color-fbth_white);
    background-color: var(--e-global-color-fbth_neutral_6);
}

.truebit-case-study .case-content .elementor-button svg {
    width: auto;
    height: auto;
}

.truebit-case-study .case-content .elementor-button:hover svg path {
    fill: var(--e-global-color-fbth_white);
}

/*
* ABOUT PAGE ---------------------------------------------------------------
*/

#faqs {
    .fwd-accordion {
        .e-n-accordion-item {
            border-bottom: 1px solid #e9f0f6;

            > div {
                padding-right: 19%;
            }
        }

        .e-n-accordion-item-title {
            padding: 1.5rem 0;
        }

        svg {
            fill: transparent;
        }
    
        a {
            color: var(--e-global-color-fbth_secondary) !important;
        }
    }
}

.fwd-about-team-slider .fbth-testimonial__meta-content {
    flex-direction: row-reverse;
    gap: 40px;
}

@media only screen and (max-width: 991px) {
    .fwd-about-team-slider .fbth-testimonial__meta-content {
        flex-direction: row-reverse;
        gap: 10px;
    }
    
}

.page .site .elementor .fwd-about-team-slider .fbth-testimonial-slider-arrow {
    bottom: 40px !important;
    text-align: right;
    padding-right: 100px;
}

@media only screen and (max-width: 991px) {
    .page .site .elementor .fwd-about-team-slider .fbth-testimonial-slider-arrow {
        padding-right: 50px;
    }
}

.fwd-about-team-slider .fbth-testimonial_seven_single .quote-icon {
    background: transparent;
}

@media only screen and (max-width: 991px) {
    .fwd-about-team-slider  .fbth-testimonial_seven_single .fbth-testimonial__meta-content {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .fwd-about-team-slider .user-all-content .fbth-testimonial__img img {
        object-position: center top;
    }
}



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

}



#fwd-toc-content > .e-con-inner > .e-child {
    align-items: start;
}

@media only screen and (min-width: 768px) {
    #fwd-toc-content .fwd-toc {
        position: sticky;
        top: 0;
    }

    #fwd-toc-content .fwd-toc .elementor-widget-container {
        border: 0;
    }
}


@media only screen and (max-width: 767px) {
    #fwd-toc-content .fwd-toc {
        right: -100%;
        transition: var(--main-transition);
    }

    .toc-active #fwd-toc-content .fwd-toc{
        right: 40px;
    }
}

/*
* PRODUCT PAGE ---------------------------------------------------------------
*/

/* .section-hero-product h1{
    background: linear-gradient(240.36deg, #B2BBBD 21.55%, #ECF0F3 51.11%, #B2BBBD 81.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
} */



/*
* Privacy Policy and Terms - PAGES ---------------------------------------------------------------
*/


.mis-content ul li {
    list-style: disc !important;
}

.mis-content ul li ul li {
    list-style: circle !important;
}

.mis-content a {
    color: var(--e-global-color-fbth_neutral_6) !important;
    text-decoration: underline !important;
}



.page-template .fbth-accordion-items a {
    color: var(--e-global-color-fbth_secondary) !important;
}

.page-template .fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-text {
    width: 100% !important;
}



/*
* Cookiebot - styles ---------------------------------------------------------------
*/


#CybotCookiebotDialogPoweredbyCybot, 
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none !important;
}

#CybotCookiebotDialogPoweredbyLink {
    align-items: flex-start !important;
    padding-top: 10px !important;
}

.CookieDeclaration a {
    color: var(--e-global-color-fbth_secondary) !important;
}


/*
* HP to alert - styles ---------------------------------------------------------------
*/

/* .home .fwd-hp-alert-wrapper {
    z-index: 10000 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.home .fwd-hp-alert-wrapper > * {
    width: 100%;
} */

.fwd-hp-alert {
    display: none;
}

.home header {
    display: flex;
    flex-direction: column-reverse;
} 

.home .fwd-hp-alert {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    font-size: 1rem;
    background-color: var(--e-global-color-fbth_primary);
}

.home .fwd-hp-alert span {
    color: var(--e-global-color-fbth_dark);
    text-align: center;
}

.home .fwd-hp-alert span:nth-child(2) {
    font-weight: 600;
}

.home .fwd-hp-alert a  {
    color: var(--e-global-color-fbth_dark);
    text-decoration: underline;
}

/* .home.elementor-default header {
    top: 70px;
} */



/*
* PRICING PAGE ---------------------------------------------------------------
*/

.feature-tabs-desktop .elementor-sticky--active {
    /* border-top: 1px solid #414249; */
    transition: var(--main-transition);
}

.in-down .elementor-sticky--active {
    /* background-color: red !important; */
    top: 0 !important;
    inset-inline-start: 0px !important;
    max-width: var(--content-width) !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    border-bottom: solid 1px #ffffff22;
}


.in-up .elementor-sticky--active {
    /* background-color: blue !important; */
    top: 87px !important;
    bottom: unset !important;
    position: fixed !important;
    inset-inline-start: 0px !important;
    max-width: var(--content-width) !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    border-bottom: solid 1px #ffffff22;
}


.pricing-tabs {
    .elementor-widget-container{
    overflow: visible !important;
    }
    
    .e-n-tabs {
        display: flex;
        flex-direction: column; /* normal order */
        position: relative;
        overflow: visible !important; /* avoid breaking sticky */
    }

    .e-n-tabs-heading {
        order: 2;
        transition: var(--main-transition);
        display: flex;
        gap: 0.5rem;
        justify-content: space-between;
        padding: 20px 0;
        position: absolute;
        bottom: 0px;
        z-index: 11111111;
        /* background: red; */
        background-color: var(--e-global-color-fbth_neutral_6);
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: solid 1px transparent;
    }

    .e-n-tab-title {
        width: 31% !important;
        padding: 0.5rem;
        flex-basis: unset;
        border-radius: 0.5rem;
        background: transparent !important;
        color: #ffffff !important;
    }

    .e-n-tab-title[aria-selected=true]{
        background: rgba(255, 255, 255, 0.13) !important;
    }

    .e-n-tabs-content {
        order: 1;
    }
}

.e-hotspot__tooltip {
    width: 15.625rem;
    white-space: normal;
    bottom: calc(100% + 10px) !important;
    line-height: 120%;
}

@media only screen and (max-width: 767px) {
    .e-hotspot__tooltip {
        width: 11.625rem;
    }
}

@media only screen and (max-width: 480px) {
    .e-hotspot__tooltip {
        width: 11rem;
    }
}

.e-hotspot__tooltip::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 7px 10px 7px;
    border-color: transparent transparent #FFFFFF transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: 0 auto;
    rotate: 180deg;
}



.in-tab .e-n-tabs-heading {
    position: fixed;
    bottom: 0;
    padding: 20px 1rem;
    border-top: solid 1px #ffffff22;
}





/*
* PRINCING MODAL
*/

.modal-hide,
.modal-show {
    cursor: pointer;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

body.no-scroll {

    .fwd-modal {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9999999999;

        .elementor-element-cfc3273 {
            flex-direction: row;
            overflow: scroll;
            max-width: 60rem;
            margin: 0 auto;
            padding: 3rem;
        }

        .elementor-element-4270691 {
            position: sticky;
        }

        .elementor-17577 {
            padding-bottom: 3rem;
        }
    }
}

@media only screen and (max-width: 767px) { 
    body.no-scroll {
        .fwd-modal {
            .elementor-element-cfc3273 {
                padding: 1rem;
                height: 100svh;
                flex-direction: column;
            }

            .elementor-element-4270691 {
                position: fixed;
                width: 3rem;
            }

        }
    }
}

/* .page #elementor-popup-modal-17599 {
    z-index: 999999999999 !important;
    overflow: hidden !important;
}

.page #elementor-popup-modal-17599 .dialog-widget-content {
    background-color: #1d1d1d67 !important;
}

.page #elementor-popup-modal-17599 .elementor-17599 {
    height: 100svh !important;
    overflow: hidden !important;
}


@media only screen and (min-width: 768px) {
    .page #elementor-popup-modal-17599 .elementor-element-3eecaa8 {
        height: calc(100svh - 6rem) !important;
    }
}

.page #elementor-popup-modal-17599 .elementor-element-3eecaa8 {
    min-height: unset !important;
    overflow: scroll;
}

.page #elementor-popup-modal-17599 .btn-close-wrapper {
    height: 100%;
    position: sticky;
    top: 0rem;
    right: 0;
}

.page #elementor-popup-modal-17599 .btn-close-wrapper .modal-hide {
    top: -1.5rem;
    right: 1rem;
} */




