@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=Anek+Latin:wght@100..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;
}
:root {
	--H-family: 'Begum', sans-serif;
	--B-family: 'Anek Latin', 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;

}


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


body {
	font-family: 'Anek Latin', sans-serif;
	scroll-behavior: smooth;
	position: relative;
	background: #fff;
	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: #EDE6DA; */
	line-height: 30px; 
}

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

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

.navbar.navbar-expand-lg .nav-link {
	font-size: 13px; 
	font-weight: 400;  
	padding: 20px 21px;
	color: #fff;
	letter-spacing: 1px;
}

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

.navbar.navbar-expand-lg .nav-link:focus,
.navbar.navbar-expand-lg .nav-link:hover {
	color: #fff;
}

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

.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);
}

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

.navbar-nav .nav-link.contact_btnn {
	padding: 10px 20px !important;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50px;  
	color: #fff; 
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-weight: 500;
}
.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 */



/* banner */
.hero_banner {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*! position: sticky; */
	position: relative;
}

.hero_banner::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;
}
.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;
}



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

.banner_img {
	position: -webkit-sticky;
	position: relative;
	top: 0;
}
.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: 33%; 
	left: 50%;
	transform: translateX(-50%);
	max-width: 776px;
	text-align: center;
}

.banner_text h1{
	color: #fff;
	font-size: 50px; 
	letter-spacing: -1px;
} 

.banner_text p {
	max-width: 572px;
	font-size: 18px;
	line-height: 26px;  
	color: #fff; 
	font-weight: 400;
	opacity: 0.9;
	/*! text-shadow: 0 1px 1px #000; */
	margin: 0 auto;
}




/* 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: 50px 0;
	background: url(../images/bluebg.jpg); 
	font-size: 18px;
	font-weight: 400;  
	line-height: 33px; 
	color: #dde7f4;text-align:center;
}

/* metedata */

.full_imagesection {
	height: 90vh;
	overflow: hidden;
	position: relative;
	padding: 40px 0; 
	margin: 30px 0 0 0;
}

.full_imagesection .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.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: 35px; 
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	color: #fff;
}

.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: 47%;
	left: 0; 
	/*! display: flex; */  
	flex-direction: row; 
	gap: 10px;
	z-index: 1000;
	/*! transform: translateX(-50%); */
	width:28px;
}

.contact-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px; 
	padding: 10px 4px; 
	background: rgba(0, 0, 0, 0.8);
	color: black;
	text-decoration: none;  
	border-radius: 0 10px 10px 0;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	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; */
	left:0px; 
	position: relative;
	transition: 0.3s;
}
.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 {
		
		font-size: 10px;
	}

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

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

	.contact-btn {
		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;display:none;
}

@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;
}

.footer-section {
	background: rgb(19, 19, 19);
	color: #fff;
	padding: 60px 0 40px 0;
	position: relative;
}

.footer-section::before {
	/*! content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*! background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.03) 0%, transparent 50%); */
}

.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;
}

.footer-bottom {
	border-top: 1px solid rgba(184, 212, 212, 0.2);
	margin-top: 50px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright {
	color: #ddd;
	font-size: 0.95rem; 
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center; 
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.social-link:hover {
	background: linear-gradient(45deg, #d4a574, #f0c674);
	color: #2d5a5a;
	transform: translateY(-3px);
}

.social-link i {
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.contact-item {
		margin-bottom: 40px;
	}

	.footer-bottom {
		text-align: center;
		flex-direction: column;
		gap: 20px;
	}

	.brand-logo {
		font-size: 2rem;
	}

	.address-text {
		font-size: 1rem;
	}
}

.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: transparent;
	border: none;
	border-bottom: 1px solid rgb(200, 200, 200);
	position: relative;
	border-radius: 0 !important;
}

.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: transparent !important;
	/*! color: #fff; */
	padding: 24px 10px;
	overflow: hidden; 
	font-size: 22px;
	font-weight: 500;
	font-family: var(--B-family);
	/*! letter-spacing: -1px; */
}

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

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

.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: rgb(222, 222, 222);
}

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

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

.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: #fff;
	margin-bottom: 14px;
	/*! border-bottom: 1px solid #333; */
	padding-bottom: 5px; 
	text-decoration: none;
	text-decoration-color: var(--main); 
}

