/*!
Theme Name: Hospitality Essentials
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: hospitality-essentials
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.

Hospitality Essentials 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-45: 45px;
	--font-50: 50px;
	--font-40: 40px;
	--font-30: 30px;
	--font-28: 28px;
	--font-23: 23px;
	--font-20: 20px;
	--font-18: 18px;
	--font-16: 16px;
	--primary-color: #005689;
	--text-dark: #1F1F1F;
	--text-medium: #555555;
	--text-light: #777777;
	--text-gray: #D1D1D3;
	--white-color: #ffffff;
	--black-color: #000000;
	--font-playfair: "Playfair Display", serif;
	--font-inter: "Inter", sans-serif;
	--font-poppins: "Poppins", sans-serif;
	--font-roboto: "Roboto", sans-serif;
	--font-alumni: "Alumni Sans", sans-serif;
	--card-bg: #f8f2ec;
	--bg-color: #fdfdfd;
	--border-color: #E6DED2;
	--overlay: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
	--shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.3);
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

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

body {
	padding: 0;
	margin: 0;
	font-size: var(--font-16);
	font-family: var(--font-poppins);
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: var(--text-dark);
	background: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-playfair);
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0 !important;
}

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

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

section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.small-padding {
	padding: 50px 0;
}

.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

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

.p-0 {
	padding: 0 !important;
}

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

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

.m-0 {
	margin: 0 !important;
}

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

.mt-0 {
	margin-top: 0 !important;
}

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

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

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

.black {
	color: var(--black-color) !important;
}

.white {
	color: var(--white-color) !important;
}

.primary-color {
	color: var(--primary-color) !important;
}

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

.title {
	font-size: var(--font-45);
}

.heading {
	font-size: var(--font-30);
	color: var(--text-dark);
	font-family: var(--font-playfair);
	font-weight: 600;
}

.big-heading {
	font-size: var(--font-30);
	color: var(--text-dark);
	font-family: var(--font-playfair);
}

.small-heading {
	font-size: var(--font-20);
	color: var(--primary-color);
	line-height: 1;
	margin-bottom: 10px;
}

.heading-group {
	margin-bottom: 40px;
}

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

.btn {
	line-height: 1 !important;
}

.button {
	display: inline-block;
	position: relative;
	font-family: var(--font-poppins);
	font-size: var(--font-18);
	line-height: 1;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	background: #4BE0FD;
	color: var(--white-color);
	padding: 14px 32px;
	border-radius: 6px;
	border: none;
	font-weight: 600;
	transition: 0.5s ease;
}

.button:hover {
	background: var(--black-color);
	color: var(--white-color);
}

::placeholder {
	color: var(--text-medium);
}

input,
textarea,
select {
	font-family: var(--font-poppins);
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--primary-color);
	line-height: 1.2;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	padding: 13px;
	border-radius: 0;
	outline: 0;
	border: 1px solid var(--border-color);
	display: block;
	background: var(--white-color);
}

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="%23d9d9d9" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

textarea {
	max-height: 150px;
}

.site-branding {
	width: fit-content;
	margin: auto 0;
}

.site-branding img {
	max-width: 200px;
}

.card-icon {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.card-icon img {
	width: 100%;
}

.card-block {
	display: flex;
	padding: 20px;
	width: fit-content;
	align-items: center;
	border-radius: 15px;
	background: var(--bg-color);
}

.card-content {
	width: 80%;
}

/* Common Css */



/* toggle */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: var(--black-color);
	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;
}

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

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

.bar.animate {
	background-color: var(--black-color);
}

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

.toggle.active .bar {
	margin-right: 20px;
}

/* Menu Toggle */

/* Header */
.site-header {
	padding: 20px 0;
}

.menu li a:hover {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
}

.menu li a {
	font-family: var(--font-roboto);
	font-size: var(--font-18);
	color: var(--black-color);
	line-height: 1.2;
	font-weight: 600;
}

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

.menu {
	display: flex;
	justify-content: center;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-bottom: 30px; */
	/* margin-bottom: 20px; */
	/* border-bottom: 2px solid var(--border-color); */
}

.header-list {
	width: 33.33%;
	display: flex;
	justify-content: space-between;
}

.header-list li {
	width: 50%;
}

.header-image {
	max-width: 75px;
	margin: 0 auto;
}

/* FOOTER */
.site-footer {
	background: var(--primary-color);
	color: #fff;
	padding-top: 65px;
	position: relative;
	overflow: hidden;
}

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

.footer-block {
	max-width: 390px;
	padding: 0px 10px;
}

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

.footer-logo img {
	max-width: 215px;
}

