/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 3.4.9.1784385477
Updated: 2026-07-18 14:37:57

*/

nav.rank-math-breadcrumb p a{
	color:#171717!important;
}
nav.rank-math-breadcrumb p a:hover{
	color:#003599!important;
}
nav.rank-math-breadcrumb span.last{
	color:#585858!important;
}
.reviews-score {
     position: relative;
    padding-right: 36px; 
}

.reviews-score::after {
  content: "";
    position: absolute;
    top: 50%;
   left:125px;
    transform: translateY(-50%);
	   width: 24px;
    height: 24px;
    background: url("https://ehl.trifectadigimedia.com/wp-content/uploads/2026/07/google.png") no-repeat center;
    background-size: contain;
}
.reviews-wrap {
    display: flex;
    gap: 50px;
    align-items: flex-start;
	margin-bottom:110px;
	  padding-left: max(20px, calc((100vw - 1200px) / 2));
	overflow:hidden;
}

.reviews-left {
    flex: 0 0 calc(30% - 25px);
}

.reviews-right {
    flex: 0 0 calc(70% - 25px);
	margin-right: calc((100vw - 1200px) / -2);
}



.reviews-score{
    font-size:76px;
	letter-spacing:-4px;
    font-weight:900;
    color:#ef6c00;
	line-height:1em;
}

.reviews-pill{
    display:inline-flex;
    align-items:center;
    gap:15px;
    padding:12px 25px;
    border-radius:0 40px 40px;
    background:#ffffff30;
    box-shadow:0 15px 35px #96989b2e;
    margin:-20px 0 30px 85px;
	position:relative;
	z-index:99;
}

.reviews-pill strong{
    font-size:18px;
}
.reviews-pill span{
	display:block;
	line-height:1.3em;
}

.reviews-title{
    font-size:36px;
	color:#171717;
    line-height:1.4em;
    font-weight:800;
    margin:0 0 35px;
}

.reviews-nav{
    display:flex;
    gap:15px;
}

.review-prev,
.review-next{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#F3F3F3;
	color:#515151;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    cursor:pointer;
    transition:.3s;
}

.review-prev:hover,
.review-next:hover{
    background:#003599;
    color:#fff;
}

.reviews-right{
    width:calc(100% - 360px);
    overflow:hidden;
}

.testimonials-slider{
    width:100%;
}

.swiper-slide{
    height:auto;
}

.review-card{
    background:#F6F9FF;
    border-radius:30px;
    padding:28px;
    position:relative;
    height:100%;
	border:1px solid #EDF3FF;
    box-sizing:border-box;
}

.quote{
    position:absolute;
    right:25px;
    top:25px;
}
.quote img{
	height:30px;
	object-fit:contain;
}
.review-head{
    display:flex;
    align-items:center;
    gap:14px;
}
.review-avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
    background:#ff5a1f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:22px;
    font-weight:700;
}

.review-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.review-head h4{
    margin:0;
    font-size:16px;
	color:#171717;
	text-transform:capitalize;
	font-weight:700;
}

.review-head span{
    color:#777;
}

.review-stars{
    color:#ef6c00;
    font-size:14px;
    margin:20px 0 10px;
    letter-spacing:3px;
}

.review-card p{
    margin:0;
    line-height:1.7em;
    color:#515151;
    font-size:15px;
}

.review-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    transition: all .3s ease;
}

.review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.review-toggle {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #171717!important;
	font-size:14px!important;
    text-decoration: none;
    cursor: pointer;
}

.review-toggle:hover {
    text-decoration: underline;
}

/*======================*/
.lender-partners-row{
    display:flex;
    align-items:center;
    gap:40px;
}
.lender-partners-content h2{
    margin:0;
}
.lender-partners-slider{
    max-width:100%;
    overflow:hidden;
}

.lender-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    height:90px;
}

.lender-logo img{
    max-width:100%;
    max-height:60px;
    width:auto;
    object-fit:contain;
    transition:.3s;
}

.lender-logo img:hover{
    transform:scale(1.05);
}



/*=================HOMEPAGE=================*/
.hero-banner-btn svg{
	font-size:22px;
}
.hero-banner-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.recognition-row{
    display:flex;
    align-items:center;
    gap:40px;
	flex-direction:row!important;
}

.recognition-content{
    flex:0 0 20%;
    max-width:20%;
}

.recognition-content span{
    font-size:22px;
	color:#171717;
    line-height:1.4em;
    font-weight:700;
}

.recognition-slider{
    flex:0 0 calc(80% - 40px);
    max-width:calc(80% - 40px);
    overflow:hidden;
}

.recognition-logo{
    display:flex;
    align-items:center;
    justify-content:center;
    height:90px;
}

.recognition-logo img{
    max-width:100%;
    max-height:90px;
    width:auto;
    object-fit:contain;
}

/* Responsive */

@media (max-width:1024px){

	.recognition-content span{
		font-size:18px;
		
	}
	.recognition-logo{
    height:80px;
}
	.recognition-logo img{
    max-height:80px;
	}

}

