/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 7.1.2
*/
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('/fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('/fonts/Poppins-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #252629;
	font-size: clamp(18px, 1.2vw, 22px);
	line-height: 1.40;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
p a {
	color: #8A8FA4;
}
h1, .blog #main h1 a {
	color: #111;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(28px, 5vw, 80px);
	line-height: 1.25;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
h2 {
	color: #252629;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(26px, 4vw, 60px);
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
h2 span, h3 span {
	color: #8A8FA4;
}
h3 {
	color: #252629;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(24px, 3vw, 30px);
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
}
.main-btn {
	color: #fff;
	background: #384255;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-size: inherit;
	line-height: 18px;
	padding: 14px 20px;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #384255;
	border-radius: 1px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
}
.main-btn:hover {
	background: #8A8FA4;
	color: #fff;
}
.main-btn.secondary {
	color: #384255;
	background: #fff;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Poppins', sans-serif;
	font-size: inherit;
	line-height: 18px;
	padding: 14px 20px;
	text-decoration: none !important;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #384255;
	border-radius: 1px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
}
.main-btn.secondary:hover {
	background: #8A8FA4;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
.modal label {
	width: 100%;
	margin: 0;
}
.paged .pagination li.prev {
	display: none !important;
}
.paged .pagination li:nth-child(2) {
	float: left;
}
.menu-btn {
	display: inline-block;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #2d2d2d;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #384255;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
.ti-widget.ti-goog {
	margin: 10px !important;
}
.animate-item {
	opacity: 0;
	transform: translate3d(0, 40px, 0) scale3d(.95, .95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform-style: preserve-3d;
	transition: transform 0.8s ease, opacity 0.8s ease;
}
.animate-item.in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.modal input, .modal textarea {
	color: #384255;
	margin-bottom: 5px;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 5px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	transition: transform 0.6s ease-in-out;
	transform: translateY(0);
	background: #fff;
}
.header.hidden {
	transform: translateY(-100%);
}
.innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .dropdown-menu li a {
	letter-spacing: 1px;
	font-size: inherit;
}
.header .dropdown-menu li:hover a, .header .dropdown-menu li.current-menu-item a {
	color: #f00 !important;
}
.header .dropdown-menu li.current-menu-item a {
	border-left: 3px solid #f00;
	padding-left: 17px;
}
a.phone2 {
	display: inline-block;
	margin-right: 15px;
	font-size: inherit;
}
.phone2 i.fa-solid.fa-mobile {
	color: #6528f5;
}
.navbar li.menu-item-privacy-policy {
	display: none;
}
.navbar .nav > li > a {
	color: #252629;
	padding: 10px 20px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
#wrapper {
	padding-top: 110px;
}
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	font-weight: 600;
	color: #8a8fa4;
}
.navbar .nav > .active > a {
	font-weight: 600;
}
.modal-header {
	background: #384255;
	padding: 20px 0;
}
.ti-widget.ti-goog.ti-disable-font.ti-show-rating-text.ti-review-text-mode-readmore.ti-text-align-left {
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: auto;
	z-index: 10;
}
.ti-widget.ti-goog .ti-popup-widget.active {
	right: auto;
}
.navbar #menu-item-171 a {
	display: inline-block;
	background: #384255;
	color: #fff;
	line-height: .9;
}
.navbar #menu-item-171 a:hover {
	background: #8a8fa4;
}
a.mob-phone {
	font-size: 24px;
	display: inline-block;
	margin-right: 12px;
	color: #384255;
}
/* BANNER
------------------------------------- */
.banner {
	height: 650px;
	background: #252629;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}
.banner .container {
	position: relative;
	z-index: 3;
}
.banner .flex {
	gap: 50px;
}
.banner h1 {
	color: #fff;
}
.banner h1 span {
	color: #8A8FA4;
}
.banner .flex {
	gap: 50px;
	justify-content: space-between;
}
.banner .flex > div img {
	margin-left: auto;
	display: block;
	margin-right: auto;
}
.banner-content {
	width: 100%;
	max-width: 850px;
}
.banner-content p {
	color: #fff;
	max-width: 700px;
	line-height: 1.6;
}
.banner::before {
	content: "";
	display: none;
	width: 100%;
	height: 650px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/images/main-watermark.webp) 150px center no-repeat;
}
.internal-page .banner .flex {
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}
.internal-page .banner {
	height: 300px;
}
.internal-page .banner .container {
	height: 100%;
}
.internal-page h1 {
	margin: 0;
}
.internal-page .banner::before {
	height: 300px;
	background-size: contain;
}
.home .row.contentsection {
	padding: 0;
}
.row.contentsection {
	padding: 50px 0;
}
.revive-lottie.bannerPulse path {
	stroke: rgb(68, 69, 71);
}
.revive-lottie.bannerPulse {
	max-width: 730px;
	margin: auto;
	border: 30px solid #444547;
	border-radius: 50%;
	height: 730px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 150px;
}
.internal-page .revive-lottie.bannerPulse {
	max-width: 400px;
	margin: auto;
	border: 30px solid #444547;
	border-radius: 50%;
	height: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 150px;
}

/* TOP
------------------------------------- */
/* Impact Section */
.impact-section {
	padding: 100px 0;
}
.credit-options {
	margin: 75px auto;
	max-width: 1000px;
}
.credit-options .flex {
	justify-content: space-between;
	align-items: center;
}
.impact-section .container {
	max-width: 1280px;
}
.impact-section > .container > p {
	max-width: 840px;
	margin: 20px auto;
}
.credit-options .option i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 50px;
	color: #384255;
}
.impact-section .score-box span {
	opacity: 0;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	font-size: 28px;
}
.impact-section .score-box:hover span, .impact-section .score-box.is-hover span {
	opacity: 1;
}
.impact-section .score-box {
	position: relative;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.impact-section .score-box:hover, .impact-section .score-box.is-hover {
	padding: 30px 0;
}
.impact-section .score-box:before {
	position: absolute;
	color: #222;
	top: -32px;
	left: 0;
	right: 0;
	display: block;
	font-weight: 600;
	opacity: 0;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.impact-section .score-box:hover:before, .impact-section .score-box.is-hover:before {
	opacity: 1;
}
.impact-section .score-box.score-poor:before {
	content: "300 - 579";
}
.impact-section .score-box.score-fair:before {
	content: "580 - 669";
}
.impact-section .score-box.score-good:before {
	content: "670 - 739";
}
.impact-section .score-box.score-very-good:before {
	content: "740 - 799";
}
.impact-section .score-box.score-excellent:before {
	content: "800 - 850";
}
.impact-section .container > h3 {
	margin-bottom: 50px;
}
.option h3 {
	font-size: 26px;
}
.impact-section .credit-scores .flex {
	align-items: end;
	min-height: 100px;
}
/* Our Solution Section */
.solution-section {
	background: #ECECEC;
	padding: 100px 0;
	position: relative;
}
.solution-wrap {
	max-width: 1040px;
	width: 66%;
}
img.solution-guy {
	position: absolute;
	bottom: 0;
	right: 100px;
	width: 26%;
}
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1640px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.pagination {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Lightbox Image Hover Effect (Optional) */
#customLightbox img:hover {
	transform: scale(1.02); /* Slight zoom effect */
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
/* BOTTOM
------------------------------------- */
/* Results Section */
.results-section {
	padding: 100px 0;
}
.results-section p {
	max-width: 750px;
	margin: 10px auto;
}
.results-box {
	max-width: 1200px;
	margin: 50px auto;
	background: #384255;
	padding: 50px;
	border-radius: 10px;
	position: relative;
}
.revive-lottie.results-watermark {
	max-width: 760px;
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	z-index: 2;
	opacity: .05;
}
.results-box h2 span {
	color: #fff;
	font-size: 60px;
}
.results-box h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 35px;
	position: relative;
	z-index: 3;
}
img.meter {
	margin-bottom: 50px;
}
.results-box h3 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-top: 15px;
}
.results-box p {
	color: #fff;
}
.results-slider {
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}
.results-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.results-box button.my-next {
	background: url(/images/right-arrow.webp) center center no-repeat;
	right: 10px;
	width: 20px;
	height: 44px;
	z-index: 5;
	top: auto;
	bottom: 0;
	outline: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
.results-box button.my-prev {
	background: url(/images/left-arrow.webp) center center no-repeat;
	left: 10px;
	width: 20px;
	height: 34px;
	z-index: 5;
	top: auto;
	bottom: 0;
	outline: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
}
.slider-nav-wrap {
	align-items: center;
	gap: 35px;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.result {
	cursor: url(/images/magnifying-glass-solid-full2.webp) 24 24, auto;
}
.meter-wrap {
	position: relative;
	display: inline-block;
}
img.needle {
	position: absolute;
	bottom: 60px;
	left: 38px;
	right: 0;
	transform-origin: 23px 82px;
	transform: rotate(-118deg); /* START: far left */
	transition: transform 1.2s ease-out;
	z-index: 10;
}
h3 span.result-number {
	color: #97c393;
	font-size: 1.35em;
}
img.needle.rev {
	transform: rotate(0deg); /* <-- FINAL ANGLE — adjust as needed */
}
.meter-wrap span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	color: #97c393;
	font-size: 13px;
}
/* Simple Process */
.process-section {
	padding: 100px 0;
	background: #ECECEC;
}
.process-section .container {
	max-width: 1240px;
}
.process-box {
	border: 6px solid #384255;
	padding: 60px 40px;
	border-radius: 10px;
	text-align: left;
	margin: 50px 0;
}
.process-box .flex {
	gap: 50px;
	align-items: center;
}
.process-step h2 span {
	font-size: 60px;
}
.process-step h2 {
	margin-bottom: 10px;
	font-size: 40px;
}
.process-slider {
	overflow: hidden;
}
.revive-lottie.threeRPulse path {
	stroke: #384255;
}
.revive-lottie.threeRPulse {
	border: 5px solid #384255;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}
/* Hide all steps by default */
.process-step {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .35s ease, transform .35s ease;
}
/* Active step (visible) */
.process-step.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}
/* NAV */
.process-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-right: 0;
	width: 100%;
	max-width: 40px;
}
.process-prev, .process-next {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
}
.process-dots {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.process-dots .dot {
	width: 15px;
	height: 15px;
	background: #bbb;
	border-radius: 50%;
	cursor: pointer;
	margin: 5px 0;
}
.process-dots .dot.active {
	background: #4C5563; /* tweak to your theme */
}
button:focus {
	outline: none;
}
.process-step p {
	line-height: 1.5;
}
/* Who We Work With */
.work-with-section {
	padding: 100px 0;
}
.work-with-section p {
	max-width: 1040px;
	margin: 0 auto 80px;
}
/* Team Section */
.team-section {
	background: #ECECEC;
	padding: 100px 0;
}
.team-section h2 {
	margin-bottom: 50px;
}
.why-box .fa-regular {
	width: 100px;
	height: 100px;
	background: #384255;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 50px;
	border-radius: 50%;
	margin: 0 auto 25px;
}
.team-section .flex {
	gap: 50px;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.why-box p {
	text-align: justify;
}
.team-section img {
	border-radius: 10px;
}
/* Empowerment Section */
.starts-here-section {
	padding: 100px 0;
}
.starts-here-section .flex {
	gap: 50px;
	align-items: center;
}
.image-wrap {
	width: 100%;
}
.starts-here-section h2 {
	margin-bottom: 12px;
}
.image-wrap img {
	border-radius: 10px;
}
/* FAQs */
.faq-section {
	background: #ECECEC;
	padding: 100px 0;
}
.faq-section h2 {
	text-align: center;
	margin-bottom: 40px;
}
.accordion-heading span {
	font-size: 30px;
	line-height: 1.2;
	color: #252629;
	font-weight: 600;
	margin-left: 0;
	margin-right: auto;
}
.accordion-heading span img {
	margin-right: 15px;
	display: inline-block;
	vertical-align: bottom;
}
.accordion-item:first-child {
	border-top: 1px solid;
}
.accordion-item {
	margin-bottom: 0;
	box-shadow: none;
	border-bottom: 1px solid;
}
.accordion-heading {
	cursor: pointer;
	padding: 30px 15px 30px 25px;
	background: none;
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	gap: 20px;
}
.credit-scores {
	padding: 15px 0;
}
.credit-scores .flex {
	align-items: center;
	justify-content: space-evenly;
	gap: 10px;
}
.score-box {
	padding: 15px 30px;
	color: #fff;
	width: 20%;
	text-align: center;
}
.score-poor {
	background: #B96966;
}
.score-fair {
	background: #CB8C58;
}
.score-good {
	background: #EAC46B;
}
.score-very-good {
	background: #97C393;
}
.score-excellent {
	background: #356950;
}
/* Revive Section */
.revive-section {
	padding: 100px 0;
}
.box-wrap {
	background: #384255;
	padding: 50px;
	border-radius: 10px;
	max-width: 1200px;
	margin: auto;
}
.box-wrap h2 {
	color: #fff;
	margin: 10px 0 10px;
}
.box-wrap p {
	color: #fff;
	margin-bottom: 30px;
}
/* Bottom Section */
.bottom-section {
	background: #384255 url('/images/bottom-bg.webp') center center no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.bottom-section h2 {
	color: #fff;
	margin: 25px 0;
}
.bottom-section p {
	color: #fff;
}
/* FOOTER
------------------------------------- */
footer {
	background: #ECECEC;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.attribution {
	color: #fcfcfc;
	text-align: left;
	padding: 25px 0 0;
	background: #384255;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	vertical-align: middle;
}
.attribution a {
	color: #fcfcfc;
	text-decoration: none;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.menu-footer li {
	margin-bottom: 18px;
}
.menu-footer {
	list-style: none;
	margin: 0;
	max-width: 450px;
	column-count: 2;
}
.menu-footer li a {
	color: #252629;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2.2px;
}
.menu-footer li a:hover {
	color: #bbbec8;
}
.page-privacy-policy h3 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 35px;
	letter-spacing: 0;
	text-transform: none;
}
.page-privacy-policy h2 {
	font-size: 28px;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-top: 35px;
	text-transform: none;
	color: #384255;
}
.inner-footer {
	padding: 100px 0;
}
.inner-footer .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-social-wrap {
	width: 17%;
	display: flex;
	flex-wrap: wrap;
}
.footer-menu-wrap {
	width: 32%;
	border-right: 1px solid #384255;
}
.footer-logo-wrap {
	width: 40%;
	border-right: 1px solid #384255;
}
.footer-social-wrap a {
	display: inline-block;
	margin: 10px;
	background: #384255;
	padding: 5px;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.footer-social-wrap a:hover i.fa-brands, .footer-social-wrap i.fa-solid:hover {
	color: #fff;
}
.footer-social-wrap i.fa-brands, .footer-social-wrap i.fa-solid {
	color: #b6bac9;
	font-size: 38px;
}
/* INTERNAL PAGES
------------------------------------- */
/* Portfolio Galleries */
.flex.gallery-wrap {
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
	margin: 50px auto 0;
	padding: 0 30px 0 30px;
}
.flex.gallery-wrap .img-wrap {
	width: calc(33% - 50px);
	max-width: 100%;
	height: auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	cursor: pointer;
}
.img-wrap img {
	cursor: pointer;
}
.img-wrap {
	max-height: 285px;
	overflow: hidden;
}
.lightbox-img:hover {
	transform: scale(1.05);
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
/* Index Blog Page */
.blog #main.flex {
	flex-wrap: wrap;
	gap: 50px;
}
.blog .front-post-wrap {
	max-width: 510px;
	width: calc(33.33% - 40px);
	margin-bottom: 50px;
	background: #D1CFCE;
}
.blog .row.contentsection {
	padding: 80px 0 0;
}
span.post-title, .front-post-wrap p {
	padding: 0 25px;
}
.front-post-wrap p.meta {
	display: none;
}
span.post-title a {
	color: #525157;
	font-family: 'Playfair', sans-serif;
	font-size: 38px;
	line-height: 1.1;
	display: block;
	margin: 15px 0;
}
.blog .main-wrap {
	padding-bottom: 50px;
}
a.more-link:hover {
	color: #fff;
	background: #525157;
}
a.more-link {
	border: 1px solid #525157;
	display: block;
	padding: 10px 20px;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin: 30px 0 30px;
	max-width: 100%;
	text-align: center;
	background: #272531;
	color: #fff;
}
.front-post-wrap p {
	font-size: 18px;
}
/* Single Blog Post */
.single article {
	display: flex;
	gap: 40px;
}
.postid-229 .single-post-wrap {
	line-height: 1.7;
}
.single h1.page-title {
	max-width: 1200px;
	margin: auto;
	line-height: 1;
	font-size: clamp(40px, 4vw, 60px);
}
.single-post-img {
	width: 100%;
	min-width: 500px;
	max-width: 500px;
	text-align: center;
}
.single-post-wrap {
	max-width: 1000px;
	width: 100%;
}
h2.single-title {
	color: #A9636E;
	display: none;
}
#main p.meta {
	color: #a3a2a5;
	font-family: 'Playfair', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
	font-style: normal;
	padding-left: 20px;
	border-left: 3px solid;
}
.single #main p.meta {
	margin-bottom: 30px;
}
.post-img img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
.post-navigation {
	margin-top: 50px;
	border-top: 1px solid #999;
	padding-top: 20px;
	text-align: center;
}
.post-navigation .flex {
	justify-content: space-between !important;
	gap: 50px;
	margin-bottom: 25px;
}
.blog .pagination {
	width: 100%;
	margin: 50px auto;
}
.post-img {
	overflow: hidden;
}
li.disabled {
	opacity: 0;
}
span.post-title {
	display: block;
	margin-top: 12px;
}
.single .contentsection {
	padding: 80px 0;
}
.post-navigation a {
	color: #716e84;
	font-size: 18px;
}
.single-post-wrap {
	background: #272531;
	padding: 30px;
	color: #fff;
}
.single #main h2, .single #main h3, .single #main strong {
	color: #fff;
	margin-bottom: 5px;
}
.single #main p {
	margin-bottom: 30px;
}
.float-btns {
	position: fixed;
	right: 0;
	z-index: 6;
	top: 50%;
	transform: translateY(-50%);
}
.float-btns a:hover {
	transform: translateX(0);
}
.float-btns a img {
	margin-right: 10px;
}
.float-btns a {
	text-decoration: none;
	color: #fff;
	display: block;
	background: #384255;
	padding: 8px 10px;
	margin: 10px 0;
	transform: translateX(78%);
}
i.fa-solid.fa-play {
	margin-right: 8px;
}
.menu-item-171 {
	display: none;
}
.revive-lottie {
	max-width: 200px;
	height: auto;
	margin: auto;
}
.revive-lottie path {
	stroke: #fff;
}
div#customLightbox::before {
	content: "close";
	display: inline-block;
	color: #222;
	background: #fff;
	position: absolute;
	left: 50%;
	top: auto;
	z-index: 50;
	padding: 5px 15px;
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 16px;
}
p.small-print {
	font-size: 13px;
	max-width: 500px;
	margin: auto;
}
.modal-body form button:hover {
	background: #97C393 !important;
}
.error404 #content {
	padding: 50px 0;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (min-width: 2100px) {
	.header {
		max-width: 1920px;
		margin: auto;
	}
}
@media (max-width: 1799px) {
	.revive-lottie.bannerPulse {
		left: 50px;
	}
	.banner .container {
		max-width: 1540px;
	}
}
@media (max-width: 1749px) {}
@media (max-width: 1699px) {}
@media (max-width: 1649px) {}
@media (max-width: 1599px) {
	.banner h1 {
		line-height: 1.1;
	}
	.banner .flex > div img {
		max-width: 400px;
	}
	.banner {
		height: 570px;
	}
	.banner .container {
		max-width: 100%;
		padding: 0 80px;
	}
	.banner-content p {
		max-width: 570px;
	}
	img#companyLogoForCustomInstall {
		max-width: 180px;
	}
	.modal.fade .modal-dialog {
		top: 280px;
	}
	.team-section .container {
		padding: 0 80px;
	}
}
@media (max-width: 1549px) {}
@media (max-width: 1499px) {
	.starts-here-section h2 {
		font-size: clamp(26px, 4vw, 52px)
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 52px)
	}
	video#lightbox-video {
		height: 92%;
	}
	.work-with-section .row {
		display: flex;
		align-items: end;
		gap: 20px;
	}
	.why-box h3 {
		font-size: clamp(24px, 3vw, 24px);
	}
	.modal-body form {
		padding: 12px 10px !important;
	}
	.footer-social-wrap i.fa-brands, .footer-social-wrap i.fa-solid {
		color: #b6bac9;
		font-size: 30px;
	}
	.internal-page .revive-lottie.bannerPulse {
		left: 50px;
	}
}
@media (max-width: 1449px) {}
@media (max-width: 1399px) {
	.credit-options {
		margin: 50px auto;
		max-width: 900px;
	}
	.solution-section {
		padding: 50px 0;
	}
	.why-box h3 {
		font-size: clamp(20px, 3vw, 22px);
	}
	.starts-here-section h2 {
		font-size: clamp(26px, 4vw, 48px);
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 47px);
	}
	.footer-logo-wrap img {
		padding: 0 30px;
	}
	.footer-social-wrap {
		width: 22%;
	}
}
@media (max-width: 1349px) {
	.revive-lottie.bannerPulse {
		max-width: 650px;
		height: 650px;
	}
}
@media (max-width: 1299px) {
	.banner .container {
		max-width: 100%;
		padding: 0 60px;
	}
	.banner {
		height: 500px;
		padding: 30px 0;
	}
	.revive-lottie.bannerPulse {
		left: 30px;
	}
	img.solution-guy {
		position: absolute;
		bottom: 0;
		right: 50px;
		width: 32%;
	}
	.solution-wrap {
		max-width: 1040px;
		width: 62%;
	}
	.team-section .flex {
		gap: 35px;
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 45px);
	}
	.banner .flex > div img {
		max-width: 370px;
	}
	.results-section p {
		max-width: 740px;
	}
}
@media (max-width: 1249px) {}
@media (max-width: 1199px) {
	.banner .flex > div img {
		max-width: 360px;
	}
	.float-btns {
		display: none;
	}
	.accordion-heading span {
		font-size: 24px;
	}
	.accordion-content {
		padding-top: 5px;
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 38px);
	}
	.footer-social-wrap a {
		width: 50px;
		height: 50px;
	}
	.revive-lottie.bannerPulse {
		max-width: 550px;
		height: 550px;
	}
}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#logo2 {
		max-width: 150px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
	}
	#wrapper {
		padding-top: 79px;
	}
	.mobile-nav-menu {
		top: 80px;
	}
	.banner .container {
		max-width: 100%;
		padding: 0 30px;
	}
	.banner .flex > div img {
		max-width: 320px;
	}
	.banner {
		height: 450px;
		padding: 30px 0;
	}
	.banner .main-btn.secondary {
		letter-spacing: 1px;
		margin-bottom: 18px;
		padding: 12px 15px;
	}
	.option h3 {
		font-size: 20px;
	}
	.credit-options {
		margin: 50px auto;
		max-width: 740px;
	}
	.impact-section .score-box span {
		font-size: 22px;
	}
	.results-box h2 {
		font-size: 34px;
	}
	.results-box h2 span {
		font-size: 50px;
	}
	.results-box h3 {
		font-size: 34px;
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 35px);
	}
	.internal-page .revive-lottie.bannerPulse {
		height: 250px;
		max-width: 250px;
		left: 0;
		right: 0;
	}
	.internal-page .banner {
		height: 250px;
	}
	.footer-social-wrap a {
		width: 50px;
		height: 50px;
		margin: 5px;
	}
	.footer-logo-wrap {
		width: 36%;
	}
	p.small-print {
		max-width: 270px;
	}
}
@media (max-width: 1049px) {}
@media (max-width: 999px) {
	.container {
		width: 100%;
	}
	.impact-section .score-box {
		padding: 15px;
	}
	.revive-lottie.bannerPulse {
		max-width: 450px;
		height: 450px;
	}
	.bottom-section h2 {
		font-size: clamp(26px, 4vw, 32px);
	}
	.faq-section {
		background: #ECECEC;
	}
	.impact-section, .process-section, .results-section, .faq-section, .work-with-section, .team-section, .starts-here-section, .revive-section, .bottom-section, .inner-footer {
		padding: 75px 0;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {
	.banner .flex {
		flex-direction: column;
	}
	.banner h1 {
		max-width: 420px;
	}
	.home .banner .flex > div:last-child {
		display: none;
	}
	.banner {
		height: 420px;
		padding: 30px 0;
	}
	.credit-options .option i {
		font-size: 40px;
	}
	.solution-wrap {
		max-width: 100%;
		width: 100%;
	}
	img.solution-guy {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		margin: 20px auto 0;
		max-width: 350px;
		width: 100%;
	}
	.solution-section {
		padding-bottom: 0;
	}
	.results-box h2 {
		font-size: 30px;
	}
	.results-box h2 span {
		font-size: 45px;
	}
	.results-box h3 {
		font-size: 30px;
	}
	.process-step h2 {
		margin-bottom: 10px;
		font-size: 35px;
	}
	.process-box .flex {
		gap: 30px;
		align-items: center;
	}
	.team-section .flex {
		flex-direction: column;
	}
	.starts-here-section .flex {
		flex-direction: column-reverse;
	}
	.image-wrap {
		text-align: center;
	}
	.banner-content {
		width: 100%;
		max-width: 850px;
		text-align: center;
	}
	.banner h1 {
		margin: 0 auto 20px;
	}
	.banner-content p {
		max-width: 520px;
		margin: 20px auto;
	}
	.revive-lottie.bannerPulse {
		margin: auto;
		left: 0;
		right: 0;
	}
	.internal-page .banner {
		height: 200px;
	}
	.option h3 {
		font-size: 18px;
	}
	.credit-options {
		margin: 40px auto;
		max-width: 600px;
	}
	.credit-options .option i {
		width: 90px;
		height: 90px;
	}
	.impact-section .score-box {
		padding: 15px 5px;
	}
	.solution-wrap {
		text-align: center;
	}
	.meter-wrap {
		max-width: 250px;
	}
	.revive-lottie.results-watermark {
		max-width: 550px;
	}
	.starts-here-section .text-wrap {
		text-align: center;
	}
	.accordion-heading span {
		font-size: 22px;
	}
	.bottom-section h2 {
		max-width: 500px;
		margin: 25px auto;
	}
	.inner-footer .flex {
		flex-direction: column;
		align-items: start;
		gap: 30px;
	}
	.footer-logo-wrap img {
		padding: 0;
	}
	.footer-logo-wrap {
		width: 100%;
		border: none;
		max-width: 350px;
	}
	.footer-menu-wrap {
		width: 100%;
		border-right: none;
		max-width: 420px;
		padding-left: 30px;
	}
	.inner-footer {
		padding: 35px 0;
	}
	.footer-social-wrap {
		width: 100%;
		padding-left: 30px;
	}
	.modal.fade.in {
		top: 15px;
		z-index: 9999;
	}
	.accordion .credit-scores .flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.accordion .credit-scores .score-box {
		width: 49%;
	}
	.home .banner h1 {
		font-size: clamp(28px, 5.5vw, 80px);
	}
}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 0;
	}
	.impact-section .credit-scores .flex {
		flex-direction: column-reverse;
		align-items: center;
	}
	.impact-section .score-box {
		width: 100%;
		max-width: 300px;
		margin-bottom: 10px;
		padding: 20px 10px;
	}
	.impact-section .score-box span {
		opacity: 1;
	}
	.impact-section .score-box:before {
		position: relative;
		top: 0;
		color: #ffff;
		opacity: 1;
	}
	.impact-section .container > h3 {
		margin-bottom: 20px;
	}
	.impact-section .score-box:hover, .impact-section .score-box.is-hover {
		padding: 20px 0;
	}
	#customLightbox img {
		max-width: 80%;
		max-height: 80%;
	}
	.process-step h2 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.process-step h2 span {
		font-size: 50px;
	}
	.inner-footer .flex {
		max-width: 420px;
		margin: auto;
	}
	.footer-social-wrap {
		max-width: 210px;
	}
}
@media (max-width: 749px) {}
@media (max-width: 699px) {
	.flex.gallery-wrap .img-wrap {
		width: calc(50% - 20px);
	}
	h2 {
		font-size: clamp(26px, 5vw, 60px);
	}
	.home .banner h1 {
		font-size: clamp(28px, 6.5vw, 80px);
	}
	.results-box {
		padding: 50px 30px;
	}
	.results-box h3 {
		font-size: 28px;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.home .banner h1 {
		font-size: clamp(28px, 7.5vw, 80px);
	}
	.credit-options .flex .option {
		width: 50%;
	}
	.credit-options .flex {
		flex-wrap: wrap;
	}
	.credit-options {
		margin: 40px auto 25px;
		max-width: 380px;
	}
	h2 {
		font-size: clamp(30px, 5vw, 60px);
	}
	.slider-nav-wrap {
		gap: 12px;
	}
	.process-box .flex {
		flex-direction: column-reverse;
	}
	.process-step {
		text-align: center;
	}
	.process-nav {
		flex-direction: row;
		max-width: 100%;
	}
	.process-nav {
		flex-direction: row;
		max-width: 100%;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.banner {
		height: 450px;
	}
	.process-dots {
		flex-direction: row;
	}
	button.process-prev {
		transform: rotate(-90deg);
	}
	.process-next {
		transform: rotate(-90deg);
	}
	.process-box {
		padding: 40px;
	}
	.process-box .flex {
		gap: 10px;
		align-items: center;
	}
	.work-with-section .row img {
		max-width: 250px;
	}
	.work-with-section .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}
	.work-with-section p {
		max-width: 1040px;
		margin: 0 auto 50px;
	}
	.team-section .container {
		padding: 0 20px;
	}
	.accordion-heading span {
		font-size: 20px;
		padding-right: 25px;
	}
	.revive-lottie.results-watermark {
		max-width: 100%;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.page-privacy-policy h2 {
		font-size: 22px;
	}
	ul, ol {
		margin: 0 0 10px 45px;
	}
	video#lightbox-video {
		height: 80%;
		width: 85%;
	}
	.modal input, .modal textarea {
		margin: 0;
	}
}
@media (max-width: 549px) {
	.accordion .credit-scores .score-box {
		width: 100%;
	}
}
@media (max-width: 499px) {
	.flex.gallery-wrap {
		padding: 0;
	}
	.flex.gallery-wrap .img-wrap {
		width: 100%;
		max-height: none;
	}
	.home .banner h1 {
		font-size: clamp(28px, 8.5vw, 80px);
	}
	.banner-content p {
		font-size: 17px;
	}
	.results-box {
		padding: 50px 20px;
	}
	.results-box a.main-btn.transition.secondary {
		padding: 14px 30px;
		max-width: 230px;
	}
	#wrapper h2 {
		max-width: 300px;
		margin: 0 auto 25px;
	}
	.starts-here-section h2 {
		font-size: clamp(30px, 4vw, 48px);
	}
	#wrapper .bottom-section h2 {
		margin: 25px auto;
	}
	.internal-page #wrapper h2 {
		max-width: 100%;
		margin-top: 35px;
		margin-bottom: 15px;
	}
	.slider-nav-wrap {
		gap: 25px;
	}
	.footer-logo-wrap {
		max-width: 100%;
	}
	img.form-logo {
		max-width: 180px;
	}
}
@media (max-width: 449px) {
	ul, ol {
		margin: 0 0 10px 25px;
	}
	.impact-section, .process-section, .results-section, .faq-section, .work-with-section, .team-section, .starts-here-section, .revive-section, .bottom-section, .inner-footer {
		padding: 50px 0;
	}
	.modal p {
		font-size: 18px !important;
		line-height: 1;
	}
	.footer-menu-wrap, .footer-social-wrap {
		padding-left: 15px;
	}
	.menu-footer li a {
		letter-spacing: 1px;
	}
	.revive-lottie.bannerPulse {
		max-width: 420px;
		height: 420px;
	}
	.box-wrap {
		padding: 30px;
	}
	.menu-footer {
		column-count: 1;
	}
	p.small-print {
		max-width: 370px;
	}
}
@media (max-width: 419px) {
	.revive-lottie.bannerPulse {
		max-width: 380px;
		height: 380px;
	}
	img.form-logo {
		display: none !important;
	}
}
@media (max-width: 399px) {
	.banner {
		height: 480px;
	}
	.footer-social-wrap a {
		width: 40px;
		height: 40px;
		margin: 5px;
	}
	.footer-social-wrap i.fa-brands, .footer-social-wrap i.fa-solid {
		font-size: 25px;
	}
}
@media (max-width: 349px) {}