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

/* header */
/* #header-outer li#menu-item-417 a span {
    background-color: aqua;
    color: #000;
    padding: 10px 20px !important;
    border-radius: 10px;
} */
#header-outer li.current-menu-item a span {
    color: #fff;
}
#header-outer header .container .row {
    background-color: #131315;
    padding: 0px 30px !important;
    border-radius: 15px;
    margin-top: 20px;
}
/* banner */
#changeText {
    font-size: 85px;
    line-height: 95px;
    font-weight: bold;
    transition: opacity 0.5s ease-in-out;
}
#banner .nectar-milestone .number {
    margin-bottom: 17px;
}
#banner .c1 p, #sec3 p {
    font-size: 36px;
    line-height: 46px;
}
#banner .ho .vc_column-inner, #banner .c1 .vc_column-inner {
    padding: 20px 30px !important;
    min-height: 165px !important;
}
#banner .ru {
    width: 100%;
}
/* sec2 */
#sec2 .ho .vc_column-inner {
    padding: 20px 0 10px !important;
}
/* sec4 */
#sec4 .nectar-scrolling-text-inner__text-chunk ul {
    display: flex;
    align-items: center;   /* vertical center */
    gap: 20px;             /* optional spacing */
}

#sec4 .nectar-scrolling-text-inner__text-chunk ul li img {
    width: 12% !important;
}
#sec4 .nectar-scrolling-text-inner__text-chunk ul li {
    list-style: none;
    display: contents;
    align-items: center;
}
#sec4 .nectar-scrolling-text-inner__text-chunk:nth-child(2) {
    display: none !important;
}
#sec4 .nectar-scrolling-text .nectar-scrolling-text-inner>* {
    /* transform: translateX(-20%) translateZ(0); */
    animation: nectar-scrolling-text-animation linear infinite 20s !important;
}



/* footer */
    body #footer-outer .row {
        padding: 0 !important;
    }
#footer-outer .btn-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

#footer-outer .btn-box {
  padding: 18px 36px !IMPORTANT;
  border-radius: 16px;
  background: #131315;
  color: #fff;
  font-weight: 500;
  text-decoration: none; /* underline khatam */
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
  width: 100%;
  font-family: 'DM Sans';
  font-weight: 600 !IMPORTANT;
  font-size: 19px !IMPORTANT;
}
#footer-outer .btn-box:hover {
  background: linear-gradient(180deg, #3a3a3a, #1a1a1a);
  transform: translateY(-2px);
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding: 28PX 10px !IMPORTANT;
}
#footer-outer #copyright p {
    COLOR: #808080 !important;
    FONT-FAMILY: 'DM Sans';
    FONT-WEIGHT: 600 !important;
    FONT-SIZE: 16PX;
}
/* about */
#abt p {
    font-weight: 500 !important;
    font-size: 24px;
    line-height: 36px;
    color: #809094;
}
#abt .pp1 {
    padding-right: 60px;
}
/* work */
#sec-1 h3 {
    font-size: 28px;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-family: 'inter';
    font-weight: 500;
}
#sec-1 p {
    font-size: 17px;
    font-family: 'Inter';
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #A1AFAF;
    font-weight: 500;
}
#sec-1 .pp p {
    color: #809094;
    font-size: 16px !important;
}

#sec-2 .ho .column-bg-overlay {
    background-color: #18181B !important;
}
#sec-2 #r22 .iwithtext .iwt-icon {
    display: none;
}
#sec-2 .iwithtext .iwt-text {
    padding-left: 0px !important;
}
#sec-2 hr {
    border-color: #45d3d3;
    margin: 8px 0 16px !important;
}
#sec-2 p:first-child span {
    color: #9f9fa9 !important;
}
#sec-2 p span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(https://devue.onlinetestingserver.com/greg-chartrau/wp-content/uploads/2026/02/Layer-1.png);
    font-family: 'fontawesome';
}
#sec-2 .txt p {
    font-size: 12px !important;
    color: #c2c2c9;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    text-transform: none !important;
    letter-spacing: unset !important;
}



@media (max-width: 800px) {
#header-outer header .container .row {
    padding: 20px 30px !important;
    border-radius: 15px;
    margin-top: 0;
}
#header-outer #top .row .col.span_9 .slide-out-widget-area-toggle {
    left: 20px;
}	
}
@media (max-width: 480px) {	
#banner .c1 p, #sec3 p {
    font-size: 26px;
    line-height: 36px;
}	
#changeText {
    font-size: 55px;
    line-height: 65px;
}
#sec2 .ho .vc_column-inner {
    padding: 20px 0 10px !important;
}
#sec-2 #r22 .ho {
    width: 50% !important;
    height: 100px !important;
}	
#sec-2 h2 {
    font-size: 22px !important;
    line-height: 26px !important;
}	
#sec-2 div#flair p {
        font-size: 33px !important;
    }	
/* #banner .nectar-milestone.animated-in {
    text-align: center;
}
#banner .ho .vc_column-inner {
    text-align: center;
}
#banner .ho .vc_column-inner img {
    margin: 0px auto;
} */
    #banner .ho {
        width: 50%;
        margin-bottom: 0 !important;
    }
/* 	#banner div#b1 {
    margin-bottom: 0 !important;
} */
#footer-outer .btn-wrapper {
    display: inline-grid;
}
#sec-2 .ho .vc_column-inner {
    padding: 30px 30px !important;
}
#sec-2 .ss1, #sec-2 .ma ul {
    column-count: 1 !important;
}	
#abt .pp1 {
    padding-right: 0px;
}
#sec4 .nectar-scrolling-text-inner__text-chunk ul li img {
    width: 34% !important;
}	
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}