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

/* *** MISC *** */
/* :root {
    --nectar-accent-color: #3db5e5;
    --nectar-extra-color-1: #00617e;
    --nectar-extra-color-2: #44999c;
    --nectar-extra-color-3: #00254B;
} */
.fs12 { font-size: 12px; line-height: 16px; }
.fs30 { font-size: 30px; line-height: 36px; }
.fs40 { font-size: 40px; line-height: 46px; }
.b7blue > .row-bg-wrap:first-of-type .row-bg {
    border-top: 7px solid var(--nectar-accent-color);
    border-radius: 40px 40px 0 0;
}
.b7blueDark > .row-bg-wrap:first-of-type .row-bg {
    border-top: 7px solid var(--nectar-extra-color-3);
    border-radius: 40px 40px 0 0;
}
.b7white > .row-bg-wrap:first-of-type .row-bg {
    border-top: 7px solid white;
    border-radius: 40px 40px 0 0;
}
.iwithtext .iwt-text { padding-left: 45px; }
.iwithtext .iwt-icon img {
    width: 15px !important;
    padding: 5px 0 0 0;
}
img.imgFixed {
    position: absolute;
    right: -7%;
    top: 65%;
    transform: translateY(-65%) !important;
    width: 400px;
    overflow: visible;
}
.greenKlx { color: var(--nectar-extra-color-2); }
/* *** END.MISC *** */

/* *** BTNS *** */
.mainBtn .link_wrap { padding: 12px 17px 12px 20px; }
.mainBtn.nectar-cta .link_wrap .arrow:before { font-size: 25px; line-height: 32px; }
.mainBtn.nectar-cta .link_wrap .link_text:after { border: none; }
.mainBtn .link_wrap:hover, .mainBtn.nectar-cta .link_wrap:hover .arrow:before, .mainBtn.nectar-cta .arrow:after {
    border-color: var(--nectar-accent-color) !important;
    color: var(--nectar-accent-color) !important;
}
/* *** END.BTNS *** */

/* *** HOME *** */
.type--layered-card-reveal.layered-card-reveal-effect--stack .nectar-sticky-media-section__content-section { height: 375px !important; }
.nectar-sticky-tabs .scrolling-tab-nav ul {
    border-left: 1px solid rgb(255 255 255 / 40%);
    padding-left: 24px;
}
.nectar-sticky-tabs .menu-content p { line-height: 50px; }
.nectar-sticky-tabs .tab-nav-heading:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 2px;
    height: 50px;
    background-color: white !important;
    display: inline-block;
    transition: transform 0.3s ease;
}
.nectar-post-grid h3, .nectar-post-grid h4, .nectar-post-grid h3 span, .nectar-post-grid h4 span {
    font-size: 30px !important;
    line-height: 36px !important;
    font-style: italic;
}
.nectar-post-grid .link_text {
    margin-top: 15px;
    padding: 5px 45px 5px 15px !important;
    border-radius: 20px;
    border: 1px solid white;
    position: relative;
    transition: all 0.3s ease;
}
.nectar-post-grid .link_text svg { display: none; }
.nectar-post-grid .link_text::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/03/white-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
.nectar-post-grid .link_text:hover::after { transform: translateY(-50%) translateX(5px); }
.nectar-sticky-tabs .wpb_tabs_nav li.active-tab a span { color: var(--nectar-accent-color); }
/* *** END.HOME *** */

