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

.single-team .container-wrap{
	padding: 0 !important;
}
.single-team .container-wrap .main-content{
	max-width: 100%;
	margin:0 auto;
	padding: 0;
}
.single-team .container-wrap .before-footer{
	padding-top: 0 !important;
}
.meet-section{
	padding: 50px 0;
}
.meet-hero-banner{
	background: url('./images/bg.jpg') no-repeat 0 0; 
	background-size:cover;
	
}
.meet-hero-banner-wrapper{
	display: flex;
    align-items: center;
	gap:40px;
}
.custom-content{
	max-width: 1425px;
	margin:0 auto;
	padding: 0 60px;
}
.meet-hero-banner-wrapper .meet-hero-content{
	width:60%;
}
.meet-hero-banner-wrapper .meet-hero-image{
	width:40%;
}
.meet-hero-content h1,
.meet-hero-content h2,
.meet-hero-content p{
	color:#fff;
}
.meet-hero-content p{
	margin-top:30px;
	padding-bottom:0;
}
.team-address-detail{
	display: flex;
    align-items: center;
    gap: 30px;
	margin-top:30px;
}
.team-address-detail a {
	display: flex;
    align-items: center;
    gap: 10px;
	color:#fff;
}
.team-address-detail a:hover{
	text-decoration: underline;
}
.team-address-detail a img{
	max-width: 38px !important;
	margin:0 !important;
	display: block;
}
.client-testimonials-section,
.meet-services-section{
	background: rgba(255, 255, 255, 0.7);
}
.meet-title-section{
	text-align: center;
    margin-bottom: 40px;
}
.meet-services-wrap{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    /*grid-template-columns: repeat(3,minmax(0,1fr));*/
    gap: 0px;
	margin: 0 -35px;
}
.meet-services-wrap .meet-services-column{
	padding:0 35px;
	display: grid;
    align-content: space-between;
	position: relative;
	width:33.33%;
}
.meet-services-wrap .meet-services-column:before{
	content:'';
	position: absolute;
	left:-20px;
	top:0;
	width:2px;
	height:100%;
	display: block;
	background:#DEE8FF;
}
.meet-services-wrap .meet-services-column:first-child:before{
	display: none;
}
.meet-services-column .meet-services-name{
	display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom:25px;
}
.meet-services-column .meet-services-name img{
	max-width: 90px !important;
	margin:0 !important;
	display: block;
}
.personal-finance.meet-services-column .meet-services-name h3{
	color:#007AF5;
	margin:0;
}
.meet-services-column ul{
	margin:0;
	padding:0;
}
.meet-services-column ul li{
	list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.meet-services-column ul li:before{
	content:'';
	position: absolute;
	left:0;
	top:8px;
	width:16px;
	height:16px;
	background: url('./images/meet-arrow-1.png') no-repeat 0 0; 
	background-size:16px;
}
.commercial-finance.meet-services-column ul li:before{
	background: url('./images/meet-arrow-2.png') no-repeat 0 0; 
	background-size:16px;
}
.specialist-finance.meet-services-column ul li:before{
	background: url('./images/meet-arrow-3.png') no-repeat 0 0; 
	background-size:contain;
}
.asset-finance.meet-services-column ul li:before{
	background: url('./images/meet-arrow-3.png') no-repeat 0 0; 
	background-size:contain;
}
.commercial-finance.meet-services-column .meet-services-name h3{
	color:#9D66CC;
	margin:0;
}
.specialist-finance.meet-services-column .meet-services-name h3{
	color:#04C4B4;
	margin:0;
}
.asset-finance.meet-services-column .meet-services-name h3{
	color:#04c4b4;
	margin:0;
}
.meet-services-btn{
	margin-top:30px;
}
.meet-services-btn a{
	border-color:#001871 !important;
	color:#001871;
	font-size: 16px !important;
	text-align: center;
}
.meet-services-btn a:hover{
	background:#001871 !important;
	color:#fff;
}
.meet-full-bg{
	background: url('./images/meet-page-bg.png') no-repeat 0 0; 
	background-size:cover;
}
.meet-service-area-wrapper{
	display: flex;
    align-items: center;
	gap:40px;
}
.meet-service-area-content{
	width:70%;
	padding-right: 10px;
}
.meet-service-area-img{
	width:30%;
}
.service-area-office{
	display: flex;
    align-items: center;
    gap: 20px;
}
.service-area-office img{
	max-width:49px;
	margin:0 !important;
	display: block;
}


.team-address-detail.contact-address-detail{
	display:block;
}
.team-address-detail.contact-address-detail a{
	margin-bottom:12px;
	color: #001871;
	font-weight: 600;
}
.meet-contact-wrapper{
	display: flex;
    align-items: center;
    gap: 40px;
}
.meet-contact-info{
	width:40%;
}
.meet-contact-form{
	width:60%;
}
.meet-contact-info .meet-contact-social{
	margin:20px 0 0 0;
	display: flex;
    align-items: center;
	gap:10px;
	position: relative;
	z-index:2;
}
.meet-contact-info .meet-contact-social li{
list-style-type: none;
}
.meet-contact-info .meet-contact-social li img{
	margin: 0;
    max-width: 35px;
    display: block;
}
.meet-contact-info-img{
	margin: 30px -20px -180px -50px;
}
.meet-contact-form .nf-form-cont{
	background: #001871;
    padding: 25px;
    border-radius: 10px;
}
.meet-contact-form .nf-form-cont .nf-field-description p{
	color:#fff;
}
.meet-contact-form .nf-form-cont .submit-container{
	margin:0 !important;
}
.meet-contact-form .nf-form-cont .submit-container .ninja-forms-field.nf-element {
	background: transparent !important;
    color: #fff !important;
    border: 2px solid #04C4B4 !important;
    padding: 13px 30px !important;
    height: auto !important;
    min-width: 140px;
    font-weight: 400;
}
.meet-contact-form .nf-form-cont .submit-container .ninja-forms-field.nf-element:hover{
	background: #04C4B4 !important;
	color: #001871 !important;
}
.client-testimonials-section .wp-gr{
width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}
.client-testimonials-section .wp-gr .grw-header{
	-ms-flex: auto;
    flex: inherit !important;
    width: 25% !important;
}
.client-testimonials-section .wp-gr .grw-header .wp-google-left{
	display: block !important;
	margin-bottom:10px !important;
}
.client-testimonials-section .wp-gr .grw-header .wp-google-left img{
	float: none !important;
	margin:0 auto !important;
}
.client-testimonials-section .wp-gr .grw-header .grw-header-inner{
	margin:0 !important;
	text-align: center !important;
}
.client-testimonials-section .wp-gr .grw-content{
	-ms-flex: auto;
    flex: inherit !important;
    width: 75% !important;
}
.client-testimonials-section .wp-gr .grw-content .grw-reviews .grw-review .grw-review-inner{
	box-shadow: 0 0 5px 1px #cdcdcd !important;
    background: #fff !important;
    border-radius: 5px !important;
}
.client-testimonials-section .meet-title-section {
    margin-bottom: 20px;
}
.client-testimonials-section .wp-gr .grw-dot{
	background: #A6A6A6!important;
	width:8px!important;
	height:8px!important;
	border:3px solid transparent!important;
	opacity:1 !important;
}
.client-testimonials-section .wp-gr .grw-dot.active{
	background: #fff!important;
	width:15px!important;
	height:15px!important;
	border-color:#001871!important;
}
.client-testimonials-section .wp-gr .grw-dots{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.client-testimonials-section .wp-gr .wp-google-text{
	color: #001871 !important;
    font-size: 16px !important;
}
.client-testimonials-section .wp-gr .grw-header .wp-google-name{
	color: #001871 !important;
    margin-bottom: 20px !important;
	font-size: 16px !important;
}
.client-testimonials-section .wp-gr.wpac .wp-google-name,
.client-testimonials-section .wp-gr.wpac .wp-google-name a{
	color: #001871 !important;
}
.meet-contact-form .nf-response-msg p {
    color: #fff !important;
}
.nectar-post-grid .nectar-post-grid-item .content .item-main{
	pointer-events: auto;
}

@media screen and (max-width : 1199px) {
	.meet-services-column .meet-services-name img {
    	max-width: 70px !important;
	}
	.meet-services-wrap .meet-services-column:before{
		left: -10px;
	}
	.service-area-office img {
		max-width: 35px !important;
	}
	.service-area-office-address h3{
		margin-bottom: 0px;
	}
	.meet-contact-info-img {
		margin: -20px -20px -180px -50px;
	}
}
@media screen and (max-width : 991px) {
	.meet-hero-banner-wrapper{
		flex-wrap: wrap;
		text-align: center;
		gap: 10px;
	}
	.meet-hero-banner-wrapper .meet-hero-content {
		width: 100%;
	}
	.meet-hero-banner-wrapper .meet-hero-image {
		width: 100%;
		order: -1;
		max-width: 350px;
		margin: 0 auto;
	}
	.team-address-detail{
		gap: 20px;
    	justify-content: center;
		flex-wrap: wrap;
	}
	
	.meet-services-wrap .meet-services-column{
		margin-bottom: 30px;
		width:50%;
	}
	.meet-services-wrap .meet-services-column:last-child:before{
		display: none !important;
	}
	.meet-contact-wrapper{
		display: block;
	}
	.meet-contact-info {
		width: 100%;
	}
	.meet-contact-form {
		width: 100%;
		z-index: 1;
		position: relative;
	}
	.meet-contact-info-img {
    margin: 0px 0px -142px 0px;
}
}
@media screen and (max-width : 767px) {
	.meet-section {
		padding: 30px 0;
	}
	.meet-hero-content p {
		margin-top: 10px;
	}
	.custom-content {
		padding: 0 20px;
	}
	.meet-services-wrap{
		gap:30px;
	}
	.meet-services-wrap .meet-services-column{
		margin:0;
		width:100%;
	}
	.meet-services-wrap .meet-services-column:before{
		display: none !important;
	}
	.meet-service-area-wrapper{
		display: block;
	}
	.meet-service-area-content {
    width: 100%;
    padding-right: 0;
}
	.service-area-office{
		gap: 10px;
	}
	.meet-service-area-img {
		width: 100%;
		margin:10px 0 0;
	}
	.client-testimonials-section .wp-gr .grw-header {
		width: 100% !important;
	}
	.client-testimonials-section .wp-gr .grw-content{
		width: 100% !important;
	}
	.meet-contact-info-img {
		margin: 0px 0px -74px 0px;
	}
	.meet-contact-form .nf-form-cont{
		padding: 15px;
	}
}

/* Global */
.checklist ul li {
	list-style: none;
	position: relative;
}

.checklist ul li::before {
	content: '';
	background-image: url(/wp-content/uploads/2025/06/check-icon.png);
	width: 20px;
	height: 20px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	left: -30px;
	top: 5px;
}

.boxes-3-col .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.boxes-3-col .wpb_wrapper .nectar-flip-box {
	flex: 1 1 calc(30%);
	margin: 0 !important;
}

.boxes-3-col .wpb_wrapper .nectar-flip-box .flip-box-back {
	text-align: left !important;
}

.boxes-3-col .wpb_wrapper .nectar-flip-box .flip-box-front, 
.boxes-3-col .wpb_wrapper .nectar-flip-box .flip-box-back {
	height: 100% !important;
	min-height: 500px !important;
}

/* Accordion */
.accordion {
	background-color: #eee;
	color: var(--dark);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.4s;
	margin-bottom: 0 !important;
}

.active, .accordion:hover {
	background-color: #ccc;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}

.panel {
	padding: 0 20px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel p, .panel li, .panel a {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}