/*!
Theme Name: Mhd Wilroma Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mhd-wilroma-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mhd Wilroma Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--font-420: 420px;
	--font-60: 60px;
	--font-50: 50px;
	--font-45: 45px;
	--font-37: 37px;
	--font-30: 30px;
	--font-25: 25px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-17: 17px;
	--font-16: 16px;
	--font-15: 15px;
	--font-12: 12px;
}

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	color: #444444;
	font-size: var(--font-20);
	font-style: normal;
	line-height: 1.6;
	background: #FFFFFF;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

p {
	margin: 0 0 30px 0;
	/* font-weight: 400; */
}

p:last-child {
	margin: 0;
}

a {
	color: #222222;
	text-decoration: none;
	transition: 0.5s all;
}

a:hover {
	color: #8C7854;

}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

intro-description {
	margin-bottom: 30px;
}

section {
	padding: 185px 0;
	position: relative;
}

section.small-padding {
	padding: 100px 0;
}

section.pt-0 {
	padding-top: 0 !important;
}

section.pb-0 {
	padding-bottom: 0 !important;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

input,
textarea,
select {
	font-family: 'Gilroy', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #4E4E4E;
	line-height: 1;
	padding: 20px 25px;
	/* border-radius: 12px; */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #fff;
	width: 100%;
	border: 0.71px solid #E6E6E6;
	overflow: hidden;
	outline: 0;
}

::placeholder {
	color: #565656;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

.wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 auto auto;
}

.button {
	font-size: 16px;
	padding: 15px 30px;
	line-height: 1.2;
	background: #F2D7B0;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	border: 1px solid transparent;
	min-width: 199px;
	font-family: "Gilroy";
	border-radius: 8px;
}

.button.black {
	border: 1px solid #090909;
	background: transparent;
	color: #000;
}

.button.black:hover {
	background: #8C7854;
	color: #000;
	border: 1px solid #8C7854;
}
.d-none{
	display:none;
}
.button.white {
	border: 1px solid #fff;
	background: transparent;
}

.button.white:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

.button:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000000;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left !important;
}