.email {
	color: #dbc69a;
	/*! border-bottom: 1px solid #333; */
	padding-bottom: 5px;
	text-decoration: none;
	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: 33px;
	text-transform: capitalize;  
	font-weight: bold;
	color: rgb(26, 26, 26); 
	/*! max-width: 70%; */
	margin: 0 auto;
	letter-spacing: -1px;
}

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

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

.form-control, .form-select {
	height: 50px;
	font-size: 14px; 
	background-color: #fafafa;
	transition: all 0.3s ease; 
	width: 100%;
	background: transparent;
	color: #fff;
}
.form-control::placeholder { 
	color: #fff;
}
.form-select {

	background: #002e66;}


.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;
}

.form-label {
	position: absolute;
	left: 18px;
	top: 15px; 
	color: #fff;
	font-size: 14px;
	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: -7px;
	font-size: 12px; 
	color: #fff;
	opacity: 0.3; 
	left: 4px;
}

.required {
	color: #dc3545;
}

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

.country-selector {
	display: flex;
	align-items: center;
	padding: 0 15px;
	background-color: transparent;
	border: none; 
	border-right: none;
	border-radius: 0;
	min-width: 120px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.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;
}

.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;
	color: #fff;
	cursor: pointer;
	user-select: none;
}

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

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

.submit-button {
	background-color: #fff;
	color: black;
	border: none;
	border-radius: 50px;
	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: 10px;
}

.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;
}

.form-select {
	appearance: none;
	background-image: none;
}

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

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

.contact_main {
	padding-top: 0; 
	background: #002e66; 
	color: #fff;
}
.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: 0;
	text-align: center;
	/*! background: #fff; */ 
	border-radius: 0; 
	/*! box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; */
	/*! border: 1px solid #ddd; */
	/*! min-height: 216px; */ 
	/*! margin-top: 50px; */


	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #f2f2f2;
}

.anf_item h3 {
	font-size: 20px; 
	color: #FFF; 
	margin: 9px 0 0 0;  display:block;
	font-family: var(--B-family);
}

.anf_item p {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	color: #f2f2f2;
	margin: 0;
}
.anf_item img {
	width: 46px; 
	margin: 0 0 18px 0;
	margin-left: auto;
	opacity: 0.6; display:block;margin: 0 auto 18px auto;
}
h2 {
	font-weight: bold;
	color: rgb(0, 0, 0);
}
.theme_btn {
	display: inline-block; 
	padding: 8px 30px; 
	border: 1px solid rgb(34, 34, 34);
	background: #222222;
	color: rgb(255, 255, 255);
	font-size: 13px;
	border-radius: 60px;
	/* margin: 26px 0 0 0; */
	text-transform: uppercase;
	transition: 0.2s;
	letter-spacing: 3px;
	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;
}
.titlecontact h2 {
	font-size: 35px; 
}
.form-control:focus, .form-select:focus {
	border-color: #fff;
	background-color: transparent;
	box-shadow: none;
	outline: none;
}
.form-select:focus {
	border-color: #fff;
	background-color: #002e66;
	box-shadow: none;
	outline: none;
}
.form-control:focus {
	color: #fff; 
}
.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: 0px solid #ddd;
	margin: 0px;
	height: 142px;
	border-left: none;
	border-bottom: none;
	margin: 0 0 0 -1px;
	border-right: none;
	cursor: pointer;min-width:240px;
}


.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: 12px;
}


.enimiti_itemm .image{
	position: relative;
	height: 463px; border-radius: 12px;
}.enimiti_itemm img{
	border-radius: 12px;
}
.enimiti_itemm .image::before {
	content: '';
	
}

.enimiti_itemm p {
	color: #333;
	font-size: 16px;margin-top:12px;
	font-weight: 300; line-height:23px;margin-bottom:12px;

}

.ctatxt {
	padding: 60px;
}
.img-fluid.flogoo {
	width: 200px;
	margin: 0 0 20px 0;
}
.ctatxt p {
	margin: 6px 0 18px 0;
}

.fixed .navbar-brand {
	/*! width: 110px; */ 
	padding: 10px 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;

	}
}

@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 a {
	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: rgba(119, 119, 119, 0.18); 
	border: 1px solid rgba(119, 119, 119, 0.18); 
}
.footer-section {
	background-color: #1a1a1a;
	padding: 0;
}

.newsletter-section {
	background-color: #1a1a1a;
	padding: 40px 0;
}

.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: 1.1rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.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 {
	border-top: 1px solid #333;
	padding-top: 20px;
	margin-top: 0; 
	padding-bottom: 112px;
}

