@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
	font-family: "Formula";
	src: url("../styles/fonts/Formula-Display-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Pantherdam";
	src: url("../styles/fonts/Pantherdam-Signature.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}


.poppins {
	font-family: "Poppins";
}

.barlow {
	font-family: "Barlow";
}

.formula {
	font-family: "Formula";
}

.playfair {
	font-family: "Playfair";
}

.daysOne {
	font-family: "Days One";
}

.pantherdam {
	font-family: "Pantherdam";
}

.montserrat {
	font-family: "Montserrat";
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extra-bold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.italic {
	font-style: italic;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

span {
	display: inline-block;
}


html {
	scroll-behavior: smooth;
}

img {
	-webkit-user-drag: none;
	/* Chrome, Safari */
	user-select: none;
	/* Prevents selecting the image */
}

body::-webkit-scrollbar {
	display: none;
	/* Hides the scrollbar */
}


*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

body {
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial;
}

@media screen and (max-width: 1800px) {
	body {
		zoom: 80% !important;
	}
}

@media screen and (max-width: 1599px) {
	body {
		zoom: 70% !important;
	}
}

@media screen and (max-width: 1200px) {
	body {
		zoom: 55% !important;
	}
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}



/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

form [type="submit"] {
	margin: 20px auto
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}

.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form input[type="tel"],
.ctc-form textarea {
	font-family: "Poppins";
	font-size: 16px;
	color: #000;
	height: 65px;
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin: 0 auto 10px;
	padding-left: 25px;
	border-radius: 20px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.45);
	border: none;
	background-color: #f3f3f3;
}

.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form input[type="tel"] {
	width: 388px;
}

.ctc-form input[type="text"]::placeholder,
.ctc-form input[type="email"]::placeholder .ctc-form input[type="tel"]::placeholder,
.ctc-form textarea::placeholder {
	font: 400 16px "Myriad Pro";
	line-height: 1.20em;
}

.ctc-form textarea {
	max-width: 1200px;
	width: 100%;
	height: 212px;
	padding-top: 20px;
	background-color: #f3f3f3;
}

.ctc-form button {
	display: block;
	border: none;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


/*header*/
#header {
	background: #B3CDE0;
	padding: 40px 0;
}

#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {}

#header nav ul li.active-menu a,
#header nav ul li a:hover,
#footer nav ul li.active-menu a,
#footer nav ul li a:hover {
	background: linear-gradient(339deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}


/*inner pages*/
.inner #content {
	min-height: 400px;
	padding: 40px 0
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}

p {
	margin: 0;
}

/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/
.text-gradient-gold {
	background:
		linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.text-gradient-gold1 {
	background:
		linear-gradient(180deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.text-gradient-gold2 {
	background:
		linear-gradient(270deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.ctc-button {
	width: 300px;
	height: 64px;
	box-shadow: inset 0 0 2px 2px #8E5C19;
	background: linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	font: 400 12px "Days One";
	line-height: 30px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, letter-spacing 0.35s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.ctc-button span {
	position: relative;
	z-index: 2;
}

.ctc-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.5) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: left 0.65s ease;
	pointer-events: none;
	z-index: 0;
}

.ctc-button:hover {
	background: linear-gradient(270deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	box-shadow: inset 0 0 2px 2px #8E5C19, 0 6px 16px rgba(142, 92, 25, 0.45);
	transform: translateY(-3px) scale(1.02);
	letter-spacing: 0.5px;
	color: #FFF;
}

.ctc-button:hover::before {
	left: 125%;
}

.ctc-button:active {
	transform: translateY(-1px) scale(0.98);
	box-shadow: inset 0 0 2px 2px #8E5C19, 0 3px 8px rgba(142, 92, 25, 0.35);
}

.ctc-button-transparent {
	width: 300px;
	height: 64px;
	font: 400 12px "Days One";
	line-height: 30px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: solid 1px #FFF;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: border-color 0.35s ease, color 0.35s ease;
}

.ctc-button-transparent::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s ease;
	z-index: -1;
}

.ctc-button-transparent:hover {
	border-color: #8E5C19;
	color: #FFF;
}

.ctc-button-transparent:hover::before {
	transform: scaleX(1);
}

.ctc-button-transparent2 {
	width: 300px;
	height: 64px;
	font: 400 12px "Days One";
	line-height: 30px;
	color: #BB9245;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: solid 1px #000;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.ctc-button-transparent2:hover {
	background-color: #000;
	color: #E3C470;
	border-color: #000;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.ctc-button-transparent2:active {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

#header {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* padding: 0 20px; */
	background: url("../images/assets/bg-main.png") no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 10px;
	overflow: hidden;
}

#header>.row {
	max-width: 1267px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000;
}

#header .logo {
	max-width: 254px;
	width: 100%;
	background: url("../images/assets/header-logo-bg.png") no-repeat;
	background-size: cover;
	background-position: bottom;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .navigation {
	max-width: 1012px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#header .navigation .topInner {
	background-color: #1F2022;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;

}

#header .navigation .topInner .contact {
	max-width: 462px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .navigation .topInner .contact .divider {
	background:
		linear-gradient(270deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	width: 25px;
	height: 1px;
}

#header .navigation .topInner .socialLinks {
	max-width: 180px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}

#header .bottomInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	padding: 10px 18px 10px 25px;
}

#header nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#header nav ul li {
	font-size: 12px;
	letter-spacing: 0.027em;
	line-height: 1.2em;
	color: #555;
}

span {
	display: inline-block;
}

#header .navigation .contact .mail,
#header .navigation .contact .phone {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

#header .navigation .contact .mail>span,
#header .navigation .contact .phone>span {
	font-size: 10px;
	line-height: 1.20em;
}

#header .navigation .contact .mail a>span,
#header .navigation .contact .phone a>span {
	font-size: 13px;
	line-height: 1.20em;
}

#header .nav-container {
	width: 100%;
	max-width: 630px;

}

