@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
	font-family: 'Begum';
	src: url('../css/fonts/fonnts.com-Begum-.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Begum';
	src: url('../css/fonts/fonnts.com-Begum-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Begum';
	src: url('../css/fonts/fonnts.com-Begum-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Begum';
	src: url('../css/fonts/fonnts.com-Begum-Semibold-.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
}

/* EngelVoelkersHead Bold */
@font-face {
	font-family: 'EngelVoelkersHead';
	src: url('../css/fonts/EngelVoelkersHead_Bd.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

/* EngelVoelkersText Regular */
@font-face {
	font-family: 'EngelVoelkersText';
	src: url('../css/fonts/EngelVoelkersText_Rg.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

/* EngelVoelkersText Light */
@font-face {
	font-family: 'EngelVoelkersText';
	src: url('../css/fonts/EngelVoelkersText_Lt.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

/* EngelVoelkersText Bold */
@font-face {
	font-family: 'EngelVoelkersText';
	src: url('../css/fonts/EngelVoelkersText_Bd.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

/* Roboto Slab SemiBold */
@font-face {
	font-family: 'RobotoSlab';
	src: url('../css/fonts/RobotoSlab-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

/* Roboto Slab Light */
@font-face {
	font-family: 'RobotoSlab';
	src: url('../css/fonts/RobotoSlab-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

/* Redaction Italic */
@font-face {
	font-family: 'Redaction';
	src: url('../css/fonts/Redaction-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
}

/* Overused Grotesk Variable Font */
@font-face {
	font-family: 'OverusedGrotesk';
	src: url('../css/fonts/OverusedGrotesk-VF.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-style: normal;
}

:root {
	--H-family: 'EngelVoelkersHead', sans-serif;
	--B-family: 'EngelVoelkersText', sans-serif;
	--main: rgba(0, 57, 118, 1);
	--secondry: #031c44;
	--highlight: #ff555e;
	--white: #ffffff;
	--light_bg: #e7e7de;
	--gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
	--black: #1a2832;


	--bg: #0b0b0b;
	--card: #0f0f0f;
	--muted: #bfbfbf;
	--accent: #fff;
	--glass: rgba(255,255,255,0.03);
	--radius: 18px;
	--gap: 18px;

}

html {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}


body {
	font-family: 'EngelVoelkersText', sans-serif;
	scroll-behavior: smooth;
	position: relative;
	background: #fafafa;
	font-weight: 400;
	font-size: 100%;
	/*! color: #e3dac6; */
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	/*! text-wrap: balance; */
}

h1,
h2,
h3,
h4,
h3,
h6 {
	font-family: "EngelVoelkersHead", cursive;
}

.container-fluid {
	max-width: 96%;
}

/* header */
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
	/*! border-radius: 60px; */
	backdrop-filter: blur(0px);
	padding: 16px 0;
	/*! border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
	z-index: 999;
	border-radius: 47px;
}

.navbar.navbar-expand-lg .nav-link {
	font-size: 16px;
	padding: 8px 15px;
	color: #fff;
	letter-spacing: 0px;
	border-radius: 20px;
}

.navbar-brand {
	width: 340px;
	display: block;
	padding: 0;
	margin: 0 0 0 0px;
}

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

.navbar.navbar-expand-lg .nav-link:focus,
.navbar.navbar-expand-lg .nav-link:hover {
	color: #4a4646;
	background: #f2f2f2;
	/*! border-radius: 50px; */
}

.navbar.navbar-expand-lg.navbar-light.align-items-center {
	padding: 0 6px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--main);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	border-radius: 0 0 15px 15px;
	margin: 0;
	border: none;
	padding: 30px;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu img {
	border-radius: 15px;
	height: 400px;
	width: 100%;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 7px 20px;
	clear: both;
	font-weight: 500;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 8px;
	letter-spacing: -1px;
	font-size: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: var(--main);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	border-radius: 0;
	box-shadow: 0 2px 14px 0 rgba(78, 75, 75, .2);
	z-index: 999;
}

.fixed .nav-link {
	/*! padding: 20px 21px !important; */
}

.navbar-nav .nav-link.contact_btnn {
	padding: 10px 20px !important;
	background: rgb(0, 0, 0);
	border-radius: 0;
	color: #fff;
	backdrop-filter: blur(5px);
	/*! border: 2px solid rgb(255, 255, 255); */
	font-weight: 500;
	/*! font-size: 14px; */
	/*! text-transform: uppercase; */
	/*! clip-path: polygon(calc(100% - 1.77rem)) 0,100% 1.77rem\)\),100% 100%,0 100%,0 0\); */
	/*! clip-path: polygon(calc(100% - 1rem) 0px, 100% 1rem, 100% 100%, 0px 100%, 0px 0px); */
}

.navbar-nav .nav-link.contact_btnn:hover {
	color: #000;
}

.navbar-nav.ms-auto {
	align-items: center;
}

.fixed {
	background: rgb(255, 255, 255);
}

.nav-link.contact_btnn:hover {
	color: #000;
}

/* header */

.menu-main-menu-container{margin: 0 auto;}

/* banner */
.hero_banner {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	/*! padding: 0 70px; */
	overflow: hidden;
	background: #000;
}

.banner_img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	/*! background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box; */
	/*! background: transparent linear-gradient(180deg, #003976 0%, #003976 24%, #54545400 100%) 0% 0% no-repeat padding-box; */
	z-index: 1;
	opacity: 0.8;
	/*! background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}

.hero_banner::after {
	width: 96%;
	height: 128%;
	content: '';
	/*! border: 5px double rgba(255, 255, 255, 0.22); */
	left: 2%;
	bottom: 6%;
	position: absolute;
	/*! z-index:1; */
	border-radius: 26px;
	opacity: 0.3;
}



.banner_img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	/*! opacity: 0.8; */
}

.banner_img {
	position: -webkit-sticky;
	position: relative;
	top: 0;
	border-radius: 0;
	overflow: hidden;
	height: 100vh;
	background: #000;
	opacity: 0.6;
}

.banner_img video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.height90vh {
	height: 90vh;
}

.banner_text {
	position: absolute;
	z-index: 99;
	top: 34%;
	left: 5%;
	/*! transform: translateX(-50%); */
	max-width: 530px;color:#fff;
	text-align: left;
}

.banner_text h1 {
	color: #fff;
	font-size: 58px;
	/*! letter-spacing: -3px; */
	line-height: 65px;
}

.banner_text p {
	max-width: 440px;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	/*! opacity: 0.9; */
	/*! text-shadow: 0 1px 1px #000; */
}




/* copy from here */
.scrolldown {
	--color: white;
	--sizeX: 26px;
	--sizeY: 38px;
	position: relative;
	width: var(--sizeX);
	height: var(--sizeY);
	margin-left: var(sizeX / 2);
	/* border: calc(var(--sizeX) / 10) solid var(--color); */
	border-radius: 50px;
	box-sizing: border-box;
	margin-bottom: 16px;
	border: 1px solid #fff;
}

.scrolldown::before {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: var(--color);
	border-radius: 100%;
	animation: scrolldown-anim 2s infinite;
	box-sizing: border-box;
	box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
	0% {
		opacity: 0;
		height: 6px;
	}

	40% {
		opacity: 1;
		height: 10px;
	}

	80% {
		transform: translate(0, 20px);
		height: 10px;
		opacity: 0;
	}

	100% {
		height: 3px;
		opacity: 0;
	}
}

.chevrons {
	padding: 6px 0 0 0;
	margin-left: -3px;
	margin-top: 48px;
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.chevrondown {
	margin-top: -6px;
	position: relative;
	border: solid var(--color);
	border-width: 0 3px 3px 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
	animation: pulse 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
	animation: pulse 500ms ease infinite alternate 250ms;
}

@keyframes pulse {
	from {
		opacity: 0;
	}

	to {
		opacity: 0.5;
	}
}

.scrolldown {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}

/* banner */


/* metedata */
.propertymetadata {
	padding: 51px 0;
	-webkit-backdrop-filter: blur(42px);
	backdrop-filter: blur(42px);
	background: rgb(255, 255, 255);
	padding: 40px 0 40px 0;
	position: relative;
	margin-top: 0;
	min-height: 247px;
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
}

.propertymetadata h2 {
	font-style: italic;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.propertymetadata h2 span {
	font-style: normal;
	font-family: work sans;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 20px 0 0;
}


.metadataitem {
	padding: 20px;
	padding-left: 70px;
	/*! background: transparent linear-gradient(90deg,#C7A38652 0%,#C7A3862E 41%,#C7A38600 100%) 0% 0% no-repeat padding-box; */
	border-radius: 88px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.metadataitem h3 {
	align-items: center;
	display: flex;
	font-family: work sans;
	margin: 0;
	line-height: normal;
}

.metadataitem h3 span {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 10px;

}

.metadataitem p {
	line-height: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
}

.metadataitem img {
	position: absolute;
	left: 26px;
	height: 33px;
	top: 28px;
}

.logomtdta {
	margin: 0 0 22px 0;
}

.main {
	background: #fff;
}

.about_main p {
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	/*! color: #dde7f4; */
	/*! opacity: 0.8; */
	margin: 27px 0 14px 0;
}

.about_main {
	padding: 0;
	background: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	padding-bottom: 0;
}

/* metedata */

.full_imagesection {
	height: 70vh;
	overflow: hidden;
	position: relative;
	background: #000;
	border-radius: 0;
	position: sticky;
	top: 100px;
}

.full_imagesection::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0, 0, 0, 0.36); */
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
}

.full_imagesection .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	object-position: top;
	opacity: 0.7;
}

.content-section {
	min-height: 500vh;
	position: relative;
	background: #fff;
	padding: 0;
	width: 100%;
}

.sticky-container {
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.image-transform-container {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
}

.main-image-box {
	width: 100vw;
	height: 100vh;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: none;
	position: relative;
	box-shadow: none !important;
}

.main-transform-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8) contrast(1.1) saturate(1.2);
	border-radius: 10px;
}

.secondary-images {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.secondary-image {
	position: absolute;
	width: 390px;
	height: 360px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: none;
	opacity: 0;
	transform: scale(0.8);
}

.secondary-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.9) contrast(1.1);
	transform: initial !important;
}

.secondary-image:nth-child(1) {
	top: 4%;
	left: 9%;
	/*! transform: initial !important; */
}

.secondary-image:nth-child(2) {
	top: 4%;
	right: 7%;
}

.secondary-image:nth-child(3) {
	bottom: 2%;
	left: 8%;
}

.secondary-image:nth-child(4) {
	bottom: 2%;
	right: 9%;
}

.gallery-section {
	background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
	padding: 8rem 0;
}

.luxrytxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}



.luxrytxt h6 {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0 0 10px;
	font-family: 'Work Sans', sans-serif;
	color: #fff;
}

.luxrytxt h3 {
	font-size: 106px;
	line-height: 83px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 4px;
	color: #fff;
}

.full_imagesection h2 {
	/*! font-style: italic; */
	font-size: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	color: #fff;
	font-family: var(--B-family);
	max-width: 100%;
}

.full_imagesection p {
	margin-bottom: 20px;
}

.full_imagesection h2 span {
	font-style: normal;
	font-family: work sans;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 20px 0 0;
}

.enemties {
	padding: 90px 0;
}

.contact-buttons {
	position: fixed;
	bottom: 62%;
	right: 0;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	z-index: 1000;
	/*! transform: translateX(50%); */
	justify-content: center;
	/*! align-items: center; */
	transition: 0.3s;
}

.contact-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 18px;
	background: rgba(0, 0, 0, 0.8);
	color: black;
	text-decoration: none;
	border-radius: 30px 0 0 30px;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, 0);
	/*! box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
	/*! transform: translateX(0); */
	opacity: 0;
	animation: slideIn 0.6s ease forwards;
	/*! margin: 0 0 10px 0; */
	/*! flex-direction: column-reverse; */
	right: -115px;
	position: relative;
	transition: 0.3s;
	flex-direction: row-reverse;
	text-align: left;
}

.contact-btn:hover {
	left: 0;
	transition: 0.3s;
}

.contact-btn:nth-child(1) {
	animation-delay: 0.1s;
}

.contact-btn:nth-child(2) {
	animation-delay: 0.2s;
}

.contact-btn:nth-child(3) {
	animation-delay: 0.3s;
}

.contact-btn:hover {
	background: rgba(0, 0, 0, 0.9);
	/*! border-color: rgba(255, 255, 255, 0.2); */
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);

}

.contact-btn:active {
	transform: scale(0.95);
}

.btn-icon {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.contact-btn:hover .btn-icon {
	transform: scale(1.1);
}

.call-back {
	background: rgb(188, 190, 193);
}

.call-back:hover {
	background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	opacity: 1;
	/*! color: #000; */
}

.call-us {
	background: rgb(188, 190, 193);
}

.call-us:hover {
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	opacity: 1;
	/*! color: #000; */
}

.whatsapp {
	background: #BCBEC1;
}

.whatsapp:hover {
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	opacity: 1;
	/*! color: #000; */
}

@keyframes slideIn {
	from {
		transform: translateY(100px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}



/* Responsive design */
@media (max-width: 768px) {
	.contact-buttons {
		/*! bottom: 20px; */
		/*! right: 20px; */
		gap: 8px;
	}

	.contact-btn {
		padding: 8px 14px;
		font-size: 10px;
	}

	.btn-icon {
		width: 14px;
		height: 14px;
	}
}

@media (max-width: 480px) {
	.contact-buttons {
		/*! bottom: 15px; */
		/*! right: 15px; */
		gap: 6px;
	}

	.contact-btn {
		padding: 6px 12px;
		font-size: 9px;
	}

	.btn-icon {
		width: 12px;
		height: 12px;
	}
}

/* Floating animation */
.contact-buttons::before {
	content: '';
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateX(0) rotate(0deg);
		opacity: 0.7;
	}

	50% {
		transform: translateX(-30px) rotate(180deg);
		opacity: 0.3;
	}
}




.calltoactionfooter {
	background: #fff;
	position: relative;
	padding: 50px;
	z-index: 1;
}

.calltoactionfooter::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000096), color-stop(24%, #0F0F0F7B), to(#54545400)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
	z-index: 9;
	left: 0;
	top: 0;
}


.brand-logo {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-icon {
	background: linear-gradient(45deg, #d4a574, #f0c674);
	width: 50px;
	height: 50px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	position: relative;
}

.brand-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 2px solid #2d5a5a;
	border-radius: 2px;
}

.brand-icon::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 40%;
	width: 8px;
	height: 12px;
	border: 2px solid #2d5a5a;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 3px solid #2d5a5a;
}

.address-text {
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.6;
}

.contact-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 20px;
}

.contact-icon {
	background: transparent;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	/*! box-shadow: 0 8px 25px rgba(212, 165, 116, 0.2); */
	transition: all 0.3s ease;
	border: 1px solid #575757;
}

.contact-icon:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(212, 165, 116, 0.3);
}

.contact-icon i {
	font-size: 1.8rem;
	color: #fff;
}

.contact-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.contact-info {
	font-size: 1rem;
	color: #b8d4d4;
	line-height: 1.5;
}

.contact-info a {
	color: #a2a2a2;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-info a:hover {
	color: #f0c674;
}



.detailsC {
	margin-bottom: 30px;
	padding-bottom: 28px;
	position: relative;
}

.srchpra {
	margin: 9px 0 0 0;
	text-align: center;
	opacity: 0.8;
	color: #000 !important;
	font-size: 16px !important;
}

.seprator {
	margin: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}

.nav-pills .nav-link {
	/* border-radius: var(--bs-nav-pills-border-radius); */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
	border-radius: 0;
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
	margin: 0 30px 0 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background: var(--bs-nav-pills-link-active-bg);
	background: transparent;

	color: #000;
	border-bottom: 6px solid var(--main);
	margin: 0 0 -3px 0;
}

.nav-pills .nav-link img {
	height: 37px;
	margin: 0 0 16px 0;
}

.tab-content {
	margin-top: 40px;
}

.totoreDetauls h3 {
	font-size: 40px;
	font-style: italic;
}

.totoreDetauls h6 {
	font-size: 20px;
	font-family: work sans;
	color: var(--main);
	text-transform: uppercase;
	letter-spacing: 6px;
}

.totoreDetauls ul {
	padding: 0;
	margin: 20px 0 0 0;
}

.totoreDetauls ul li {
	display: inline-block;
}

.totoreDetauls ul li a {
	display: inline-block;
	margin: 0 3px 11px 0;
	padding: 10px 25px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	font-weight: 500;
	border-radius: 23px;
	color: #515151;
}

.totoreDetauls {
	padding: 0 0 0 50px;
}

.enemties .image img {
	border-radius: 16px;
}

.totoreDetauls p {
	font-size: 16px;
	line-height: 28px;
}

.location_main {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.location_main img {
	height: 100%;
	width: 100%;
}

.location-list {
	list-style: none;
	padding: 0;
	max-width: 400px;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
}

.location-item {
	background: white;
	margin: 20px 0;
	padding: 20px 60px;
	border-radius: 45px 0 0 45px;
	/*! box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
	display: flex;
	/*! align-items: center; */
	padding-left: 31px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}

.location-icon {
	font-size: 20px;
	margin-right: 15px;
	color: #fff;
}

.location-details h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.location-details p {
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 14px;
	line-height: normal;
}


.accordion-item {
	background: white;
	border: none;
	border-bottom: 1px solid rgba(200, 200, 200, 0.36);
	position: relative;
	border-radius: 0 !important;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.accordion-item::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	/*! border-bottom: 1px solid #ffffff7d; */
	bottom: 0;
	/*! left: -40vh; */
}


button.accordion-button {
	background: transparent;
}

button.accordion-button {
	background: #fff !important;
	/*! color: #fff; */
	padding: 20px 0;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	font-family: var(--B-family);
	/*! letter-spacing: -1px; */
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	/*! color: #fff; */
	box-shadow: none;
	padding-bottom: 5px;
}

.accordion-button:not(.collapsed)::after {
	/*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */
}

.accordion-button::after {
	/*! background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba(255,255,255)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e"); */

}

.faqs_main {
	padding: 60px 0;
	background: #fff;
	position: relative;
}

.faqs_main h2 {
	/*! font-size: 50px; */
}

button.accordion-button span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: rgb(0, 0, 0);
	line-height: 30px;
	text-align: center;
	border-radius: 0;
	font-size: 14px;
	margin: 0 14px 0 0;
	color: rgb(255, 255, 255);
}

.accordion-button:not(.collapsed) {
	color: rgb(0, 0, 0);
}

.accordion-button:not(.collapsed) span {
	/*! color: var(--white); */
}

.calltoactionfooter .bgimggfooter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.contact-info {
	font-size: 22px;
	/*! line-height: 1.8; */
	color: #a2a2a2;
}

.phone {
	color: #333;
	margin-bottom: 14px;
	/*! border-bottom: 1px solid #333; */
	padding-bottom: 5px;
	text-decoration: underline;
	text-decoration-color: var(--main);
}

.email {
	color: #333;
	/*! border-bottom: 1px solid #333; */
	padding-bottom: 5px;
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-color: var(--main);
}

.caltoaction {
	padding: 0;
	position: relative;
	z-index: 9;
	text-align: center;
	background: #fff;
	background-size: cover;
}

.caltoaction .formmm img {
	height: 70vh;
	object-fit: cover;
}


.caltoaction h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(26, 26, 26);
	max-width: 70%;
	margin: 0 auto;
}

.form-wrapper {
	margin: 0 auto;
	border-radius: 12px;
	padding: 0;
}

.form-group {
	margin-bottom: 31px;
	position: relative;
}

.contact_inner .form-control,
.contact_inner .form-select {
	height:48px;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	font-size: 14px;
	background-color: #fafafa;
	transition: all 0.3s ease;
	width: 100%;
	background: transparent;
	border: 1px solid #000 !important;
	color: #000;
}

.form-control::placeholder {
	color: #000;
}

.form-control:focus,
.form-select:focus {
	border-color: #007bff;
	background-color: #ffffff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
	outline: none;
}

.contact_inner .form-label {
	position: absolute;
	left: 18px;
	top: 15px;
	color: #999;
	font-size: 13px;
	pointer-events: none;
	transition: all 0.3s ease;
	background: transparent;
}

.form-control:focus+.form-label,
.form-control:not(:placeholder-shown)+.form-label,
.form-select:focus+.form-label,
.form-select:not([value=""])+.form-label {
	top: -18px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	left: 4px;
	/*! background: #191c22; */
	z-index: 9999;
}

.required {
	color: #dc3545;
}

.phone-wrapper {
	display: flex;
	align-items:flex-start;
}

.country-selector {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	border-right: none;
	border-radius: 0;
	font-size: 16px;
	color: #000;
}

.flag-uae {
	width: 20px;
	height: 14px;
	margin-right: 8px;
	background: linear-gradient(to bottom,
		#00732f 0%, #00732f 25%,
		#ffffff 25%, #ffffff 50%,
		#ffffff 50%, #ffffff 75%,
		#ce1126 75%, #ce1126 100%);
	border: 1px solid #ccc;
	border-radius: 2px;
}

.phone-input {
	/*! border-radius: 0 !important; */
	/*! border-left: none !important; */
	flex: 1;
	margin: 0 0 0 10px;
}

.contact-section {
	margin: 35px 0;
}

.contact-title {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.radio-group {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.form-check {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.form-check-input {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	margin-top: 0;
}

.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check-input:checked {
	background-color: #007bff;
	border-color: #007bff;
}

.form-check-label {
	font-size: 16px;
	cursor: pointer;
	user-select: none;
}

.privacy-link {
	color: #007bff;
	text-decoration: underline;
}

.privacy-link:hover {
	color: #0056b3;
}

.submit-button {
	background-color: #000;
	color: white;
	border: none;
	border-radius: 0;
	padding: 13px 45px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 0;
}

.submit-button:hover {
	background-color: #007bff;
	transform: translateY(-1px);
	color: #fff;
}

.dropdown-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #999;
}

.select-wrapper {
	position: relative;
}

@media (max-width: 768px) {
	.form-wrapper {
		padding: 30px 20px;
	}

	.radio-group {
		flex-direction: column;
		gap: 15px;
	}
}

.contact_main {
	padding-top: 0;
	background: #fff;
	background-size: cover;
	background-position: center;
	position: relative;
}

.contact_main h2 {
	/*! color: #fff; */
}

.titlecontact h2 {
	font-size: 55px;
	text-transform: capitalize;
}


.full_imagesection .col-12.text-center {
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	color: #fff;
}

.enemties .nav-pills {
	border-bottom: 2px solid #ddd;
}





.image-box {
	background-color: #2a2a2a;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.image-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.image-content {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.large-image {
	height: 400px;
}

.medium-image {
	height: 250px;
}

.small-image {
	height: 200px;
}

/* Image backgrounds */
.luxury-exterior {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><defs><linearGradient id="sky" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%234a9eff;stop-opacity:1" /><stop offset="100%" style="stop-color:%2387ceeb;stop-opacity:1" /></linearGradient></defs><rect fill="url(%23sky)" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="400" height="200" rx="10"/><rect fill="%23d4a574" x="120" y="180" width="150" height="120"/><rect fill="%23333333" x="300" y="180" width="180" height="120"/><polygon fill="%2395c93d" points="50,100 80,70 110,100 90,100 90,130 70,130 70,100"/><polygon fill="%2395c93d" points="500,80 530,50 560,80 540,80 540,110 520,110 520,80"/></svg>');
}

.modern-interior {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f5f5f5" width="600" height="400"/><rect fill="%23e8e8e8" x="0" y="320" width="600" height="80"/><rect fill="%23d4a574" x="50" y="100" width="200" height="150" rx="8"/><rect fill="%23ffffff" x="70" y="120" width="160" height="110"/><circle fill="%238b4513" cx="350" cy="200" r="30"/><rect fill="%23654321" x="450" y="180" width="120" height="80" rx="40"/><rect fill="%2395c93d" x="500" y="50" width="20" height="100"/></svg>');
}

.cozy-living {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f9f9f9" width="600" height="400"/><rect fill="%23e67e22" x="50" y="100" width="250" height="150" rx="15"/><rect fill="%23f4d03f" x="80" y="130" width="60" height="60" rx="30"/><rect fill="%23f4d03f" x="200" y="130" width="60" height="60" rx="30"/><circle fill="%2395c93d" cx="450" cy="150" r="25"/><rect fill="%23654321" x="400" y="200" width="150" height="100" rx="8"/><rect fill="%23333333" x="420" y="220" width="30" height="60"/></svg>');
}

.bedroom-space {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 400"><rect fill="%23f0f0f0" width="600" height="400"/><rect fill="%23ffffff" x="100" y="150" width="300" height="120" rx="8"/><rect fill="%23e8e8e8" x="120" y="170" width="260" height="80"/><rect fill="%23d4a574" x="450" y="100" width="100" height="200" rx="8"/><circle fill="%2395c93d" cx="500" cy="80" r="15"/><rect fill="%23654321" x="50" y="300" width="500" height="50"/></svg>');
}

.nav-arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0;
	transform: scale(0.8);
}

.image-box:hover .nav-arrow {
	opacity: 1;
	transform: scale(1);
}

.nav-arrow:hover {
	background: white;
	transform: scale(1.1);
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.8);
}

.image-box:hover .play-button {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.play-button:hover {
	background: white;
	transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 768px) {
	.large-image {
		height: 300px;
	}

	.medium-image {
		height: 200px;
	}

	.small-image {
		height: 180px;
	}
}


.bigimgg {
	height: 500px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}



.bigimgg img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.anf_item {
	padding: 49px;
	text-align: left;
	background: #fff;
	border-radius: 0;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
	/*! border: 1px solid #E5E5E5; */
	/*! min-height: 216px; */
	/*! margin-top: 50px; */
	position: relative;
	margin: 0 0 30px 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.anf_item h6 {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 54px;
	/*! background: #fafafa; */
	border-radius: 100%;
	line-height: 60px;
	margin: -53px 0 30px 0;
	/*! border-bottom: 1px solid #aeaeae; */
	position: absolute;
	right: 20px;
	top: 78px;
	color: #d7d6d6;
	font-family: var(--B-family);
	font-weight: bold;
	opacity: 0.4;
}

.anf_item h3 {
	font-size: 21px;
	/*! color: #FFF; */
	margin: 0 0 18px 0;
	font-family: var(--B-family);
	font-weight: bold;
	/*! letter-spacing: -1px; */
	/*! max-width: 76%; */
}

.anf_item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	/*! color: #f2f2f2; */
	margin: 0;
}

.anf_item img {
	width: 100%;
	margin: 0 0 18px 0;
	margin-left: auto;
	/*! opacity: 0.6; */
	/*! position: absolute; */
	right: 22px;
	top: 8px;
	filter: grayscale(10);
	/*! opacity: 0.4; */
}

h2 {
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-size: 45px;
	/*! letter-spacing: -2px; */
}

.theme_btn {
	display: inline-block;
	padding: 10px 23px;
	border: 1px solid rgb(34, 34, 34);
	background: #222222;
	color: rgb(255, 255, 255);
	font-size: 18px;
	border-radius: 0;
	/* margin: 26px 0 0 0; */
	text-transform: capitalize;
	transition: 0.2s;
	font-weight: 400;
}

.gallery_item {
	overflow: hidden;
	border-radius: 15px;
	margin: 6px;
}

.gallery_item img {
	height: 70vh;
	object-fit: cover;
}

.animities {
	padding: 50px 0;
}

.contact_inner {
	padding: 50px;
	/*! background: #191c22; */
}

.titlecontact h2 {
	font-size: 35px;
	text-wrap: balance;
}

.form-control:focus,
.form-select:focus {
	border-color: #fff;
	background-color: transparent;
	box-shadow: none;
	outline: none;
}

.form-control:focus {
	color: #000;
}

.contact_main img {
	height: 100%;
	object-fit: cover;
}


.owl-prev span,
.owl-next span {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.79);
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 60px;
	text-align: center;
	color: #000;
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
	display: inline-block;
	font-weight: 700;
	transition: opacity .2s linear;
	border: 1px solid #e0e0e0;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.owl-prev span:hover,
.owl-next span:hover {
	color: #8199A3
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 0;
	height: 100%
}

.owl-prev {
	left: 7px
}

.owl-next {
	right: 7px
}

.enemties_item ul {
	display: flex;
	align-items: center;
	justify-content: center;
	/*! flex-wrap: wrap; */
	padding: 0;
	overflow: hidden;
	overflow-x: auto;
	scrollbar-width: none;
	margin: 0;
	position: sticky;
	top: 69px;
	z-index: 9;
	background: #fff;
}


.enemties_item ul li {
	list-style: none;
	width: 100%;
	display: flex;
	align-items: center;
	/*! justify-content: center; */
	flex-direction: column;
	text-align: center;
	flex: 0 0 15%;
	padding: 20px;
	font-size: 17px;
	line-height: 17px;
	border: 1px solid #ddd;
	margin: 0px;
	height: 142px;
	border-left: none;
	border-bottom: none;
	margin: 0 0 0 -1px;
	border-right: none;
	cursor: pointer;
}


.enemties_item ul li img {
	width: 40px;
	margin: 0 0 12px 0;
	opacity: 0.3;
}

.enimiti_itemm {
	position: relative;
	margin: 10px;
	overflow: hidden;
	border-radius: 11px;
}


.enimiti_itemm .image {
	position: relative;
	height: 463px;
}

.enimiti_itemm .image::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 56%;
	background: #020024;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 13%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

.enimiti_itemm p {
	position: absolute;
	bottom: 30px;
	width: 74%;
	left: 10%;
	color: #fff;
	font-size: 24px;
	z-index: 9;
}

.ctatxt {
	padding: 100px;
}

.img-fluid.flogoo {
	width: 200px;
	margin: 0 0 20px 0;
}

.ctatxt p {
	margin: 6px 0 18px 0;
}

.fixed .navbar-brand {
	/*! width: 110px; */
	padding: 0px 0;
}

.fixed .navbar.navbar-expand-lg .nav-link {
	/*! font-size: 12px; */
	color: #000;
}

.gallery_item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.gallery_item:hover {
	transform: scale(1.02);
}

.gallery_item .img {
	position: relative;
	width: 100%;
	height: 100%;
}

.gallery_item .img img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
	transition: transform 0.4s ease;
	height: ;
}

.gallery_item:hover .img img {
	transform: scale(1.1);
}

.gallery_item .contenttxt {
	position: absolute;
	bottom: 0;
	left: 50%;
	/*! background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)); */
	color: white;
	padding: 20px;
	margin: 20px;
	border-radius: 8px;
	/*! backdrop-filter: blur(10px); */
	border: none;

	/* Initial state - hidden */
	opacity: 0;
	transform: translateY(100%) translateX(-50%);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
}

.gallery_item:hover .contenttxt {
	/* Hover state - visible */
	opacity: 1;
	transform: translateY(0) translateX(-50%);
}

.gallery_item .contenttxt h3 {
	margin: 0 0 8px 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #ffffff;
	transform: translateY(10px);
	transition: transform 0.3s ease 0.1s;
}

.gallery_item:hover .contenttxt h3 {
	transform: translateY(0);
}

.gallery_item .contenttxt p {
	margin: 0;
	font-size: 0.9rem;
	color: #cccccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform: translateY(10px);
	transition: transform 0.3s ease 0.2s;
}

.gallery_item:hover .contenttxt p {
	transform: translateY(0);
}

/* Optional: Add a subtle overlay on hover */
.gallery_item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.gallery_item:hover::before {
	opacity: 1;
}

.gallery_item .contenttxt {
	z-index: 2;
}




/* Center item styling */
.owl-item.center .enimiti_itemm .image {
	transform: scale(1.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.owl-item.center .enimiti_itemm p {
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
	.enemties_item {
		padding: 20px;
	}

	.enemties_item ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.enemties_item ul li {
		padding: 12px 15px;
	}

	.enemties_item ul li img {
		width: 35px;
		height: 35px;
	}

	.enemties_item ul li span {
		font-size: 14px;
	}

	.enimiti_itemm .image img {
		height: 250px;
	}

	.enimiti_itemm p {
		font-size: 14px;
		padding: 15px;
	}
}

@media (max-width: 480px) {

	.enemties_item {
		padding: 15px;
	}

	.enimiti_itemm .image img {
		height: 200px;
	}
}





.feature-card {
	color: white;
	background-size: cover;
	background-position: center;
	/*! height: 90vh; */
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 2rem;
	/*! text-shadow: 1px 1px 6px rgba(0,0,0,0.7); */
	border-radius: 10px;
	overflow: hidden;
}

.feature-card h3 {
	font-size: 2rem;
	font-weight: bold;
}

.feature-card p {
	font-size: 1.1rem;
	max-width: 300px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	z-index: 1;
}

.card-content {
	z-index: 2;
}

.whyitem .image {
	height: 420px;
	overflow: hidden;
	border-radius: 7px;
	margin: 0 0 21px 0;
}

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

.whyitem .text h3 {
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	letter-spacing: -1px;
}

.top_header {
	background: #222222;
	color: #fff;
	position: relative;
	z-index: 9;
	font-size: 12px;
	padding: 5px 26px;
}

.top_header p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
}

.top_header p span {
	margin: 0 0 0 17px;
}

.about_main h2 {
	font-size: 45px;
	/*! color: #fff; */
}

.logoingg img {
	position: relative;
	height: auto;
	width: 280px;
	margin: 0 0 18px 0;
}

.banner_info {
	background: #bcbec1;
	/* slight gradient */
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 9px;
	color: #000;
	width: 90%;
	max-width: 100%;
	left: 5%;
	position: fixed;
	bottom: 15px;
	padding-left: 30px;
	z-index: 999;
	backdrop-filter: blur(10px);
}

.info {
	display: flex;
	flex-direction: column;
}

.logo-title {
	display: flex;
	align-items: center;
	gap: 20px;
}

.logo {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 100px;
	margin: 0 20px 0 0;
}

.logo span {
	display: block;
	font-size: 10px;
	color: #444;
}

.details {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.price {
	font-size: 14px;
	margin-top: 0;
	color: #444;
}

.buttons {
	display: flex;
	gap: 10px;
}

.buttons button {
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.enquire {
	background-color: transparent;
	border: 1px solid #333;
	color: #000;
}

.enquire:hover {
	background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
	color: #000;
}

.explore {
	background-color: #111;
	color: #fff;
}

.explore:hover {
	background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb);
	color: #000;
}

.top_header ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

.top_header ul li {
	list-style: none;
	margin: 0 0 0 33px;
}


.top_header ul li a {
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	opacity: 0.7;
}

.blacklogo {
	display: none;
}

.fixed .whitelogo {
	display: none;
}

.fixed .blacklogo {
	display: block;
}

.fixed .navbar-nav .nav-link.contact_btnn {
	background: rgb(0, 0, 0);
	border: 2px solid rgb(0, 0, 0);
	color: #fff !important;
}

.damac-logo {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	text-decoration: none;
	width: 154px;
}

.damac-living-logo {
	font-size: 1.8rem;
	font-weight: 300;
	color: #d4af37;
	font-style: italic;
}

.social-icons a {
	color: #666;
	font-size: 1.5rem;
	margin-right: 15px;
	transition: color 0.3s ease;
}

.social-icons a:hover {
	color: #d4af37;
}

.newsletter-input {
	background-color: #1a1a1a;
	border: 1px solid #444;
	color: #fff;
	border-radius: 25px;
	padding: 12px 20px;
}

.newsletter-input:focus {
	background-color: #1a1a1a;
	border-color: #d4af37;
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.btn-submit {
	/*! background: linear-gradient(96.42deg,#e4d5b4 -4.18%,#d9c496 105.22%),linear-gradient(0deg,#cdcccb,#cdcccb); */
	color: #000;
	border: none;
	border-radius: 25px;
	padding: 9px 30px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-submit:hover {
	background-color: #b8941f;
	color: #000;
}

.footer-heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	color: #ffffff;
	text-transform: capitalize;
	letter-spacing: 0;
	font-family: var(--B-family);
}
footer h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	color: #ffffff;.footer-heading {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 0;
		color: #ffffff;
		text-transform: capitalize;
		letter-spacing: 0;
		font-family: var(--B-family);
	}

	text-transform: capitalize;
	letter-spacing: 0;
	font-family: var(--B-family);
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.9rem;
}

.footer-links a:hover {
	color: #d4af37;
}

.app-download img {
	height: 45px;
	margin-right: 10px;
	border-radius: 8px;
}


.footer-bottom-links a {
	color: #aaa;
	text-decoration: none;
	margin-right: 20px;
	font-size: 0.85rem;
}

.footer-bottom-links a:hover {
	color: #d4af37;
}

.copyright {
	color: #666;
	font-size: 0.85rem;
}

.terms-link {
	color: #d4af37;
	text-decoration: underline;
}

.terms-link:hover {
	color: #b8941f;
}

@media (max-width: 768px) {
	.damac-logo {
		font-size: 2rem;
	}

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

}

.social-icons {
	margin: 0 0 0 auto;
}

.footer-bottom-links {
	text-align: center;
	margin: 0 0 26px 0;
}

.imggallery {
	padding: 60px 0;
}

.fraturelogo {
	position: absolute;
	bottom: 50px;
	left: 80px;
}


.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 100px;
	margin-top: 0;
	position: absolute;
	left: 50%;
	bottom: 21%;
	z-index: 9;
}


.m_scroll_arrows {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);

	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 7px 4px;

	width: 20px;
	height: 20px;
}


.unu {
	margin-top: 1px;
}

.unu,
.doi,
.trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
	animation: mouse-scroll 1s infinite;

}

.unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;

	animation-direction: alternate;
	animation-delay: alternate;
}

.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;

	animation-delay: .2s;
	animation-direction: alternate;

	margin-top: -6px;
}

.trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;

	animation-delay: .3s;
	animation-direction: alternate;


	margin-top: -6px;
}

.mouse {
	height: 30px;
	width: 18px;
	border-radius: 14px;
	transform: none;
	border: 1px solid white;
	top: 170px;
	display: none;
}

.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;

	height: 4px;
	width: 4px;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
	animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-moz-keyframes mouse-wheel {
	0% {
		top: 1px;
	}

	25% {
		top: 2px;
	}

	50% {
		top: 3px;
	}

	75% {
		top: 2px;
	}

	100% {
		top: 1px;
	}
}

@-o-keyframes mouse-wheel {

	0% {
		top: 1px;
	}

	25% {
		top: 2px;
	}

	50% {
		top: 3px;
	}

	75% {
		top: 2px;
	}

	100% {
		top: 1px;
	}
}

@keyframes mouse-wheel {

	0% {
		top: 1px;
	}

	25% {
		top: 2px;
	}

	50% {
		top: 3px;
	}

	75% {
		top: 2px;
	}

	100% {
		top: 1px;
	}
}

@-webkit-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {

	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.banner_btnn {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	padding: 14px 27px;
	display: inline-block;
	border-radius: 40px;
	margin: 20px 0 0 0;
}
.bannebtnn {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin:30px 0 0 0; border:1px solid #000;
}
.trustt_main {
	padding:40px 0 50px 0;
	background: #191c22 url(../images/trustbgg.png);
	color: #fff;
	background-position: top right;

}

.trustt_main h2 {
	margin: 0 0 10px 0;
	color: #fff;
	text-wrap: balance;
}

.service-card {
	/*! background-color: #ffffff; */
	border-radius: 25px;
	padding: 0;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
	/*! box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	text-align: center;
	position: relative;
	margin: 10px;
	margin-bottom: 60px;
}

.service-card:hover {
	transform: translateY(-5px);
	/*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.service-image {
	width: 100%;
	height: 540px;
	object-fit: cover;
	border-radius: 0;
	margin-bottom: 0;
}

.service-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	font-family: var(--B-family);
}

.descriptrust {
	position: absolute;
	bottom: -9%;
	left: 3%;
	width: 94%;
	text-align: left;
	padding: 25px;
	background: rgba(255, 255, 255, 0.84);
	border-radius: 0;
	backdrop-filter: blur(6px);
	/*! border: 4px solid #919191; */
}

.service-description {
	color: #313131;
	line-height: 22px;
	margin-bottom: 13px;
	font-size: 14px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 7px;
	max-height: 48px;
	overflow: hidden;
}

.learn-more-btn {
	color: #000;
	border: none;
	padding: 6px 0;
	border-radius: 0;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	border-bottom: 1px solid #00000059;
	padding-top: 0;
	font-size: 12px;
}

.learn-more-btn:hover {
	background-color: #191c22;
	color: #fff;
	transform: scale(1.05);
	padding: 8px 18px;
	border-radius: 0;
}

.container-custom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 1rem;
}
.padtop40{padding-top:40px}
@media (max-width: 768px) {
	.padtop40{padding-top:20px}
	.service-card {
		padding: 1.5rem;
		margin-bottom: 2rem;
	}

	.service-image {
		height: 280px;
	}

	.service-title {
		font-size: 1.25rem;
	}
}

.logoparftners {
	padding: 40px 0;
	background: #fff;
	padding-bottom: 0; 
}

.logoparftners ul {
	display: flex;
	flex-wrap: wrap;
}

.logoparftners ul li {
	flex: 22%;
	list-style: none;
}

.logoparftners ul li a {
	display: block;
	/*! background: #f1f1f1; */
	padding: 30px;
	height: 120px;
	margin: 0 15px 20px 0;
	border-radius: 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
	/*! filter:grayscale(10); */
}

.logoparftners ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	transition: 0.3s;
	filter: grayscale(0);
}


.logoparftners ul li a img {
	max-width: 100%;
	max-height: 100%;
}

.content_dv {
	max-width: 500px;
	padding: 40px;
	background: transparent;
	top: 0;
	position: absolute;
	left: 3%;
	border-radius: 20px;
	backdrop-filter: blur(2px);
	text-align: left;
	/* text-shadow: 0 1px 1px #000; */
	padding-top: 0;
}

.content_dv .theme_btn {
	border: 1px solid rgb(255, 255, 255);
	background: #fff;
	color: #000;
}

.footer-section {
	border-bottom: 1px solid #282828;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.footer-heading {
	position: relative;
	padding-right: 1.5rem;
	user-select: none;
	padding-bottom: 20px;
}
footer h5 {
	position: relative;
	padding-right: 1.5rem;
	user-select: none;
	padding-bottom: 20px;

	color: rgb(166, 166, 166) !important;}

.footer-heading .toggle-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
}

