/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 05:06:42 */
/* New CTA Block */

.new-cta-container .layout-row__content {
	background: var(--p1-600);
	color: #fff;
	border-radius: 20px;
	padding: 30px;
	align-items: center;
    justify-content: space-between;
}
.new-cta-container .btn {
	background: #fff;
	color: var(--p1-600);
	width: fit-content;
    min-width: 300px;
}
.new-cta-container .evlt-paragraph__main-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 100%;
}
.new-cta-container .evlt-paragraph__text {
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
	color: var(--p3);
	margin-bottom: 0px;
}
.terms-container .evlt-paragraph__text {
	margin-top: 5px;
	margin-left: 30px;
}
.calculator-row + .new-cta-row {
	/* margin-top: -90px !important; */
}
@media (min-width: 1024px) {
	.new-cta-container .btn-group {
		background: var(--p3);
		height: calc(100% + 1px);
		width: calc(100% + 1px);
		align-items: center;
		margin: 0px 0 0 -30px;
		padding: 30px 30px 30px 60px;
		margin-left: -60px;
		border-radius: 0px 18px 18px 0px;
		clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	}
}


/* New FAQ Block */
.new-faq-row {
	background: var(--p1-600);
	color: #fff;
}
.new-faq-row .evlt-paragraph__main-title {
	color: var(--p5);
}
.new-faq-faqs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.new-faq-item {
	width: calc(33.33% - 80px);
    padding: 30px;
    background: var(--p5);
    border-radius: 20px;
}
.new-faq-item .evlt-paragraph__main-title {
	color: #fff;
	font-weight: 600;
}
.new-faq-item .evlt-paragraph__text {
	display: none;
	transition: display 0.3s ease-out;
}
.new-faq-item:hover .evlt-paragraph__text {
	display: flex;
}
@media (max-width: 767px) {
	.new-faq-item {
		width: 100%;
	}
}

/* New Testimonials Block */
.new-testimonials-cards .post-cards__item {
	background: var(--p1-600);
	color: #fff;
	padding: 30px;
	border-radius: 20px;
}
.new-testimonials-cards .post-cards__item h4 {
	font-weight: 600;
	color: var(--p5);
}
.new-testimonial-text {
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
}
.new-testimonials-source {
	color: var(--p5);
	font-size: 18px;
	margin-block-end: 0px;
}

/* New Callout Block */
.new-callout-row .evlt-paragraph__text {
	font-size: 18px;
}
.new-callout-textarea {
	color: #fff;
	border-radius: 20px;
}

/* New No Financials Block */
.new-no-financials-row .layout-row__content {
	align-items: center;
}
.new-no-financials-row .btn.btn-tight {
	width: 50%;
    font-size: 24px;
    padding: 20px;
    height: 60px;
}
@media (max-width: 767px) {
	.new-no-financials-row .btn.btn-tight {
		font-size: 18px;
		line-height: 110%;
	}
}

/* New Our Lenders Block */
.new-our-lenders-row .post-cards__infinite-layout {
	display: flex;
	width: fit-content;
	align-items: center;
	margin-top: 40px;
	overflow-x: hidden;
}
.new-our-lenders-row .post-cards__item {
	background: #efefef;
	width: fit-content;
}
.new-our-lenders-row .post-cards__item .evlt-image__img {
	max-height: 80px;
	max-width: 250px;
	min-width: 200px;
	/*
	mix-blend-mode: multiply;
	filter: grayscale(1);
	*/
}
.new-our-lenders-row .visible-tag {
	overflow-x: hidden;
}