.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;
	}

	.footer-section {
		padding: 40px 0 20px 0;
	}
}
.social-icons {
	margin: 0 0 0 auto;
}

.footer-bottom-links {
	text-align: center;
	margin: 0 0 26px 0;
}
.imggallery {
	padding: 10px 0;
}
.cta-button {
	background:#002b5ee5;
	color: #fff;
	padding: 11px 28px;
	font-size: 15px; 
	border: none;
	border-radius: 34px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 0.4px;
	margin: 18px 0 0 0;border: 1px solid #fff9;
}

.button {
	display: inline-flex;
	align-items: center; 
	justify-content: center;
	padding: 8px 24px;
	background:#f9f9f9;
	color: #000;
	text-decoration: none;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	min-width: 140px;
}

.button:hover {
	background-color: white;
	color: black;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.button:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.download-icon {
	margin-right: 8px;
	font-size: 14px;
}

/* Container for better mobile responsiveness */
.button-container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}



.serv-box .servitem { min-height:155px;
	padding:18px 8px 16px 8px; margin-bottom:15px}
.servitem h5 {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 0 8px;
	line-height: 18px;
}
.iconimg60 {
	width: 70px;
	opacity: 0.8;
	background: #fff; 
	height: 65px;
	padding: 18px;
	border-radius: 10px;
	border: 1px solid #ddd;
} 

.consultation-section {
	padding: 80px 30px;
	text-align: center;
	background: var(--main) url(../images/ctabgg.png);
	color: #fff;
	background-size: cover;
}
.consultation-section h2 {
	font-size: 3rem;
	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: block;text-align:left;
	margin-top: -74%;
	gap: 20px;
}
.client-details{color:#fff}
.consultant-info img {
	width: 100px;
	height: 128px;
	object-fit: cover;
	border-radius:4px;
	margin-bottom:12px
}
.consultant-details {
	text-align: left;
}
.consultant-details h6 { 
	font-weight: 600;
	margin-bottom: 5px;
}
.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;
}

.btn-waitlist:hover {
	background-color: #e2d7cd;
}
.sectiontitle {
	font-weight: 600;
	letter-spacing: .04em;
}

.stats-tile {
	background: #e9e9e9;
	border-radius: .75rem;
	text-align: center;
	padding: 1.25rem 1rem; margin:5px 0;
}

.stats-tile i {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: #003c3d;               /* dark teal accent */
}

.stats-number {
	font-size: 1.5rem;
	font-weight: 600;
}

.video-wrapper {
	border: 8px solid #000;
	border-radius: .75rem;
	overflow: hidden;
}

.featurecard img{
	border-radius:.5rem;
	object-fit:cover;
	height:auto;       /* fixed height for uniform thumbs */
	width:100%;
}

.featurecard h5{
	font-size:1.25rem;
	font-weight:500;
	margin-top:1rem;
	margin-bottom:.25rem;
}

.featurecard p{
	font-size:.95rem;
	margin-bottom:0;
}

/* ===== Collaboration cards ===== */
.card-collab {
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
 text-align:center;      /* consistent height */
}
.card-collab img {
	width: 100%;
	height:220px;border-radius: .75rem;
	object-fit: cover;          /* always fill without distortion */
}
/* dark-to-transparent gradient so text stays readable */

.card-collab .text-wrap {
	position: relative;
	
	padding:1.0rem 0 0;
	width: 100%;
	color: #000;
	z-index: 2;     text-align:center;            /* above the gradient */
}
.card-collab .title {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: .25rem;
}
.card-collab .subtitle {
	font-size: .975rem;
	line-height:28px;
	margin-bottom: 0;color: #333;
}
 .cookies-notification {
	position:fixed;
	left:0;
	bottom:0;
	z-index:999999999;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	width:100%;
	padding:15px 12px;
	background-color:rgba(4, 64, 139, 0.97);
	max-width:400px;
	border-radius:4px;
	margin:2px;border: 1px solid #fff;
  }
  .cookies-notification__message {
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:center;
	width:100%;
	font-weight:400;
	letter-spacing:0
  }
  .cookies-notification__message-link {
	margin-left:2px;
	font-weight:500;
	text-decoration:underline;
	color:currentColor
  }
  .cookies-notification .btn {
	padding:.2rem .5rem;
	font-size:12px;
	border-radius:.25rem;
	font-weight:600;
	margin-left:5px
  }


