.contact-btn,
.eyebrow,
.hero-image,
.search-card {
	box-shadow: var(--shadow)
}

.blog-thumb-wrap,
a {
	text-decoration: none
}

.blog-card,
.blog-grid,
.hero-image,
.office-card,
.step-card,
.video-card {
	overflow: hidden
}

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

body {
	font-family: Inter, sans-serif;
	background: #fbf8f2;
	color: #0f172a;
	line-height: 1.5
}

a {
	color: inherit
}

img {
	max-width: 100%;
	display: block
}

.container {
	width: min(1180px, calc(100% - 32px));
	margin: auto
}

:root {
	--primary: #ed2427;
	--primary-dark: #c91417;
	--gold: #d5a24d;
	--cream: #fbf8f2;
	--soft: #f4efe6;
	--card: #ffffff;
	--text: #1e293b;
	--muted: #64748b;
	--border: #e8e1d3;
	--shadow: 0 10px 30px rgba(15, 23, 42, .08);
	--radius: 24px
}

.topbar {
	border-bottom: 1px solid var(--border)
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	gap: 18px
}

.logo {
	color: var(--primary);
	letter-spacing: .2px
}

.footer-brand h3 span,
.logo span {
	color: var(--gold)
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 30px;
	font-weight: 600;
	color: #334155
}

.blog-body h4 a:hover,
.eyebrow,
.hero h1 span,
.section-title .mini {
	color: var(--primary)
}

.contact-btn {
	background: var(--primary)
}

.hero {
	padding: 0 0 40px;
	background: linear-gradient(180deg, #fff 0, #f8f3ea 100%)
}

.hero-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: center;
	gap: 34px
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--border);
	font-size: 14px;
	font-weight: 700
}

.hero h1 {
	font-size: 58px;
	line-height: 1.03;
	margin: 18px 0;
	font-weight: 800;
	max-width: 680px
}

.hero p {
	font-size: 18px;
	color: #fff;
	max-width: 620px;
	margin-bottom: 28px
}

.search-card {
	border: 1px solid var(--border);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	align-items: end
}

.field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #475569;
	margin-bottom: 9px
}

.field input,
.field select {
	width: 100%;
	height: 52px;
	border: 1px solid #dbe2ea;
	border-radius: 16px;
	padding: 0 16px;
	font-size: 15px;
	outline: 0;
	background: #fff
}

.browse-btn {
	height: 52px;
	background: var(--primary);
	font-size: 15px
}

.hero-note {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 22px;
	flex-wrap: wrap
}

.avatar-group,
.avatar-group span {
	display: flex;
	align-items: center
}

.avatar-group span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #fff;
	background: linear-gradient(135deg, #dbeafe, #fde68a);
	justify-content: center;
	font-weight: 800;
	color: #0f172a;
	margin-left: -12px
}

.avatar-group span:first-child {
	margin-left: 0
}

.hero-note p {
	margin: 0;
	font-size: 15px;
	max-width: 520px
}

.hero-visual {
	position: relative
}

.hero-image {
	border-radius: 34px;
	min-height: 610px;
	background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat
}

.floating-card {
	position: absolute;
	right: -67px;
	bottom: 26px;
	background: #fff;
	border-radius: 22px;
	padding: 18px;
	box-shadow: 0 18px 40px rgba(2, 8, 23, .12);
	max-width: 300px;
	border: 1px solid var(--border)
}

.floating-card h4 {
	font-size: 17px;
	margin-bottom: 8px;
	color: #0f172a
}

.floating-card p {
	font-size: 14px;
	color: var(--muted)
}

.section {
	padding: 82px 0
}

.stat-card,
.step-card,
.value-card {
	padding: 28px;
	box-shadow: var(--shadow)
}

.section-title {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 16px
}

.section-title .mini {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 10px
}

.section-title h2 {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 14px
}

.section-title p {
	font-size: 17px;
	color: var(--muted)
}

.about-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 34px;
	align-items: center
}

.about-image {
	min-height: 480px;
	border-radius: 30px;
	background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
	box-shadow: var(--shadow)
}

.about-content h3 {
	font-size: 38px;
	line-height: 1.15;
	margin-bottom: 16px
}

.about-content p {
	font-size: 17px;
	color: var(--muted);
	margin-bottom: 18px
}

.stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px
}

.stat-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 24px
}

.stat-icon {
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: #ecfdf5;
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 18px
}

.play-btn,
.value-icon {
	width: 58px;
	height: 58px;
	align-items: center
}