#banner {
	width: 100%;
	padding-top: 332px;
	position: relative;
}

#banner .row {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
	position: relative;
}

#banner .row .text>p {
	font-size: 40px;
	letter-spacing: -0.040em;
	line-height: 1.35em;
	color: #FFF;
	text-shadow: 7px 7px 4px #000;
	text-align: center;
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
}

#banner .row .text>span:nth-child(2) {
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	line-height: 2.20em;
	text-align: center;
	padding-bottom: 10px;
	text-shadow: 7px 7px 4px #000;

}

#banner .row .text .btnCont {
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	padding-bottom: 25px;

}

#banner .sliderBtn {
	width: 117.1875%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	margin: 0 auto;
	left: -165px;
	top: 31%;
}

#banner .sliderBtn .cont1,
#banner .sliderBtn .cont2 {
	max-width: 248px;
	width: 100%;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
	transition: background-color 0.35s ease;
	cursor: pointer;
}

#banner .sliderBtn .cont1:hover,
#banner .sliderBtn .cont2:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#banner .sliderBtn .cont1 img {
	height: 43px;
	width: 44px;
	position: relative;
	left: 70px;
}

#banner .sliderBtn .cont2 img {
	height: 43px;
	width: 44px;
	position: relative;
	right: 70px;
}

#aboutSection {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: url("../images/assets/bg-main2.png") no-repeat;
	background-size: cover;
	background-position: left;
	background-color: #FFF;
}

#aboutSection .row {
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}

#aboutSection .row .topRow {
	max-width: 1695px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: -75px;

}

#aboutSection .row .topRow .cont {
	max-width: 554px;
	height: 345px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.30);
	border: solid 1px #D6D6D6;
	background-color: #FFF;
	padding-left: 35px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	transition: border-color 0.3s ease;
}

#aboutSection .row .topRow .cont:hover {
	border-color: #C99D4E;
}

#aboutSection .row .topRow .cont::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	background: linear-gradient(180deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	transition: height 0.3s ease;
	pointer-events: none;
}

#aboutSection .row .topRow .cont:hover::after {
	height: 15px;
}

#aboutSection .row .topRow .cont>span:first-child {
	font: 900 40px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.40em;
	padding-top: 40px;
	text-align: start;
}

#aboutSection .row .topRow .cont>p:nth-child(2) {
	font: 400 16px "Formula";
	line-height: 36px;
	color: #777777;
	text-align: start;
	padding-top: 25px;
}

#aboutSection .row .topRow .cont a {
	width: 100%;
}

#aboutSection .row .topRow .cont a>span {
	font: 900 20px "Big Shoulders";
	letter-spacing: -0.060em;
	line-height: 1.20em;
	width: 100%;
	text-align: start;
	text-decoration: underline;
}

#aboutSection .bottomRow {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-left: 35px;
}

#aboutSection .bottomRow .inner {
	max-width: 640px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 90px;
}

#aboutSection .bottomRow .inner>span:first-child {
	font: 400 60px "Pantherdam";
	letter-spacing: 0.010em;
	line-height: 27px;
	color: #000;
}

#aboutSection .bottomRow .inner>span.text-gradient-gold1 {
	font: 900 130px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.10em;
	text-align: start;
	padding-bottom: 20px;
}

#aboutSection .bottomRow .inner>p.formula {
	font-size: 16px;
	color: #171719;
	line-height: 2.30em;
	text-align: start;
	max-width: 620px;

}

#aboutSection .bottomRow .inner .phone {
	max-width: 265px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 15px 0px;
}

#aboutSection .bottomRow .inner .phone>span {
	font: 400 16px "Poppins";
	color: #000;
	line-height: 1em;
}

#aboutSection .bottomRow .inner .phone a>span {
	font: 400 33px "Days One";
	line-height: 1.20em;
}

#aboutSection .bottomRow .inner .btnCont {
	max-width: 605px;
	width: 100%;
	display: flex;
	justify-content: space-between;

}

#servicesSection {
	width: 100%;
	background: url("../images/assets/bg-main3.png") no-repeat;
	background-size: cover;
	background-position: top center;
}