/* *** ABOUT US*** */
.tabsH .tabbed .wpb_tabs_nav > li a:before, .tabsH .tabbed .wpb_tabs_nav > li a:after  { opacity: 0; }
.tabsH .active-tab a { color: var(--nectar-extra-color-2) !important; }
.tabsDark .wpb_tabs_nav li a span { color: rgb(255 255 255 / 50%); }
.tabsDark .scrolling-tab-nav ul { border-left: 1px solid rgb(61 181 229 / 50%) !important; }
.tabsDark .tab-nav-heading:before { background-color: var(--nectar-accent-color) !important; }
#mileStones {
    background-image: url(/wp-content/uploads/2026/03/mile-stones-bg-l.png), url(/wp-content/uploads/2026/03/mile-stones-bg-r.png);
    background-position: top 20% left, bottom 25% right;
    background-repeat: no-repeat, no-repeat;
}
#mileStones .symbol, #mileStones .subject { color: var(--nectar-extra-color-2); }
#mileStones .subject { border-top: 1px solid var(--nectar-extra-color-1); }
#mileStonesSticky .symbol, #mileStonesSticky .subject { color: white; }
#mileStonesSticky .subject { border-top: 1px solid white; }
#mileStonesSticky .contentDark .symbol, #mileStonesSticky .contentDark .subject { color: var(--nectar-extra-color-3); }
#mileStonesSticky .contentDark .subject { border-top: 1px solid var(--nectar-extra-color-3); }
#toggleMileStones .toggles.accordion p { color: white; }
#toggleMileStones .symbol { color: white; }
#toggleMileStones .subject { color: var(--nectar-extra-color-3); }
#toggleMileStones .subject { border-top: 1px solid var(--nectar-extra-color-3); }
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before { background: transparent; }
.nectar-flickity[data-controls*=arrows_overlaid] .previous:after, .nectar-flickity[data-controls*=arrows_overlaid] .next:after { display: none; }
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button svg { width: 25px; }
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button .flickity-button-icon .arrow { fill: white !important; }
.nectar-flickity .flickity-button:hover .flickity-button-icon path.arrow { fill: var(--nectar-accent-color) !important; }
#mileStonesSticky .nectar-sticky-media-section__content-section:first-child .nectar-milestone h4 span::after { content: "M"; } 
/* *** END.ABOUT US *** */

/* *** ACTIVITIES *** */
#activitiesSlider .cell:nth-child(odd) .inner-wrap { background-color: #44999C !important; }
#activitiesSlider .cell:nth-child(even) .inner-wrap { background-color: #3DB5E5 !important; }
/* *** END.ACTIVITIES*** */