.stat-card h4 {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 10px;
	color: var(--primary)
}

.faq-item h4,
.stat-card h5 {
	font-size: 20px;
	margin-bottom: 10px
}

.office-body p,
.stat-card p,
.value-card p {
	font-size: 15px;
	color: var(--muted)
}

.office-grid,
.popular-links-grid,
.values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.value-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 24px;
	transition: transform .25s, box-shadow .25s
}

.value-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, .12)
}

.value-icon {
	border-radius: 18px;
	background: #fef3c7;
	display: flex;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px
}

.office-body h4,
.value-card h4 {
	font-size: 22px;
	margin-bottom: 10px
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}

.step-card {
	position: relative;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 28px
}

.step-no {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 64px;
	font-weight: 800;
	color: rgba(11, 33, 107, .08);
	line-height: 1
}

.step-badge {
	display: inline-flex;
	padding: 8px 14px;
	border-radius: 999px;
	background: #ecfdf5;
	color: var(--primary);
	font-weight: 800;
	font-size: 13px;
	margin-bottom: 14px
}

.office-card,
.testimonial-wrap {
	border: 1px solid var(--border);
	box-shadow: var(--shadow)
}

.step-card h4 {
	font-size: 24px;
	margin-bottom: 8px
}

.step-card h5 {
	font-size: 16px;
	color: var(--gold);
	margin-bottom: 12px
}

.step-card p {
	color: var(--muted);
	font-size: 15px
}

.testimonial-wrap {
	background: #fff;
	border-radius: 30px
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}

.video-card {
	position: relative;
	border-radius: 22px;
	min-height: 280px;
	background: #ddd
}

.video-card img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.play-btn {
	position: absolute;
	inset: auto auto 18px 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: 900
}

.consult-section {
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	color: #fff
}

.consult-grid {
	display: grid;
	grid-template-columns: 1fr .92fr;
	gap: 28px;
	align-items: center
}

.consult-content h2 {
	font-size: 46px;
	line-height: 1.1;
	margin: 12px 0 16px
}

.consult-content p {
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	max-width: 620px
}

.consult-form {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .16);
	backdrop-filter: blur(8px);
	padding: 28px;
	border-radius: 28px
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.consult-form input,
.consult-form select,
.consult-form textarea {
	width: 100%;
	border: none;
	outline: 0;
	border-radius: 16px;
	padding: 15px 16px;
	font-size: 15px;
	background: #fff;
	color: #0f172a
}

.consult-form textarea {
	min-height: 118px;
	resize: vertical;
	grid-column: 1/-1
}

.submit-btn {
	border: none;
	background: #fbbf24;
	color: #111827;
	font-weight: 800;
	padding: 15px 22px;
	border-radius: 16px;
	cursor: pointer;
	width: 100%;
	grid-column: 1/-1
}

.blog-body,
.faq-item,
.office-body,
.property-card-body {
	padding: 22px
}

.office-card {
	background: #fff;
	border-radius: 24px
}

.office-thumb {
	height: 190px;
	background-size: cover;
	background-position: center
}

.faq-wrap {
	display: grid;
	gap: 16px;
	max-width: 920px;
	margin: 0 auto
}

.faq-item {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 22px;
	box-shadow: var(--shadow)
}

.faq-item p {
	color: var(--muted)
}

footer {
	background: #0f172a;
	color: #cbd5e1;
	padding: 70px 0 28px
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr .8fr;
	gap: 28px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.footer-brand h3 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 14px
}

.footer-brand p,
.footer-col a,
.footer-col li {
	color: #94a3b8;
	font-size: 15px
}

.footer-col h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 14px
}

.footer-col ul {
	list-style: none;
	display: grid;
	gap: 10px
}

.copyright {
	padding-top: 22px;
	text-align: center;
	color: #94a3b8;
	font-size: 14px
}

@media (max-width:1100px) {

	.about-grid,
	.consult-grid,
	.hero-grid {
		grid-template-columns: 1fr
	}

	.footer-grid,
	.search-card {
		grid-template-columns: 1fr 1fr
	}

	.office-grid,
	.process-grid,
	.testimonial-grid,
	.values-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.hero h1 {
		font-size: 48px
	}

	.hero-image {
		min-height: 500px
	}
}