#servicesSection .row {
	max-width: 1645px;
	width: 100%;
	margin: 0 auto;
	padding-top: 95px;
	padding-bottom: 80px;
}

#servicesSection .row .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#servicesSection .row .top .left {
	max-width: 300px;
	width: 100%;
	display: flex;
	align-items: end;
}

#servicesSection .row .top .right {
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#servicesSection .row .top .right span.pantherdam {
	font-size: 60px;
	letter-spacing: 0.010em;
	line-height: 27px;
	text-align: end;
	padding: 20px 0;
}

#servicesSection .row .top .right span:last-child {
	font: 400 35px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 50px;
	text-align: end;
	color: #FFF;
	padding-top: 10px;
}

#servicesSection .row .middle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	padding-top: 78px;
}

#servicesSection .row .middle .cont {
	max-width: 536px;
	width: 100%;
	height: 534px;
	background: #FFF;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}

#servicesSection .row .middle .cont .innerImage {
	max-width: 476px;
	width: 100%;
	height: 417px;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: -52px;
	background-size: cover;
	background-position: center;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
}

#servicesSection .row .middle .epoxy .innerImage {
	background: url("../images/assets/bg-flooring-services.webp") no-repeat;

}

#servicesSection .row .middle .luxury .innerImage {
	background: url("../images/assets/bg-design-services.webp") no-repeat;
}

#servicesSection .row .middle .garage .innerImage {
	background: url("../images/assets/bg-garage-transformations.webp") no-repeat;
}

#servicesSection .row .middle .cont>span {
	font: 900 43px "Playfair Display";
	text-align: center;
	letter-spacing: -0.040em;
	line-height: 1.20em;
	padding-top: 15px;
}

#servicesSection .row .middle .cont a>span {
	text-align: center;
	font: 900 20px "Big Shoulders";
	color: #1A1A1C;
	letter-spacing: -0.060em;
	line-height: 1.20em;
	text-decoration: underline;
	padding-top: 5px;
}

#servicesSection .row .bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#servicesSection .row .bottom p {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font: 400 25px "Playfair Display";
	letter-spacing: -0.040em;
	line-height: 45px;
	padding-top: 30px;
}

#servicesSection .row .bottom .pagination {
	width: 1372px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#servicesSection .row .bottom .pagination > img{
	margin-top: 25px;
}
#servicesSection .row .bottom .pagination .btnCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	gap: 5px;
}

#servicesSection .row .bottom .pagination .btnCont> img{
	width: 60px;
	height: 60px;	
}

#servicesSection .row .counter {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	font-family: "Days One", sans-serif;
}

#servicesSection .row .counter .current {
	font-size: 45px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 0.5px #D1AE64; 
	line-height: 1;
}

#servicesSection .row .counter .slash {
	color: transparent;
	-webkit-text-stroke: 0.5px #D1AE64;
}

#servicesSection .row .counter .total {
	font-size: 16px;
	font-weight: 600;
	color: transparent;
	-webkit-text-stroke: 0.5px #D1AE64;
	line-height: 1;
	padding-bottom: 3px;
	margin-left: -7px;
}

#feedbackSection {
	width: 100%;
	background: url("../images/assets/bg-feedback.png");
	background-size: cover;
	background-position: top center;
	background-color: #FFF;
}

#feedbackSection .row {
	max-width: 1782px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 45px;
}

#feedbackSection .row .top {
	width: 100%;
}

#feedbackSection .row .top .outerRow {
	max-width: 1656px;
	width: 100%;
	margin: 0 auto;
	box-shadow: inset 0 0 2px 2px #8E5C19;
	background: linear-gradient(180deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	padding: 16px 0px;
	border-radius: 10px;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
}

#feedbackSection .row .top .innerRow {
	max-width: 1612px;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	border: solid 1px #D6D6D6;
	background: url("../images/assets/bg-userReview.png") no-repeat;
	background-color: #000;
	background-position: center center;
	display: flex;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 40px;
}

#feedbackSection .row .top .innerRow>span.text-gradient-gold1 {
	font: 600 50px "Playfair Display";
	letter-spacing: -0.020em;
	line-height: 1.10em;
	padding-bottom: 20px;
}

#feedbackSection .row .top .innerRow>img {
	width: 94px;
	margin: 0 auto;
}

#feedbackSection .row .top .innerRow>p {
	font: 600 20px "Playfair Display";
	line-height: 40px;
	text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
	color: #FFF;
	text-align: center;
	max-width: 1155px;
	margin: 0 auto;
	padding-top: 10px;
}

#feedbackSection .row .top .innerRow .userRating {
	max-width: 354px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}

#feedbackSection .row .top .innerRow .userRating>img {
	width: 112px;
	margin: 0 auto;
}

#feedbackSection .row .top .innerRow .userRating>span {
	font: 900 30px "Playfair Display";
	line-height: 1em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#feedbackSection .row .top .innerRow .userRating .sliderButton {
	width: 100%;
	max-width: 62px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

#feedbackSection .row .top .innerRow .userRating .sliderButton img {
	width: 25px;
}