.footer-heading.collapsed .toggle-icon {
	transform: translateY(-50%) rotate(0deg);
}

.footer-links {
	/*! border-top: 1px solid var(--bs-border-color); */
	padding-top: 0.75rem;
}

.footer-links .list-group-item {
	border: none;
	padding: 0.25rem 0;
	background: transparent;
}

.footer-links .list-group-item a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-links .list-group-item a:hover {
	color: var(--bs-primary);
}

.social-links .btn {
	/* border: none; */
	background: transparent;
	color: #e3e3e3;
	padding: 0;
	transition: color 0.3s ease;
	border: 1px solid #dddddd1a;
	width: 55px;
	height: 55px;
	border-radius: 0;
	line-height: 55px;
	font-size: 22px;
	margin: 0 0 13px 0;
}

.social-links .btn:hover {
	color: var(--bs-primary);
	background: transparent;
}

/* Mobile-specific styles */
@media (max-width: 767.98px) {
	.footer-heading {
		cursor: pointer;
		font-size: 16px;
	}

	.footer-heading .toggle-icon {
		display: block;
	}

	.footer-section:last-child {
		border-bottom: none;
	}
}

/* Desktop-specific styles */
@media (min-width: 768px) {
	.footer-section {
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer-heading {
		cursor: default;
	}

	.footer-heading .toggle-icon {
		display: none;
	}

	.footer-links {
		border-top: none;
		padding-top: 0;
	}

	.footer-collapse {
		display: block !important;
	}
}

.review_main {
	padding: 50px 0;
	background: #191c22;
	position: relative;
}

.review_item {
	padding: 54px;
	text-align: left; 
	border-radius: 0;
	background: #1c1f25;
	margin: 13px;
	border-bottom: 8px solid #1c1f25;
	position: relative;
	padding-bottom: 10px;
}

.review_item p {
	color: #c8c8c8;
	/*! font-family: "Begum", cursive; */
	font-style: italic;
	font-weight: 500;
	line-height: 28px;
	/*! text-align: left; */
	font-size: 18px;
	text-wrap: balance;
}
.review_item h5 {font-family: "EngelVoelkersHead", cursive;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-size: 20px;
	text-wrap: balance;
}

.review_item .bi-quote {
	font-size: 68px;
	line-height: 0;
	opacity: 1;
	position: absolute;
	top: -26px;
	left: 8px;
	color: #fff;
}

.starR {
	color: #000;
	margin: 13px 0 9px 0;
}

.starR i {
	color: #ffc30e;
	font-size: 13px;
}

.imgname h4 {
	font-family: var(--B-family);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
}

.accordion-body {
	background: #fff;
	padding: 10px 0 18px 0;
	padding-top: 11px;
	text-wrap: balance;
}

.servicess_mainn {
	padding: 60px 0;
}

.servitemm .image {
	height: 200px;
	overflow: hidden;
}

.servcontent h3 {
	font-family: var(--B-family);
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.servcontent p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-wrap: balance;
}

.servcontent {
	padding: 30px;
}

.servitemm {
	position: relative;
	background: #fff;
	/*! border: 1px solid #ddd; */
	border-radius: 0;
	overflow: hidden;
}

.servcontent a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background: #ddd;
	padding: 10px 22px;
	border-radius: 0;
	transition: 0.3s;
}