@media (max-width:768px) {
	.nav-links {
		display: none
	}

	.hero {
		padding-top: 0
	}

	.hero h1 {
		font-size: 38px
	}

	.section {
		padding: 60px 0
	}

	.about-content h3,
	.consult-content h2,
	.section-title h2 {
		font-size: 32px
	}

	.footer-grid,
	.form-grid,
	.office-grid,
	.process-grid,
	.search-card,
	.stats,
	.testimonial-grid,
	.values-grid {
		grid-template-columns: 1fr
	}

	.hero-image {
		min-height: 380px
	}

	.floating-card {
		position: static;
		margin-top: 18px;
		max-width: 100%
	}

	.contact-btn {
		padding: 10px 16px
	}
}

.logo span,
.nav-links a:hover,
.property-card-body h3 a:hover,
.swiper-button-next,
.swiper-button-prev {
	color: #ed2427
}

.testimonial-wrap {
	position: relative;
	padding: 10px 40px
}

.officeSwiper,
.testimonialSwiper {
	padding: 10px 0 20px
}

.testimonial-card {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 24px;
	padding: 22px;
	box-shadow: var(--shadow);
	min-height: 240px;
	display: flex;
	align-items: center
}

.testimonial-row {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%
}

.testimonial-left {
	flex: 0 0 110px
}

.testimonial-left img {
	width: 110px;
	height: 110px;
	border-radius: 18px;
	object-fit: cover;
	display: block;
	background: #f8fafc
}

.testimonial-right {
	flex: 1;
	min-width: 0
}

.testimonial-right h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #0f172a
}

.testimonial-meta {
	font-size: 15px;
	color: #475569;
	margin-bottom: 10px
}

.testimonial-stars {
	color: #fbbf24;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 1
}

.testimonial-right p {
	font-size: 16px;
	color: #334155;
	line-height: 1.7;
	margin: 0
}

.blog-body h4,
.popular-icon {
	font-size: 20px
}

.blog-body p,
.blog-meta-row span {
	color: #667085
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary);
	width: 36px;
	height: 36px;
	display: none !important
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 18px;
	font-weight: 700
}

.popular-link-card:hover {
	box-shadow: var(--shadow);
	color: var(--primary);
	background: var(--primary);
	color: #fff;
	transform: translateY(-2px)
}

.popular-links-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px
}

.popular-link-card {
	align-items: center;
	gap: 12px;
	border: 1px solid var(--border);
	display: block;
	background: #fff;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid var(--border);
	font-size: 13px;
	font-weight: 500;
	color: #334155;
	transition: .2s;
	text-align: center
}

.blog-cat,
.logo {
	font-weight: 800
}

@media (max-width:992px) {
	.popular-links-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:600px) {
	.popular-links-grid {
		grid-template-columns: 1fr
	}
}

.officeSwiper .swiper-slide {
	height: auto
}

.blog-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 14px 35px rgba(15, 23, 42, .08);
	border: 1px solid #edf1f5;
	height: 100%;
	transition: .3s
}

.blog-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 45px rgba(15, 23, 42, .12)
}

.blog-thumb-wrap {
	display: block
}

.blog-thumb {
	height: 230px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.blog-cat {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #ed2427;
	color: #fff;
	font-size: 12px;
	letter-spacing: .03em;
	text-transform: uppercase
}

.blog-body h4 {
	margin: 0 0 12px;
	line-height: 1.45
}

.blog-body h4 a,
.property-card-body h3 a {
	color: #111827;
	text-decoration: none
}

.blog-body p {
	margin: 0 0 18px;
	line-height: 1.75;
	min-height: 78px
}

.blog-meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #eef2f6;
	padding-top: 16px;
	font-size: 14px
}

.blog-meta-row a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 700
}

.logo,
.nav-links a {
	color: #111827;
	text-decoration: none
}

.blog-meta-row a:hover {
	color: #084c42
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px
}

.topbar {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .06)
}

.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 82px
}

.logo,
.nav-links {
	align-items: center
}

.logo {
	display: inline-flex;
	font-size: 28px;
	flex-shrink: 0
}

.nav-links {
	display: flex;
	gap: 28px
}

.nav-links a {
	font-weight: 600;
	transition: .25s
}

.contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ed2427, #620001);
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	border: none
}

.menu-toggle,
.mobile-contact-btn {
	display: none
}

.contact-btn:hover {
	opacity: .96
}

.menu-toggle {
	width: 46px;
	height: 46px;
	border: 1px solid #dbe4e8;
	border-radius: 12px;
	background: #fff;
	padding: 10px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 5px
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: #111827;
	border-radius: 10px;
	transition: .3s
}

.hero-banner {
	position: relative;
	width: 100%;
	height: 520px;
	display: flex;
	align-items: center
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3))
}