#feedbackSection .row .middle {
	width: 100%;
	padding-bottom: 80px;
}

#feedbackSection .row .middle>span {
	font: 700 200px "Poppins";
	line-height: 1.20em;
	opacity: 0.26;
}

#feedbackSection .row .middle .innerRow {
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	margin-top: -140px;
}

#feedbackSection .row .middle .innerRow img {
	width: 5px;
	height: 181px;
}

#feedbackSection .row .middle .innerRow .left,
#feedbackSection .row .middle .innerRow .center,
#feedbackSection .row .middle .innerRow .right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#feedbackSection .row .middle .innerRow .left {
	max-width: 430px;
	width: 100%;
	padding-top: 35px;
}

#feedbackSection .row .middle .innerRow .left>span:first-child,
#feedbackSection .row .middle .innerRow .right>span:first-child {
	font: 900 50px "Playfair Display";
	line-height: 1.10em;
	color: #000;
}

#feedbackSection .row .middle .innerRow .left>span:nth-child(2),
#feedbackSection .row .middle .innerRow .right>span:nth-child(2) {
	font: 400 32px "Playfair Display";
	line-height: 1.10em;
	letter-spacing: -0.020em;
	padding-top: 5px;
}

#feedbackSection .row .middle .innerRow .left>span:last-child,
#feedbackSection .row .middle .innerRow .right>span:last-child {
	font: 400 12px "Formula";
	color: #525252;
	line-height: 35px;
	padding-top: 5px;
}

#feedbackSection .row .middle .innerRow .center {
	max-width: 300px;
	width: 100%;
}

#feedbackSection .row .middle .innerRow .center>span:first-child {
	font: 900 125px "Playfair Display";
	letter-spacing: -0.020em;
	line-height: 1.10em;
	color: #000;
}

#feedbackSection .row .middle .innerRow .center>span:last-child {
	font: 400 30px "Playfair Display";
	letter-spacing: -0.020em;
	line-height: 1.10em;
	color: #000;
}

#feedbackSection .row .middle .innerRow .right {
	max-width: 430px;
	width: 100%;
	padding-top: 35px;
}

#feedbackSection .row .bottom {
	max-width: 1790px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#feedbackSection .row .bottom>span:first-child {
	font: 900 16px "Big Shoulders";
	letter-spacing: 0.800em;
	line-height: 1.20em;
	text-align: center;
}

#feedbackSection .row .bottom>span:nth-child(2) {
	font: 900 30px "Playfair Display";
	color: #000;
	letter-spacing: -0.050em;
	line-height: 50px;
	text-align: center;
	padding-top: 5px;
}

#feedbackSection .row .bottom>span:nth-child(3) {
	font: 400 35px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 50px;
	color: #000;
	text-align: center;
	padding-bottom: 20px;
}


#feedbackSection .bottom .carousel {
	width: 100%;
	position: relative;

}

#feedbackSection .bottom .carousel .innerCarousel {
	max-width: 1665px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#feedbackSection .bottom .carousel .innerCarousel .gall {
	max-width: 316px;
	width: 100%;
	height: 495px;
	border: solid 1px #D6D6D6;
	border-radius: 5px;
	background-size: cover;
	background-position: bottom center;
	box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
}

#feedbackSection .bottom .carousel .innerCarousel .gall1 {
	background: url("../images/assets/gall1.webp");
}

#feedbackSection .bottom .carousel .innerCarousel .gall2 {
	background: url("../images/assets/gall2.webp");
}

#feedbackSection .bottom .carousel .innerCarousel .gall3 {
	background: url("../images/assets/gall3.webp");
}

#feedbackSection .bottom .carousel .innerCarousel .gall4 {
	background: url("../images/assets/gall4.webp");
}

#feedbackSection .bottom .carousel .innerCarousel .gall5 {
	background: url("../images/assets/gall5.webp");
}

#feedbackSection .bottom .carousel .sliderBtn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
}

#feedbackSection .bottom .carousel .sliderBtn img {
	width: 52px;
}

#feedbackSection .bottom .btnCont {
	padding-top: 25px;
	padding-bottom: 50px;
}

#feedbackSection .bottom .btnCont .ctc-button {
	margin: 0 auto;
}

#scheduleSection {
	width: 100%;
	background: url("../images/assets/bg-main4.png") no-repeat;
	background-size: cover;
	background-position: top center;
}

#scheduleSection .row {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	padding-top: 410px;
	overflow: visible;
	padding-bottom: 115px;
}

#scheduleSection .row>span:first-child {
	font: 900 65px "Playfair Display";
	letter-spacing: -0.040em;
	line-height: 1.20em;
	color: #FFF;
	text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65);
}

#scheduleSection .row>span:nth-child(2) {
	font: 400 18px "Formula";
	line-height: 2.20em;
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 30px;
}

#scheduleSection .row .carousel {
	max-width: 1468px;
	width: 100%;
	margin: 0 auto;
	position: absolute;

}

