/* custom.css */

:root {
	--primary-color: #000000;
	--secondary-color: #fbf9f6;
	--bg-color: #f4f0e9;
	--text-color: #62605d;
	--accent-color: #553830;
	--accent-secondary-color: #754d40;
	--white-color: #ffffff;
	--divider-color: #00000014;
	--dark-divider-color: #ffffff1a;
	--error-color: rgb(230, 87, 87);
	--default-font: 'DM Sans', sans-serif;
	--accent-font: 'Space Grotesk', sans-serif;
}
.hero {
	position: relative;
	background-image: url('../../web/hero/hero-2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 290px 0 190px;
}
.page-header {
	position: relative;
	background: url('../../web/hero/hero-4.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 260px 0 150px;
	overflow: hidden;
}
.page-header::before {
	opacity: 0.7;
}
.sidebar-cta-box {
	position: relative;
	background: url('../../web/hero/hero-3.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	border-radius: 20px;
	padding: 50px;
	overflow: hidden;
}
.sidebar-cta-box::before {
	opacity: 0.7;
}
.main-menu ul li a:hover {
	color: #fff;
}
.section-title .h3 {
	padding-left: 0;
	background: initial;
}
.footer-links ul {
	padding-left: 15px;
	list-style: square;
}
.footer-links ul li {
	background: initial;
	padding-left: 8px;
}
.footer-contact-btn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 20px;
	margin: 0;
	padding: 0;
}
.our-projects-elite {
	background-color: #f4f0ea;
}
.testimonial-item-rating-elite {
	padding-top: 40px;
}
.why-choose-client-body-elite {
	background: #fbf9f6;
}
.why-choose-client-content-elite .h3 {
	color: #000 !important;
}
.why-choose-client-content-elite p {
	color: #000 !important;
}
.page-service-single .service-single-content p a {
	color: #000 !important;
	text-decoration: underline;
}
.page-service-single .service-single-content p strong {
	color: #553830 !important;
}
.page-service-single .service-single-content p a:hover {
	color: #553830 !important;
}
.page-service-single .contact-form {
	border-radius: 20px;
	background-color: #fbf9f6;
	padding: 30px;
}
.contact .contact-info-item-content .h3 {
	color: #553830 !important;
}
.about-us-images {
	background-image: initial;
}
.about-us-content-elite p a {
	color: #000 !important;
	text-decoration: underline;
}
.about-us-content-elite p strong {
	color: #553830 !important;
}
.about-us-content-elite p a:hover {
	color: #553830 !important;
}
section.rte {
	padding-top: 90px;
	padding-bottom: 90px;
}
.rte {
	border: 0;
}
.rte p {
	margin-bottom: 1rem;
}
.rte p strong {
	color: #553830;
}
.rte a {
	color: #553830;
	text-decoration: underline;
}
.rte ul {
	margin-left: 20px;
	margin-bottom: 1rem;
	list-style: disc;
	color: #553830;
}
.rte ul li {
	margin-bottom: 0.5rem;
}
.invisible {
	display: none;
}
.showroom .how-works-item {
	min-height: 200px !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.shown {
	font-weight: 600;
	color: #fff !important;
}
.pagination {
	margin: 2rem 0;
	display: flex;
	justify-content: center;
}
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 8px;
	align-items: center;
}
.pagination li a,
.pagination li strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-family: sans-serif;
	font-size: 14px;
	color: #333;
	transition: all 0.2s ease-in-out;
}
.pagination li a:hover {
	background-color: #f5f5f5;
	border-color: #bbb;
	color: #000;
}
.pagination li strong.active {
	background-color: #754d40;
	border-color: #754d40;
	color: #fff;
	font-weight: bold;
}
.pagination li.next a,
.pagination li.last a {
	font-weight: 500;
	background-color: #fafafa;
}
@media (max-width: 480px) {
	.pagination ul {
		gap: 5px;
	}
	.pagination li a,
	.pagination li strong {
		min-width: 35px;
		height: 35px;
		font-size: 13px;
	}
	.pagination li.last {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.navbar {
		padding: 10px 0;
		background-color: #2d2321;
	}
	.navbar .navbar-brand img {
		height: 60px;
	}
	.about-us-btn-elite {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.hero {
		padding: 160px 0 50px;
	}
	.about-us-elite .get-in-touch-elite {
		display: none;
	}
	.footer-contact-btn {
		margin-top: 30px;
		justify-content: start;
	}
}
