* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif;
}

a {
	color: #1a1a1a;
}

a:hover {
	color: #e7c873;
}

h1 {
	color: #fff;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
}

h1 span {
	color: #e7c873;
}

h2 {
	color: #1a1a1a;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}

h3 {
	color: #1a1a1a;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 52px; /* 130% */
}

h4 {
	color: #1a1a1a;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 100% */
}

h5 {
	color: #1a1a1a;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}

p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.hero {
	background: url("../images/hero-bg-img.png") no-repeat top center;
	background-size: cover;
	padding: 40px 0;
}

.hero-header {
	border-radius: 80px;
	background: #fff;
	padding: 20px 10px 20px 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-img {
	width: 110px;
}

.header-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #1a1a1a;
	background: #fff;
	height: 44px;
	padding: 0 40px;
	color: #1a1a1a;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30.4px; /* 190% */
	text-transform: capitalize;
	overflow: hidden;
	transition: all 0.3s ease;
}

.header-btn .btn-text {
	display: inline-block;
	transition: transform 0.3s ease;
}

.header-btn .btn-arrow {
	position: absolute;
	right: 25px;
	font-size: 14px;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.3s ease;
}

.header-btn:hover .btn-text {
	transform: translateX(-10px);
}

.header-btn:hover .btn-arrow {
	opacity: 1;
	transform: translateX(0);
}

.hero-content {
	padding: 150px 30px 100px 30px;
}

.content-box p {
	margin-right: 150px;
	margin-top: 16px;
}

.content-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid #e7c873;
	background: #e7c873;
	height: 46px;
	padding: 0 40px;
	color: #1a1a1a;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 190% */
	text-transform: capitalize;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.content-btn .btn-text {
	display: inline-block;
	transition: transform 0.3s ease;
}

.content-btn .btn-arrow {
	position: absolute;
	right: 25px;
	font-size: 14px;
	opacity: 0;
	transform: translateX(10px);
	transition: all 0.3s ease;
}

.content-btn:hover .btn-text {
	transform: translateX(-10px);
}

.content-btn:hover .btn-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* About Section */
.about {
	background-color: #ffffff;
	padding: 120px 20px 100px 20px;
	background-image: url("../images/about-bg-img.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: left center;
	background-position-x: 0px;
	background-position-y: 536px;
}

.about .counter-wrapper {
	background-color: #e7c873;
	border-radius: 30px;
	gap: 106px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 754px;
	height: 119px;
}

.counter-block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}

.about-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-text-block {
	margin-left: 60px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	padding-right: 40px;
}

.row.img-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 15px;
}

.about .small {
	color: #1a1a1a;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 133.333% */
}

.about p {
	color: #1a1a1a;
}

.about-text-block p {
	padding-right: 30px;
}

.about .img-fluid {
	border-radius: 16px;
}

.about .img-top {
	margin-left: 29px;
}

/* ===== inside‑column fade animation ===== */
@keyframes fadeInLeftSm {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpSm {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* hook them into Animate.css’s class system */
.animate__fadeInLeftSm {
	animation-name: fadeInLeftSm;
}
.animate__fadeInUpSm {
	animation-name: fadeInUpSm;
}

/* section 3rd */
.trusted-local {
	background-color: #1b4f5c;
	background-image: url("../images/local-expert-bg-img.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 20px;
}

.trusted-local .row {
	padding-left: 40px;
}
.trusted-local h3 {
	color: #fff;
}

.trusted-local p {
	margin: 20px 0px;
	font-size: 15px;
}

.trusted-local .img-fluid {
	border-radius: 22px;
}

/* Your Agent Section*/
.your-agent-section {
	background-color: #ffffff;
	background-image: url("../images/agent-bg-img.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	background-position-x: center;
	background-position-y: 100px;
	padding: 50px 0px 70px 0px;
}

.your-agent-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.agent-contain {
	display: flex;
	flex-direction: row;
	gap: 59px;
	align-items: flex-start;
}

.agent-contain-info {
	border-radius: 20px;
	background: #fff;
	display: flex;
	align-items: flex-start;
	padding: 10px 30px 20px 30px;
	flex-direction: column;
	gap: 0px;
}

.img-responsive {
	width: 251px;
}
.social-icons {
	margin: 15px 0px 20px 0px;
}

.social-icons a {
	display: inline-block;
	padding: 3px 5px 0px 5px;
	width: 25px;
	text-align: center;
	margin-right: 20px;
	font-size: 15px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

/* Get-listing Section*/
.get-listing {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("../images/get-listing-bg-img.png") no-repeat center center / cover;
	padding: 100px 0px;
}

.get-listing h3 {
	color: #fff;
}

.get-listing p {
	padding: 10px 330px 10px 330px;
}

/* fade stays inside its box */
@keyframes fadeInUpSm {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.animate__fadeInUpSm {
	animation-name: fadeInUpSm;
}

/* Footer section */
.footer {
	background: #1b4f5c;
	padding: 100px 0px 80px 0px;
}

.footer h6 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
}

.footer h6 a {
	color: #fff;
}

.footer-logo {
	width: 110px;
	height: auto;
}

.top-gap {
	margin-top: 20px;
}

.footer-social a {
	display: inline-block;
	width: 55px;
	height: 55px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	padding-top: 15px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	transition: all 0.3s ease;
}

/*  Form */
#leadFormModal .modal-content {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	border: none;
}

#leadFormModal .modal-header {
	border: none;
	padding-bottom: 0;
}

#leadFormModal .modal-title {
	font-size: 22px;
	font-weight: bold;
	color: #1a1a1a;
}

#leadFormModal .form-heading {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 25px;
	color: #1a1a1a;
}

#leadFormModal .form-control {
	color: #1a1a1a;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: none;
	height: 44px;
	margin-bottom: 15px;
	padding: 10px 15px;
	font-size: 14px;
}

#leadFormModal .form-control:focus {
	border-color: #e7c873;
	outline: none;
	box-shadow: 0 0 5px rgba(42, 157, 143, 0.2);
}