#scheduleSection .row .carousel .innerCarousel {
	max-width: 1324px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	position: relative;
	margin-top: -5px;
}

#scheduleSection .row .carousel .innerCarousel .slide {
	max-width: 426px;
	width: 100%;
	height: 231px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	border: solid 1px #D6D6D6;
	box-shadow: 9px 9px 31px rgba(0, 0, 0, 0.15);
	background: #FFF;
	padding-top: 40px;
}

#scheduleSection .row .carousel .innerCarousel .slide span {
	font: 400 20px "Formula";
	color: #444;
	line-height: 1.20em;
	text-align: center;
	padding-top: 22px;
}

#scheduleSection .row .carousel .innerCarousel .top-quality img {
	width: 70px;
	margin: 0 auto;
}

#scheduleSection .row .carousel .innerCarousel .top-rated img {
	width: 118px;
	margin: 0 auto;
}

#scheduleSection .row .carousel .innerCarousel .reliable img {
	width: 105px;
	margin: 0 auto;
}

#scheduleSection .row .carousel .sliderBtn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 40%;

}

#scheduleSection .row .carousel .innerCarousel .sliderBtn img {
	width: 52px;
}

#faqSection {
	width: 100%;
	background: url("../images/assets/bg-main5.png") no-repeat;
	background-size: cover;
	background-position: bottom center;

}

#faqSection .row {
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 200px;
}

#faqSection .row .topRow {
	max-width: 1580px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#faqSection .row .topRow .left {
	max-width: 620px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 80px;
}

#faqSection .row .topRow .left>span:first-child {
	font: 800 18px "Big Shoulders";
	letter-spacing: 0.800em;
	line-height: 1.20em;
	text-align: start;
}

#faqSection .row .topRow .left>span:nth-child(2) {
	font: 500 55px "Playfair Display";
	color: #000;
	letter-spacing: -0.030em;
	line-height: 1.30em;
	text-align: start;
	padding-top: 20px;
}

#faqSection .row .topRow .left>p:nth-child(3) {
	font: 400 16px "Formula";
	letter-spacing: -0.010em;
	line-height: 2.50em;
	text-align: start;
	max-width: 610px;
	padding: 10px 0px;
}

#faqSection .row .topRow .left .btnCont {
	width: 100%;
	display: flex;
	gap: 10px;
}

#faqSection .row .topRow .right {
	max-width: 870px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 55px;
	border: solid 1px #D6D6D6;
	gap: 20px;
	box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.10);
}

/* #faqSection .row .topRow .right .child1 {
	width: 100%;
	max-width: 797px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: solid 1px #D6D6D6;
	overflow: hidden;
}

#faqSection .row .topRow .right .child1 .top {
	padding-left: 27px;
	padding-right: 12px;
	background: linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);

	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	padding-bottom: 27px;

}

#faqSection .row .topRow .right .child1 .bottom {
	width: 100%;
	padding-left: 27px;
	padding-right: 12px;
	padding-bottom: 10px;
}

#faqSection .row .topRow .right .child1 .bottom>p {
	font: 400 13px "Formula";
	line-height: 2em;
	padding-top: 17px;
	text-align: start;
}

#faqSection .row .topRow .right .child1 .top>span:first-child {
	font: 500 30px "Playfair Display";
	line-height: 1.20em;
	color: #FFF;
	text-align: start;
}

#faqSection .row .topRow .right .child1 .top .arrowCont {
	width: 45px;
	height: 42px;
	background-color: #FDFDFD;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#faqSection .row .topRow .right .child1 .top .arrowCont img {
	width: 9px;
}

#faqSection .row .topRow .right .child2 {
	width: 100%;
	max-width: 797px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	padding-top: 27px;
	padding-bottom: 30px;
	padding-left: 27px;
	padding-right: 12px;
}

#faqSection .row .topRow .right .child2>span:first-child {
	font: 500 30px "Playfair Display";
	line-height: 1.20em;
	color: #545454;
	text-align: start;
} */

#faqSection .row .topRow .right .child1 {
	width: 100%;
	max-width: 797px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: solid 1px #D6D6D6;
	overflow: hidden;
}

#faqSection .row .topRow .right .child1 .top {
	padding-left: 27px;
	padding-right: 12px;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	padding-top: 27px;
	padding-bottom: 27px;
	cursor: pointer;
	transition: background 0.35s ease, padding 0.35s ease;
}

#faqSection .row .topRow .right .child1.active .top {
	background: linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	padding-top: 45px;
}

#faqSection .row .topRow .right .child1 .top>span:first-child {
	font: 500 30px "Playfair Display";
	line-height: 1.20em;
	color: #545454;
	text-align: start;
	transition: color 0.35s ease;
}

#faqSection .row .topRow .right .child1.active .top>span:first-child {
	color: #FFF;
}

#faqSection .row .topRow .right .child1 .top .arrowCont {
	width: 45px;
	height: 42px;
	background-color: #8E5C19;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.35s ease;
}

#faqSection .row .topRow .right .child1.active .top .arrowCont {
	background-color: #FDFDFD;
}