/* New Finlease Finance Partner Block */
.new-finlease-finance-partner-row {
	background: var(--p1-600);
	color: #fff;
}
.new-finlease-finance-partner-content {
	display: flex;
	flex-direction: column;
	align-self: center;
}
.new-finlease-finance-partner-row .evlt-paragraph__extra-info {
	font-size: 24px;
	line-height: 130%;
}
.new-finlease-finance-partner-row .evlt-paragraph__main-title {
	color: var(--p5);
	font-size: 52px;
	margin-bottom: 60px;
}
.new-finlease-finance-partner-row .post-cards__item {
	background: transparent;
	padding: 30px 0px;
}
.new-finlease-finance-partner-row .post-cards__item:nth-child(1), .new-finlease-finance-partner-row .post-cards__item:nth-child(2) {
	border-bottom: 1px solid var(--p5);
}
.new-finlease-finance-partner-cards .evlt-paragraph__main-title, .new-finlease-finance-partner-cards .evlt-paragraph__sub-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	margin-block-start: 0px;
    margin-block-end: 0px;
	margin-bottom: 10px;
}
.new-finlease-finance-partner-cards .evlt-paragraph__main-title {
	color: #fff;
}
.new-finlease-finance-partner-cards .evlt-paragraph__sub-title {
	color: var(--p5);
}
.new-finlease-finance-partner-cards .evlt-paragraph__text  {
	font-size: 20px;
	line-height: 140%;
	padding: 10px 50px;
}
.new-finlease-finance-partner-image img {
	border-radius: 60px;
    height: 900px;
    object-fit: cover;
    object-position: left;
}
.new-finlease-finance-partner-sticker {
	    background: var(--p5);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    width: 140px;
    height: 140px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% + 10px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    line-height: 120%;
    padding: 30px;
}
@media (max-width: 1024px) {
	.new-finlease-finance-partner-sticker {
		display: none;
	}
	.new-finlease-finance-partner-row .post-cards__item:nth-child(1), .new-finlease-finance-partner-row .post-cards__item:nth-child(3) {
		border-bottom: 1px solid var(--p5);
	}
}
@media (max-width: 767px) {
	.new-finlease-finance-partner-row .evlt-paragraph__main-title {
		line-height: 100%;
	}
	.new-finlease-finance-partner-image img {
		display: none;
	}
}

/* New Video Block */

.new-video-row .layout-row__content {
	align-items: center;
}
.new-video-video .evlt-video__iframe {
	border-radius: 10px;
}
.new-video-content .evlt-paragraph__text {
	font-size: 20px;
	line-height: 130%;
	font-weight: 600;
}

/* New Story Block */
.new-story-row .evlt-paragraph__main-title {
	color: var(--p5);
	margin-bottom: 0px;
}
.new-story-image img {
	height: 100%;
	object-fit: cover;
    border-radius: 20px;
}
.new-story-content .evlt-paragraph__intro-text, .new-story-content .evlt-paragraph__text {
	font-size: 22px;
	line-height: 32px;
}
.new-story-content .evlt-paragraph__text  {
	display: none;
}
.new-story-content .evlt-paragraph__cta {
	text-transform: unset;
	color: var(--p5);
	letter-spacing: 0px;
	font-size: 24px;
	line-height: 100%;
	margin-top: 20px;
}
.new-story-row.story-expanded .evlt-paragraph__text  {
	display: block;
}
.new-story-row.story-expanded .evlt-paragraph__cta, .new-story-row.story-expanded .new-story-image {
	display: none;
}
.new-story-row.story-expanded .layout-row__content {
	--col-frs: 12fr !important; 
	background: #fff;
    padding: 40px;
    border-radius: 20px;
}

/* Calc Header Override */
.calc-header .gallery-slider .evlt-paragraph {
	width: 75%;
}
@media (max-width: 767px) {
	.calc-header .gallery-slider .evlt-paragraph {
		width: 100%;
	}
	.calc-header .gallery-slider.slider-menu .heading--display {
        font-size: 40px;
        line-height: 100%;
    }
}

/* New Comparison Block */
.comparison-bullets-section .layout-row__content {
	gap: 30px;
}
.comparison-col-1 .evlt-paragraph__main-title {
	color: var(--p1);
}
.comparison-col-2 .evlt-paragraph__main-title {
	color: #fff;
}
.comparison-bullets {
	gap: 8px;
	display: flex;
    flex-direction: column;
}
.comparison-bullet {
	background: var(--p1);
	border-radius: 10px;
	color: #fff;
	padding: 8px 15px;
	font-size: 13px;
	line-height: 100%;
	display: flex;
}
.comparison-col-2 .comparison-bullet {
	background: rgba(255,255,255,0.2);
}
.comparison-col-2 .comparison-bullet::before {
    content: url(https://finlease.com.au/wp-content/uploads/2025/01/cross.svg);
    position: relative;
    left: -5px;
}
.comparison-col-1 .comparison-bullet::before {
    content: url(https://finlease.com.au/wp-content/uploads/2024/04/Tick-White.svg);
    position: relative;
    left: -5px;
}