.servcontent a:hover {
	color: #fff;
	background: #000;
	transition: 0.3s;
}

.social-links.d-flex.justify-content-center.gap-2.mt-3 {
	margin: 43px 0 8px 0 !important;
}

.trustt_main h6 {
	display: inline-block;
	margin: 0 0 25px 0;
	background: rgba(255, 255, 255, 0.3);
	padding: 8px 24px;
	border-radius: 60px;
	text-transform: capitalize;
}

.hero_banner {
	position: relative;
	height: 85vh;
	overflow: hidden;
}

.banner_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140%;
	/* More height for parallax scroll */
	z-index: -1;
	overflow: hidden;
}

.banner__video {
	height: 100%;
	object-fit: cover;
	display: block;
}

.mouse_scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.offcanvas-header {
	border-bottom: 1px solid #ddd;
}

.nav-link {
	font-size: 1.1rem;
	padding: 0.75rem 1rem;
}

.social-icons i {
	font-size: 1.3rem;
	margin-right: 15px;
	color: #555;
}

.paragraphp {
	position: absolute;
	bottom: 60px;
	left: 60px;
	max-width: 320px;
}

.paragraphp p {
	text-wrap: balance;
	color: #fff;
	font-size: 20px;
}

.about_text {
	padding: 73px 0;
	position: relative;
	/* background: url(../images/abbg.png); */
	background-size: contain;
	/* background-repeat: no-repeat; */
	background-position: right;
	padding-bottom: 15px;
	overflow: hidden;
}

