body {
	position: relative;
	font-family: Montserrat, sans-serif !important;
	font-size: 14px;
	color: #232323;
	padding: 0;
	overflow-x: hidden;
	margin: 0
}

* {
	margin: 0;
	padding: 0;
	border: 0
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

p {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	font-family: Montserrat, sans-serif;
	line-height: 25px;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111;
	padding: 0;
	font-family: Montserrat, sans-serif
}

a {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-family: Montserrat, sans-serif
}

.nav-desktop a:hover {
    color: white !important;
}


a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

p:last-child {
	margin: 0
}

.nav-desktop {
	margin: 0 auto
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 20px 40px;
	z-index: 9999;
	background: 0 0;
	transition: .3s ease;
	background: 0 0
}

.header.scrolled {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px)
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.logo img {
	width: 150px
}

.nav-desktop ul {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0
}

.nav-desktop a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 14px;
	transition: .3s;
	text-transform: uppercase;
	font-weight: 600
}

.scrolled .nav-desktop a {
	color: #fff
}

.hamburger {
	width: 35px;
	height: 24px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer
}

.hamburger span {
	height: 3px;
	background: #fff;
	border-radius: 3px
}

.menu-overlay {
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999
}

.menu-overlay ul {
	list-style: none;
	text-align: center;
	padding: 0
}

.menu-overlay ul li {
	padding: 18px 0
}

.menu-overlay ul li a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 600
}

@media (max-width:992px) {
	.nav-desktop {
		display: none
	}

	.hamburger {
		display: flex
	}
}

.hamburger.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
	opacity: 0
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg)
}

.hamburger span {
	transition: .4s ease
}

.cta-btn {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background: #d9c281;
	color: #000 !important;
	height: 45px;
	max-width: max-content;
	padding: 0 16px;
	border: none;
	box-shadow: none;
	min-width: max-content;
	border-radius: 5px;
	transition: .8s;
	font-weight: 600;
	text-transform: uppercase
}

.cta-btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #f2f2f2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1
}

.cta-btn:hover::before {
	top: -40%
}

.cta-btn img {
	filter: invert(1);
	width: 20px
}

.logo img {
	width: 150px
}

.properties-lists {
	margin-top: 0;
	padding-top: 50px
}

.main-properties-wrap {
	display: inline-flex;
	gap: 15px;
	background: #fff;
	border-radius: 15px;
	position: relative;
	margin-bottom: 35px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.properties-img {
	width: 40%;
	overflow: hidden;
	border-radius: 15px 0 0 15px
}

.properties-img img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	height: 320px;
	max-height: 320px
}

.properties-text {
	width: 60%;
	padding: 15px 0
}

.properties-text ul {
	text-align: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0;
	margin: 20px 0
}

.properties-text ul li {
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
	list-style: none;
	display: inline-flex;
	gap: 10px;
	margin: 5px 0
}

.properties-text ul li p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500
}

.properties-text ul li img {
	width: 25px;
	height: 25px;
	filter: contrast(.5)
}

.properties-text h3 {
	font-size: 20px;
	font-weight: 700
}

.properties-but {
	display: inline-flex;
	gap: 5px;
	width: 90%
}

.properties-but button {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 6px 10px 6px;
	border: 1px solid #000;
	color: #fff;
	background: #000;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	width: 50%;
	border-radius: 5px
}

.properties-but button:hover {
	background: gray;
	border-color: gray
}

.sep {
	border-top: 1px solid #393939;
	margin: 25px 0
}

footer {
	background: #000;
	padding: 30px 0
}

footer p {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center
}

footer ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 0
}

footer ul li {
	margin: 0 10px
}

footer ul li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 13px
}

.form-container {
	text-align: center
}

.btn {
	background: #000 !important;
	color: #fff !important;
	padding: 5px 35px
}

.btn:hover {
	background: #a98e72 !important;
	color: #fff !important
}

.btn-close {
	position: absolute;
	right: 10px;
	top: 10px
}

.iti {
	width: 100%
}

.form-control {
	margin: 15px 0
}

::placeholder {
	font-size: 14px
}

.sticky-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000
}

.phone-btn,
.whatsapp-btn {
	display: block;
	margin-bottom: 10px;
	background-color: #25d366;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	border: 1px solid #b5b5b5
}

.phone-btn svg,
.whatsapp-btn svg {
	width: 30px;
	height: 30px;
	fill: #fff
}

.phone-btn {
	background-color: #254c73
}

.phone-btn:hover,
.whatsapp-btn:hover {
	opacity: .8
}

.logo-pro ul {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	padding: 0;
	gap: 25px
}

.logo-pro ul li {
	background-color: #fff;
	color: rgba(0, 0, 0, .87);
	overflow: hidden;
	height: 100px;
	width: 100%;
	padding: 8px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 8px;
	transition: filter .3s;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.logo-pro ul li img {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	max-height: 80px;
	object-fit: contain
}

.mySwiper .swiper-slide {
	background-color: #f8fafc;
	color: rgba(0, 0, 0, .87);
	background-image: var(--Paper-overlay);
	overflow: hidden;
	height: 100px;
	width: 100%;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 8px;
	transition: filter .3s;
	box-shadow: none
}

.mySwiper .swiper-slide img {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	max-height: 80px;
	object-fit: contain
}

.sticky-link {
	position: fixed;
	bottom: 50%;
	right: -65px;
	z-index: 1000;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	transform: rotate(-90deg);
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer
}

.sticky-link:hover {
	background-color: #a98e72;
	color: #000
}

.bg-colour-1 {
	background: #f8fafc
}

.why-con span {
	font-weight: 600;
	position: relative;
	font-size: 14px;
	text-transform: uppercase
}

.why-con span:after {
	content: "";
	width: 100px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 8px;
	margin-left: 15px
}

.why-con h6 {
	margin: 15px 0;
	font-size: 30px;
	font-weight: 600
}

.why-box {
	height: 100%;
	cursor: pointer;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 24px;
	transition: transform .3s ease, box-shadow .3s ease
}

.why-box h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0
}