.enemties_item  ul {
		flex-direction: row;
		overflow-x: auto;
		padding-bottom: 10px;
		scrollbar-width: thin;
		scrollbar-color: #fff rgba(255, 255, 255, 0.0);
	}

	.enemties_item  ul::-webkit-scrollbar {
		height: 6px;
	}

	.enemties_item  ul::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.0);
		border-radius: 10px;
	}

	.enemties_item  ul::-webkit-scrollbar-thumb {
		background: linear-gradient(to right, #ff9a9e, #fad0c4);
		border-radius: 10px;
	}
	.category-lists-slider{
		position: relative;
	}
	#catgory-slider .swiper-slide {
		width: auto;
	}
	.category-button {
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		background-color: #fff;
		color: #999;
		padding: 0 20px;
		display: inline-block;
		cursor: pointer;
		user-select: none;
		width: 160px;
	}
	.category-button img{opacity:0.6;width:44px;height:44px;}
	.category-button.active{
		background-color: #fff;
		color: #000;
	}
	.category-button.active img{
		opacity:1.0
	}
	.category-button:hover img{opacity:1.0}
	.category-button:hover{
		background-color: #fff;
		color: #000;
	}
	.slider-button{
		width: 25px;
		height: 25px;
		background-color: #37a7f1;
		box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
		border-radius: 50%;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		position: absolute;
		top: 5px;
		z-index: 1;
		cursor: pointer; display:none;
	}
	.slider-button.slider-prev{
		left: -30px;
	}
	.slider-button.slider-next{
		right: -30px;
	}
	.slider-button.swiper-button-disabled{
		opacity: 0;
		visibility: hidden;
	}

.sold-out-banner {
            position: relative;
            background: linear-gradient(135deg, #ff4757, #ff3742, #ff6b7a);
            color: white;
            padding: 12px 25px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600; width:auto;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
            animation: soldOutPulse 2s ease-in-out infinite;
            z-index: 10;
            border: 2px solid rgba(255, 255, 255, 0.3);max-width: 280px;
  margin: 0 auto; margin-top:15px;
        }

        .sold-out-banner::before {
            content: '🔥';
            margin-right: 8px;
            animation: fireFlicker 1.5s ease-in-out infinite;
        }

        @keyframes soldOutPulse {
            0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4); }
            50% { transform: scale(1.05); box-shadow: 0 15px 40px rgba(255, 71, 87, 0.6); }
        }

        @keyframes fireFlicker {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.8; transform: scale(1.1); }
        }