#animatedText span {
	opacity: 0;
	display: inline-block;
	transform: translateY(20px);
}

.shapebannerr {
	position: absolute;
	background: #fafafa;
	top: -28px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	padding: 4px 0;
}

.shapebannerr img {
	margin: -38px 0 0 0;
	position: relative;
	z-index: 999;
}

.c-section-shape {
	--_color-bg: #fff;
	--_triangle-w: var(--section-shape-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: var(--section-shape-height);
	overflow: hidden
}

.c-section-shape__left,
.c-section-shape__right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 0;
	border-style: solid
}

.c-section-shape__left {
	border-width: 0 0 var(--_triangle-w) var(--section-shape-height);
	border-color: transparent transparent var(--_color-bg) transparent;
}

.--alt-left .c-section-shape__left {
	--_triangle-w: calc(var(--section-shape-height) * 2)
}

.c-section-shape__center {
	width: 100%;
	background-color: var(--_color-bg)
}

.c-section-shape__center::after,
.c-section-shape__center::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 2px;
	height: calc(var(--_triangle-w) - 2px);
	background-color: var(--_color-bg)
}

.c-section-shape__center::before {
	left: -1px
}

.c-section-shape__center::after {
	right: -1px
}

.c-section-shape__right {
	border-width: var(--section-shape-height) 0 0 var(--_triangle-w);
	border-color: transparent transparent transparent var(--_color-bg)
}