@media (max-width:767px){
    .recognition-logo{
        height:55px;
    }

    .recognition-logo img{
        max-height:55px;
    }
}
@media (max-width:575px){
	.recognition-row{
		flex-direction:column!important;
		gap:20px;
	}
	.recognition-content, .recognition-slider{
		   flex:0 0 100%;
    max-width:100%;
		text-align:center;
	}
	.recognition-content span{
		font-size:16px;
	}
}
/*===================HEADER================*/
@media(max-width:1024px){
	.menu-col {
    order: 2;
    width: 35px;
    flex: 0 0 35px!important;
}

.header-btn-col {
    width: calc(100% - 35px);
    margin-right: 20px;
}
		ul#menu-2-f501eaa{
		margin-top:20px;
	}
	.elementor-nav-menu--dropdown {
    box-shadow: 0 8px 20px #00000008;
}
}
@media(max-width:767px){
	.header-wrapper .e-con-inner{
		flex-wrap:nowrap!important;
	}
	.logo-wrap-col{
		width:auto!important;
	}
}

.footer-subscribe br{
	display:none;
}
.footer-subscribe {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}
.footer-subscribe p:first-child{
	width:100%;
	flex:auto!important;
}
.footer-subscribe p {
    display: flex;
    gap: 12px;
	align-items:center;
    margin: 0;
}

.footer-subscribe label {
    margin: 0;
	width:100%;
}
.wpcf7-not-valid-tip {
    color: #ff0000;
	padding-top:5px;!important;
	    position: absolute;
    top: -46px;
}

.footer-subscribe input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 0 25px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output{
	border:none!important;
	margin:5px 0 0!important;
	color:#fff!important;
	padding:0!important;
}

.footer-subscribe input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.footer-subscribe input[type="submit"] {
    height: 48px;
    padding: 0 30px;
    border: none;
    background: #fff;
    color: #0A3D91; 
	border-radius:30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    white-space: nowrap;
}

.footer-subscribe input[type="submit"]:hover {
    background: #0A3D91;
    color: #fff;
}

.footer-subscribe .wpcf7-spinner {
    display: none;
}


.footer-title p {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.footer-title p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px; 
    height: 3px;
    background-color:#003599; 
    border-radius: 2px;
}
.footer-contact__item {
	display:flex;
	gap:15px;
	align-items:center;
}
.footer-contact__item a {
    color: #454545;
    font-weight: 500;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.footer-contact__item i{
	font-size:16px;
}
.footer-contact__item.footer-contact__email {
    margin: 30px 0;
}
.footer-contact__facebook a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #3F3F3F;
    border: 1px solid rgba(0,0,0,.08);
    transition: .3s ease;
    font-size: 20px;
}
span.number-wrap a{
	display:block;	
}
span.number-wrap a:first-child{
	margin-bottom:6px;
}
.footer-contact__facebook a:hover, .footer-contact__item  a:hover {
    color:#003599;
}
.policy-info-wrap p a, .elementor-shortcode, .policy-info-wrap p {
	font-size:14px;
	margin:0;
}
.mb-custom p{
	margin-bottom:0!important;
}
.box-info h3{
margin:0;
}


.process-wrapper{
    overflow: hidden;
}
.process-wrapper .e-child{
    position: relative;
}
.process-wrapper .elementor-image-box-img{
    position: relative;
    display: inline-block;
    z-index: 2;
}
.process-wrapper .e-child:not(:last-child) .elementor-image-box-img::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin:0 60px;       
    width: 220px;             
    border-top: 2px dashed #E2E2E2;
    z-index: -1;
}

.blog-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.blog-card{
    width: calc((100% - 60px) / 3);
}

.blog-image{
    display: block;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 20px;
}

.blog-image img{
    width: 100%;
    height: 260px;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    transition: transform .4s ease;
}

.blog-card:hover .blog-image img{
    transform: scale(1.05);
}

.blog-date{
    display: flex;
	gap:8px;
	align-items:center;
    font-size: 13px;
    font-weight: 500;
    color: #777;
}

.blog-title a, .blog-title{
    color: #171717;
    text-decoration: none;
    transition: .3s;
	    margin: 5px 0 10px;
	    font-family: "Plus Jakarta Sans", Sans-serif;
   	font-size:18px!important;
    font-weight: 700;
		line-height:1.6em!important;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

    min-height: calc(1.6em * 3);
    height: calc(1.6em * 3);
}
.blog-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
	color:#515151;
	font-size:15px!important;
    font-weight: 500;
    text-decoration: none;
	transition:0.3s ease-in-out;
}
.blog-btn:hover{
	color:#ED6503;
}


/*====================================
 ABOUT US PAGE
=======================================*/
.points .elementor-icon-box-wrapper p.elementor-icon-box-title{
	margin:0!important;
}
.recognised-logo-wrapper img{
	height:90px;
	object-fit:contain;
}