.wrapper {
	width: 100%;
	max-width: 1340px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper.small {
	max-width: 1270px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/* FONTS */
@font-face {
	font-family: 'Bedross';
	src: url('fonts/bedross-regular.woff2') format('woff2'),
		url('fonts/bedross-regular.woff') format('woff'),
		url('fonts/bedross-regular.ttf') format('truetype'),
		url('fonts/bedross-regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Bedross';
	src: url('fonts/bedross-italic.woff2') format('woff2'),
		url('fonts/bedross-italic.woff') format('woff'),
		url('fonts/bedross-italic.ttf') format('truetype'),
		url('fonts/bedross-italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-thin-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-thin-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-ultralight-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-ultralight-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-light-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-regular-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-medium-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-semibold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-bold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-heavy-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-heavy-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('./fonts/gilroy-black-webfont.woff2') format('woff2'),
		url('./fonts/gilroy-black-webfont.woff') format('woff');
	font-weight: 950;
	font-style: normal;
}

/* Header */
.header-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 23px 0 0px 0;
	border-bottom: 1px solid rgb(0 0 0 / 80%);
	padding: 0 !important;
}

.menu {
	display: flex;
	flex-wrap: wrap;
}

.menu li:not(:last-child) {
	margin-right: 60px;
}

.menu a {
	font-size: var(--font-15);
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
}

.site-branding img {
	width: 94px;
}

.menu li a {
	position: relative;
	padding: 0 8px;
}

/* .menu>.current-menu-item>a:after {
content: '';
position: absolute;
bottom: -36px;
width: 100%;
background: #8C7854;
height: 3px;
left: 0;
} */

.menu .menu-item-has-children a:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: #222222;
	position: relative;
	top: 0px;
	left: 4px;
	transition: 0.5s all;
	vertical-align: middle;
}

.sub-menu li a:last-child:after {
	content: none;
}

.menu .sub-menu {
	position: absolute;
	top: 46px;
	left: 0;
	background: #ffffff;
	flex-direction: column;
	z-index: 9;
	min-width: 250px;
	border-top: 5px solid #8C7854;
	opacity: 0;
	visibility: hidden;
}

.menu ul.sub-menu li {
	border-bottom: 1px solid #8C7854;
	margin: 0;
}

.menu ul.sub-menu li:last-child {
	border: none;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-item-has-children {
	position: relative;
}

.menu ul.sub-menu a {
	padding: 15px 20px;
	display: block;
	width: 100%;
	font-size: 15px;
}

.menu li a:hover:after {
	color: #8C7854;
}

.toggle {
	display: none;
	cursor: pointer;
	z-index: 999;
}

/* HERO BANNER */
.hero-banner-wrap {
	position: relative;
	padding: 152px 20px 173px 20px;
	text-align: center;
	color: #fff;
	/* 	margin: 0 50px; */
}

.bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

h1.title {
	font-size: var(--font-50);
	font-family: 'Bedross', sans-serif;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.banner-row {
	width: 735px;
	margin: 0 auto;
}

span.overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: RGBA(140, 120, 84, 0.5);
	background: linear-gradient(0deg, rgb(140 120 84 / 50%) 100%, rgba(0, 0, 0, 0.5) 0%);
}

section.hero-banner {
	padding: 48px 0 70px 0;
}

/* FOOTER */
footer.site-footer {
	background: #8C7854;
	color: #fff;
	padding-top: 65px;
	position: relative;
	overflow: hidden;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 -15px;
}

.footer-block:first-child {
	/* width: 417px; */
}

.footer-block {
	max-width: 410px;
	padding: 0 15px;
}

.footer-logo {
	width: fit-content;
	margin-bottom: 36px;
}

.footer-description p{ 
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.51;
	font-family: "Inter", sans-serif;
	margin-bottom: 20px;
	color: #D1D1D1;
}

ul.social-links {
	display: inline-flex;
	flex-wrap: wrap;
}

ul.social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #313131; */
	width: 30px;
	height: 30px;
	color: #fff;
	/* border-radius: 3.33px; */
	font-size: 18px;
}
.address-block p {
	color: #fff;
}
ul.social-links li:not(:last-child) {
	margin-right: 22px;
}

h2.footer-heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	font-family: "Inter", sans-serif;
	margin-bottom: 33px;
	margin-top: 67px;
	/* text-transform: uppercase; */
}

.contact-info a {
	color: #D1D1D1;
}

.contact-info p a {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.27;

	font-family: "Inter", sans-serif;
	color: #D1D1D1;
}
.contact-info p:not(:last-child){
	margin-bottom: 40px;
}
.contact-info img {
	flex: 0 0 auto;
	width: fit-content;
	height: max-content;
	margin-right: 30px;
	position: relative;
	top: 1px;
}

.copyright p,
.copyright a {
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.47;
	font-family: "Inter", sans-serif;
	color: #FFFFFF;
}

.footer-bot h2 {
	font-weight: 600;
	font-size: 420px;
	line-height: 1;
	background: linear-gradient(180deg, #434343 19.39%, #1D1D1D 47.22%, #000000 75.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1px solid;
	border-image-source: linear-gradient(180deg, #666666 7.69%, #000000 100%);
	text-align: center;
	position: relative;
	bottom: -60px;
	/* opacity: 0.7; */
	left: -26px;
	pointer-events: none;
}

ul.social-links li a:hover {
	background: #8C7854;
}

.contact-info a:hover,
.copyright a:hover {
	color: #8C7854;
}

/* SPC FLOORING */
.features-row .heading, .application .heading, .flooring-option-row .heading, .option-heading, .wilroma-plus-row .heading, .explore-row .heading, .wilroma-diagram-row .heading, .why-cabinet-content .heading, .door .heading,.heading {
	font-size: var(--font-50);
	color: #8C7854;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Bedross';
	position: relative;
	/* 	text-transform: capitalize; */
}

.features-row .heading-group {
	/* 	width: 40%; */
	margin: 0 auto;
	margin-bottom:55px;
}

ul.feature-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

ul.feature-list li {
	width: 20%;
	padding: 0 20px;
	margin: 20px 0;
}

ul.feature-list li:nth-child(odd) .feature-block {
	/* background: rgb(255 188 16 / 70%); */
}

ul.feature-list li:nth-child(odd) .feature-block .feature-icon {
	/* border: 10px solid #ffbc10; */
}

.feature-block:hover .feature-icon img {
	/* filter: invert(1); */
	/* transition: 0.5s all; */
}

ul.feature-list li:nth-child(odd) .feature-block:hover .feature-icon {
	/* background: rgb(255 188 16 / 70%); */
	/* border-color: #fff; */
}

ul.feature-list li:nth-child(odd) .feature-block .feature-icon:after {
	content: none;
	background: #BE8D12;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	margin-bottom: -15px;
}

.feature-block {
	/* padding: 10px; */
	/* border-radius: 366px 366px 50px 50px; */
	height: 100%;
	text-align: center;
	transition: 0.5s all;
}


.feature-icon {
	height: 142px;
	width: 142px;
	/* background: #fff; */
	/* border-radius: 100%; */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	margin: 0 auto;
	/* position: relative; */
	margin-bottom: 10px;
	transition: 0.5s all;
}

.feature-icon img {
	width: 100%;
	height: 100%;
	/* object-fit: contain; */
	margin: 0 auto;
}

.feature-bottom {
	width: 81%;
	margin: 0 auto;
}

.feature-name p {
	font-size: var(--font-20);
	line-height: 1.2;
	/* color: #fff; */
	text-align: center;
	font-family: 'Roboto';
	font-weight: 500;
	color:#000;
}

ul.feature-list li:nth-child(even) .feature-block .feature-icon:after {
	content: none;
	background: #0675A0;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 100%;
	margin-bottom: -15px;
}


ul.application-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 0 !important;
	margin: -20px;
}

ul.application-list li {
	width: 25%;
	margin: 20px 0;
	padding: 0 20px;
}

.application-bottom {
	width: 84%;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}

.application-block:before {
	content: none;
	background: #1ABEFF;
	box-shadow: 0px -6.85px 8.22px rgba(0, 0, 0, 0.25);
	/* padding: 70px; */
	transform: rotate(47deg);
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 20px;
}
.application-block {
	position: relative;
	z-index: 1;
	text-align: center;
	align-items: center;
	height: 100%;
}

.application-icon {
	width: 196px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.application-name p {
	font-size: var(--font-30);
	color: #000;
	text-align: center;
	line-height: 1;
}

.application-block:after {
	content: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 10px;
	background: radial-gradient(49.79% 120.42% at 50% 115.47%, #000100 0%, rgba(0, 1, 0, 0) 100%);
	opacity: 0.3;
}

section.application:after {
	content: none;
	background: #FBC9D6;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 95px;
	z-index: 0;
}

.application-icon img {
	width: 100%;
	height: 100%;
}

.banner-row .heading-group {
	width: 610px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.intro-description {
	margin-bottom: 30px;
}
/* FLOORING OPTION */
.flooring-option-row .heading-group {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 140px;
}

.flooring-option-row .heading:after {
	content: "";
	background: #F2D7B0;
	width: 132px;
	position: absolute;
	height: 5px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: -25px;
	border-radius: 16px;
}

.option-detail {
	font-size: var(--font-25);
	color: #444444;
	line-height: 1.2;
	font-weight: 700;
}

.option-top {
	text-align: center;
	margin-bottom: 20px;
}

.option-left {
	width: 50%;
	position: relative;
}

.option-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.option-content {
	width: 45%;
	padding-top: 100px;
}

.option-block:nth-child(even) .option-inner {
	flex-direction: row-reverse;
}

.option-block:nth-child(even) .option-inner .option-image img,.swatch-image img {
}

.option-block:not(:last-child) {
	margin-bottom: 100px;
}

.option-btn {
	margin-top: 70px;
	text-align: center;
}

.option-image {
	position: relative;
	height: 100%;
	width: 100%;
}

.option-image:after {
	content: "";
	background: #F2D7B0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 152%;
	height: 59%;
	z-index: -1;
	margin-left: -300px;
}

.option-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0 210px 0 0;
}

.option-block:nth-child(even) .option-inner {
	flex-direction: row-reverse;
}

.option-block:nth-child(even) .option-inner .option-image:after,.swatch-image:after {
	margin-left: unset;
	left: unset;
	right: 0;
	right: 0;
	margin-right: -300px;
}

.option-block:nth-child(even) .option-inner .option-image {
	/* 	padding-left: 30px; */
	padding-right: 0;
}

.option-block:nth-child(even) .option-inner .option-image img,.swatch-image img {
	border-radius: 210px 0 0 0;
}

.key-heading {
	background: #8C7854;
	padding: 10px 20px;
	width: fit-content;
	border-radius: 0 20px 0 0;
	color: #fff;
	font-size: var(--font-25);
	font-family: 'wild_mangoregular';
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
}

.key {
	margin-bottom: 40px;
}

.coverage.key {
	margin: 0;
}

.option-content span {color: #8c7854;}

ul.key-list li:not(:last-child) {
	margin-bottom: 5px;
}

.image {
	position: relative;
	padding-top: 100%;
	width: 100%;
}

.image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.option-image .image {
	padding-top: 110%;
}

.option-content p {
	line-height: 1.5;
	font-weight: 700;
}

ul.key-list li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
	flex: 0 0 auto;
	font-size: var(--font-18);
}

.key-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

/* WILROMA PLUS */
.wilroma-plus-row {
	background: #F2D7B0;
	border: 2px solid #8C7854;
	border-radius: 43px;
	padding: 70px;
}

.wilroma-plus-row .intro-description p {
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.wilroma-plus-row .intro-description,
.intro-description {
	margin-bottom: 50px;
}

.wilroma-table {
	max-width: 825px;
	margin: 0 auto;
}

.wilroma-table td {
	padding: 15px;
	border: 1.2px solid #000000;
	/* font-weight: 500; */
	color: #212529;
	font-size: var(--font-20);
}

.wilroma-table table {
	border-spacing: 0;
	border: 1px solid #000;
	width: 100%;
}

.wilroma-plus-row .heading {
	color: #000;
}

.wilroma-table tr {
	border: 1px solid #000;
}

.diagram-image {
	width: 100%;
}

.diagram-image img {
	width: 100%;
	height: 100%;
}

.explore {
	padding: 70px 0;
	background: #EDEAE4;
}

.explore-row .heading {
	width: 60%;
	margin: 0 auto;
	text-transform:uppercase;
}

/* .heading-group {
margin-bottom: 30px;
} */

ul.explore-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
}

ul.explore-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.explore-block {
	height: 100%;
	border: 1.5px solid #000;
}

.explore-name {
	padding: 10px;
	background: #F2D7B0;
	text-align: center;
	font-size: var(--font-18);
	font-weight: 600;
	color: #1E1E1E;
	line-height: 1.5;
}

.explore-image {
	width: 100%;
}

.explore-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.explore-row .heading-group {
	margin-bottom: 70px;
}

.wilroma-diagram-row .heading {
	width: 80%;
	margin: 0 auto;
}

.explore-name span {
	display: block;
	font-weight: 400;
}

.table-heading {
	margin-bottom: 20px;
	font-size: var(--font-20);
	font-weight: 700;
}
.option-btn .button {
	color: #fff;
	background: #8C7854;
}


.bar {
	width: 34px;
	height: 3px;
	background-color: #8C7854;
	margin: 3px 0;
	display: inline-block;
	margin-left: auto;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	cursor: pointer;
	z-index: 99;
}

.bar:first-child {
	width: 24px;
}

.bar:last-child {
	width: 17px;
}

span.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
	width: 34px;
}

span.bar.animate.bar:nth-child(2) {
	opacity: 0;
}

span.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 34px;
}

.menu .sub-menu li ul.sub-menu {
	position: absolute;
	top: -5px;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.menu .sub-menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu ul.sub-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu ul.sub-menu li a:after {
	transform: rotate(-90deg);
}

section.journey-section .left-part .image img {
	border-radius: 0;
}

.product-image img {
	margin: 0 auto;
}

.shine-hover {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.shine-hover img {
	display: block;
	transition: transform 0.6s ease;
}

.shine-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: -83%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.6) 50%,
		rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: left 0.8s ease;
}

.shine-hover:hover::after {
	left: 133%;
}
/* FLOORING SCORE */
.score-bg {
	position: absolute;
	inset: 0;
	width: 100%;
}

.score-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flooring-score-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

span.img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	background: rgb(119 75 25 / 33%);
}

.score-image {
	width: 23%;
}

.score-image img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.score-description {
	width: 38%;
	margin-left: 50px;
}

.score-description p {
	color: #fff;
	font-weight: 400;
	font-size: var(--font-22);
	line-height: 1.5;
}
.flooring-features {
	background: #EDEAE4;
}
/* ABOUT */
.img-block-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left-part {
	width: 50%;
}

.right-part {
	width: 30%;
}
.right-part img{
	width:100%;
	height:100%;
}
.footer-bot img {
	width: 100%;
}

.address-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: -10px;
	margin-top: 60px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.address-block {
	/* width: 25%; */
	margin: 10px 0;
	padding: 0 10px;
	max-width: 300px;
}

.address-block>div a {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.27;
	font-family: "Inter", sans-serif;
	color: #D1D1D1;
}

.address-block img {
	flex: 0 0 auto;
	width: fit-content;
	height: max-content;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

.address-block span {
	display: block;
	color: #fff;
	margin-bottom: 6px;
}

.footer-bot {
	position: relative;
	margin-top: 150px;
}

.copyright {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	right: 0;
}
.copyright a:hover ,.contact-info a:hover{
	color: #000;
}
.banner-img img {
	width: 100%;
	height: 100%;
}
.bottom-content {
	margin-top:30px;
}
.bottom-content p {
	color: #000;
	font-size: var(--font-25);
	font-weight:400;
}
.add-right p {
	margin-bottom: 10px;
	font-size:var(--font-16);
}
.add-right p:last-child{
	font-weight:400;
	margin-bottom:0;
}
.flooring-bg {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 500px;
	opacity: 14%;
	margin-right: -100px;
	/* margin-top: -70px; */
}

.flooring-option{
	padding: 150px 0 30px 0 !important;
}
.flooring-bg img {
	width: 100%;
	height: 100%;
}
sup {
	font-size: 60%;
	vertical-align: super;
}
ul.wp-block-list {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 30px;
}
ul.wp-block-list li:not(:last-child) {
	margin-bottom: 6px;
}
ul.wp-block-list li {
	font-weight: 600;
}

.normal-content p {
	margin-bottom: 15px;
}

section.inner-banner {
	padding: 50px 0;
	background: #EDEAE4;
	margin-top: 30px;
}
.wp-block-heading {
	margin-bottom: 10px;
}
.wp-block-separator {
	border: none;
	border-top: 0.1px solid #ccc;
	margin: 30px 0;
}
.address-block>div a:hover {
	color: #000;
}
.footer-logo img {
	filter: invert(1) contrast(1) brightness(10);
	width: 118px;
}
.option-heading {
	text-transform: uppercase;
}

/* CTA */
.cta-wrap {
	padding: 50px 0;
	background: rgb(207 191 162);
	border-radius: 40px;
	position: relative;
}

.cta-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.cta-row {
	/* margin: 0 auto; */
	/* 	width: 870px; */
	/* text-align: center; */
	/* color: #fff; */
	/* position: relative; */
	/* z-index: 1; */
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
}

.cta-row p {
	/* font-weight: 500; */
	/* letter-spacing: 2.0px; */
	/* font-size: 20px; */
}

.cta-row .heading-group {
	margin-bottom: 27px;
}

.cta-row .intro-description {
	margin-bottom: 42px;
}

.cta-section {
	padding: 126px 0;
}

.cta-row .button.white {
	color: #fff;
}
.cta-row .button.white:hover {
	color: #000;
}

.cta-left {
	/* width: 39%; */
	width: 60%;
}

.cta-left .heading {
	/* text-align: left; */
}

.cta-form {
	/* width: 58%; */
	width: 25%;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.form-col{
	padding: 0 10px;
	margin: 10px 0;
}
.form-row .form-col:nth-child(-n+4) {
	width: 33.33%;
}

.form-row .form-col:nth-child(5) {
	width: 66.33%;
}

.form-btn {
	width: fit-content;
	margin-left: auto;
	margin-top: 20px;
}

textarea {
	/* min-height: 20px; */
	max-height: 59px;
}

.form-btn .button {
	border-radius: 50px;
	/* min-width: unset; */
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	background-color: #8c7854;
	box-shadow: 0 0 0 2px rgba(216,43,37,0.1);
	color: #fff;
}
.wpcf7 input:focus::placeholder,
.wpcf7 textarea:focus::placeholder {
	color: #fff;
}
.footer-bot-image {
	display: none;
}
.cta {
	padding: 90px 0;
}
/* HEADER-TOP */
ul.logo-list {
    display: flex;
}

ul.logo-list li {
    width: fit-content;
}

ul.logo-list li > div {
    position: relative;
    z-index: 1;
    padding: 10px;
    height: 100%;
    border-radius: 35px 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.logo-list li > div a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.header-top {
    padding: 10px 20px;
    background: #e4f8ff;
    padding-bottom: 0;
}

.brand-logo img {
    max-width: 70px;
    transition:0.5s all;
    object-fit: cover;
}

ul.logo-list li:last-child {
    margin-right: 0;
}
ul.logo-list li:nth-child(3) > div  {
   background: #a9d3d9;
}
ul.logo-list li:nth-child(even) .brand-logo img  {
   max-width: 140px;
}
ul.logo-list li > div:hover  {
   background:#f5f5f5;
}
.cta-form img {
    width: 100%;
    opacity: 0.3;
    max-width: 170px;
}
.header-top {
    display: none;
    padding: 10px 20px;
    background: #e4f8ff;
    padding-bottom: 0;
}