.why-box:hover {
	background: #e9e1d7
}

.why-box ul li {
	list-style: disc
}

.why-dsq-real-estate h3 {
	font-size: 16px;
	font-weight: 600
}

.why-dsq-real-estate ul li {
	list-style: disc
}

.why-box img {
	width: 70px;
	height: 70px;
	padding: 10px;
	background: #dbdbdb;
	box-shadow: 0 0 10px #dfdfdf;
	border-radius: 5px;
	filter: opacity(.5)
}

.why-box:hover img {
	background: #fff
}

.invest-dubai {
	margin: 30px auto;
	padding: 0 20px;
	color: #222;
	line-height: 1.7
}

.invest-dubai h2 {
	color: #0f172a;
	margin: 15px 0;
	font-size: 30px;
	font-weight: 600
}

.invest-dubai .intro {
	font-size: 16px;
	margin-bottom: 40px;
	color: #000
}

.invest-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px
}

.invest-card {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 15px;
	transition: transform .3s ease, box-shadow .3s ease
}

.invest-card ul li {
	list-style: disc
}

.invest-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .08)
}

.invest-card .heading {
	color: #111827;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0
}

.invest-card p {
	font-size: 15px;
	color: #374151
}

.invest-card ul {
	padding-left: 18px;
	margin-top: 10px
}

.invest-card ul li {
	font-size: 15px;
	color: #374151;
	margin-bottom: 6px
}

.slider-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.fadeSwiper {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.fadeSwiper .swiper-slide,
.fadeSwiper .swiper-wrapper {
	width: 100%;
	height: 100%
}

.fadeSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.07);
	transition: opacity 2s ease-in-out, transform 3s ease-in-out
}

.fadeSwiper .swiper-slide-active img {
	opacity: 1;
	transform: scale(1)
}

.slider-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 49%);
	z-index: 2
}

.content-slider {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	align-items: center
}

.content-slider h1 {
	color: #d9c281;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px
}

.content-slider p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	max-width: 520px
}

@media (max-width:991px) {
	.content-slider h1 {
		font-size: 36px;
		text-align: center
	}

	.slider-text-info {
		text-align: center;
		margin-top: 60px;
		margin-bottom: 15px
	}

	.slider-text-info a.cta-btn {
		text-align: center;
		margin: 0 auto
	}
}

@media (max-width:575px) {
	.content-slider {
		text-align: center
	}

	.content-slider h1 {
		font-size: 25px
	}
}

.cta-form {
	max-width: 420px;
	background: #ffffff70;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	margin: 0 auto
}

.cta-form form {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.cta-form select option {
	color: #000
}

.cta-form input,
.cta-form select {
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #ffffff3b;
	background: #ffffff3b;
	outline: 0;
	transition: border-color .3s ease, box-shadow .3s ease
}

.cta-form input::placeholder {
	color: #fff;
	font-size: 14px
}

.cta-form input:focus,
.cta-form select:focus {
	border-color: #fff;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .08)
}

.cta-form select {
	appearance: none;
	background-color: #ffffff3b;
	cursor: pointer
}

.cta-form button {
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #111;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background .3s ease, transform .2s ease;
	text-transform: uppercase
}

.cta-form button:hover {
	background: #000;
	transform: translateY(-1px)
}

.cta-form button:active {
	transform: translateY(0)
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
}

@media (max-width:480px) {
	.cta-form {
		padding: 22px;
		margin-top: 30px
	}
}

.cta-form h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff
}

.cta-form p {
	font-size: 14px;
	color: #fff;
	font-weight: 600
}

@media (max-width:768px) {
	.invest-dubai h2 {
		font-size: 28px
	}

	.invest-dubai .intro {
		font-size: 16px
	}
}

@media (max-width:991px) {
	.header {
		padding: 20px 15px
	}

	.invest-dubai {
		padding: 0 0
	}

	.why-box {
		height: inherit !important;
		margin-bottom: 15px
	}

	.cta-button {
		display: none
	}

	.properties-but {
		width: 100%
	}

	.properties-lists {
		padding-top: 35px
	}

	.sticky-btn {
		display: inline-flex;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0
	}

	.phone-btn,
	.whatsapp-btn {
		border: 0;
		width: 50%;
		border-radius: 0;
		height: 45px;
		margin: 0
	}

	.sticky-btn a svg {
		width: 20px
	}

	.main-properties-wrap {
		display: block;
		box-shadow: 2px 3px 9px 3px #80808045;
		border-radius: 0;
		margin-bottom: 30px
	}

	.properties-img {
		width: 100%;
		border-radius: 0
	}

	.properties-text {
		width: 100%;
		padding: 15px 15px
	}

	.logo-pro ul {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:767px) {
	.properties-but a {
		padding: 10px 10px 10px 10px
	}
}