/*=============================================
 SERVICES-PAGE
================================================*/
.services-grid{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

.service-card{
    width:calc((100% - 60px) / 3);
    padding:10px;
    border:1px solid #F3F3F3;
    border-radius:30px;
    transition:.3s ease;
}
.service-card-image{
    display:block;
    border-radius:22px;
    overflow:hidden;
    margin-bottom:24px;
}
.service-card-image img{
    display:block;
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:16px;
    transition:.4s ease;
}
.service-card:hover .service-card-image img{
    transform:scale(1.05);
}
.service-card-content{
    padding:0 15px 15px;
    text-align:center;
}
.service-card-content h3, .service-card-content h3 a{
    margin:0 0 15px;
    font-size:22px;
    line-height:1.4em;
    font-weight:800;
	    font-family: "Plus Jakarta Sans", Sans-serif!important;
	   color:#171717;
    text-decoration:none;
    transition:.3s;
}
.service-card-content h3 a:hover{
    color:#003599;
}
.service-card-content p{
    margin:0 0 25px;
    color:#515151;
	font-size:15px;
    line-height:1.7em;
}
.service-btn{
	display:inline-block;
	background:#003599;
    padding:13px 35px;
    border-radius:50px;
    color:#fff;
	font-size:16px;
	line-height:1em;
    text-decoration:none;
    font-weight:500;
    transition:.3s ease;
}
.service-btn:hover{
    background:#ED6503;
	color:#fff!important;
}
.service-btn span{
    transition:.3s;
}
.service-btn:hover span{
    transform:translateX(4px);
}



/*==================================
 RESPONSIVE
===================================*/
@media(max-width:1200px){
	.homepage-heading-one h1{
		font-size:46px!important;
	}
	.page-heading-two h2, .reviews-title{
		font-size:32px!important;
	}
	.page-heading-one h1{
		font-size:34px!important;
	}
	.reviews-score {
    font-size: 70px;
	}
	.reviews-score::after {
    left: 118px;
	}
	
}
@media(max-width:1024px){
	.homepage-heading-one h1{
		font-size:40px!important;
	}
	    .lender-partners-row{
        flex-direction:column;
        align-items:flex-start;
        gap:30px;
    }

    .lender-partners-content,
    .lender-partners-slider{
        flex:0 0 100%;
        max-width:100%;
        width:100%;
    }
}
@media(max-width:992px){
	.process-wrapper .e-child:not(:last-child) .elementor-image-box-img::after{ 
    width: 100px;   
	}
	   .service-card{
        width:calc((100% - 30px) / 2);
    }
}
@media(max-width:767px){
	.homepage-heading-one h1{
		font-size:34px!important;
	}
		.page-heading-two h2, .reviews-title{
		font-size:28px!important;
	}
		.page-heading-one h1{
		font-size:30px!important;
	}
	.box-info .elementor-image-box-wrapper{
		display:flex!important;
		align-items:center;
		gap:10px;		
	}
    .blog-card{
        width: 100%;
    }

    .blog-image img{
        height: 240px;
    }

    .blog-title{
        font-size: 20px;
    }

    .process-wrapper .elementor-image-box-img::after{
        display: none;
    }
	    .lender-logo{
        height:70px;
    }
	   .reviews-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews-wrap{
        flex-direction:column;
    }

    .reviews-left{
        width:100%;
    }

    .reviews-right{
        width:100%;
    }

    .reviews-title{
        font-size:40px;
    }
	h2.reviews-title br{
		display:none;
	}
	    .reviews-score {
        font-size: 56px;
    }
	.reviews-pill {
    margin: -20px 0 30px 65px;
	}
	.reverse-col .e-con-inner{
		flex-direction:column-reverse!important;
	}
.number-counter-wrapper .e-con-inner {
    flex-wrap: wrap!important;
    gap: 30px;
} 

.number-counter-wrapper .e-con-inner > .e-child {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
	    .blog-title,
    .blog-title a {
        display: block;
        -webkit-line-clamp: unset;
        overflow: visible;
        height: auto;
        min-height: 0;
    }

    .footer-subscribe,
    .footer-subscribe p {
        flex-direction: column;
    }
	.footer-subscribe p{
		align-items:flex-start;
	}

    .services-grid{
        gap:20px;
    }

    .service-card{
        width:100%;
    }

    .service-card-content h3{
        font-size:24px;
    }

    .service-card-image img{
        height:220px;
    }

}

@media(max-width:575px){
	.homepage-heading-one h1{
		font-size:32px!important;
	}
			.page-heading-one h1{
		font-size:28px!important;
	}
	.review-prev, .review-next {
    width: 45px;
    height: 45px;
	}
	    .reviews-score::after {
        left: 100px;
    }
	.review-card{
		padding:25px 20px 20px 20px;
	}
	.quote img {
    height: 24px;
	}
		.page-heading-two h2, .reviews-title{
		font-size:26px!important;
	}
	.hero-banner-btn a, .hero-banner-btn{
		width:100%;
	}
	.number-counter-wrapper .e-con-inner, .blog-grid {
    gap: 40px;
} 

.number-counter-wrapper .e-con-inner > .e-child {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
	.recognised-logo-wrapper .e-con-inner {
    flex-wrap: wrap!important;
		gap:40px;
}

.recognised-logo-wrapper .e-con-inner > .e-child {
    width: calc(50% - 20px); 
    display: flex;
    align-items: center;
    justify-content: center;
}

}