/* Theme Name: Barebones */
/* === Global === */
body .gform_wrapper.gravity-theme .gform_footer {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_footer .button,
.btn {
	background-color: var(--color-2);
	color: var(--color-1);
	font-weight: 700;
	transition: all ease 0.3s;
	text-transform: uppercase;
	padding: 0.4em 1.3em;
	font-size: 17px;
	border: none;
	line-height: 1.4;
	letter-spacing: 1px;
}
body .gform_wrapper.gravity-theme .gform_footer .button:hover,
body .gform_wrapper.gravity-theme .gform_footer .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
h2 {
	color: var(--color-1);
}
/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all ease 0.3s;
	text-transform: uppercase;
	padding: 15px 0 10px;
	white-space: nowrap;
}
.primary-header .header-row {
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.primary-header .nav-col {
	text-align: right;
	flex: 0 1 auto;
}
.primary-header .links-row {
	justify-content: flex-end;
	align-items: center;
	margin-right: 12px;
	margin-bottom: 12px;
	gap: 30px;
}
.primary-header .links-row .btn {
	font-size: 15px;
}
body.scrolled .primary-header {
	background-color: white;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	padding: 5px 12px;
}
.mega-menu {
	border: 3px solid var(--color-2);
}
.mega-menu:after {
	background-color: #fff;
	opacity: 1;
}
.mega-menu .mega-menu-inner {
	padding: 25px 50px;
}
.mega-menu h2 {
	font-weight: 700;
	color: var(--color-1);
	text-align: center;
}
.mega-menu .links {
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 75px;
	row-gap: 10px;
}
.mega-menu .link {
	text-transform: uppercase;
}
.mega-menu .link .link-row {
	align-items: center;
	gap: 15px;
}
.mega-menu .link .icon {
	flex: 0 0 38px;
}
.main-nav .menu li .mega-menu a {
	padding: 0;
}
.banner-section {
	margin-top: calc(-1 * var(--headerHeight, 85px));
}
.banner-section .item {
	padding-top: calc(30px + var(--headerHeight, 102px));
	padding-bottom: 30px;
}
.banner-section .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.banner-section .image * {
	height: 100%;
}
.banner-section .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333;
	opacity: 0.5;
}
.banner-section .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner-section .banner-row {
	position: relative;
	z-index: 2;
	column-gap: 50px;
	align-items: center;
	justify-content: space-between;
}
.banner-section .content {
	color: #fff;
	flex: 0 1 auto;
}
.banner-section .form {
	flex: 0 0 620px;
	position: relative;
}
.banner-section .form .inner {
	padding: 25px;
}
.banner-section .form h2 {
	font-size: 24px;
	color: var(--color-1);
}
.banner-section .form .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio {
	display: flex;
	gap: 10px;
	justify-content: center;
	text-align: center;
}
.banner-section .form .gform_wrapper.gravity-theme .gform_footer .button {
	margin: 0 auto;
	background-color: var(--color-2);
	border: 2px solid var(--color-2);
}
.banner-section .form .gform_wrapper.gravity-theme .gform_footer .button:hover,
.banner-section .form .gform_wrapper.gravity-theme .gform_footer .button:focus {
	background-color: #fff;
	color: var(--color-1);
}
.banner-section .form .gform_wrapper.gravity-theme .gfield_label {
	text-align: center;
	border: none;
}
.banner-section .form .gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox {
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap: 10px;
}
.banner-section .form .gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox .gchoice {
	display: flex;
	gap: 5px;
}
.banner-section .form .gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: 100%;
}
.banner-section p:last-child {
	margin-bottom: 0;
}
/* === Footer === */
.primary-footer {
	padding: 30px 0;
}
.primary-footer .container {
	width: 100%;
	max-width: 1400px;
}
.primary-footer .footer-row {
	justify-content: space-between;
	gap: 25px 50px;
}
.primary-footer .info-col {
	flex: 0 1 300px;
}
.primary-footer .info-col .logo {
	margin-bottom: 30px;
}
.primary-footer .info-col .contact-links {
	width: fit-content;
	margin: 0 auto;
}
.primary-footer .info-col .address {
	margin-bottom: 20px;
}
.primary-footer .info-col .social {
	margin-top: 20px;
	font-size: 36px;
}
.primary-footer .sitemap-col {
	flex: 1 1 auto;
	background-color: var(--color-3);
	padding: 20px 30px;
}
.primary-footer .sitemap-col .menu {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-footer .sitemap-col .menu a {
	text-decoration: underline;
}
.primary-footer .sitemap-col .menu>li {
	flex: 0 1 200px;
}
.primary-footer .sitemap-col .menu>li>a {
	display: block;
	margin-bottom: 15px;
}
.primary-footer .sitemap-col .menu .sub-menu {
	position: static;
	display: flex;
	flex-direction: column;
	gap: 3px;
	transform: none;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: normal;
}
.primary-footer .sitemap-col .menu .sub-menu a {
	font-weight: 400;
}
.primary-footer .google_map {
	flex: 0 1 300px;
}
.primary-footer .google_map iframe {
	width: 100%;
	height: 100%;
	min-height: 250px;
}
.copyright {
	background-color: var(--color-1);
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
}
.copyright a {
	color: #fff;
	font-weight: 400;
}
.copyright a:hover,
.copyright a:focus {
	color: var(--color-2);
}
/* === Home Page === */
.vertical-slider {
	overflow: hidden;
	display: flex;
}
.vertical-slider .items {
	transition: transform ease 0.3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev {
	opacity: 0.15;
	cursor: default;
}
.vertical-slider.last .next {
	opacity: 0.15;
	cursor: default;
}
.header_text {
	background-color: var(--color-1);
	color: var(--color-4);
}
.header_text p:last-child {
	margin-bottom: 0;
}
.marquee {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	/* This is required, adjust as needed */
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 16px;
}
.main-section {
	padding: 40px 0;
}
.main-section .main-row {
	gap: 25px 50px;
	align-items: center;
}
.main-section .stats {
	flex: 0 0 550px;
	background-color: var(--color-3);
	padding: 0 30px;
}
.main-section .stat {
	border-bottom: 2px solid var(--color-2);
	padding: 15px 0;
	gap: 15px 30px;
	align-items: center;
	justify-content: space-between;
}
.main-section .stat:last-child {
	border: none;
}
.main-section .stat .number {
	flex: 1 1 165px;
	color: var(--color-1);
	font-weight: 700;
	font-size: 40px;
}
.main-section .stat .text {
	flex: 0 1 255px;
	font-weight: 700;
	color: var(--color-5);
}
.main-section .content {
	flex: 1 1 auto;
}
.main-section .content h2 {
	color: var(--color-1);
	font-size: 25px;
}
.main-section .content p:last-child {
	margin-bottom: 0;
}
.services-section {
	padding: 100px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.services-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.6;
	z-index: -1;
}
.services-section h2 {
	color: var(--color-1);
	font-size: 32px;
}
.services-section .content {
	max-width: 640px;
	margin: 0 auto 40px;
}
.services-section .services {
	flex-wrap: wrap;
	gap: 30px;
}
.services-section .service {
	flex: 0 1 calc(25% - 22.5px);
	text-align: center;
}
.services-section .service img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.services-section .service .heading {
	font-size: 20px;
	margin-top: 15px;
}
.reviews-section {
	padding: 40px 0;
}
.reviews-section h2 {
	color: var(--color-1);
	font-size: 32px;
}
.reviews-section .reviews-row {
	flex-wrap: wrap;
	gap: 30px 80px;
}
.reviews-section .image-col {
	flex: 1 1 calc(40% - 40px);
}
.reviews-section .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-section .content-col {
	flex: 1 1 calc(60% - 40px);
}
.reviews-section .reviews-wrap {
	position: relative;
	margin: 0 0 30px;
}
.reviews-section .reviews-wrap .arrows {
	position: absolute;
	top: 0;
	bottom: -30px;
	right: 0;
	align-items: flex-end;
	font-size: 16px;
	color: var(--color-2);
}
.reviews-section .reviews-wrap .arrow {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
	line-height: 1;
	gap: 5px;
}
.reviews-section .reviews-wrap .arrow .text {
	font-size: 16px;
	color: var(--color-1);
	font-weight: 700;
	line-height: 0.7;
}
.reviews-section .item .rating {
	font-size: 24px;
	color: var(--color-2);
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}
.reviews-section .item .quote {
	color: var(--color-1);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
}
.reviews-section .item .author {
	color: var(--color-1);
	font-weight: 600;
}
.reviews-section .link {
	margin-top: -20px;
}
.footer-banner {
	padding: 100px 0;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
	color: #fff;
}
.footer-banner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #666;
	opacity: 0.66;
	z-index: -1;
}
.footer-banner h2 {
	font-size: 36px;
	color: #fff;
}
.footer-banner .btn {
	font-size: 20px;
}
.footer-banner p:last-child {
	margin-bottom: 0;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 25px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item>.toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(180deg);
}
.content-section {
	padding: 100px 0;
	background-color: var(--color-3);
}
.content-section h3 {
	margin-bottom: 50px;
}
.content-section h2 {
	margin-bottom: 30px;
}
.content-section .btn {
	margin-top: 20px;
}
.content-section ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
.content-section ul li {
	margin-bottom: 20px;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 0px;
	row-gap: 10px;
}
.content-section .content-row>.col {
	flex: 1 1 calc(50% - 25px);
}
.content-section.container-full {
	padding: 0;
	overflow: hidden;
}
.content-section.container-full .container {
	width: 100%;
}
.content-section.container-full .content-row {
	column-gap: 0;
}
.content-section.container-full .content-col {
	padding: 100px 85px;
}
.content-section.container-full .image-col {
	position: relative;
	align-self: stretch;
}
.content-section.container-full .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	bottom: 0;
}
.content-section.container-full .image-col .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-section.img-pos-right .content-row {
	flex-direction: row-reverse;
}
body .content-section {
	background-color: #fff;
	padding-top: var(--padding_top, 100px);
	padding-bottom: var(--padding_bottom, 100px);
	margin-top: var(--margin_top, 0);
	margin-bottom: var(--margin_bottom, 0);
}
body .content-section .content-row {
	align-items: center;
}
body .content-section h3 {
	margin-bottom: 20px;
}
.content-section.container-full.img-pos-left .image-col .inner {
	left: auto;
	right: 0;
}
.content-section.container-full.img-pos-left .content-col {
	padding: 100px 85px;
}
.content-section.text-color-light,
.content-section.text-color-light h2 {
	color: #fff;
}
.content-section.text-color-light .btn {
	border-color: #fff;
	color: #fff;
}
.content-section.text-color-light .btn:hover,
.content-section.text-color-light .btn:focus {
	background-color: #fff;
	color: var(--color-1);
}
.content-section .content-col p:last-child {
	margin-bottom: 0;
}
.content-section.container-full.full-img .image-col .inner img {
	object-fit: contain;
}
.content-section.container-contained .content-col {
	padding: 20px;
}
.process-section {
	padding: 50px 0;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
}
.process-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.25;
	z-index: -1;
}
.process-section .content {
	max-width: 700px;
	margin: 0 auto;
}
.process-section .items {
	flex-wrap: wrap;
	gap: 5px;
}
.process-section .separator {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.process-section .separator .icon {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(assets/images/arrow.webp);
	background-repeat: no-repeat;
}
.process-section .separator:last-child {
	display: none;
}
.process-section .item {
	flex: 0 1 calc(20% - 40px);
	text-align: center;
	border: 2px solid var(--color-2);
	background-color: var(--color-1);
	padding: 25px 10px;
	color: #fff;
}
.process-section .item .image {
	border: 2px solid var(--color-2);
	background-color: #fff;
	border-radius: 10px;
	width: 120px;
	height: 90px;
	margin: 0 auto 15px;
}
.process-section .item .image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.process-section .item .heading {
	font-weight: 700;
	font-size: 20px;
}
.area-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
}
.area-section h2 {
	max-width: 650px;
	margin: 0 auto 50px;
}
.area-section .shortcode_row {
	justify-content: center;
	gap: 50px;
}
.area-section .shortcode_row .shortcode_col {
	flex: 0 1 auto;
	min-width: 0;
}
.area-section .shortcode_row p {
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	color: var(--color-1);
	font-size: 20px;
	line-height: 1.2;
}
.area-section .shortcode_row p:before {
	content: "\f3c5";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 28px;
	color: var(--color-2);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.brands-section {
	padding: 50px 0;
	background-size: cover;
	background-color: var(--color-3);
}
.brands-section .sec-content {
	margin: 0 auto 50px;
}
.brands-section .brands {
	flex-wrap: wrap;
	gap: 30px;
}
.brands-section .brand {
	flex: 0 1 calc(33.33% - 20px);
	border: 2px solid var(--color-2);
	padding: 20px;
}
.brands-section .brand .image {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}
.brands-section .brand .image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.brands-section .brand p {
	margin-bottom: 10px;
}
.boxes-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.boxes-section .sec-content {
	max-width: 800px;
	margin: 0 auto 50px;
}
.boxes-section .boxes {
	flex-wrap: wrap;
	gap: 30px;
}
.boxes-section .box {
	flex: 1 1 calc(50% - 15px);
	border: 2px solid var(--color-1);
	background-color: #fff;
	padding: 30px;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.boxes-section .box .image {
	flex: 1 1 125px;
}
.boxes-section .box .content {
	flex: 1 1 calc(100% - 155px);
}
.boxes-section .box h3 {
	color: var(--color-1);
	font-size: 22px;
}
.boxes-section .box p:last-child {
	margin-bottom: 0;
}
.faq-section {
	padding: 50px 0;
}
.faq-section .sec-content {
	margin-bottom: 50px;
}
.faq-section .faq {
	background-color: var(--color-4);
}
.faq-section .faq .toggle-heading h3 {
	margin-bottom: 0;
	color: var(--color-1);
	font-weight: 500;
	font-size: 22px;
}
.faq-section .faq .toggle-heading .icon span {
	display: block;
	background-image: url(assets/images/faq-toggle.webp);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
body.ip .reviews-section .content-row {
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
	max-width: 900px;
	margin: 0 auto 50px;
}
body.ip .reviews-section .content-row .image-col {
	flex: 0 1 150px;
}
body.ip .reviews-section .reviews {
	flex-wrap: wrap;
	gap: 40px;
}
body.ip .reviews-section .item {
	flex: 1 1 calc(50% - 20px);
	background-color: var(--color-4);
	border: 2px solid var(--color-1);
	padding: 20px;
}
body.ip .reviews-section .item .author {
	text-align: center;
	font-size: 22px;
}
.contact-section {
	padding: 50px 0;
}
.contact-section h2 {
	font-weight: 700;
}
.contact-section h3 {
	color: var(--color-1);
	font-weight: 700;
}
.contact-section a {
	color: var(--color-text);
	font-weight: 400;
}
.contact-section a:hover,
.contact-section a:focus {
	color: var(--color-2);
}
.contact-section .contact-row {
	flex-wrap: wrap;
	gap: 50px;
}
.contact-section .contact-row>.col {
	flex: 1 1 calc(50% - 25px);
}
.contact-section .map-col {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.contact-section .map-col iframe {
	width: 100%;
	height: 100%;
	min-height: 250px;
}
.contact-section .map-col .map {
	flex: 1 1 auto;
}
.contact-section .address {
	margin-bottom: 20px;
}
.contact-section .email {
	margin-top: 20px;
}
.contact-section .hours {
	background-color: var(--color-4);
	padding: 25px;
	border: 2px solid var(--color-1);
	margin: 30px 0;
}
.contact-section .hours ul {
	display: flex;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	gap: 15px 30px;
}
.contact-section .hours ul:last-child {
	margin-bottom: 0;
}
.contact-section .hours ul li:first-child {
	flex: 0 1 170px;
}
.blog-section {
	padding: 50px 0;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
	margin: 0;
}
.blog-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.85;
	z-index: -1;
}
.blog-section .posts {
	flex-wrap: wrap;
	gap: 40px;
}
.blog-section .post {
	flex: 0 1 calc(33.33% - 26.66px);
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
}
.blog-section .post h3 {
	margin: 30px 0;
	text-transform: uppercase;
}
.blog-section .post h3 a {
	color: var(--color-text);
}
.blog-section .post .date {
	color: var(--color-1);
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 20px;
}
.blog-section .post .link {
	margin-top: 15px;
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
}
.blog-section .pagination {
	margin-top: 50px;
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color-text);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color-3);
}
.blog-section .categories {
	flex-wrap: wrap;
	column-gap: 1.3em;
	row-gap: 1em;
	font-size: 20px;
	margin-bottom: 40px;
}
.blog-section .categories .cat {
	border-bottom: 2px solid transparent;
	font-weight: 400;
	cursor: pointer;
	background: var(--color-1);
	color: #fff;
	padding: 8px;
}
.blog-section .categories .cat.active {
	border-color: var(--color-2);
	font-weight: 700;
	background: var(--color-2);
}
.blog-section .pagination {
	display: flex;
	font-weight: 400;
	flex-wrap: wrap;
	gap: 2px;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #515254;
}
.blog-section .pagination a {
	background-color: var(--color-1);
	display: block;
	color: #fff;
	padding: 4px 8px;
}
.blog-section .pagination a.active {
	background-color: var(--color-text);
	color: #fff;
}
.main-section.single h1 {
	text-align: center;
}
.author-row {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 20px;
	font-size: 22px;
	color: #898989;
}
.main-section.single .date {
	text-align: center;
	font-size: 22px;
	color: #898989;
}
.main-section.single .inner {
	margin-top: 40px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.main-section.single .content {
	padding: 40px;
}
/* === Flip Card Component === */
.flip-card {
	width: 400px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	margin: 0 auto;
}
.flip-card .flip-card-inner {
	position: relative;
	transition: transform 0.6s ease;
	-webkit-transition: -webkit-transform 0.6s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	will-change: transform;
}
.flip-card .flip-card-front,
.flip-card .flip-card-back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
}
.flip-card .flip-card-front {
	position: relative;
}
.flip-card .flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-card .flip-card-inner.is-flipped,
.flip-card:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.flip-card .flip-card-front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-card .flip-card-back {
	z-index: 3;
}
/* Make sure scrollbars are visible when needed and constrained to front height */
.flip-card .flip-card-back {
	box-sizing: border-box;
}
/* Disable hover-based flipping so only class toggles flip */
.flip-card:hover .flip-card-inner {
	-webkit-transform: none !important;
	transform: none !important;
}
/* Ensure .is-flipped forces rotation */
.flip-card .flip-card-inner.is-flipped {
	-webkit-transform: rotateY(180deg) !important;
	transform: rotateY(180deg) !important;
}
@media (max-width: 420px) {
	/* allow the card to shrink on very small screens */
	.flip-card {
		width: 100%;
		max-width: 400px;
	}
}
/* === Interior Pages === */
.timeline-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 20px 0;
}
.timeline-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.85;
	z-index: -1;
}
.timeline-section .items {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.timeline-section .items:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background-color: var(--color-1);
	z-index: 1;
}
.timeline-section .item {
	align-items: center;
	margin-bottom: 50px;
	justify-content: center;
}
.timeline-section .item:nth-child(even) {
	flex-direction: row-reverse;
}
.timeline-section .item:nth-child(even) .date {
	justify-content: flex-start;
}
.timeline-section .item .col {
	flex: 0 0 400px;
}
.timeline-section .item .spacer {
	flex: 0 0 80px;
	height: 2px;
	background-color: var(--color-1);
}
.timeline-section .item .date {
	display: flex;
	justify-content: flex-end;
}
.timeline-section .item .date .circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-2);
	color: #fff;
	font-weight: 900;
	font-size: 24px;
}
.timeline-section .item .card-face {
	background-color: #fff;
	padding: 20px;
	border: 2px solid var(--color-1);
	cursor: pointer;
}
.timeline-section .item .flip-card-front .heading {
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 700;
	color: var(--color-1);
	text-align: center;
	display: flex;
}
.timeline-section .item .flip-card-front .heading .text {
	flex: 1 1 auto;
}
.timeline-section .item .flip-card-front .heading .icon {
	flex: 0 0 30px;
	background-image: url(assets/images/faq-toggle.webp);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	height: 30px;
	width: 30px;
}
.timeline-section .item .flip-card-back .heading {
	font-weight: 700;
	text-align: center;
	color: var(--color-1);
}
body .gform_wrapper.gravity-theme .ginput_container {
	color: var(--color-text);
}
.content-section.text-color-light .gform_wrapper.gravity-theme .gfield_description,
.content-section.text-color-light .gform_wrapper.gravity-theme .gform_drop_instructions,
.content-section.text-color-light .gform_wrapper.gravity-theme .gform-field-label,
.content-section.text-color-light .gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
}
.ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
}
.ginput_container_consent input {
	margin-top: 0;
}
.ginput_container_consent label {
	margin-bottom: 0;
	font-weight: 400;
}
#about-menu .link .icon {
	flex-basis: 25px;
}
.logo-slider {
	background-color: var(--color-4);
	padding: 65px 0;
}
.logo-slider .content {
	margin-bottom: 40px;
}
.logo-slider .owl-stage {
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.logo-slider .owl-carousel .owl-item img {
	width: auto;
	max-height: 100px;
}
.process-section .item {
	display: flex;
	flex-direction: column;
}
.process-section .item .image:first-child:last-child {
	justify-self: center;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	width: 100%;
}
.brands-section .owl-carousel {
	padding: 0 50px;
}
.brands-section .owl-carousel .owl-item .item {
	height: 100%;
	margin: 0 3px;
}
.brands-section .owl-carousel .owl-stage {
	display: flex;
}
.brands-section .owl-carousel .owl-nav {
	font-size: 22px;
}
.brands-section .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: var(--color-1);
	font-size: 22px;
}
.brands-section .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.brands-section .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.brands-section .owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.brands-section .owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--color-2);
}
.brands-section .owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-1);
}
.page-id-251 ol {
	padding-left: 17px;
}
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.main-nav .menu li a {
		padding: 5px 8px;
	}
	.banner-section .form .gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox {
		grid-template-columns: repeat(3, auto);
		text-align: center;
		justify-content: center;
		row-gap: 5px;
	}
	.banner-section .form {
		flex-shrink: 1;
		min-width: 400px;
	}
	.process-section .items {
		row-gap: 30px;
	}
	.process-section .item {
		flex-basis: calc(33.33% - 48.5px);
	}
}
@media screen and (max-width: 991px) {
	.mobile-header {
		position: sticky;
	}
	body {
		margin-top: 0;
	}
	.header_text {
		background-color: var(--color-2);
	}
	.mobile-backdrop {
		position: fixed;
	}
	.main-section .main-row,
	.reviews-section .reviews-row,
	.primary-footer .footer-row {
		flex-wrap: wrap;
	}
	.main-section .main-row>.col,
	.reviews-section .reviews-row>.col,
	.primary-footer .footer-row>.col {
		flex-basis: 100%;
	}
	.primary-footer .info-col .logo {
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.content-section .content-row>.col {
		flex-basis: 100%;
	}
	.content-section.container-full {
		padding: 50px 0;
	}
	.content-section.container-full .content-col,
	.content-section.container-full.img-pos-left .content-col {
		padding: 0;
	}
	.content-section.container-full .image-col .inner {
		position: static;
		width: 100%;
	}
	.blog-section .post {
		flex-basis: calc(50% - 20px);
	}
	.boxes-section .box {
		flex-basis: 100%;
	}
	.boxes-section .box .content {
		min-width: min(100%, 250px);
	}
	.process-section .item {
		flex-basis: calc(50% - 48.5px);
	}
	.timeline-section .item:nth-child(n) {
		flex-direction: column;
	}
	.timeline-section .item {
		position: relative;
		z-index: 2;
	}
	.timeline-section .item .date,
	.timeline-section .item .col {
		flex-basis: auto;
	}
	.timeline-section .item .spacer {
		flex-basis: 10px;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .banner-row {
		flex-wrap: wrap;
		gap: 40px;
	}
	.banner-section .banner-row>.col {
		flex-basis: 100%;
	}
	.main-section .stat {
		flex-wrap: wrap;
	}
	.main-section .stat>.col {
		flex-basis: 100%;
		text-align: center;
	}
	.services-section .services {
		gap: 20px;
	}
	.services-section .service {
		flex-basis: calc(50% - 10px);
	}
	.reviews-section .link {
		margin-top: 50px;
	}
	.primary-footer .sitemap-col .menu {
		flex-wrap: wrap;
		text-align: center;
	}
	.primary-footer .sitemap-col .menu>li {
		flex-basis: 100%;
	}
	.primary-footer .info-col .contact-links {
		text-align: center;
	}
	.primary-footer .info-col .social {
		justify-content: center;
	}
	.banner-section .form {
		min-width: 0;
	}
	.main-section.single .content {
		padding: 40px 15px;
	}
	.blog-section .post {
		flex-basis: 100%;
	}
	.brands-section .owl-carousel {
		padding: 0;
	}
	.process-section .items {
		row-gap: 10px;
	}
	.process-section .item {
		flex-basis: 100%;
	}
	.process-section .separator .icon {
		transform: rotate(90deg);
	}
	.area-section .shortcode_row {
		row-gap: 0;
		width: fit-content;
		margin: 0 auto;
		flex-direction: column;
	}
	.area-section .shortcode_row .shortcode_col {
		flex-basis: auto;
		text-align: center;
	}
	.area-section .shortcode_row .shortcode_col p {
		width: fit-content;
	}
}
@media screen and (max-width: 450px) {
	h1 {
		font-size: 32px;
	}
	.btn {
		white-space: normal;
	}
}
@keyframes breathing {
	0% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
	}
}
.border-glow {
	--border-radius: 8px;
	position: relative;
	border-radius: var(--border-radius);
	padding: 10px;
}
.border-glow .inner {
	border-radius: 8px;
	background-color: #fff;
}
.border-glow::before,
.border-glow::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(45deg, #e8ca00, #f2b705, #fff, #f0c419, #ffe11a);
	background-size: 400%;
	z-index: -1;
	animation: glow 8s linear infinite;
	width: 100%;
	border-radius: var(--border-radius);
}
.border-glow::after {
	animation: glow 8s linear infinite, breathing 4s ease-in-out infinite normal;
}
.border-glow::after {
	filter: blur(30px);
	transform: translate3d(0, 0, 0);
}
@keyframes glow {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label {
	padding-left: 20px;
	position: relative;
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid var(--color-2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice label:after {
	content: "\f00c";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 11px;
	color: var(--color-2);
	opacity: 0;
}
body .gform_wrapper.gravity-theme .gfield--type-checkbox .gchoice input:checked~label:after {
	opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield_radio {
	display: flex;
	gap: 10px;
	justify-content: center;
	text-align: center;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
	flex: 0 1 auto;
	position: relative;
	padding-left: 25px;
	color: var(--color-1);
	font-weight: 700;
	cursor: pointer;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:hover label:before,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:hover label:after,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:focus label:before,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:focus label:after {
	transform: scale(1.2) translateY(-50%);
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:hover label:after,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice:focus label:after {
	top: 8px;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	height: 0;
	width: 0;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice input:checked~label:after {
	opacity: 1;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
	display: block;
	cursor: pointer;
	font-size: 17px;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:after {
	transition: all ease 0.3s;
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: var(--color-2);
}
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label:after {
	content: "\f00c";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	font-size: 11px;
	color: #fff;
	top: 4px;
	left: 4px;
	opacity: 0;
}