.--alt-right .c-section-shape__right {
	--_triangle-w: calc(var(--section-shape-height) * 2)
}

.has-angle-top-left {
	clip-path: polygon(var(--angle-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--angle-size))
}

.has-angle-top-right {
	clip-path: polygon(calc(100% - var(--angle-size)) 0, 100% var(--angle-size), 100% 100%, 0 100%, 0 0)
}

.has-angle-bottom-right {
	clip-path: polygon(calc(100% - var(--angle-size)) 0, 100% var(--angle-size), 100% 100%, 0 100%, 0 0)
}

.has-angle-bottom-left {
	clip-path: polygon(100% 0, 100% 100%, var(--angle-size) 100%, 0 calc(100% - var(--angle-size)), 0 0)
}

.has-angle-bottom-left-right {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle-size)), calc(100% - var(--angle-size)) 100%, var(--angle-size) 100%, 0 calc(100% - var(--angle-size)))
}

.stickytop {
	position: sticky;
	top: 110px;
}

footer {
	position: relative;
	background: #000 !important;
	padding-top: 50px;
}

.text-dark {
	color: rgb(166, 166, 166) !important;
}

.text-muted {
	color: rgba(151, 151, 151, 0.75) !important;
}

footer hr {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
	border-color: #fff;
}

.text-dark img {
	width: 180px;
}

.review_main .theme_btn {
	background: #fff;
	color: rgb(0, 0, 0);
	font-size: 16px;
}

.review_main h2 {
	color: #fff;
}

.review_main h6 {
	color: #fff;
}

.info-wrapper {
	/*! max-width: 400px; */
	margin: 50px auto;
	padding: 77px 30px;
	background: #dddddd3d;
}

.main-heading {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
}

.info-row {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.row-icon {
	color: #000;
	font-size: 16px;
	margin-top: 2px;
}

.info-content {
	color: #000;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
}

.mail-link {
	color: #000;
	text-decoration: none;
}

.mail-link:hover {
	color: #000;
	text-decoration: underline;
}

.main {
	padding: 60px 0;
}

.inner_banner {
	background: #000;
	padding: 27px 0;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	/*! text-align: center; */
	padding-top: 155px;
	background-size: cover;
	background-position: center;
	min-height: 80vh;
}

.inner_banner .container {
	position: relative;
	z-index: 9;
}

.inner_banner::before {
	content: '';
	width: 100%;
	height: 100%;
	/*! background: linear-gradient(90deg, rgb(0, 97, 113) 0%, rgba(0,107,122,0) 100%); */
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.inner_banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0.6;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #fff;
	content: '\F285';
	font-family: bootstrap-icons !important;
}

.breadcrumb li {
	font-size: 14px;
	color: #fff;
}

.breadcrumb li a {
	font-size: 14px;
	color: #fff;
}
.inner_banner h1 {
	font-weight: bold;
	font-size: 65px;
	/*! margin: 0; */
	color: #fff;
	letter-spacing: -2px;
}


.inner_banner h2 {
	font-weight: bold;
	font-size: 65px;
	/*! margin: 0; */
	color: #fff;
	letter-spacing: -2px;
}

.inner_banner h6 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.inner_banner p {
	font-size: 20px;
	max-width: 400px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 16px;
	position: absolute;
	right: 3%;
	text-wrap: balance;
	color: #fff;
	bottom: 15%;
}

.breadcrumb {
	position: absolute;
	bottom: 0;
	left: 4%;
	color: #fff;
	z-index: 9;
}

.breadcrumb-item.active {
	color: rgba(255, 255, 255, 0.75);
}


.card-custom {
	border-radius: 0;
	border: none;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
}

.card-custom:hover {
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-dark {
	background-color: #f7f7f7;
	color: black;
}

.card-yellow {
	background-color: #f7f7f7;
	color: #2d3a2d;
}

.card-image {
	background: #f7f7f7;
	background-size: cover;
	background-position: center;
	/*! color: white; */
	position: relative;
}

.card-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*! background: rgba(0, 0, 0, 0.4); */
}

.card-content {
	position: relative;
	z-index: 2;
}

.card-number {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	opacity: 0.7;
	border-bottom: 1px solid #00000040;
	padding-bottom: 10px;
}

.card-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
	transition: all 0.3s ease;
	/*! max-width: 60%; */
	/*! font-family: var(--B-family); */
	margin: 70px 0 37px 0;
	color: #000;
}

.card-custom:hover .card-title {
	transform: translateY(-5px);
}

.card-description {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 30px;
	opacity: 0.9;
	transition: all 0.3s ease;
	max-width: 80%;
	text-wrap: balance;
}

.card-custom:hover .card-description {
	opacity: 1;
	transform: translateY(-3px);
}