/* *** NEWS *** */
.nectar-post-grid-wrap .load-more {
    color: white;
    border: 1px solid white;
    border-radius: 18px !important;
    padding: 7px 42px 7px 20px;
}
.nectar-post-grid-wrap .load-more::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/03/white-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
.nectar-post-grid-wrap .load-more:hover::after { background-image: url('/wp-content/uploads/2026/03/blue-dark-arrow.svg'); }
.nectar-post-grid-wrap .load-more:hover {
    background-color: transparent !important;
    border: 1px solid var(--nectar-extra-color-3) !important;
    color: var(--nectar-extra-color-3) !important;
}
#newsVideos div.item-main { display: none; }
.sticky-post-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* *** END.NEWS *** */
/* *** SINGLE *** */
body.single #header-space { background: black; }
body.single .heading-title { display: none; }
body.single .container-wrap, body.single .project-title { padding-top: 0; }
body.single .b7blue, body.single .b7blueDark, body.single .b7white { z-index: 9999; }
body.single .b7blue a, body.single .b7blueDark a, body.single .b7white a { color: #3db5e5 !important; opacity: 1 !important; text-decoration: underline; }
body.single .b7blue a:hover, body.single .b7blueDark a:hover, body.single .b7white a:hover { text-decoration: none; opacity: 0.8 !important; }
/* *** END.SINGLE *** */

/* *** CONTACTS *** */
.mapFull .nectar-google-map {
    height: 80% !important;
    min-height: 80vh;
}
.mapFull, .mapFull .vc_column-inner, .mapFull .wpb_wrapper {
    height: 100% !important;
    padding: 0 !important;
}
/* *** FORMS ***/
#mainForm .fc-form input[type="text"], #mainForm .fc-form input[type="email"], #mainForm .fc-form select, #mainForm .fc-form textarea {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    padding: 14px 18px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}
#mainForm .fc-form input[type="text"]::placeholder, #mainForm .fc-form input[type="email"]::placeholder, #mainForm .fc-form textarea::placeholder { color: rgba(255, 255, 255, 0.6) !important; }
#mainForm .fc-form input[type="text"]:focus, #mainForm .fc-form input[type="email"]:focus, #mainForm .fc-form select:focus, #mainForm .fc-form textarea:focus { border-color: rgba(255, 255, 255, 0.9) !important; }
#mainForm .fc-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('/wp-content/uploads/2026/03/arrow-form.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px !important;
    cursor: pointer !important;
}
#mainForm .fc-form select option {
    background-color: #0d2a4a !important;
    color: #ffffff !important;
}
#mainForm .fc-form .checkbox-cover label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    cursor: pointer !important;
}
#mainForm .fc-form input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 3px !important;
    background: transparent !important;
    cursor: pointer !important;
    position: relative !important;
    margin-top: 2px !important;
}
#mainForm .fc-form input[type="checkbox"]:checked {
    background-color: #3DB5E5 !important;
    border-color: #3DB5E5 !important;
}
#mainForm .fc-form input[type="checkbox"]:checked::after {
    content: '' !important;
    position: absolute !important;
    left: 5px !important;
    top: 2px !important;
    width: 5px !important;
    height: 9px !important;
    border: 2px solid #ffffff !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) !important;
}
#mainForm .fc-form .submit-button {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    padding: 10px 37px 12px 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: border-color 0.3s ease, color 0.3s ease !important;
}
#mainForm .fc-form .submit-button span.text:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/03/white-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
#mainForm .fc-form .submit-button:hover {
    border-color: #3DB5E5 !important;
    color: #3DB5E5 !important;
    -webkit-transform: translateY(0px);
}
#mainForm .fc-form .submit-button:hover span.text:after {
    background-image: url('/wp-content/uploads/2026/03/blue-arrow-2.svg') !important;
    transform: translateY(-50%) translateX(3px) !important;
}
#mainForm .checkbox-cover span { padding-top: 3px; }
#mainForm .fc-form .form-element .error {
    font-size: .70em !important;
    padding: 0 5px !important;
    background: #0b244a !important;
}
#mainForm .fc-form .form-element .fileupload-cover.field-cover,
#mainForm .fc-form .form-element .fileupload-cover.field-cover > div {
    width: 100% !important;
    display: block !important;
    margin: 0;
    padding: 0;
}
#mainForm html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file,
#mainForm .fileupload-cover .button-file.fileupload-button,
#mainForm .fc-form .form-element .fileupload-cover .button-file {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 6px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    padding: 14px 18px !important;
    height: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    line-height: normal !important;
    padding-left: 18px !important;
}
#mainForm .fileupload-cover .formcraft-icon {  display: none !important; }
#mainForm .fileupload-cover .button-file span { color: rgba(255, 255, 255, 0.6) !important; font-weight: 400 !important; }
#mainForm .fileupload-cover.field-cover .files-list li { background: transparent; }
#mainForm .fileupload-cover.field-cover .files-list li div {
    height: initial;
    line-height: initial;
    font-size: .65em;
    padding: 5px 10px;
}
#mainForm .fileupload-cover.field-cover .files-list li .delete-file {
    background: transparent;
    font-size: 15px;
    top: 3px;
    right: 3px;
}
#mainForm.formDark .fc-form select option { background-color: black !important; }
#mainForm.formDark .fc-form .form-element .error { background: black !important; }
html .formcraft-css a { color: white !important; }
a.powered-by { display: none !important; }
/* *** END.FORMS*** */
/* *** END.CONTACTS*** */

