/*
Theme Name: Applico Child
Theme URI: https://finestwp.co/demos/wp/applico/
Template: applico
Author: FinestDevs
Author URI: http://finestdevs.com/
Description: Applico is a smart, fast &amp; fully customized WordPress theme, built for any regular business, finance and consultation website. Applico Theme fully responsive layouts display beautifully across desktop, mobile, and all devices. Easy installation and demo imports allows you to build a complete website immediately after the activation. Currently Applico has pre-made demos for minimal blog website, Plumber website, yoga trainer website, solar website. We are consistently updating Applico with new demos every two weeks.
Tags: blog,custom-logo,post-formats,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-menu,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,footer-widgets,left-sidebar,right-sidebar
Version: 1.0.0
Updated: 2023-07-17 11:01:48

*/

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

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

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

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

.page blockquote,
.post-template blockquote {
    font-style: italic;
    color: var(--e-global-color-fbth_neutral_6) !important;
    padding: 1.2em 30px 1.2em 75px;
    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;
}

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

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

.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: -15px !important;
    font-size: 14px;
}

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

.wpcf7 form.sent .wpcf7-response-output {
    color: var( --e-global-color-fbth_success ) !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 *****************************************************
*/

.elementor-default header,
.elementor-default .sticky-wrapper {
    position: absolute !important;
    top: 0;
    width: 100%;
    border-bottom: 1px solid var(--color-white-16-opacity);
    backdrop-filter: blur(12px);
}

.elementor-default header .elementor .elementor-widget-fbth-main-menu .main-navigation ul.navbar-nav>li {
    display: flex;
}

.elementor-default header .elementor .elementor-widget-fbth-main-menu .main-navigation ul.navbar-nav>li>a {
    padding: 8px 25px; 
}

.elementor-default header .elementor .elementor-widget-fbth-main-menu .main-navigation ul.navbar-nav>li.current-menu-item>a>span {
    color: var(--color-primary);
    pointer-events: none;
}

.elementor-default .fbth-addons-popup-content {
    top: -100%;
    right: 0;
    left: 0;
}

.elementor-default .fbth-addons-popup-content.show {
    top: 0;
    right: 0;
    left: 0;
}

@media only screen and (max-width: 991px) {
    .elementor-default header {
        background-color: var(--Raisin-Black);
    }

    .elementor-default.home header {
        background-color: transparent;
    }
}

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

.single-post.elementor-default .main-navbar .navbar-nav > li > a,
.fwd-menu-dark.elementor-default .main-navbar .navbar-nav > li > a {
    transition: var(--main-transition);
}

.single-post.elementor-default .main-navbar .navbar-nav > li > a > span,
.fwd-menu-dark.elementor-default .main-navbar .navbar-nav > li > a > span {
    color: #ffffff;
    transition: var(--main-transition);
}

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

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

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


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

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

.fwd-menu-light.elementor-default .main-navbar .navbar-nav > li > a:hover > span {
    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 .navbar-nav > li > a {
    transition: var(--main-transition);
}

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

.single-post.truebit-case-study.elementor-default .main-navbar .navbar-nav > li > a:hover > span {
    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 .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 rgba(255, 255, 255, 0.16);
}

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


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

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

/* *************************************  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(180deg, #FFF 36.98%, #00C7FF 100%);
    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;
}


/* Tabs Section */
.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap {
    width: 33%;
    display: flex;
    align-items: center;
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs {
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
    border: 0;
    gap: 16px 0;
    padding-left: 25px;
    align-items: flex-start;
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li {
    border: none;
    color: #8999A9;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    font-family: var(--font-family-custom);
    transition: var(--main-transition);
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li: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);
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li:hover {
    color: var(--Raisin-Black);
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li:hover:before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--Raisin-Black);
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li.current {
    border: none;
    color: var(--color-secondary);
    pointer-events: none;
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li.current:before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--color-secondary);
}

.page .site .elementor .fbth-tabs-wrapper .fbth--tab-menu-wrap ul.tabs>li>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);
   } 
}

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

@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-content {
    padding: 0;
}

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

.truebit-post .site-content .container .blog-content-row {
    margin: 0;
}

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

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

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

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

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

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

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

.truebit-post .site-content .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-content .blog-post-top {
    background-color: #ECF0F3;
}

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

/* Post Category */
.truebit-post .site-content .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-content .container .blog-post-top h2 {
    font-family: var(--font-family-custom);
}

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

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

/* Post Meta*/
.truebit-post .site-content .container .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-content .container .blog-post-top .post-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

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

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


.truebit-post .site-content .container .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-content .container .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: 16px;
}

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

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

/* Author Section */
.truebit-post .site-content .container .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-content .container .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 */
}

.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-content .container .blog-content-row {
    margin: 0 !important;
    padding: 0 !important;
}

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

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

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

.truebit-case-study .site-content .case-header .fwd-container,
.truebit-case-study .site-content .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-content .case-header .fwd-container,
    .truebit-case-study .site-content .case-content-wrapper .fwd-container {
        flex-direction: column;
        gap: 2rem;
    }
}

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

@media only screen and (max-width: 991px) {
    .truebit-case-study .site-content .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-content .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-content .case-header h2 {
    font-family: var(--font-family-custom);
    line-height: 70px;
}

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

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

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

.truebit-case-study .site-content .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-content .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-content .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 {
    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 ---------------------------------------------------------------
*/

.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 ---------------------------------------------------------------
*/


.elementor-widget-fbth-text-editor ul li {
    list-style: disc !important;
}

.elementor-widget-fbth-text-editor ul li ul li {
    list-style: circle !important;
}

.elementor-widget-fbth-text-editor 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;
} */