.hero-content {
	position: relative;
	color: #fff;
	max-width: 600px
}

.hero-content h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 15px
}

.hero-content p {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.6
}

.hero-btn {
	display: inline-block;
	background: #c30002;
	color: #fff;
	padding: 12px 26px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: .3s
}

.hero-btn:hover,
.hero-search-btn:hover {
	background: #790102
}

.search-card {
	margin-top: -60px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	flex-wrap: wrap
}

.search-card .field {
	flex: 1;
	min-width: 180px
}

.search-card label {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block
}

.search-card input,
.search-card select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 6px
}

.browse-btn {
	background: #790102;
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	align-self: flex-end
}

.hero-search-wrap {
	position: relative;
	margin-top: -60px;
	z-index: 5
}

.hero-search-card {
	display: grid;
	grid-template-columns: 180px 180px minmax(260px, 1fr) 180px;
	gap: 16px;
	align-items: end;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
	border: 1px solid #eee
}

.hero-search-btn-wrap,
.hero-search-field {
	width: 100%
}

.hero-search-field label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #555
}

.hero-search-field input,
.hero-search-field select {
	width: 100%;
	height: 52px;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 0 14px;
	font-size: 14px;
	outline: 0;
	transition: .3s;
	background: #fff
}

.hero-search-field input:focus,
.hero-search-field select:focus {
	border-color: #0b6b5d;
	box-shadow: 0 0 0 3px rgba(11, 107, 93, .1)
}

.hero-search-location input {
	padding-left: 16px
}

.hero-search-btn {
	width: 100%;
	height: 52px;
	border-radius: 12px;
	border: none;
	background: #790102;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: .3s
}

@media (max-width:1024px) {

	.blog-grid,
	.hero-search-card {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:768px) {
	.hero-banner {
		height: 420px
	}

	.hero-content h1 {
		font-size: 28px
	}

	.search-card {
		margin-top: -40px;
		flex-direction: column
	}

	.hero-search-wrap {
		margin-top: -40px
	}

	.hero-search-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px;
		border-radius: 16px
	}

	.hero-search-btn,
	.hero-search-field input,
	.hero-search-field select {
		height: 48px;
		font-size: 14px
	}

	.hero-search-btn {
		margin-top: 5px
	}
}

@media (max-width:480px) {
	.hero-search-card {
		padding: 14px
	}
}

.listing-hero-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 28px;
	padding: 32px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, .06)
}

.listing-badge {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(237, 36, 39, .08);
	color: #ed2427;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px
}

.listing-hero-content h1 {
	font-size: 42px;
	line-height: 1.15;
	margin-bottom: 14px
}

.listing-hero-content p {
	font-size: 16px;
	color: #64748b;
	line-height: 1.8;
	max-width: 800px
}

@media (max-width:991px) {
	.testimonial-card {
		min-height: auto
	}

	.testimonial-row {
		align-items: flex-start
	}

	.testimonial-left {
		flex: 0 0 90px
	}

	.testimonial-left img {
		width: 90px;
		height: 90px
	}

	.menu-toggle,
	.nav-links.show {
		display: flex
	}

	.desktop-contact-btn,
	.nav-links {
		display: none
	}

	.nav-links {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
		border-top: 1px solid #eef2f5;
		padding: 18px 20px 22px;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px
	}

	.nav-links a {
		width: 100%
	}

	.mobile-contact-btn {
		display: inline-flex;
		width: 100%;
		margin-top: 6px
	}
}

@media (max-width:767px) {
	.testimonial-wrap {
		padding: 10px 20px
	}

	.testimonial-row {
		flex-direction: column;
		text-align: center
	}

	.testimonial-left {
		flex: 0 0 auto
	}

	.testimonial-left img {
		margin: 0 auto
	}

	.blog-thumb {
		height: 210px
	}

	.blog-body {
		padding: 18px
	}

	.blog-body h4 {
		font-size: 18px
	}

	.blog-body p {
		min-height: auto
	}

	.blog-grid,
	.property-grid-custom {
		grid-template-columns: 1fr
	}

	.listing-hero-card {
		padding: 20px;
		border-radius: 20px
	}

	.listing-hero-content h1 {
		font-size: 30px
	}
}