.footer-description {
	font-weight: 500;
	font-size: var(--font-16);
	line-height: 1.51;
	font-family: var(--font-inter);
	color: var(--text-gray);
	margin-bottom: 30px;
}

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

ul.social-links li a {
	color: #fff;
	font-size: var(--font-18);
}

ul.social-links li a:hover {
	color: var(--black-color);
}

ul.social-links li:not(:last-child) {
	margin-right: 22px;
}

.footer-heading {
	font-weight: 600;
	font-size: var(--font-20);
	line-height: 1;
	font-family: var(--font-inter);
	margin-bottom: 33px;
}

.contact-info a {
	color: var(--text-gray);
}

.contact-info p a,
.address-block>div a {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18.33px;
	line-height: 1.27;
	font-family: var(--font-inter);
	color: var(--text-gray);
}

.contact-info img {
	flex: 0 0 auto;
	width: fit-content;
	height: max-content;
	margin-right: 30px;
	position: relative;
	top: 1px;
}

.copyright p {
	font-weight: 500;
	font-size: var(--font-18);
	line-height: 1.47;
	font-family: var(--font-inter);
	color: #FFFFFF;
}

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

.copyright {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	right: 0;
}

.footer-bot-image img {
	width: 100%;
	height: 100%;
}
.project {
    margin-bottom: 30px;
}
.address-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: -10px;
	margin-top: 60px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

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

.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-menu li:not(:last-child) {
	margin-bottom: 10px;
}

/* BANNER */
span.line {
	color: var(--primary-color);
	/* display: block; */
	position: relative;
}

span.line:before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 300px;
	height: 14px;
	background-image: url('https://staging-hospital.novuswordpress.com/wp-content/uploads/2026/06/line.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.counter-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
}

.counter-content li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.counter-block {
	padding: 20px;
	height: 100%;
	background: var(--white-color);
	border-radius: 20px;
}

.counter-image {
	width: 43px;
	margin-bottom: 20px;
}

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

.counter-number {
	font-size: var(--font-50);
	font-family: var(--font-alumni);
}

.counter-label {
	font-size: var(--font-18);
	font-family: var(--font-poppins);
	font-weight: 400;
}

.banner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-left {
	width: 50%;
	padding: 100px 40px 65px 75px;
	position: relative;
	/* overflow: hidden; */
}

.banner-image {
	width: 50%;
}

.banner-image img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	object-position: left;
}

.banner .wrapper {
	max-width: 1388px;
}