.testimonials-section {
  background-color: #f4f4f4;padding:50px 0; overflow:hidden;position: relative;
	 background: linear-gradient(135deg, #2f87ed 0%, #1a416e 100%);
}

 .bg-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .shape:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .shape:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            left: 80%;
            animation-delay: 2s;
        }

        .shape:nth-child(3) {
            width: 100px;
            height: 100px;
            top: 80%;
            left: 20%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .testimonials-section {
          
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .section-header {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
        }

       .testimonials-section .section-title {
           
            font-weight: 800;
           
            margin-bottom: 10px;
            letter-spacing: -0.02em;
            position: relative;color:#fff;
        }

      

        .section-subtitle {
            font-size:20px;
            color: rgba(255, 255, 255, 0.9);
            max-width:800px;
            margin: 0 auto;
            line-height:30px;
            font-weight: 400;
        }

        .testimonials-container {
            position: relative;
            margin-bottom: 40px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 20px;
            perspective: 1000px;
        }

        .testimonial-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(30px);
            border-radius: 25px;
            padding: 45px;
            position: relative;
            border: 2px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform-style: preserve-3d;
            overflow: hidden;
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.05),
                rgba(255, 255, 255, 0.1)
            );
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .testimonial-card:hover::before {
            opacity: 1;
        }

        .testimonial-card:hover {
            transform: translateY(-15px) rotateX(5deg);
            border-color: rgba(255, 255, 255, 0.4);
        }

        .card-glow {
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeaa7, #fd79a8);
            background-size: 400% 400%;
            border-radius: 25px;
            opacity: 0;
            z-index: -1;
            animation: gradientShift 3s ease infinite;
            transition: opacity 0.3s ease;
        }

        .testimonial-card:hover .card-glow {
            opacity: 0.6;
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .quote-icon {
            position: absolute;
            top: -15px;
            right: 30px;
            font-size: 80px;
            color: rgba(255, 255, 255, 0.3);
            transform: rotate(15deg);
            font-family: serif;
        }

        .stars-container {
            margin-bottom: 25px;
            position: relative;
        }

        .stars {
            display: flex;
            gap: 8px;
            animation: sparkle 2s ease-in-out infinite;
        }

        .star {
            color: #ffd700;
            font-size: 28px;           
            animation: starTwinkle 1.5s ease-in-out infinite;
            transition: all 0.3s ease;
        }

        .star:nth-child(1) { animation-delay: 0s; }
        .star:nth-child(2) { animation-delay: 0.2s; }
        .star:nth-child(3) { animation-delay: 0.4s; }
        .star:nth-child(4) { animation-delay: 0.6s; }
        .star:nth-child(5) { animation-delay: 0.8s; }

        .testimonial-card:hover .star {
            transform: scale(1.2) rotate(360deg);
            color: #fff700;
           
        }

        @keyframes starTwinkle {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.1); }
        }

        .testimonial-text {
            font-size: 1.2rem;
            line-height: 1.8;
            color:#fff;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
            font-weight: 400;
        }

        .client-info {
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
        }

        .client-avatar {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2f87ed 0%, #1a416e 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.4rem;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .client-avatar::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .testimonial-card:hover .client-avatar::before {
            transform: translateX(100%);
        }

        .client-avatar::after {
            content: '';
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
            border-radius: 50%;
            z-index: -1;
            animation: avatarGlow 2s ease-in-out infinite alternate;
        }

        @keyframes avatarGlow {
            0% { opacity: 0.5; transform: scale(1); }
            100% { opacity: 1; transform: scale(1.1); }
        }

        .client-details h4 {
            font-size: 1.3rem;
            color: white;
            margin-bottom: 0px;
            font-weight: 600;
        }

        .client-details p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            font-weight: 400;
        }

        .recognition-section {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(40px);
            border-radius: 30px;
            padding: 40px;
            text-align: center;
            border: 2px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
        }

        .recognition-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.05),
                rgba(255, 255, 255, 0.1)
            );
            z-index: 0;
        }

        .recognition-content {
            position: relative;
            z-index: 1;
        }

        .recognition-title {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            animation: titleBounce 2s ease-in-out infinite;
        }

        @keyframes titleBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .recognition-title h2 {
            color: white;
            font-weight: 700;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }

        .trophy-icon {
            font-size: 28px;
            animation: trophyRotate 3s ease-in-out infinite;
        }

        @keyframes trophyRotate {
            0%, 100% { transform: rotate(0deg) scale(1); }
            50% { transform: rotate(15deg) scale(1.1); }
        }

        .badges {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .badge {
            padding: 18px 35px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .badge::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.6s ease;
        }

        .badge:hover::before {
            left: 100%;
        }

        .badge:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .badge.green {
            background: linear-gradient(135deg, #00c851, #00a544, #4caf50);
            color: white;
            box-shadow: 0 10px 30px rgba(0, 200, 81, 0.3);
        }

        .badge.orange {
            background: linear-gradient(135deg, #ff8800, #ff6600, #ff9800);
            color: white;
            box-shadow: 0 10px 30px rgba(255, 136, 0, 0.3);
        }

        .badge.blue {
            background: linear-gradient(135deg, #00bcd4, #0099cc, #2196f3);
            color: white;
            box-shadow: 0 10px 30px rgba(0, 188, 212, 0.3);
        }

        /* Floating Animation for Cards */
        .testimonial-card:nth-child(1) {
            animation: cardFloat1 4s ease-in-out infinite;
        }

        .testimonial-card:nth-child(2) {
            animation: cardFloat2 4s ease-in-out infinite;
            animation-delay: 1s;
        }

        .testimonial-card:nth-child(3) {
            animation: cardFloat3 4s ease-in-out infinite;
            animation-delay: 2s;
        }

        @keyframes cardFloat1 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        @keyframes cardFloat2 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
        }

        @keyframes cardFloat3 {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-8px); }
        }

        @media (max-width:992px) {
			
			.section-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
  .section-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 26px;
  font-weight: 400;
}
			.testimonials-container {
  position: relative;
  margin-bottom: 20px;
}
            
            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .testimonial-card {
                padding: 20px;
            }
            .stars-container {
  margin-bottom: 16px;
  position: relative;
}
			.star {
  color: #ffd700;
				font-size: 24px;}
			.testimonial-text {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
			.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
			.client-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f87ed 0%, #1a416e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 20px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
			.client-details h4 {
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 18px;
}
			.client-details p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
}
            .recognition-section {
                padding: 20px 20px;
            }
            
            .badges {
                flex-direction: column;
                align-items: center;gap: 8px;
            }
            
            .badge {
                width: 100%;
                max-width: 300px;
            }
			
            .badge {
  padding: 12px 12px;
  border-radius: 30px;
  font-weight: 600;
				font-size: 14px;}
            .recognition-title {
                flex-direction: column;
                gap: 0px;margin-bottom: 10px;
            }
        }
	@media (max-width: 575px){
		


		.category-lists-slider{
			margin-top: 40px;
		}
		.category-button{
			font-size: 12px;
			padding: 4px 3px;
		}
		.category-button {
			text-align: center;
			font-size: 12px;
			font-weight: 500;
			text-transform: uppercase;
			background-color: #fff;
			color: #666;
			padding: 0 20px;
			display: inline-block;
			cursor: pointer;
			user-select: none;
			width: 100px;
		}
		.slider-button{
			top: -40px;
		}
		.slider-button.slider-prev {
			left: inherit;
			right: 32px;
		}
		.slider-button.slider-next {
			right: 0;
		}
	}
