@font-face {
	font-family: montserrat;
	src: url(../fonts/Montserrat-Light.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: montserrat;
	src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

body {
	position: relative;
	font-family: montserrat, sans-serif;
	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
}

button.btn {
	background: #000;
	color: #fff;
	font-family: montserrat
}

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
}

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

p:last-child {
	margin: 0
}

.properties-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
	height: 100%;
	background: #fff
}

.properties-img img {
	height: 200px;
	object-fit: cover
}

.properties-details ul {
	text-align: left;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0
}

.properties-details ul li {
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
	list-style: none;
	display: inline-flex;
	gap: 10px;
	margin: 5px 0
}

.properties-details ul li p {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500
}

.properties-details ul li img {
	width: 25px;
	height: 25px;
	filter: opacity(.5)
}

.properties-details h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.properties-details {
	padding: 15px 10px
}

.properties-but {
	text-align: center;
	margin-top: 15px
}

.properties-but a {
	background: #000;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding: 8px;
	border-radius: 5px
}

.properties-but a:hover {
	background: #000;
	color: #fff
}

.properties-details ul li p strong {
	color: #785900
}

.card-properties {
	position: relative;
	padding: 50px 0
}

.heading p {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0
}

.accordion-button:not(.collapsed) {
	background: #000;
	color: #fff;
	font-weight: 500
}

.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1)
}

.button-sec-info {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center
}

.button-sec-center {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	align-items: center
}

.button-sec-info .cta-btn {
	font-size: 14px;
	height: 40px;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 10px
}

.card-properties.bg-one {
	background: #f8fafc;
	z-index: 1
}

.properties-img {
	position: relative
}

.properties-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 15%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, #785900ad 100%);
	z-index: 1;
	filter: brightness(.5)
}

.card-properties .gap-box {
	gap: 25px 0
}

.card-properties.bg-one .properties-card {
	background: #fff
}

footer {
	background: #000;
	padding: 30px 0
}

.properties-card {
	display: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .4s ease, transform .4s ease
}

.properties-card.show {
	display: block;
	opacity: 1;
	transform: translateY(0)
}

.show-more-btn {
	background: #000;
	color: #fff;
	padding: 12px 32px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-family: Montserrat, sans-serif
}

.show-more-btn:hover {
	background: #333
}

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
}

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

.sticky-link {
	position: fixed;
	bottom: 50%;
	right: -70px;
	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
}

.form-control {
	margin: 15px 0;
	border-radius: 0;
	font-family: montserrat !important;
	font-size: 14px !important
}

.btn-close {
	position: absolute;
	right: 10px;
	top: 10px
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #000;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 0 auto;
	display: block
}

.form-container {
	text-align: center
}

.iti {
	width: 100%
}

.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: 50%;
	width: 100%;
	max-height: 80px;
	object-fit: contain
}

.why-con h6 {
	margin: 15px 0;
	font-size: 30px;
	font-weight: 600
}

.why-dsq-real-estate h3 {
	font-size: 16px;
	font-weight: 600
}

.why-dsq-real-estate ul {
	padding-left: 25px;
	margin-bottom: 20px
}

.why-dsq-real-estate ul li {
	list-style: disc;
	font-family: montserrat
}

.bg-two {
	background: #f8fafc;
	z-index: 1
}

.invest-dubai {
	padding: 50px 0;
	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: #fff;
	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, 8%)
}

.invest-card p.heading {
	color: #785900;
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0
}

.invest-card p {
	font-size: 15px;
	color: #000
}

.invest-card ul {
	padding-left: 18px;
	margin-top: 10px
}

.invest-card ul li {
	font-size: 15px;
	color: #374151;
	margin-bottom: 6px;
	font-family: montserrat
}

@media(max-width:768px) {
	.invest-dubai h2 {
		font-size: 28px
	}

	.invest-dubai .intro {
		font-size: 16px
	}
}

@media(max-width:991px) {
	.card-properties .gap-box {
		gap: inherit
	}

	.properties-card {
		height: inherit;
		margin: 10px 0
	}

	footer ul {
		display: block;
		text-align: center;
		margin: 20px 0
	}

	footer {
		padding: 15px 0 65px
	}

	footer ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		padding: 10px 0;
		min-height: 44px;
		line-height: 1.4
	}

	.heading p {
		font-size: 25px
	}

	.cta-form button {
		border-radius: 0
	}

	.cta-form h2 {
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center
	}

	.cta-form p {
		font-size: 14px !important;
		font-weight: 500
	}

	.content-slider p {
		font-size: 14px;
		line-height: 1.4;
		text-align: center
	}

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