#faqSection .row .topRow .right .child1 .top .arrowCont img {
	width: 9px;
	transition: transform 0.35s ease, filter 0.35s ease;
	filter: brightness(0) invert(1);
	transform: rotate(180deg);
}

#faqSection .row .topRow .right .child1.active .top .arrowCont img {
	transform: none;
	filter: brightness(0) saturate(100%);
}

#faqSection .row .topRow .right .child1 .bottom {
	width: 100%;
	padding-left: 27px;
	padding-right: 12px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding-bottom 0.4s ease;
}

#faqSection .row .topRow .right .child1.active .bottom {
	max-height: 500px;
	padding-bottom: 10px;
}

#faqSection .row .topRow .right .child1 .bottom>p {
	font: 400 13px "Formula";
	line-height: 2em;
	padding-top: 17px;
	text-align: start;
}


#faqSection .row .topRow .right .child2 .arrowCont {
	width: 45px;
	height: 42px;
	background-color: #8E5C19;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#faqSection .row .topRow .right .child2 .arrowCont img {
	width: 9px;
}

#faqSection .row .bottomRow {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 480px;

}

#faqSection .row .bottomRow form {
	max-width: 1440px;
	width: 100%;
	background-color: #FFF;
	border-radius: 20px;
	border: solid 1px #D6D6D6;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.30);
}

#faqSection .row .bottomRow form .formRow {
	max-width: 1200px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 45px;
}

#faqSection .row .bottomRow form .formRow>h1 {
	font: 900 60px "Playfair Display";
	text-align: center;
	letter-spacing: -0.010em;
	line-height: 1.06em;
}

#faqSection .row .bottomRow form .formRow>span {
	font: 400 19px "Poppins";
	letter-spacing: 0.010em;
	line-height: 27px;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
}

#faqSection .row .bottomRow form .formRow .name {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#faqSection .row .bottomRow form .formRow .btnCont {
	width: 100%;
	display: flex;
	justify-content: center;
}

#faqSection .row .bottomRow form .formRow .submit-btn {
	width: 219px;
	height: 70px;
	background-color: #D1AE64;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font: 400 14px "Days One";
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#faqSection .row .bottomRow form .formRow .submit-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

#faqSection .row .bottomRow form .formRow .submit-btn:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#footer .topRow {
	width: 100%;
	position: relative;
	background: url("../images/assets/bg-main7.png") no-repeat, #000;
	background-size: cover;
	background-position: top center;
	height: 20px;
	display: flex;
	justify-content: center;
}

#footer .topRow .outer {
	max-width: 1656px;
	width: 100%;
	margin: 0 auto;
	box-shadow: inset 0 0 2px 2px #8E5C19;
	background: linear-gradient(180deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	padding-top: 26px;
	border-radius: 15px;
	position: absolute;
	top: -436px;
}

#footer .topRow .outer .inner {
	max-width: 1605px;
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	border: solid 2px #D6D6D6;
	background: url("../images/assets/bg-main6.png") no-repeat top center / cover, #000;
	display: flex;
	justify-content: center;
}

#footer .topRow .outer .inner .innerRow {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer .topRow .outer .inner .left,
#footer .topRow .outer .inner .right {
	max-width: 332px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;

}

#footer .topRow .outer .inner .left .cont,
#footer .topRow .outer .inner .right .cont {
	max-width: 332px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	background-color: #FFF;
	height: 149px;
	border-radius: 10px;
	gap: 10px;
	justify-content: center;
	align-items: center;
}


#footer .topRow .outer .inner .left .address img {
	width: 88px;
	height: 88px;
}


#footer .topRow .outer .inner .left .email img {
	width: 91px;
	height: 91px;
}

#footer .topRow .outer .inner .right .phone img {
	width: 84px;
	height: 84px;
}

#footer .topRow .outer .inner .right .time img {
	width: 72px;
	height: 71px;
}

#footer .topRow .outer .inner .left .text,
#footer .topRow .outer .inner .right .text {
	max-width: 170px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#footer .topRow .outer .inner .left .text>span:first-child {
	font: 900 25px "Playfair Display";
	color: #C2A058;
	letter-spacing: -0.050em;
	line-height: 1.20em;
	text-align: start;
}

#footer .topRow .outer .inner .left .text>a,
#footer .topRow .outer .inner .left .text>span:nth-child(2) {
	font: 400 16px "Montserrat";
	line-height: 1.20em;
	color: #333;
	text-align: start;
}

#footer .topRow .outer .inner .right .text>span:first-child {
	font: 900 25px "Playfair Display";
	color: #C2A058;
	letter-spacing: -0.050em;
	line-height: 1.20em;
	text-align: start;
}

#footer .topRow .outer .inner .right .text>a,
#footer .topRow .outer .inner .right .text>span:nth-child(2),
#footer .topRow .outer .inner .right .text>span:last-child {
	font: 400 16px "Montserrat";
	line-height: 1.20em;
	color: #333;
	text-align: start;
	display: inline-block;
	padding-top: 5px;
}