.contact-btn:nth-child(2) {
  animation-delay: 0.2s;
  display: none;
}
.wpcf7-spinner{margin: 0 0px!Important;position:absolute!important}
.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}

.scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* On mobile, make tiles swipeable */
@media (max-width: 767.98px) {
  .scroll-wrapper .row {
    flex-wrap: nowrap !important;
    
  }

  .scroll-wrapper .col-12 {
    flex: 0 0 auto;
    width: 80%;  /* You can adjust width for tighter or looser scroll */
    max-width: 80%;
  }
	.mb-5 {
  margin-bottom: 2rem !important;
}
	.card-collab {
  text-align: left;
}
	.card-collab .text-wrap {
  text-align: left;
}
	.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
	.card-collab .subtitle {
  font-size: .975rem;
  line-height: 22px;
  margin-bottom: 0;
  color: #333;
}
}
 .contents {
    border: 0;
    border-radius: 0.6875rem 0.6875rem 0.6875rem 0.6875rem;
    background: rgb(255,255,255); padding:24px;text-align:center;width:100%
  }
  .item-block {
  height:64px;
  width:64px;
}
.item-content-box {
  box-sizing: content-box;
}
.bdrlft{border-left:1px solid #fff}
.x_5d7f1e2d {
    text-align: left;
    line-height: 3.5625rem; font-weight:100;
    font-size: 3.5294rem;
  }
.gradBG{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f4778+50,002e66+50 */
background: linear-gradient(to right,  rgba(31,71,120,1) 50%,rgba(0,46,102,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bglgt{padding: 40px;}
.top_header {
  transition: all 0.3s ease;
}

.top_header.hide {
  display: none !important;
}
.mview{display:none!important}
.mobilView{display:none!important}
@media (max-width:500px) {		
.mview{display:block!important}
	.deskview{display:none!important}
	.top_header .deskview{display:none!important}
}
@media (max-width:992px) {
.gradBG{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f4778+50,002e66+50 */
background:#002e66;
}
	.bglgt{border-bottom:1px solid #f8f4f44a; text-align:center;padding: 40px 10px;}
	.x_5d7f1e2d {
    text-align: center;
    line-height: 2.5625rem; font-weight:100;
    font-size: 2.5294rem;
  }
}
@media (max-width:809px) {
	.fixed{padding:8px 0}
	.consultant-info img {
  width: auto;
		height: 100px;}
	.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;

}
	.mobilView .owl-carousel .owl-dots.disabled, .mobilView .owl-carousel .owl-nav.disabled {
  display: block;
}
	.owl-item .whyitem{margin:1px 6px;}
	.mobilView .featurecard{margin:1px 6px;}
	.mobilView .card-collab{margin:1px 6px;}.mobilView .testimonial-card{margin:1px 6px;padding:24px 32px;}
	.mobilView{display:block!important}
	.desktopView{display:none}
	.x_5d7f1e2d {
    text-align: center;
    line-height: 1.5625rem; font-weight:100;
    font-size: 1.5294rem;
  }
	 .contents { padding:15px;}
	.bglgt .mb-4 {
  margin-bottom: 15px!important;
}
		.bglgt .mt-4 {
  margin-top: 15px!important;
}
	 .item-block {
  height:40px;
  width:40px;
}
  .testimonials-grid {
    display: flex;
   
  }


}