#leadFormModal .checkbox {
	margin-bottom: 20px;
}

#leadFormModal .checkbox input[type="checkbox"] {
	margin-top: 1px;
}

#leadFormModal .checkbox label {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: normal;
}

#leadFormModal .btn-submit {
	border-radius: 50px;
	border: 1px solid #e7c873;
	background: #e7c873;
	padding: 12px 18px;
	color: #1a1a1a;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}

#leadFormModal .btn-submit:hover {
	border-radius: 50px;
	border: 1px solid #e7c873;
	background: #e7c873;
	color: #1a1a1a;
	text-decoration: none;
}

/* Tablet Version */
@media (max-width: 1024px) {
	h1,
	h2,
	h3,
	p {
		text-align: center;
	}

	/* hero-section */
	.container {
		overflow: hidden;
	}

	.hero-content {
		padding: 100px 10px;
	}

	.content-box {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.content-box p {
		margin-right: 0px;
	}

	.hero-header {
		margin: 0px;
	}

	/*  About section */
	.about {
		padding: 100px 20px 50px 20px;
	}

	.about h3,
	.about p {
		text-align: center;
	}

	.about-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column-reverse;
		gap: 60px;
	}

	.counter-block {
		margin-bottom: 0px;
	}

	.about-text-block {
		margin-left: 0px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
		padding-right: 0px;
	}

	.row .img-box .col-6 {
		padding-left: 15px;
	}

	.about .img-top {
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}

	/*  trusted-local section */
	.trusted-local {
		padding: 70px 20px 100px 20px;
	}
	.trusted-local .text-right {
		text-align: center;
		margin-top: 50px;
	}

	.trusted-local .row {
		padding-left: 0px;
	}

	.trusted-local .col-md-5 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* get-listing section */
	.get-listing p {
		padding: 10px 20px 10px 20px;
	}

	/* footer section */
	.footer {
		padding: 80px 0px 50px 0px;
	}

	.footer .row {
		display: flex;
		align-items: center;
	}

	.pull-right {
		padding-left: 140px;
	}

	.footer-social {
		padding-left: 275px;
	}

	.top-gap {
		margin-top: 50px;
	}
}