/* *** CAREERS *** */
.txtQuote {
    font-size: 28px;
    line-height: 36px;
    font-style: italic;
    padding-bottom: 10%;
}
.txtBlue, .txtBlue p {
    color: var(--nectar-accent-color);
    margin: 0 !important;
}
.tabsBtn .tabbed .wpb_tabs_nav { margin: 0 auto !important; }
.tabsBtn .tabbed .wpb_tabs_nav:after { display: none; }
.tabsBtn .tabbed .wpb_tabs_nav li a {
    border-radius: 8px;
    margin: 0 20px 20px 0;
}
.tabsBtn .tabbed ul:after, .tabsBtn .tabbed ul li .active-tab {
    background-color: var(--nectar-extra-color-2) !important;
    border: 1px solid var(--nectar-extra-color-2);
    padding: 10px 30px;
}
.tabsBtn .tabbed > ul li a:not(.active-tab) {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
} 
.tabsBtn .tabbed .wpb_tabs_nav li a:not(.active-tab):hover, .tabsBtn .tabbed .wpb_tabs_nav li a:not(.active-tab):hover {
   border: 1px solid white;
   color: white !important; 
}
.careersSc { padding: 3% 0 0 0; }
/* *** CAREERS SINGLE*** */
#singleHero { margin-top: -10%; }
#singleHero .nectar-cta .link_text {
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
#singleHero .nectar-cta .link_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%) scaleX(-1);
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/03/blue-arrow-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: transform 0.3s ease;
}
#singleHero .nectar-cta .link_wrap:hover .link_text::before {
    transform: translateY(-50%) scaleX(-1) translateX(-4px);
    background-image: url('/wp-content/uploads/2026/03/white-arrow.svg');
}
.single-careers h2 { padding-bottom: 20px; }
.single-careers h2, .single-careers h3 { color: var(--nectar-accent-color); }
.single-careers .nectar-global-section.before-footer {  padding-top: 0 !important; }
.single-careers .row { padding-bottom: 0 !important; }
/* *** END.CARRERS SINGLE *** */
/* *** END.CAREERS *** */

/* *** FOOTER *** */
.cmplz-cookiebanner * { list-style: none; }
#footerMain p, #footerMain img { opacity: 0.7 !important; transition: opacity 0.3s ease; }
#footerMain p:hover, #footerMain img:hover { opacity: 1 !important; }
#footerMain img.logoF { opacity: 1 !important; }
#footerMain a {
    color: white;
    text-decoration: none;
}
#footerMain a:hover {
    color: white;
    text-decoration: underline;
}
#footerCopys, #footerCopys a {
    font-size: 11px;
    text-decoration: none;
    color: white;
}
#footerCopys a:hover { color: var(--nectar-accent-color); } 
/* *** END.FOOTER *** */

/* *** MOBILE *** */
.desktopOnly { display: block !important; }
.mobileOnly { display: none !important; }
@media (max-width: 1000px) {
    .desktopOnly { display: none !important; }
    .mobileOnly { display: block !important; }
    .fs40 { font-size: 36px; line-height: 30px; }
    body .type--layered-card-reveal.content-alignment-middle .nectar-sticky-media-section__content-section__wrap { justify-content: flex-start; }
    img.imgFixed { width: 200px; }
    .nectar-sticky-tabs .scrolling-tab-nav .scrolling-tab-nav-current-item { justify-content: left; font-size: 30px; color: white; }
    .nectar-sticky-tabs .scrolling-tab-nav ul { text-align: left; }
    .nectar-sticky-tabs .scrolling-tab-nav ul li { padding-bottom: 10px; }
    .nectar-post-grid h3, .nectar-post-grid h4, .nectar-post-grid h3 span, .nectar-post-grid h4 span { font-size: 22px !important; line-height: 26px !important; }
    .nectar-post-grid-wrap .nectar-post-grid-item .content { padding: 26px !important; }
    #mileStones { background-position: top 25% left, bottom 10% right; background-size: 25%; }
    .fs40 { font-size: 30px; line-height: 36px; }
    #mileStonesSticky .nectar-sticky-media-sections .nectar-milestone h4, #mileStonesSticky .nectar-milestone .number .symbol-wrap{ font-size: 15vw !important; margin: 0; }
    #mileStonesSticky .nectar-milestone { line-height: initial; }
    .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport { margin: 40px 0 60px 0; }
    .nectar-flickity .flickity-prev-next-button.previous { left: 0 !important; }
    .nectar-flickity .flickity-prev-next-button.next { right: 0 !important; }
    #singleHero { margin-top: -2%; }

}
/* *** END.MOBILE *** */