/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* temp will be removed later */
.cta-info.inner_row .wpb_wrapper .iwithtext:nth-child(2) {
    display: none;
}

:root {
    --var-body-color: #f3f3f3;
    --primary-color: #FF4F00;
}

.font-heading,
.font-heading * {
    font-family: var(--font-heading) !important;
}

.font-secondary,
.font-secondary * {
    font-family: 'Aeonik', sans-serif !important;
}

.justify-content-end .vc_column-inner>.wpb_wrapper {
    justify-content: end !important;
}

.text-uppercase,
.text-uppercase * {
    text-transform: uppercase !important;
}

.text-white,
.text-white * {
    color: white !important;
}

.text-center,
.text-center * {
    text-align: center;
}

.fw-three,
.fw-three * {
    font-weight: 300 !important;
}

.fw-four,
.fw-four * {
    font-weight: 400 !important;
}

.fw-five,
.fw-five * {
    font-weight: 500 !important;
}

.fw-six,
.fw-six * {
    font-weight: 600 !important;
}

.fw-seven,
.fw-seven * {
    font-weight: 700 !important;
}

.fw-eight,
.fw-eight * {
    font-weight: 800 !important;
}

.fw-nine,
.fw-nine * {
    font-weight: 900 !important;
}

.mb-0,
.mb-0 * {
    margin-bottom: 0px !important;
}

.mt-0,
.mt-0 * {
    margin-top: 0px !important;
}

.mx-auto,
.mx-auto * {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bison-full-height {
    height: 100vh;
    max-height: 600px;
}

.nt-footer .iwt-text {
    color: #fff;
    position: relative;
    top: 7px;
}

div#footer-outer {
    display: none;
}

ul#menu-footer-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

ul#menu-footer-menu li {
    list-style: none;
    color: #fff;
}





#header-outer header .row #logo {
    margin: 0px;
}

a.nectar-button.hero-service {
    border-color: transparent !important;
    margin-left: 20px;
    font-family: "Akkurat", sans-serif !important;
    font-weight: 400 !important;
}

.hero-icons .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-icons .wpb_wrapper .iwt-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding: 0px;
}

.hero-icons .iwithtext {
    margin: 0px !important;
}

.hero-icons .iwithtext .iwt-icon {
    position: relative;
}

.hero-icons .iwithtext .iwt-icon img {
    max-height: 18px !important;
    width: auto !important;
}

li.menu-item.cta span {
    background: var(--primary-color);
    padding: 8px 20px;
    border-radius: 25px;
}

li.menu-item.cta a span:after {
    content: none !important;
}

#header-outer header li.menu-item span {
    text-transform: uppercase;
}

.what-we-do .image-wrap {
    max-width: 60px;
    height: auto;
}

.what-we-do .nectar-fancy-box .image-wrap .box-bg {
    transform: none;
}

.what-we-do .nectar-fancy-box:hover h4 {
    background-size: 0 !important;

}

.what-we-do .nectar-fancy-box h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #0A0A0A;
}

.what-we-do .nectar-fancy-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #6B6A69;
}

.what-we-do:not(.service-built) .nectar-fancy-box {
    background: #FFF3ED99;
    padding: 30px !important;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.what-we-do:not(.service-built) .nectar-fancy-box:hover {
    border-color: #FF4F00;
    box-shadow: 0px 4px 15px 0px #0000004D;

}

.service-built .nectar-fancy-box .text {
    padding: 0px !important;
    padding-top: 20px !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    max-width: 140px;
}

.foundation-card .iwithtext {
    background: #292929;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    gap: 20px;
    max-width: 480px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.foundation-card .iwithtext:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

.foundation-card .iwithtext .iwt-icon {
    position: relative;
}

.foundation-card .iwithtext .iwt-icon img {
    margin: 0px;
    width: 56px !important;
    height: auto;
}

.foundation-card .iwithtext .iwt-text {
    padding-left: 0px;
}

.foundation-card .iwithtext h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 10px;
}

.foundation-card .iwithtext p {
    color: #D1D5DC;
    font-size: 16px;
    line-height: 1.7em;
}



.foundation-trusted h4 {
    color: #D1D5DC !important;
    font-size: 16px !important;
    line-height: 1.5em;
    margin-bottom: 20px !important;
}

.foundation-trusted ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.foundation-trusted ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    line-height: 1em;
    color: #fff !important;
}

.foundation-trusted ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FF4F00;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.foundation-trusted ul li:first-child:before {
    content: none;
}