.card-link {
	display: inline-block;
	text-decoration: underline;
	font-weight: 600;
	color: inherit;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.card-link:hover {
	color: inherit;
	text-decoration: underline;
	transform: translateX(5px);
}

.card-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

.card-link:hover::after {
	width: 100%;
}

.arrow-circle {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #d4e157;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2d3a2d;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.card-custom:hover .arrow-circle {
	transform: scale(1.1) rotate(45deg);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card-dark .arrow-circle {
	background-color: #d4e157;
	color: #2d3a2d;
}

.card-yellow:hover {
	background-color: #fff;
}

.card-dark:hover {
	background-color: #fff;
}

.card-image:hover::before {
	/*! background: rgba(0, 0, 0, 0.3); */
}

.card-yellow .arrow-circle {
	background-color: #2d3a2d;
	color: #d4e157;
}

.card-image .arrow-circle {
	background-color: #d4e157;
	color: #2d3a2d;
}

@media (max-width: 768px) {
	.card-title {
		font-size: 2rem;
	}

	.card-custom {
		height: 350px;
		margin-bottom: 20px;
	}
}

.imgpngshp img {
	position: absolute;
	bottom: -17px;
	right: -106px;
	width: 270px;
}

.missionvision {
	padding: 60px 0;
	margin: 60px 0 0 0;
	background: #191c22;
	min-height: 80vh;
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
}

.missionvision h2 {
	color: #fff;
}

.missionvision p {
	text-wrap: balance;
}

.halfimgg {
	position: absolute;
	right: 0;
	top: 0;
	width: 49%;
	height: 100%;
}

.halfimgg img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.missionvision .theme_btn {
	background: #fff;
	color: rgb(0, 0, 0);
	font-size: 16px;
}

.ourPepole {
	padding: 0;
	background: #fafafa;
	min-height: 60vh;
}

.inthepress {
	padding: 60px 0;
}

.inpress_item {
	padding: 25px;
	text-align: center;
	border: 1px solid #E5E5E5;
	background: #fff;
	min-height: 250px;
}

.imgpress {
	padding: 10px;
	background: #fafafa;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgpress img {
	mix-blend-mode: multiply;
}

.inpress_item p {
	font-size: 13px;
	line-height: 20px;
	margin: 35px 0 0 0;
	text-wrap: balance;
}

.contact_inner.contactpg {
	padding: 0;
}

.inner_banner .banner_vid {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	/*! opacity: 0.6; */
}

.inner_banner .banner_vid video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner_banner .container-fluid {
	position: relative;
	z-index: 9;
}

.inner_banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner_btrnn {
	margin: -60px 0 0 0;
	position: relative;
	z-index: 9;
	text-align: center;
	background: #fff;
	max-width: 400px;
	margin: 0 auto;
	margin-top: -58px;
	border-radius: 36px 36px 0 0;
	padding-top: 14px;
}

.banner_btrnn a {
	display: inline-block;
	padding: 11px 20px;
	border: 1px solid #fff;
	color: #000;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #ddd;
	margin: 0;
}

.banner_btrnn a.active {
	background-color: #fff;
	color: #000;
}

.main .anf_item {
	padding: 49px;
	margin: 0 !important;
	text-align: center;
}

.main .anf_item h3 {
	font-size: 20px;
	max-width: 83%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 14px;
}

.servisesinnersection {
	padding: 70px 0;
	background: url(../images/trustbgg.png);
	background-position: 0 -202px;
	background-size: cover;
}

.servisesinnersection .service-image {
	height: 340px;
}

.servisesinnersection .descriptrust {
	border-radius: 30px 30px 0 0;
}

#imageBox {
	width: 100%;
	max-width: 100%;
	height: 381px;
	margin: 0;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	transition: background-image .6s ease
}

/* --- TIMELINE --- */
.timeline {
	position: relative;
	/*! max-width:700px; */
	margin: 0 auto;
	padding-left: 0;
}

.timeline::before {
	/* vertical line */
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #b0b0b0;
}

.step {
	position: relative;
	margin-bottom: 40px;
	padding-left: 50px;
	cursor: pointer
}

.step::before {
	/* dot on the line */
	content: '';
	position: absolute;
	left: 11px;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	border: 4px solid #fff
}

.step h2 {
	font-size: 20px;
	margin-bottom: 8px;
	font-family: var(--B-family);
	position: relative;
}

.step h2 span {
	position: absolute;
	left: -65px;
	top: -7px;
	z-index: 9;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #ddd;
	border-radius: 100%;
	line-height: 40px;
}

.step p {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease, padding .4s ease;
	padding: 0 0 0 2px;
	color: #555
}

.step.open p {
	max-height: 300px;
	/* big enough for text */
	padding: 8px 0 0 2px
}

.innerbg {
	background: #fafafa;
	padding: 60px;
}

.monthmainn {
	background: #191c22 url(../images/featbggg.png);
	margin-top: 50px;
	padding: 50px 0;
	color: #fff;
	background-size: cover;
	background-position: center;
}

.monthmainn h2 {
	color: #fff;
}

.monthmainn .theme_btn {
	padding: 13px 23px;
	background: #fff;
	color: rgb(0, 0, 0);
}

.default_banner {
	padding: 121px 0 60px 0;
	background: #191c22 url(../images/defaultbanner.png);
	color: #fff;
}

.default_banner h2 {
	color: #fff;
}

.form-container {
	max-width: 600px;
	margin: 2rem auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.form-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 2rem;
	text-align: center;
}

.form-header h2 {
	margin: 0;
	font-weight: 300;
	font-size: 2rem;
}

.form-body {
	padding: 2rem;
}

.form-label {
	font-weight: 600;
	color: #333;
	margin-bottom: 0.5rem;
}



.form-control:focus,
.form-select:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-primary {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 8px;
	padding: 0.75rem 2rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.radio-group {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.form-check {
	margin-bottom: 1rem;
}

.form-check-input:checked {
	background-color: #667eea;
	border-color: #667eea;
}

.phone-input {
	display: flex;
	gap: 0.5rem;
}

.country-flag {
	width: 40px;
	height: 30px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
}

.required {
	color: #dc3545;
}

.contact-options {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.contact-option {
	flex: 1;
	min-width: 120px;
}

.terms-text {
	font-size: 11px;
	color: #6c757d;
	line-height: 1.4;
}

.terms-text a {
	color: #667eea;
	text-decoration: none;
}

.terms-text a:hover {
	text-decoration: underline;
}

.form-body .col-md-6 {
	position: relative;
}

.calculator-container {
	padding: 30px;
	border: 1px solid #f4f4f4;
}

.calculator-title {
	color: #333;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.calculator-card {
	background: white;
	border-radius: 0;
	/*! box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
	padding: 0;
	margin-bottom: 0;
}

.section-title {
	color: #333;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.tab-buttons {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}

.tab-btn {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	padding: 15px 30px;
	border-radius: 0;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease;
	flex: 1;
	text-align: center;
}

.tab-btn.active {
	background: #000;
	color: white;
	border-color: #000;
}

.contact_inner .form-label {
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.form-select,
.form-control {
	border-radius: 0;
	border: 1px solid #e9ecef;
	padding: 13px 16px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.form-select:focus,
.form-control:focus {
	border-color: #4a6fa5;
	box-shadow: 0 0 0 0.2rem rgba(74, 111, 165, 0.25);
}

.range-container {
	margin-top: 20px;
}

.range-input {
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #ddd;
	outline: none;
	-webkit-appearance: none;
}

.range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #333;
	cursor: pointer;
}

.range-input::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #333;
	cursor: pointer;
	border: none;
}

.range-value {
	text-align: center;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
}

.result-card {
	background: #f4f4f4;
	color: black;
	border-radius: 0;
	padding: 40px;
	/*! box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
	min-height: 469px;
}

.result-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.result-value {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.result-secondary {
	font-size: 1rem;
	margin-bottom: 5px;
}

.result-secondary-value {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.btn-expand {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: black;
	padding: 8px 12px;
	border-radius: 0;
	width: 100%;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	font-size: 14px;
}

.btn-expand:hover {
	background: rgb(0, 0, 0);
	color: white;
}

.action-buttons {
	display: flex;
	gap: 15px;
}

.btn-action {
	flex: 1;
	padding: 10px;
	border-radius: 0;
	font-weight: 600;
	border: none;
	transition: all 0.3s ease;
}

.btn-dark {
	background: #333;
	color: white;
}

.btn-dark:hover {
	background: #555;
	color: white;
}

.btn-outline-light {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.5);
	color: black;
}

.btn-outline-light:hover {
	background: rgb(0, 0, 0);
	color: white;
}

.breakdown-content {
	display: none;
	margin-top: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.breakdown-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 8px;
	font-size: 14px;
}

.breakdown-item:last-child {
	border-bottom: none;
}

.modal-body .form-group {
	margin-bottom: 12px;
	position: relative;
}

.modal-body {
	padding: 30px;
	padding-top: 0;
}

.modal-header {
	border: none;
	display: block;
	text-align: center;
}

.modal-header .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	opacity: 1;
	border-radius: 0;
}

.modal-content {
	border: none;
	border-radius: 0;
}

.modal-header h1 {
	font-size: 30px !important;
}

.form-check-input[type="checkbox"] {
	border-radius: 0;
}

.main .learn-more-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	background: #000;
	padding: 7px 16px;
	border-radius: 0;
	transition: 0.3s;
}

.button_banner {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 14px 15px;
	border-radius: 10px 00 0;
	z-index: 999;
}

.banner_btn {
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 8px 0 0;
	border-radius: 10px;
	color: #000;
	font-size: 15px;
	padding-right: 14px;
}

.banner_btn i {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	background: #ddd;
	line-height: 30px;
	border-radius: 100%;
	margin: 0 0 0 10px;
	transform: rotate(-40deg);
}

.stats-section {
	padding: 70px 0;
	background: #fff;
	color: #000;
}

.stat-card {
	text-align: left;
	border-radius: 15px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	height: 100%;
	padding-left: 100px;
	position: relative;
	margin: 0 0 28px 0;
}

.stat-card:hover {
	transform: translateY(-10px);

}

.stat-icon {
	margin-bottom: 0;
	color: #000;
	position: absolute;
	width: 45px;
	left: 20px;
	top: 0;
}

.stat-number {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
}

.stat-label {
	font-size: 15px;
	color: rgba(157, 157, 157, 0.9);
	line-height: 1.4;
}

.counter {
	display: inline-block;
}

@media (max-width: 768px) {
	.stat-number {
		font-size: 2.5rem;
	}

	.stat-icon {
		font-size: 2.5rem;
	}
}



.stats-section h2 {
	font-size: 40px;
}


.dvmain {
	display: flex;
	align-items: center;
}

.bigtxt {
	color: #000;
	font-size: 56px;
	font-weight: bolder;
	margin: 0 15px 0 0;
	line-height: 48px;
}

.stargbimg {
	font-size: 25px;
	color: #ff6c00;
}

.dvmain p {
	margin: 0;
	color: #757575;
}

.btn_main a {
	display: inline-block;
	padding: 10px 20px;
	background: #000;
	color: #fff;
	border-radius: 0;
	text-decoration: none;
	transition: background-color 0.3s ease;
	margin: 0 19px 0 0;
	border: 1px solid #000;
}

.cta_main {
	padding: 40px 80px;
	background: #fff url(../images/bgrvuu.jpg);
	background-size: cover;
	background-position: center right;
}

.btn_main a.active {
	background: #fff;
	color: #000;
}

.btn_main a:hover {
	background: #000;
	color: #fff;
	transition: 0.3s;
}

.left-section {
	flex: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.right-section {
	background: #6366f1;
	color: white;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.header-title {
	font-size: 2rem;
	font-weight: 600;
	color: #374151;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.3;
}

.progress-bar {
	display: flex;
	justify-content: space-between; 
	align-items: center;
	margin-bottom: 33px;
	position: relative;
	flex-direction: initial;
}

.progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-bottom: 14px;
	position: relative;
}

.step-circle.active {
	background-color: #000;
	color: white;
}

.step-circle.completed {
	background-color: #000;
	color: white;
}

.step-circle.inactive {
	background-color: #d1d5db;
	color: #9ca3af;
}

.step-label {
	font-size: 12px;
	color: #6b7280;
	font-weight: 500; 
}

.step-label.active {
	color: #374151;
}

.progress-line {
	position: absolute;
	top: 19px;
	left: 15px;
	right: 0; 
	height: 2px;
	background-color: #e5e7eb;
	z-index: 1;
	width: 94%;
}

.progress-line-fill {
	height: 100%;
	background-color: #000;
	transition: width 0.3s ease;
}

.step-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.step-title {
	font-size: 20px;
	font-weight: 700; 
	color: #111827;
	margin-bottom: 8px;
	font-family: var(--B-family);
}

.step-description {
	color: #6b7280;
	margin-bottom: 20px;
	font-size: 16px;
}

.loan-options {
	display: flex;
	gap: 24px;
	margin-bottom: 0px;
}

.option-item {
	flex: 1;
}

.option-radio {
	display: none;
}

.option-label {
	display: flex;
	align-items: center;
	padding: 15px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	font-weight: 500;
	color: #374151;
	position: relative;
}

.option-label:hover {
	border-color: #000;
}

.option-radio:checked+.option-label {
	border-color: #000;
	background-color: #f8fafc;
}

.option-radio:checked+.option-label::before {
	content: '';
	position: absolute;
	left: 24px;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-radius: 50%;
	margin-right: 12px;
}

.option-radio:checked+.option-label::after {
	content: '';
	position: absolute;
	left: 30px;
	width: 8px;
	height: 8px;
	background-color: #000;
	border-radius: 50%;
}

.option-label-text {
	margin-left: 36px;
}

.form-group {
	margin-bottom: 20px;
} 

.form-label {
	display: block;
	font-weight: 600;
	color: #374151;
	margin-bottom: 2px;
	font-size: 12px;
	padding: 0 0 0 3px;
}

.form-input {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 0;
	font-size: 14px;
	transition: border-color 0.2s ease;
	background: white;
}

.form-input:focus {
	outline: none;
	border-color: #000;
}

.form-textarea {
	min-height: 120px;
	resize: vertical;
}

.button-group {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 0;
}

.btn {
	padding: 10px 30px;
	border: none;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
} 

.btn-previous {
	background-color: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
	border: 1px solid #ddd;
}

.btn-previous:not(:disabled) {
	background-color: #f3f4f6;
	color: #374151;
	cursor: pointer;
}

.btn-previous:not(:disabled):hover {
	background-color: #e5e7eb;
}

.btn-next {
	background-color: #000;
	color: white;
	min-width: 100px;
}

.btn-next:hover:not(:disabled) {
	background-color: #000;
	color: #fff;
}

.btn-next:disabled {
	background-color: #d1d5db;
	cursor: not-allowed;
}

.btn-submit {
	background-color: #111827;
	color: white;
	/*! width: 100%; */
}

.btn-submit:hover {
	background-color: #1f2937;
}

.sidebar-message {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	background: #f7f7f7;
	max-width: 55%;
	margin: 0 auto;
	padding: 40px 20px;
}

.hidden {
	display: none;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
		max-width: 500px;
	}

	.right-section {
		width: 100%;
		order: -1;
		padding: 40px 30px;
	}

	.left-section {
		padding: 40px 30px;
	}

	.progress-bar {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}



	.loan-options {
		flex-direction: column;
		gap: 16px;
	}

	.header-title {
		font-size: 1.5rem;
	}

	.step-title {
		font-size: 1.5rem;
	}

	.button-group { 
		gap: 16px;
	}
}

.stepcountform {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}

.why_choose_main {
	padding: 50px 0;
}

.why_choose_main .step p {
	max-height: initial;
	overflow: hidden;
	transition: max-height .4s ease, padding .4s ease;
	padding: 0 0 0 2px;
	color: #555;
}

/* .why_choose_main .step {
padding-left: 65px;
} */

.process_morgage {
	background: #191c22;
	color: #fff;
	padding: 40px 0;
	padding-bottom: 0;
}
.process_morgage h2 { 
	color: #fff; 
}
.process_morgage p { 
	color: #fff;  
}
.process_morgage .innerbg {
	background: #1b1e24; 
	padding: 40px;
	border-radius: 60px 60px 0 0;
}

.process_morgage .step h2 span {
	position: absolute;
	left: -48px;
	top: 0px;
	z-index: 9;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #ddd;
	border-radius: 100%;
	line-height: 34px;
	font-size: 16px;
	color: #000;
}

.process_morgage .step  h2 {
	color: #abacae;
}

.process_morgage .step  p {
	color: #959595;
}
.process_morgage .step.open h2 {
	color: #fff;
}
.process_morgage .step.open p {
	color: #fff;
}

.calculatorr{
	padding: 35px 0 0 0; border-top: 1px solid #eee;
	border-bottom: 0px solid #eee;
	background: #fff; 
}

.calculatorr .calculator-card {
	background: #fff; 
}

.calculatorr .calculator-container {
	background: #fff;
	margin-top: 30px;
	padding: 0;
	border: none;
}
.calculatorr .left-section { 
	padding: 0!important;;  
}

.full_imagesection p{
	color:#fff
}


.missionvision p{ 
	color: #fff;
}
.main .anf_item img {
	width: 100px; 
}
.monthmainn p{
	color: #fff;
}


.main-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.left-section {
	background: white;
	padding: 30px;
	border-radius: 12px; 
	padding-top: 0; 
}

.left-section .form-group {
	margin-bottom: 8px;
}

.form-group label {
	display: block;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 0; 
	font-size: 1rem;
}
.formgroup label {
	font-weight: 500;
	color: #2c3e50;
	font-size:14px;
}
.form-group label.wpcf7-list-item-label{            
	font-weight: 500; 
	font-size: 14px!important;
}
.wpcf7-list-item{display:flex; align-items:center}
.wpcf7-list-item input{margin-right:4px;}
.form-group .smt p{
	margin:0;
	font-weight: 500; 
	font-size: 14px!important;
}
.price-input-container {
	position: relative;
	margin-bottom: 10px;
}

.price-input {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #e1e8ed;
	border-radius: 0;
	font-size: 1.1rem; 
	font-weight: 600;
	color: #2c3e50;
}

.price-range { 
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	color: #6c757d;
	margin-top: 5px;
}

.slider-container {
	position: relative;
	margin: 20px 10px;
	margin-top: -16px;
}

.slider {
	width: 100%;
	height: 4px;
	border-radius: 3px;
	background: #e1e8ed;
	outline: none;
	-webkit-appearance: none;
	position: relative;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #6366f1;
	cursor: pointer;
	border: 3px solid white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	cursor: pointer; 
	border: 2px solid #000;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider-track {
	position: absolute;
	top: 50%;
	left: 0;
	height: 6px;
	background: #6366f1;
	border-radius: 3px;
	transform: translateY(-50%);
	z-index: -1;
}

.residency-options {
	display: flex;
	gap: 0;
	margin-top: 10px;
}

.residency-btn {
	flex: 1;
	padding: 12px 20px;
	border: 2px solid #e1e8ed;
	background: white;
	color: #6c757d;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s;
}

.residency-btn:first-child {
	border-radius: 0;
}

.residency-btn:last-child {
	border-radius: 0;
}

.residency-btn.active {
	background: #000;
	color: white;
	border-color: #000;
}

.down-payment-container {
	display: flex;
	align-items: center;
	gap: -1px;
	margin-top: 10px; 
}

.down-payment-input {
	flex: 1;
	padding: 12px 15px; 
	border: 1px solid #e1e8ed;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 600;
	width: 100%;
}

.percentage {

	border-radius: 0;
	font-weight: 600;
	color: #000; 
	min-width: 72px;
	text-align: start;
}

.down-payment-range {
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	color: #6c757d;
	margin-top: 5px;
}

.loan-period-container {
	margin-top: 10px;
}

.loan-period-display {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2c3e50;
	margin: 15px 0;
}

.loan-period-range {
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	color: #6c757d;
	margin-top: 10px;
}

.properties-section {
	background: #f0f9ff;
	padding: 25px;
	border-radius: 12px;
	margin-top: 30px;
	text-align: center;
}

.properties-text {
	color: #6c757d;
	margin-bottom: 15px;
}

.properties-count {
	font-weight: 700;
	color: #2c3e50;
}

.view-properties-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: white; 
	color: #000;
	padding: 12px 24px;
	border: 2px solid #000;
	border-radius: 0;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s;
	margin-top: 15px;
}

.view-properties-btn:hover {
	background: #000;
	color: white;
}

.house-icon {
	width: 80px;
	height: 60px;
	margin: 20px auto;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 80"><polygon points="50,10 20,35 20,70 80,70 80,35" fill="%23e2e8f0"/><polygon points="50,10 80,35 80,40 85,40 85,75 75,75 75,45 25,45 25,75 15,75 15,40 20,40 20,35" fill="%23cbd5e1"/><rect x="35" y="50" width="12" height="20" fill="%236366f1"/><rect x="53" y="50" width="12" height="15" fill="%236366f1"/><polygon points="50,5 15,35 20,40 50,15 80,40 85,35" fill="%23ef4444"/><circle cx="30" cy="25" r="8" fill="%2322c55e"/></svg>') center/contain no-repeat;
}

.right-section {
	background: white;
	padding: 30px;
	border-radius: 12px;
}

.payment-estimate {
	text-align: center;
	margin-bottom: 15px;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid #e5dfdb;
	background: #fbf5f0;
}

.payment-estimate h2 {
	color: #6c757d;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.payment-details {
	display: flex;
	justify-content: center;
	align-items: center; 
	gap: 30px;
}

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

.monthly-payment .label {
	color: #6c757d;
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.monthly-payment .amount {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}

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

.interest-rate .label {
	color: #6c757d;
	font-size: 0.9rem;
	margin-bottom: 8px;
}

.interest-rate .rate {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
}

.upfront-costs-btn {
	display: block;
	width: fit-content;
	margin: 20px auto 0;
	padding: 10px 20px;
	background: transparent;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;  
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s;
}

.upfront-costs-btn:hover {
	background: #000;
	color: white; 
}

.contact-form {
	/*! border-top: 1px solid #e1e8ed; */
	padding-top: 0;
}

.contact-form h3 {
	text-align: center;
	color: #2c3e50;
	font-size: 1.3rem;
	margin-bottom: 25px;
}

.form-field {
	margin-bottom: 20px;
}

.right-section .form-input {
	width: 100%;
	padding: 12px 20px; 
	border: 1px solid #e1e8ed;
	border-radius: 0;
	font-size: 1rem;
	transition: border-color 0.2s;
	margin: 0 0 0 -1px;
}

.form-input:focus {
	outline: none;
	border-color: #6366f1;
}

.phone-input-container {
	display: flex;
	gap: 0;align-items: flex-start;
}
.wpcf7 form .wpcf7-response-output{color:#000}
.country-code {
	display: flex;
	align-items: flex-start;
	gap: 0;

	border-radius: 0;
	min-width: 70px;
}
.form-select:focus, .form-control:focus {
	background: #fff!important;


}
.form-group p{margin-bottom:0px}
.flag {
	width: 20px;
	height: 15px;
	background: linear-gradient(to bottom, #22c55e 33%, white 33%, white 66%, #ef4444 66%);
	border-radius: 2px;
}

.phone-input {
	flex: 1;
}

.submit-btn {
	width: 100%;
	padding: 14px;
	background: #000;
	color: white;
	border: none;
	border-radius: 0;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s;
	margin-top: 10px;
}

.submit-btn:hover {
	background: #dc2626;
}

@media (max-width: 768px) {
	.main-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	h1 {
		font-size: 2rem;
	}

	.payment-details {
		flex-direction: column;
		gap: 20px;
	}
}

.consultation-section {
	padding: 70px 0;
	text-align: center; 
	background: rgb(0, 0, 0) url(../images/ctabgg.png);
	color: #fff;  
	background-size: cover;
	position: relative;  
	border-bottom: 1px solid #dddddd1c;
}
.consultation-section h2 { 
	font-size: 30px;
	font-weight: 600; color:#fff; 
	margin-bottom: 0;
}
.consultation-section p.lead {
	font-size: 1.2rem; 
	margin-bottom: 0;
	color: #fff;
}
.consultant-info {
	display: block;text-align:left;
	/*! margin-top: -65%; */
	gap: 20px;
}
.consultant-_info {
	display: flex;text-align:left;
	/*! margin-top: -74%; */
	gap: 20px;
	padding: 0 0; 
	text-align: center;
	position: relative;
	padding-left: 0;
} 
.consultant-_info .image {
	width: 180px;
	height: 222px;
	border-radius: 0;
	overflow: hidden;
	/* position: relative; */
	/* margin: 0 auto; */
	margin-bottom: 20px;
	/* position: absolute; */
	top: 0;
	left: 0; 
	margin: 0 10px 0 0;
	flex: 0 0 auto;
	box-shadow: -9px 8px 0px 0px #ffffff29;
}

.client-details{color:#fff}
.consultant-info img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:0;
	margin-bottom:12px;
	object-position:  top;
}
.consultant-details {
	text-align: left;
	padding: 0 45px 0 0;
}
.consultant-details h6 { 
	font-weight: 600;
	margin-bottom: 5px;
	font-family: var(--B-family); 
	font-size: 28px;
}
.btn-consultation {
	background:#f9f9f9;
	color: #000; 
	border: none;
	padding: 12px 25px;
	font-size: 1rem;
	border-radius: 30px;
	transition: all 0.3s ease;
}
.btn-consultation:hover {
	background-color: #000;color:#fff;
}
.privacy-text {
	margin-top: 6px;
	font-size: 0.9rem;
	color: #fff;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	opacity: 0.8;
}
.btn-waitlist {
	background-color: #f5e8de;
	color: #333; 
	font-weight: 500;
	padding: 12px 30px; 
	border-radius: 30px;
	border: none;
	margin-top: 30px;
	transition: background 0.3s ease;
}

.consultant-info p{
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
}
.designation {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffffffa1;
	padding: 3px 0; 
	display: inline-block;
	border-radius: 0;
	/*! background: rgba(255, 255, 255, 0.13); */
	/*! opacity: 1 !important; */
	font-size: 14px !important;
}


.credential-box {
	border-left: 5px solid #0d6efd;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
}

.credential-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.credential-icon {
	font-size: 2.5rem;
	color: #0d6efd;
	margin-bottom: 1rem;
}

.license-number {
	font-family: 'Courier New', monospace;
	font-weight: bold;
	color: #198754;
	font-size: 1.2rem;
}

.trust-badge {
	background: linear-gradient(45deg, #198754, #20c997);
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-weight: bold;
	display: inline-block;
	margin: 1rem 0;
}

.foss-branding {
	color: #6c757d;
	font-style: italic;
	border-top: 2px solid #dee2e6;
	padding-top: 1rem;
	margin-top: 1.5rem;
}

.trusted_mainn {
	background: #fff; 
	padding-bottom: 60px;
}
.trust_item img {
	width: 66px; 
	position: absolute;
	left: 30px;
	top: 24px;
}

.trust_item.alert.alert-info {
	border: none; 
	padding: 19px;
	position: relative; 
	padding-left: 136px;
	padding-right: 60px;
	min-height: 176px;
	border-radius: 0;
	background: #f4f4f4;
}
.trust_item.alert.alert-info  h3 {
	color: #000;
	font-family: var(--B-family);
	font-weight: bold;
	font-size: 25px;
}





.image-m{display:none}
.mobileView{display:none}
.deskView{display:block}

.trusted_mainn .card {
	background: white;
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 87, 146, 0.10);
	width: 100%;
	padding: 40px;
	text-align: center;
	position: relative;
	overflow: hidden; 
}



.trusted_mainn .card .content {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 24px;text-align:left;
	margin-bottom: 0px; color:#555;
}
.trusted_mainn .card img {
	filter: grayscale(100%);
}
.trusted_mainn p {           
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 15px;
	text-align: left;color:#555;
}

.trusted_mainn .highlight {
	color: #000;
	font-weight: 600;
}

.trusted_mainn .license {
	background: #fff;
	padding: 15px;
	border-radius: 12px;
	margin: 20px 0; font-size:18px;
	font-weight: 600;
	color: #000; max-width:480px;
	border: 1px dashed #555;text-align:center;
}

.foss {
	display: inline-block;
	background: linear-gradient(135deg, #000 0%, #555 100%);
	color: white;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 600;
	margin-top: 10px; margin-bottom: 10px;
	box-shadow: 0 4px 15px rgba(0, 121, 107, 0.2);
}

.modal-body .form-group .smtxt {
	display: block!important;
	font-weight: 500;
	color: #2c3e50;
	margin-bottom: 0;
	font-size: 14px!important;
}
.footer-section ul{padding:0px;list-style: none;}
.footer-section .nav-link {
	text-decoration: none;
	transition: color 0.3s ease;
	color: #aaa;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.9rem;
	color: rgba(151, 151, 151, 0.75) !important;
	border: none;
	padding: 0.25rem 0;
}
.faq-pagination {
	text-align: center;
	margin-top: 30px;
}

.faq-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 14px;
}

.faq-pagination .page-numbers:hover {
	background-color: #007bff;
	color: #fff;
	border-color: #007bff;
}

.faq-pagination .current {
	background-color: #007bff;
	color: #fff;
	border-color: #007bff;
	font-weight: bold;
}

.faq-pagination .prev,
.faq-pagination .next {
	font-weight: 500;
}

.faq-pagination .prev:hover,
.faq-pagination .next:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}
.rightection {
	margin-top: -50px;
}

@media (max-width: 809px) {
	.rightection {
		margin-top: 10px;
	}
	.trusted_mainn .card {
		padding: 10px 10px;
	}

	.foss {
		display: inline-block;
		background: linear-gradient(135deg, #000 0%, #555 100%);
		color: white;
		padding: 10px 10px;
		border-radius:12px;
		font-weight: 500;
		margin-top: 10px;
		margin-bottom: 10px;
		box-shadow: 0 4px 15px rgba(0, 121, 107, 0.2);
		font-size: 14px;
	}

	.trusted_mainn p {
		font-size: 14px;
	}


}


.down-payment-inputs {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.down-payment-aed {
	flex: 2;
}

.down-payment-percent {
	flex: 1;
	text-align: center;
	font-weight: 600;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 2px;
	padding: 15px 10px;border: 1px solid #e1e8ed;
	font-size: 1rem;
}
.loan-details {
	margin-top: 30px;
	/*             padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.3); */
}

.detail-row {
	display: flex; color:#333;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 0.95rem;
}

.detail-row:last-child {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.1rem;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,0.3);
}
#exampleModal .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0em;
}
.btn-next{margin-left:8px;}
.wpcf7-spinner {
	position: absolute!important;
}
.lead_bg .formgroup label {
	font-weight: 400;
	color: #2c3e50;
	font-size: 14px;
} .lead_bg p{margin-bottom:0px;}
.lead_bg{position:absolute;right:5%;top:15%;max-width:420px;z-index:9999;background:#ffffffe0; border-radius:8px;}
.dnonelap{display:none}.dnonelapMobile{display:block}


.why_choose_main .step {  
	cursor: unset;
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 10px;}
.wpcf7-spinner {margin:0 0px!important;width:20px; height:20px;
	position: absolute!important;
}

.bbody{
	margin:0;
	background: linear-gradient(180deg, var(--bg) 0%, #070707 100%);
	color:var(--accent);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:50px 28px;
}
.uniq-hero-wrap{
	width:100%; gap:var(--gap);
	display:grid;
	/*     grid-template-columns: 1fr 360px;

	align-items:stretch; */
}

/* left: messages and headline */
.uniq-hero-left{
	background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
	border-radius: var(--radius);
	padding:28px;
	box-shadow: 0 6px 30px rgba(0,0,0,0.7);
	border: 1px solid rgba(255,255,255,0.03);
	display:flex;
	flex-direction:column;
	gap:16px;
	overflow:hidden;
	position:relative;
}

.uniq-topline{
	display:flex;
	align-items:center;
	gap:12px;
	font-weight:600;
	color:var(--muted);
	letter-spacing:0.6px;
	font-size:13px;
}

.uniq-badge{
	background:transparent;
	padding:8px 12px;
	border-radius:999px;
	border:1px solid rgba(255,255,255,0.04);
	backdrop-filter: blur(4px);
}

.uniq-headline{
	font-size:28px;
	line-height:1.05;
	font-weight:700;
	margin:6px 0 0 0;
	letter-spacing:-0.4px;
	display:flex;
	align-items:center;
	gap:12px;
}

.uniq-sub{
	color:var(--muted);
	margin-top:6px;
	font-size:16px;
	max-width:68%;
}

/* highlights grid */
.uniq-highlights{
	display:grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap:12px;
	margin-top:1px;
}

.uniq-card{
	background: linear-gradient(180deg,var(--card), rgba(255,255,255,0.01));
	padding:14px;
	border-radius:12px;
	border:1px solid rgba(255, 255, 255, 0.12);
	display:flex;
	gap:12px;
	align-items:center;
	min-height:72px;
	transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
	position:relative;
	overflow:hidden;
}

.uniq-card:hover{
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.6);
}

.uniq-card svg{flex:0 0 44px; width:44px; height:44px; opacity:0.95; filter: drop-shadow(0 6px 18px rgba(0,0,0,0.6));}

.uniq-card h4{
	margin:0;
	font-size:16px;
	letter-spacing: -0.1px;margin-bottom:6px;
}
.uniq-card p{ margin:2px 0 0;line-height:18px; color:var(--muted); font-size:14px; }

/* right panel: CTA and countdown */
.uniq-hero-right{
	background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
	border-radius: var(--radius);
	padding:20px;
	display:flex;
	flex-direction:column;
	gap:14px;
	align-items:stretch;
	justify-content:center;
	border:1px solid rgba(255,255,255,0.03);
}

.uniq-clock{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
}

.uniq-timebox{
	background:var(--glass);
	padding:12px 16px;
	border-radius:12px;
	min-width:120px;
	text-align:center;
	border:1px solid rgba(255,255,255,0.03);
}
.uniq-timebox strong{display:block;font-size:22px; font-weight:800;}
.uniq-timebox span{display:block;color:var(--muted); font-size:12px; margin-top:4px;}

.uniq-cta{
	display:flex;
	gap:10px;
	align-items:center;
}

.uniq-btn{
	flex:1;
	padding:12px 16px;
	border-radius:12px;
	background:transparent;
	color:var(--accent);
	border: 1px solid var(--accent);
	text-align:center;
	font-weight:700;
	cursor:pointer;
	letter-spacing:0.6px;
	transition: transform .18s, box-shadow .18s, background .18s, color .18s;
}
.uniq-btn:active{transform:translateY(2px)}
.uniq-btn-primary{
	background:var(--accent);
	color:var(--bg);
	box-shadow: 0 8px 26px rgba(255,255,255,0.04);
}

/* small flourish: shiny animated stripe */
.uniq-shine{
	position:absolute;
	inset:0;
	pointer-events:none;
	background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.03) 30%, rgba(255,255,255,0.06) 50%, rgba(255,255,255,0.03) 70%, transparent 100%);
	transform: translateX(-120%);
	animation: moveShine 6s linear infinite;
}
@keyframes moveShine{ to { transform: translateX(120%); } }

/* micro animations */
.uniq-anim-pop { animation: popIn .6s cubic-bezier(.2,.9,.3,1) both; }
@keyframes popIn { from { transform: translateY(8px) scale(.98); opacity:0 } to { transform:none; opacity:1 } }

.uniq-pill{
	font-size:12px;
	padding:6px 10px;
	border-radius:999px;
	background:rgba(255,255,255,0.02);
	color:var(--muted);
	border: 1px solid rgba(255,255,255,0.03);
}

/* responsive */
@media (max-width:960px){
	.uniq-hero-wrap{ grid-template-columns: 1fr; max-width:760px; }
	.uniq-sub{ max-width:100%; }
	.uniq-highlights{ grid-template-columns: 1fr 1fr; }
	.uniq-accent-underline{display:none!important}
}
@media (max-width:560px){
	.uniq-highlights{ grid-template-columns: 1fr; margin-top: 0px;}
	.uniq-headline{ font-size:20px;  align-items:flex-start; gap:6px;}
	.uniq-hero-right{ order:-1; }
}

/* tiny accent underline */
.uniq-accent-underline{
	display:inline-block;
	height:6px;
	width:52px;
	border-radius:6px;
	background:linear-gradient(90deg,#fff, rgba(255,255,255,0.65));
	opacity:0.12;
	margin-left:6px;
	vertical-align:middle;
}

/* accessibility focus */
.uniq-btn:focus{ outline:3px solid rgba(255,255,255,0.08); outline-offset:3px; }

.mbt{padding:40px 0}
.newServiceCard {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	height:280px;
	min-height: 120px;border:1px solid #eeeeee57;
	cursor: pointer;
	transition: all 0.4s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.newServiceCard:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.newServiceCard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	z-index: 1;
	transition: background 0.4s ease;
}
.newServiceCard:hover::before {
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
}
.newServiceCard img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.newServiceCard:hover img {
	transform: scale(1.1);
}
.newServiceCardTitle {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(255, 255, 255, 0.95);
	color: #000;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 10px 20px;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
	transition: all 0.3s ease;
}
.newServiceCard:hover .newServiceCardTitle {
	background-color: #dc3545;
	color: white;
	transform: scale(0.50);
}
.newServiceCardInfo {
	position: absolute; display:none;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: white;
	z-index: 2;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease;
}
.newServiceCard:hover .newServiceCardInfo {
	opacity: 1;display:none;
	transform: translateY(0);
}
.newServiceCardInfo p {
	font-size: 0.9rem;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
/* .why_choose_main {
  margin-top: -180px;
} */

.tall-card {
		height: calc(560px + 3px);
	}
@media (min-width:320px) and (max-width:809px) {
/* 	.why_choose_main{margin-top: 150px;} */
	.bannebtnn {
	font-size: 14px;	
	padding: 8px 20px;
	display: inline-block;
	border-radius: 30px;
	margin:20px 0 0 0;
}
	.newServiceCard {
		border-radius: 0px;
		height: 180px;}
	.tall-card {
		height: calc(360px + 3px);
	}
	.newServiceCardTitle {
		position: absolute;
		top: 2px;
		left: 2px;
		background-color: rgba(255, 255, 255, 0.9);
		color: #000;
		font-weight: 600;
		font-size: 12px;line-height:16px;
		padding: 4px;
		border-radius: 0px;
		text-transform: capitalize;
		letter-spacing: -0.5;
		z-index: 2;transform: scale(0.75);}
}
@media (max-width: 575px) {


}