#footer .bottomRow {
	width: 100%;
	background-color: #000;
	margin-top: -5px;
	position: relative;
	z-index: 2;
}

#footer .bottomRow .row {
	max-width: 635px;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}

#footer .bottomRow .row .nav-container {
	max-width: 620px;
	width: 100%;
}

#footer .bottomRow .row .nav-container nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#footer .bottomRow .row .nav-container nav ul li {
	list-style: none;
	color: #FFF;
	font: 400 11px "Days One";
}

#footer .policy p {
	font: 400 13px "Poppins";
	color: #FFF;
}

#footer .copy img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}

#footer .socialLinks {
	display: flex;
	justify-content: center;
	gap: 2px;
	padding-top: 5px;
}

#footer .socialLinks img {
	filter: drop-shadow(7px 7px 4px rgba(0, 0, 0, 0.65));

}

.about #content,
.services #content,
.reviews #content,
.gallery #content,
.contact #content,
.faq #content {
	padding-bottom: 500px;
}

.about #content .row {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.about #content .row .innerRow {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about #content .row h1,
.services #content .row h1,
.gallery #content .row h1,
.faq #content .row h1,
.reviews #content .row h1 {
	font: 900 60px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.10em;
	text-align: center;
	padding-bottom: 10px;
}

.about #content .row .innerRow .left {
	max-width: 695px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}

.about #content .row .innerRow .right img {
	max-width: 577px;
	width: 100%;
}


.about #content .row .innerRow .left span {
	font: 900 40px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.40em;
}

.about #content .row .innerRow .left span,
.about #content .row .innerRow .left p {
	text-align: start;
}

.about #content .row .innerRow .left p,
.about #content .row .innerRow .left ul li,
.about #content .row .innerRow .left span:last-child,
.services #content .row p,
.gallery #content .row p,
.reviews #content .row span {
	font: 400 16px "Formula";
	line-height: 36px;
	color: #777777;
	text-align: start;
}

.services #content {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* height: 165vh; */
}

.services #content .row {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
}

.services #content .row p {
	text-align: center;
	padding-bottom: 10px;
}

.services #content .row .inner {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.services #content .row .inner .left span,
.services #content .row .inner .right span {
	font: 900 40px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.40em;
	text-align: start;
}

.services #content .row .inner .left p,
.services #content .row .inner .right p {
	text-align: start;
}

.services #content .row .inner .left,
.services #content .row .inner .right {
	max-width: 600px;
	width: 100%;
	border: solid 1px #D6D6D6;
	padding: 20px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 7px 7px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.services #content .row .inner .left:hover,
.services #content .row .inner .right:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.services #content .row .inner .left .image {
	background: url("../images/assets/bg-interior.webp") no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 564px;
}

.services #content .row .inner .right .image {
	background: url("../images/assets/bg-luxuryG.webp") no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 564px;

}

.gallery #content {
	width: 100%;
	/* height: 450vh; */
}

.gallery #content .row {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.gallery #content .row p {
	text-align: center;
	padding-bottom: 20px;
}

.gallery #content .row .gallery {
	display: grid;
	grid-template-columns: repeat(2, 677px);
	grid-template-rows: repeat(5, 677px);
	gap: 25px;
	justify-content: center;
	margin: 0 auto;
}

.gallery #content .row .gallery img {
	width: 677px;
	height: 677px;
	object-fit: cover;
	border-radius: 6px;
}

.gallery #content .row .btnCont a {
	margin: 0 auto;

}

.gallery #content .row .btnCont a>span {
	opacity: 1 !important;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
}

.lightbox.active {
	display: flex;
}

.lightbox-img {
	max-width: 85%;
	max-height: 85%;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
	position: absolute;
	color: #FFF;
	font-size: 40px;
	cursor: pointer;
	user-select: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.lightbox-close {
	top: 25px;
	right: 40px;
}

.lightbox-prev {
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox-next {
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
	color: #D1AE64;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	transform: translateY(-50%) scale(1.15);
}

.gallery img {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.gallery img:hover {
	transform: scale(1.03);
}

.gallery #content .row .btnCont {
	width: 100%;
	padding-top: 50px;
}

.gallery #content .row .btnCont button {
	margin: 0 auto;
	border: none;
}


.faq #content .row h1 {
	padding-bottom: 15px;
}

.faq #content .row .right {
	max-width: 870px;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 55px;
	border: solid 1px #D6D6D6;
	gap: 20px;
	box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.10);
	margin: 0 auto;
}

.faq #content .row .right .child1 {
	width: 100%;
	max-width: 797px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	border: solid 1px #D6D6D6;
	overflow: hidden;
}

.faq #content .row .right .child1 .top {
	padding-left: 27px;
	padding-right: 12px;
	background: linear-gradient(90deg,
			rgb(227, 196, 112),
			rgb(196, 157, 78) 50%,
			rgb(142, 92, 25) 97%);
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	padding-bottom: 27px;
	cursor: pointer;
}