.banner-left:before {
	content: "";
	background: linear-gradient(180deg, #E8E8E8 0%, #B7B7B7 100%);
	width: 106%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 25px;
	opacity: 35%;
}

/* ABOUT */
.about-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-left {
	width: 50%;
}

.about-right {
	width: 40%;
}

.about-list li>div {
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	border: 1px solid #005670;
	background: #F2FCFF;
	border-radius: 6px;
}

.about-list-logo {
	flex: 0 0 auto;
	margin-right: 15px;
	padding: 10px;
	background: #fff;
	border-radius: 9px;
}

.about-list-logo img {
	max-width: 100px;
	height: 100%;
}


.about-list li:not(:last-child) {
	margin-bottom: 15px;
}

.about-content .heading {
	font-size: var(--font-23);
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.heading span {
	font-size: var(--font-40);
}

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

.space-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.space-right {
	width: 35%;
}

.space-image {
	width: 60%;
}

.space-image img {
	width: 100%;
	height: 100%;
	border-radius: 0 160px 0 0;
}

.team-row .line,
.why-choose-row .line {
	display: inline;
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.team-list li {
	width: 16%;
	padding: 0 15px;
	margin: 15px 0;
}

.team-list li>div {
	height: 100%;
}

.designation {
	font-size: 12px;
	text-align: center;
}

.name {
	font-size: 17px;
	text-align: center;
	margin-bottom: 5px;
}

.team-image {
	margin-bottom: 20px;
}

.team-image img {
	width: 100%;
	height: 100%;
	filter: grayscale(100%) brightness(1.15) contrast(0.75);
	opacity: 0.7;
	transition: 0.5s all;
}

.team-row .line:before {
	transform: translateX(-20px);
	width: 240px;
}

.team-list li>div:hover .team-image img {
	filter: unset;
	opacity: 1;
}

.why-choose-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
	margin-top: 60px;
}

.why-choose-list li {
	width: 33.33%;
	margin: 15px 0;
	padding: 0 15px;
}

.why-choose-list li>div {
	padding-right: 30px;
	height: 100%;
	border-right: 1px solid #D9D9D9;
}

.why-choose-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.why-choose-title {
	font-size: var(--font-23);
	color: var(--primary-color);
}

.why-choose-image {
	width: 70px;
	margin-right: 25px;
}

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

.why-choose-row {
	padding: 75px 100px;
	background: #D9D9D9;
	border-radius: 24px;
	background: linear-gradient(176.97deg, #E8E8E8 82.78%, #B7B7B7 122.62%), rgba(215, 248, 255, 0.32);
	border: 1.03005px solid #005670;
	overflow: hidden;
}

.why-choose-detail p {
	font-size: 15px;
}

.why-choose-list li:nth-child(3)>div,
.why-choose-list li:nth-child(5)>div {
	padding-right: 0;
	border-right: 0;
}

.why-choose-list li:nth-child(5),
.why-choose-list li:nth-child(4) {
	border-top: 1px solid #D9D9D9;
	padding-top: 30px;
	width: 50%;
}

.brand-list {
	display: flex;
	flex-wrap: wrap;
}

.brand-list li {
	width: 50%;
	padding: 0 20px;
	/* margin: 20px 0; */
}

.brand-list li>div {
	height: 100%;
	padding: 30px;
	background: var(--white-color);
	box-shadow: 0px 0px 16.85px 7.6px rgba(101, 124, 150, 0.2);
	border-radius: 13px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

/* .brand-logo {
width: 25%;

} */

.brand-logo img {
	width: 100%;
}

.brand-content {
	width: 66%;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #d9d9d9;
}

.brand-content .heading {
	font-size: var(--font-20);
	color: var(--primary-color);
	margin-bottom: 20px;
}

.brand-content p {
	font-size: 11px;
}

.brand-logo {
	width: 29%;
}

.brand-list li:nth-child(even) {
	transform: translateY(80px);
}

.brand-center {
	margin: 150px 0 80px;
}

.brand-center span.line:before {
	width: 200px;
}

.brand-center .intro-description {
	width: 49%;
	margin: 0 auto;
}

.brand-center .intro-description p {
	font-size: 14px;
}

.brand-row {
	position: relative;
	display: flex;
	flex-direction: column;
}

.brand-bg-image {
	position: absolute;
	inset: 0;
	z-index: -1;
}

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

.brand {
	overflow: visible;
}

/* PRODUCT */
.product-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
	margin-top: 30px;
}

.product-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.product-list li>div {
	padding: 20px;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 16.85px 7.6px rgba(101, 124, 150, 0.3);
	border-radius: 16px;
	text-align: center;
	transition: 0.5s all ease-in;
	position: relative;
	z-index: 1;
}

.product-name {
	font-size: var(--font-23);
	color: var(--primary-color);
	margin-bottom: 10px;
}

.product-detail p {
	font-size: 11px;
}

.product-image {
	border-radius: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.product-list li>div:hover img {
	transform: scale(1.2);
}

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

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

/* PROJECT */
.project-row {
	padding: 50px 146px 100px;
	position: relative;
	border-radius: 18px;
	/* overflow: hidden; */
}

.project-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: 18px;
}

.project-bg img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
}

.project-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.project-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.project-list li>div {
	height: 100%;
	padding: 35px 20px;
	background: #FFFFFF;
	box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(150px);
	border-radius: 20px;
}

.project-name {
	font-size: var(--font-20);
	color: #115695;
	margin-bottom: 15px;
}

.number {
	-webkit-text-stroke: 1px #115695;
	color: transparent;
	font-size: var(--font-30);
	margin-bottom: 15px;
}

span.img-overlay {
	position: absolute;
	inset: 0;
	background: rgb(17 86 149 / 86%);
	border-radius: 18px;
}

.project-btn {
	line-height: 1;
	text-align: center;
	margin-top: 30px;
}

.project-left {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -50px;
	margin-left: 15px;
	max-width: 190px;
}

.project-right {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 290px;
	margin-bottom: -35px;
}

.project-row .intro-description p {
	color: var(--white-color);
	font-size: 11px;
}

.project-row span.line {
	color: var(--white-color);
}

.project-row span.line:before {
	filter: brightness(0) invert(1);
	max-width: 238px;
}

.owner span.line,
.cta-right span.line {
	display: block;
	width: max-content;
	margin: 0 auto;
}

.owner-left {
	width: 100%;
	position: relative;
}

.owner-right {
	width: 100%;
	/*     overflow:hidden; */
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 15px;
	padding: 20px;
	height: 100%;
}

.owner-image {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	background-color: transparent;
	border: 5px solid #000;
	align-items: center;
	justify-content: center;
	opacity: 0.6;
}

a.pulse {
	color: #000;
	font-size: 25px;
}

.client-list li>div {
	height: 100%;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: space-between; */
	/* flex-wrap: wrap; */
	padding: 0 10px;
}

.client-image {
	width: 20%;
	flex: 0 0 auto;
	margin-right: 20px;
}

.client-name {
	font-size: var(--font-23);
}

.review p {
	color: #565656;
	font-size: 15px;
}

.client-list .slick-list {
	/*     overflow: visible; */
	display: flex;
	height: 100%;
	/* padding-left: 0 !important; */
}

.client-list .slick-track {
	height: auto;
	display: flex;
}

.slick-slide,
.slick-slide>div {
	height: 100%;
}

.client-list li {
	height: 100%;
}


.client-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.slick-dots {
	/* bottom: -50px; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 0;
}


.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 7px;
}

.slick-dots li button {
	padding: 0;
	width: 14px;
	height: 5px;
	border-radius: 8px;
	background: #d9d9d9;
	transition: all 0.3s ease;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	width: 42px;
	background: #0066a9;
}

/* SHOWROOM */
.showroom-row {
	padding: 40px 140px 60px;
	background: #EFF8FF;
	border-radius: 45px;
	text-align: center;
}

.showroom-row p {
	font-size: 13px;
}

.showroom-video iframe {
	width: 100%;
	border-radius: 12px;
	height: 500px;
}

.showroom-btn .button,
.cta-btn .button {
	background: var(--primary-color);
	margin-top: 30px;
}

.showroom-btn {
	line-height: 1;
}

.showroom-video .play-btn {
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
	border-radius: 100%;
}

.cta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cta-image {
	width: 50%;
	position: relative;
	border: 3px solid var(--primary-color);
	border-radius: 15px;
	overflow: hidden;
}

.cta-right {
	width: 43%;
}

.cta-right span.line {
	display: block;
	margin: 0;
}

.cta-btn .button {
	margin: 0;
}

.cta-image img {
	width: 100%;
	height: 100%;
	/* border-radius: 15px; */
}

.cta-image:after {
	/* content: ""; */
	position: absolute;
	border: 2px solid var(--primary-color);
	border-radius: 15px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: 0.5s all;
}

/* .cta-image:hover:after {
	top: 0;
	left: 0;
	z-index: 1;
} */
.banner-left .title,
.about-left .heading-group,
.space-right .heading-group,
.product-row .heading-group {
	position: relative;
}

.banner-left span.line,
.about-left span.line,
.space-right span.line,
.product-row span.line {
	position: unset;
}

.product-row span.line:before {
	transform: translateX(470px);
}

.product-list li>div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: var(--primary-color);
	transition: 0.5s all;
	z-index: -1;
	border-radius: 16px;
}

.product-list li>div:hover:before {
	width: 100%;
	height: 100%;
}

.product-list li>div:hover .product-name,
.product-list li>div:hover .product-detail {
	color: var(--white-color);
}

/* Video */
/* .video-wrapper video {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
	border:1px solid #ccc;
} */

/* .showroom-video video,
.showroom-video iframe {
	width: 100%;
	height: 500px;
	border-radius: 12px;
	display: block;
}
.showroom-video video{
object-fit:cover;
} */

.showroom-video video,
.showroom-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border-radius: 12px;
	display: block;
	border: 1px solid #ccc;
}

.showroom-video video {
	object-fit: cover;
}

.video-wrapper {
	position: relative;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.showroom-video .play-btn i {
	color: var(--primary-color);
}

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

.product-image .image {
	padding-top: 100% !important;
}

.wp-block-separator {
	margin: 30px 0;
}

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

ul.wp-block-list:last-child {
	margin-bottom: 0;
}

ul.wp-block-list {
	padding-left: 30px;
	list-style: disc;
	margin-bottom: 30px;
}

ul.wp-block-list li {
	font-weight: 500;
}

ul.wp-block-list li:not(:last-child) {
	margin-bottom: 6px;
}

h2.wp-block-heading {
	font-size: var(--font-30);
	line-height: 1;
	/* font-family: var(--font-alumni); */
	/* font-weight: 400; */
	color: var(--primary-color);
	margin-bottom: 18px;
}

.normal-content a {
	text-decoration: underline;
	line-height: 2;
	color: var(--black-color);
}

h3.wp-block-heading {
	margin-bottom: 10px;
	font-size: var(--font-23);
}

section.inner-banner {
	padding: 50px 0;
	background: var(--primary-color);
}

.inner-banner .heading {
	font-size: var(--font-45);
	color: var(--white-color);
}
.header-bottom-row{
	/* display:none; */
}
.header-list{
	display:none !important;
}
.display-none{
	display:none !important;
}
.about-content {
    padding: 10px;
}