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


.text-bold{font-weight:600 !important;}
.text-white p,h1{color:#fff !important;}
.text-yellow{color:#FFC421 !important;}
a{opacity:1 !important;}
a:hover{text-decoration:underline !important;}



.nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap{background: linear-gradient(to bottom,#e5efff,#a6b1c2);}
.nectar-cta .link_wrap .arrow:before {line-height: 27px; font-size: 20px; width: 27px; height: 27px; top: 55%; color:#E5EFFF; background: #181D29; border: 0px; border-radius: 30px;}
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after {border-bottom: 2px solid #fff; width: 12px; top: 45.5%;}
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after, .nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {transform:none !important;}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after{display:none;}
.link_wrap a:hover{text-decoration:none !important;}
.cta-hvr-yellow .link_wrap:hover .arrow::before{color:#FFC421;}


body[data-button-style^=rounded] .nectar-cta .link_wrap:before{border-radius:25px;}

/*Submit Button*/
body[data-button-style=rounded].ascend .container-wrap button[type=submit]{padding: 10px 23px !important;  font-size: 14px;background: linear-gradient(to bottom, #e5efff, #a6b1c2); font-weight: 700;transition: transform 0.3s ease;}
body[data-button-style=rounded].ascend .container-wrap button[type=submit]:hover{background:#FFC421 !important; color:#181d29 !important;transition: transform 0.3s ease;}


/*Header phone and CTA*/
.header-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  gap: 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

i[class*=fa-], span[class*=fa-]{top: 0px;}
.contact-text{text-align: left;line-height: 1.3;}
.contact-text a:hover{text-decoration:none !important;}
.contact-icon {
  background-color: #ffc107;
  color: #181D29 !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.phone-number {font-weight: bold; font-size: 14px;}

.call-to-action-nav {
  background: linear-gradient(to bottom,#e5efff,#a6b1c2);
  border: none;
  border-radius: 50px;
  padding: 4px 8px 4px 20px;
  color: #333 !important;
  font-weight: bold;
  font-size: 13px;
  font-family:"Plus Jakarta Sans";
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.5s, box-shadow 0.2s !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}

.call-to-action-nav:hover {transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);background: #FFC421; color:#181D29 !important; border: 2px solid;}
.call-to-action-nav a:hover{text-decoration: none !important; color:#181D29 !important;}

.call-to-action-nav i{color: #181D29 !important;
    padding: 6px;
    right: 5px;
    top: -3px;
    width: 23px;
    height: 24px;
    border-radius: 15px;
    font-size: 15px;
    margin-left: 5px;}
.sub-text {font-size: 12px; color: #ccc;}


/*Footer*/
#footer-outer .row {padding: 30px 0;}
#footer-outer i{font-size:30px !important;}

.container .col.span_5{display: flex; justify-content: space-between;width:100%;}
/*.row .col .iwithtext .iwt-icon img:not([srcset]){width:18px;position: relative;bottom: -2px;}
.iwithtext .iwt-text {padding-left: 25px;}*/
.social-button i::before{color: #181D29;}
.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #181D29;
  border-radius: 12px;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.social-button:hover {
  background-color: #fff;
  color: #212121;
  transform: translateY(-2px);
}

.social-media-buttons {
  display: flex;
  gap: 10px;
}

/*Mobile*/
/*#header-outer #mobile-menu{display: flex; justify-content: center;}*/
#header-outer #mobile-menu .header-contact{display: flex;flex-direction: column;}
#header-outer #mobile-menu .nectar-header-text-content div{color:#fff;}
#header-outer #mobile-menu .nectar-header-text-content{background-color: inherit !important;}

@media (max-width: 1000px) {
	#copyright .container .col.span_5{display: flex; flex-direction: column;}
	#copyright .container .col.span_5 .col-md-8{margin-bottom:20px;}
	.nopadding_top .full-page-inner .container{padding-top:0px !important;}
    .nopadding_bot .full-page-inner .container{padding-bottom:0px !important;}
}