.cta-info.inner_row {
    background: #FFF8F4E5;
    backdrop-filter: blur(10px);
    max-width: 500px;
    border-radius: 8px;
    padding: 30px;
}


.cta-info.inner_row .iwt-text h4 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 3px;
    line-height: 1.1em;
    color: #6B6A69;
    font-weight: 500;
}

.cta-info.inner_row .iwt-text p {
    font-size: 16px;
    line-height: 1.3em;
    color: #101828;
}

.cta-info.inner_row .iwt-text a {
    color: #FF4F00;
}

button.forminator-button.forminator-button-submit {
    width: 100% !important;
    display: block;
    text-align: center;
}

.bt-horizontal-timeline-wrapper {
    position: relative;
}

.bt-hr-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

.timeline-image img {
    width: 180px !important;
    height: auto;
}

.timeline-item h3 {
    color: #0a0a0a;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}

.timeline-item p {
    color: #6B6A69;
    font-size: 16px;
}

.timeline-number span {
    background: var(--primary-color);
    position: relative;
    color: #fff;
    padding: 8px;
    line-height: 1em;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-content {
    display: flex;
    flex-direction: column;
}

.timeline-desciption {
    margin-top: 30px;
    max-width: 170px;
}

.timeline-image {
    margin-bottom: 20px;
}

.timeline-number {
    position: relative;
}

.timeline-number:before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 2px;
    background: #d1d5dc;
    top: 50%;
    left: 0px;
}

.timeline-number.complete:before {
    background: var(--primary-color);
}



.timeline-item:last-child .timeline-number:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    width: 100%;
    height: 2px;
    background-color: #d1d5dc;
}



@media screen and (min-width: 980px) {
    .what-we-do:not(.service-built) .nectar-fancy-box {
        min-height: 330px;
    }

    .foundation-trusted {
        position: absolute;
        bottom: 0;
    }

    .foundation-card .wpb_wrapper {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    #header-outer header .row {
        background: #000;
        padding: 20px !important;
        border-radius: 60px !important;
    }

    .nt-footer-cta .inner-wrap.row-bg-layer.using-image:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background: #fff;
        top: 0;
        right: 0;
        z-index: 9;
    }

    #header-outer header {
        top: 20px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1600px) {
    .what-we-do:not(.service-built) .nectar-fancy-box {
        min-height: 352px;
    }
}


@media screen and (max-width: 980px) {
    .what-we-do .nectar-fancy-box h4 {
        font-size: 16px;
    }

    .service-built.mobile.wpb_row .wpb_column .nectar-fancy-box {
        display: inline-block;
        width: 33%;
        margin: 0px;
        min-height: 170px;
    }

    .foundation-trusted ul li {
        font-size: 16px;
    }

    body[data-bg-header=true] #header-outer[data-permanent-transparent="1"].transparent {
        background-color: #000000E5 !important;
    }

    .off-canvas-menu-container.mobile-only li a {
        font-size: 22px !important;
    }

    li.menu-item.cta span {
        font-size: 18px;
    }
}

@media screen and (min-width: 641px) {
    .timeline-item:first-child .timeline-number:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -100%;
        width: 100%;
        height: 2px;
        background-color: var(--primary-color);
    }
}

@media screen and (min-height: 600px) {
    .nt-hero-row .row_col_wrap_12 {
        min-height: 60vh;
        align-items: flex-end;
    }
}

@media screen and (min-width: 640px) {
    .timeline-image .mobile-content {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .service-built.mobile.wpb_row .wpb_column .nectar-fancy-box {
        width: 50%;
    }

    .service-built .nectar-fancy-box .text {
        max-width: 120px;
        font-size: 13px;
    }

    .foundation-trusted ul li {
        font-size: 14px;
    }

    .bt-hr-timeline {
        grid-template-columns: 1fr;
    }

    ul#menu-footer-menu {
        justify-content: center;
    }

    ul#menu-footer-menu li {
        font-size: 12px;
    }

    .foundation-card .iwithtext p {
        font-size: 14px;
    }

    .timeline-number {
        order: 1;
    }

    .timeline-image {
        order: 2;
    }

    .timeline-content>.timeline-desciption {
        display: none;
    }

    .timeline-image {
        display: flex;
        gap: 20px;
        flex-direction: row-reverse;
        align-items: center;
        margin-top: 20px;
    }

    .mobile-content .timeline-desciption {
        margin-top: 0px;
    }
}