.site-visit-form {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.form-group {
	margin-bottom: 15px
}

.form-group label {
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-bottom: 6px
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ddd
}

.visit-btn {
	width: 100%;
	background: #ed2427;
	color: #fff;
	border: none;
	padding: 12px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer
}

.property-grid-custom {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px
}

.property-card-custom {
	background: #fff;
	border-radius: 24px;
	border: 1px solid #eee;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
	transition: .3s
}

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

.property-card-image img {
	width: 100%;
	height: 220px;
	object-fit: cover
}

.property-card-type {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff1f2;
	color: #ed2427;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px
}

.property-card-body h3 {
	font-size: 21px;
	line-height: 1.4;
	margin-bottom: 10px
}

.property-card-meta {
	font-size: 14px;
	color: #64748b;
	margin-bottom: 6px
}

.property-card-price {
	font-size: 22px;
	font-weight: 800;
	color: #ed2427;
	margin: 12px 0
}

.property-card-body p {
	font-size: 15px;
	color: #64748b;
	line-height: 1.7;
	margin-bottom: 18px
}

.property-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, #ed2427, #620001);
	color: #fff;
	font-weight: 700;
	text-decoration: none
}

.no-property-found {
	text-align: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 50px 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .05)
}

.no-property-found h4 {
	font-size: 26px;
	margin-bottom: 10px
}

.no-property-found p {
	color: #64748b;
	font-size: 15px
}

@media (max-width:991px) {
	.property-grid-custom {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:767px) {
	.property-grid-custom {
		grid-template-columns: 1fr
	}

	.property-card-image img {
		height: 210px
	}
}

.featured-property-section {
	position: relative;
}

.featured-property-card {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f1ece3;
}

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

.featured-property-thumb-wrap {
	position: relative;
	display: block;
}

.featured-property-thumb {
	height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.featured-property-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: var(--primary);
	color: #fff;
	padding: 7px 14px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 30px;
	z-index: 2;
}

.featured-property-body {
	padding: 20px;
}

.featured-property-body h4 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.featured-property-body h4 a {
	color: #111;
	text-decoration: none;
}

.featured-property-location {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.featured-property-price {
	font-size: 24px;
	font-weight: 800;
	color: var(--primary);
	margin-bottom: 12px;
}

.featured-property-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.featured-property-meta span {
	background: #f8f3ea;
	color: #444;
	padding: 6px 12px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 600;
}

.featured-property-body p {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 18px;
}

.featured-property-btn {
	display: inline-block;
	background: var(--primary);
	color: #fff;
	padding: 12px 18px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s ease;
}

.featured-property-btn:hover {
	background: #000;
	color: #fff;
}

.featured-property-wrap .swiper-button-prev,
.featured-property-wrap .swiper-button-next {
	color: var(--primary);
}

.featured-property-wrap .swiper-pagination-bullet-active {
	background: var(--primary);
}

.hero {
	position: relative;
}

.heroSwiper {
	width: 100%;
	height: 100%;
}

.hero-banner {
	min-height: 391px;
	position: relative;
	display: flex;
	align-items: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

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

.hero-search-wrap {
	position: relative;
	z-index: 5;
	margin-top: -60px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-search-wrap {
	width: 120%;
	max-width: 1100px;
	/* control width */
	margin: 20px auto;
}

.hero-search-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	background: #fff;
	padding: 15px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-search-field {
	display: flex;
	flex-direction: column;
}

.hero-search-field select,
.hero-search-field input {
	height: 45px;
	border-radius: 10px;
	border: 1px solid #ddd;
	padding: 0 12px;
}

.hero-search-btn-wrap button {
	height: 45px;
	border-radius: 10px;
	background: #ed2427;
	color: #fff;
	border: none;
	font-weight: 600;
}

@media(max-width:768px) {
	.hero-search-card {
		grid-template-columns: 1fr;
	}
}

/* Default (Desktop) */
.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

/* Mobile View */
@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}




/* floating buttons */
.floating-buttons {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* button */
.float-btn {
	border: none;
	padding: 12px 16px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-radius: 8px 0 0 8px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 13px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* colors */
.enquiry-btn {
	background: #900808;
}

.visit-btn {
	background: #111827;
}

/* hover */
.float-btn:hover {
	transform: translateX(-5px);
	transition: 0.3s;
}

.popup-form {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.popup-box {
	background: #fff;
	padding: 20px;
	width: 90%;
	max-width: 400px;
	border-radius: 12px;
	position: relative;
}

.popup-box h3 {
	margin-bottom: 15px;
}

.popup-box input,
.popup-box textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.popup-box button {
	width: 100%;
	background: #111827;
	color: #fff;
	padding: 10px;
	border: none;
	border-radius: 8px;
	font-weight: 700;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #111827;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}

.close-popup:hover {
	background: #900808;
	transform: scale(1.1);
}