.faq #content .row .right .child1 .top>span:first-child {
	font: 500 30px "Playfair Display";
	line-height: 1.20em;
	color: #FFF;
	text-align: start;
}

.faq #content .row .right .child1 .top .arrowCont {
	width: 45px;
	height: 42px;
	background-color: #FDFDFD;
	border: solid 1px #D6D6D6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq #content .row .right .child1 .top .arrowCont img {
	width: 9px;
	transition: transform 0.35s ease;
	filter: brightness(0) saturate(100%);
	transform: rotate(180deg);
}

.faq #content .row .right .child1.active .top .arrowCont img {
	transform: none;
}

.faq #content .row .right .child1 .bottom {
	width: 100%;
	padding-left: 27px;
	padding-right: 12px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding-bottom 0.4s ease;
}

.faq #content .row .right .child1.active .bottom {
	max-height: 500px;
	padding-bottom: 10px;
}

.faq #content .row .right .child1 .bottom>p {
	font: 400 13px "Formula";
	line-height: 2em;
	padding-top: 17px;
	text-align: start;
}

/* .contact #content .ctc-form {
	max-width: 577px;
	width: 100%;
	margin: 0 auto;
}

.contact #content .ctc-form input[type="text"] {
	width: 283px;
}

.contact #content .ctc-form input[type="email"],
.contact #content .ctc-form input[type="tel"],
.contact #content .ctc-form textarea {

}


.contact #content .ctc-form input[type="text"]::placeholder,
.contact #content .ctc-form input[type="email"]::placeholder .ctc-form input[type="tel"]::placeholder,
.contact #content .ctc-form textarea::placeholder {
	font: 400 16px "Myriad Pro";
	line-height: 1.20em;
}

.contact #content .ctc-form textarea {
	max-width: 1200px;
	width: 100%;
	height: 212px;
	padding-top: 20px;
	background-color: #f3f3f3;
} */

.reviews #content {
	/* height: 100vh; */
}

.contact #content {
	/* height: 170vh; */
}

.contact #content .row {
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.contact #content .row .ctc-form {
	max-width: 580px;
	width: 100%;
	display: flex;
}

.contact #content .ctc-form h1 {
	font: 900 60px "Playfair Display";
	letter-spacing: -0.050em;
	line-height: 1.10em;
	text-align: center;
	padding-bottom: 10px;
}

.contact #content .ctc-form .formRow>span,
.contact #content .ctc-form .formRow>a {
	font: 400 16px "Poppins";
	/* line-height: 30px; */
	color: #000;
	text-align: center;
	width: 100%;
}

.contact #content .ctc-form .formRow>a>span {
	text-decoration: underline;
}


.contact #content .ctc-form input[type="text"] {
	width: 283px;
}

.contact #content .ctc-form input[type="email"] {
	width: 100%;
}

.contact #content .ctc-form .contact-form>.name {
	width: 100%;
	display: flex;
	gap: 10px;
}


.contact #content .ctc-form .phone input[type="tel"] {
	width: 100%;
}

.contact #content .ctc-form .name span,
.contact #content .ctc-form .email span,
.contact #content .ctc-form .message span,
.contact #content .ctc-form .phone span {
	width: 100%;
	text-align: start;
	font: 400 12px "Poppins";
	color: #000;
	padding-bottom: 5px;
}

.contact #content .ctc-form .contact-form .policy-button .contact-php-checkbox-container span {
	max-width: 480px;
	width: 100%;
	text-align: start;

}

.contact #content .ctc-form .contact-php-checkbox-container {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.contact #content .ctc-form .contact-php-checkbox-container .contact-php-checkbox {
	margin-top: 5px;
	flex-shrink: 0;
}

.contact #content .ctc-form .contact-form .policy-button>div {
	display: flex;
	justify-content: center;
}

.contact #content .ctc-form .formRow .submit-btn {
	width: 219px;
	height: 70px;
	background-color: #D1AE64;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font: 400 14px "Days One";
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact #content .ctc-form .formRow .submit-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.contact #content .ctc-form .formRow .submit-btn:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reviews #content .row {
	max-width: 1155px;
	width: 100%;
	margin: 0 auto;
}

.reviews #content .row h1 {
	padding-bottom: 20px;
}

.reviews #content .row .innerRow span.text-gradient-gold2 {
	font: 600 40px "Playfair Display";
	letter-spacing: -0.020em;
	line-height: 1.10em;
}

.reviews #content .row .innerRow>p {
	font: 600 20px "Playfair Display";
	line-height: 40px;
	/* text-shadow: 7px 7px 4px rgba(0, 0, 0, 0.65); */
	color: #000;
	text-align: center;
	max-width: 1155px;
	margin: 0 auto;
	padding: 10px 0;
}

.reviews #content .row .innerRow .userRating {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.reviews #content .row .innerRow .userRating span.text-gradient-gold1 {
	font: 900 30px "Playfair Display";
	line-height: 1em;
	padding-bottom: 15px;
}

span,
h1,
a,
p,
li,
#banner .btnCont a{
	background-color: rgba(0, 0, 0, 0.005);
}