/* Mobile Version */
@media (max-width: 767px) {
	h1 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
		line-height: 45px;
	}

	h4 {
		text-align: center;
		font-size: 25px;
	}

	/* hero section */
	.hero-header {
		padding: 10px 0px 10px 10px;
	}

	.hero-content {
		padding: 50px 10px;
	}

	.logo-img {
		width: 100px;
		height: auto;
	}

	.header-btn {
		padding: 0px 30px;
	}

	.content-box p {
		margin-top: 0px;
	}

	/* about- section */
	.about {
		padding: 80px 20px 40px 20px;
	}

	.about-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.about .counter-wrapper {
		border-radius: 20px;
		gap: 10px;
		padding: 20px;
		width: 100%;
		height: 119px;
	}

	.about .small {
		font-size: 13px;
		line-height: 18px;
	}

	.about .img-fluid {
		width: 100%;
	}

	.about .img-top {
		margin-left: 0px;
	}

	/* trusted-local section */
	.trusted-local {
		padding: 50px 0px 80px 0px;
	}

	.trusted-local .img-fluid {
		width: 100%;
	}

	/*  Your- agent section */
	.your-agent-section {
		padding: 30px 0px 30px 0px;
	}

	.your-agent-section .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.agent-contain {
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.agent-contain-info {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0px;
	}

	/* Get-listing section */
	.get-listing {
		padding: 40px 0px 60px 0px;
	}

	/* Footer- section */
	.footer {
		padding: 40px 0px 20px 0px;
	}

	.footer .row {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.footer-social {
		padding-left: 0px;
	}

	.top-gap {
		margin-top: 0px;
	}

	.pull-right {
		padding-left: 0px;
	}

	.footer h6 {
		font-size: 18px;
	}

	.footer-social a {
		display: inline-block;
		width: 45px;
		height: 45px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		padding-top: 12px;
		text-align: center;
		font-size: 16px;
	}

	.footer-social {
		margin: 30px 0px;
	}

	/* form section */
	.modal-header .close {
		margin-top: 2px;
	}

	#leadFormModal .modal-content {
		padding: 10px;
	}

	#leadFormModal .modal-title {
		font-size: 20px;
		text-align: left;
	}

	#leadFormModal .btn-submit {
		font-size: 14px;
	}

	#leadFormModal .checkbox label {
		font-size: 12px;
	}
}

form img {
	display: none;
}

#submitButton {
	display: block;
	margin: 0 auto;
}

#form-thanks {
	display: none;
}

#loadingGraphic {
	display: none;
	padding: 2px 0 3px;
}

#loader {
	width: 44px;
	height: 44px;
	margin: 6px auto;
	-webkit-animation: 1s ease-in-out infinite animball_two;
	animation: 1s ease-in-out infinite animball_two;
}
#loader .loaderBall {
	width: 44px;
	height: 44px;
	position: absolute;
}
#loader .loaderBall .ball {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-animation: 1s ease-in-out infinite animball_one;
	animation: 1s ease-in-out infinite animball_one;
}
#loader .loaderBall .ball.ball1 {
	background-color: #E7C873;
	top: 0;
	left: 0;
}
#loader .loaderBall .ball.ball2 {
	background-color: #E7C873;
	top: 0;
	left: 24px;
}
#loader .loaderBall .ball.ball3 {
	background-color: #E7C873;
	top: 24px;
	left: 0;
}
#loader .loaderBall .ball.ball4 {
	background-color: #E7C873;
	top: 24px;
	left: 24px;
}

@-webkit-keyframes animball_one {
	0% {
		position: absolute;
	}
	50% {
		top: 12px;
		left: 12px;
		position: absolute;
		opacity: 0.5;
	}
	100% {
		position: absolute;
	}
}

@keyframes animball_one {
	0% {
		position: absolute;
	}
	50% {
		top: 12px;
		left: 12px;
		position: absolute;
		opacity: 0.5;
	}
	100% {
		position: absolute;
	}
}

@-webkit-keyframes animball_two {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
	}
	50% {
		-webkit-transform: rotate(360deg) scale(1.3);
	}
	100% {
		-webkit-transform: rotate(720deg) scale(1);
	}
}

@keyframes animball_two {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(360deg) scale(1.3);
	}
	100% {
		transform: rotate(720deg) scale(1);
	}
}

