@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
	--primary-color: #1673ba;
	--primary-color-new: #20263e;
	--secodary-hover: #ffffff;
	--secondary-hover-btn: #1accd9;
	--primary-bg-color: #ffffff;
	--text-button-color: #ffffff;
	--text-button-secondary-color: #000000;
}

body {
	font-family: "Galano Grotesque Alt", "Adjusted Trebuchet MS Fallback",
		"Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: var(--primary-bg-color);
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

/* =============commo btn=============== */
.common__btn {
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	line-height: 24px;
	color: var(--text-button-secondary-color);
	font-weight: 500;
	border-radius: 2.25rem;
	transition: 0.6 ease-in-out;
	padding: 10px 20px;
}
.common__btn_new {
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	line-height: 24px;
	color: var(--text-button-color) !important;
	background-color: var(--primary-color) !important;
	font-weight: 500;
	border-radius: 2.25rem;
	transition: 0.6 ease-in-out;
	padding: 10px 20px;
	border: 0px !important;
}
.second-button {
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	line-height: 24px;
	background-color: var(--primary-color);
	color: var(--text-button-color);
	font-weight: 500;
	border-radius: 2.25rem;
	padding: 10px 20px;
	transition: 0.6s all;
}
.second-button:hover {
	background-color: var(--primary-color);
	color: var(--text-button-color);
}

/* Global heading sizes */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Galano Grotesque Alt", "Adjusted Trebuchet MS Fallback",
		"Trebuchet MS", sans-serif;
	color: var(--primary-color-new) !important;
}

.h1,
h1 {
	font-size: 34px;
	font-weight: 800;
}

.h2,
h2 {
	font-size: 30px;
	font-weight: 600;
}

.h3,
h3 {
	font-size: 24px;
	font-weight: 500;
}

.h4,
h4 {
	font-size: 20px;
	font-weight: 500;
}

.h5,
h5 {
	font-size: 18px;
	font-weight: 500;
}

.h6,
h6 {
	font-size: 16px;
	font-weight: 400;
}

/* smooth scrolling */
html {
	scroll-behavior: smooth;
	/* Enables smooth scrolling */
}

/* ========================================================================== */

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: var(--primary-bg-color);
}

::-webkit-scrollbar-thumb {
	background: var(--primary-color);
	border-radius: 10px;
}

a {
	text-decoration: none !important;
	/* color: var(--primary-color-new) !important; */
}

/* Remove focus outline & shadow */
.form-control:focus,
.form-select:focus,
.btn:focus,
.dropdown-toggle:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* ========================================================================== */

/* Preloader full screen */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity 0.6s ease;
}

#preloader img {
	width: 80px;
	height: auto;
}

#preloader.hide {
	opacity: 0;
	pointer-events: none;
}

#content {
	display: none;
}

/* navbar style  code*/
/* .realtor-new-navbar .nav-link.active {
position: relative;
}

.realtor-new-navbar .nav-link.active::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 2px;
background-color: var(--primary-color);
} */

.navbar-center-logo-design {
	width: 12%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2px;
	overflow: hidden;
	z-index: 10;
	margin: 0;
	background: white;
	border-radius: 5px;
}

.navbar-toggler {
	filter: invert(1);
	border: none;
	outline: none;
	box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: none !important;
	box-shadow: none !important;
}

/* @media (min-width: 992px) {
.navbar .dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
}
} */

/* Mega Menu Core Styles */
/* .mega-menu {
position: static !important;
}

.mega-menu .dropdown-menu {
width: 100%;
left: 0 !important;
right: 0 !important;
border: 0;
border-radius: 0;
box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.1);
background: rgba(255, 255, 255, 0.8) !important;
padding: 1.5rem;
margin-top: 0;
border-radius: 0px 0px 15px 15px;
}

.mega-menu-content ul li a {
display: block;
padding: 0.25rem 0;
color: var(--primary-color-new);
text-decoration: none;
font-size: 0.9rem;
}

.mega-menu-content ul li a:hover {
color: var(--primary-color);
}

@media (max-width: 991.98px) {
.navbar .dropdown-menu {
position: static !important;
width: 100% !important;
box-shadow: none !important;
padding: 0.75rem 1rem !important;
background: rgba(255, 255, 255, 0.8) !important;
}

.mega-menu .dropdown-menu {
margin-top: 0;
}

.mega-menu-content ul li a {
color: var(--primary-color-new);
}

.mega-menu-content ul li a:hover {
color: var(--primary-color);
}
} */

/* New Menu code drop down */
.new-dropdown {
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	min-width: 200px;
}

.new-dropdown .dropdown-item {
	padding: 8px 20px;
	transition: all 0.2s ease;
	color: var(--primary-color-new);
}

.new-dropdown .dropdown-item:hover {
	color: var(--primary-color);
	padding-left: 25px;
}

.new-dropdown .dropdown-header {
	padding: 10px 20px 5px 20px;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--primary-color-new);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.dropdown-item:active {
	background-color: transparent !important;
}

@media (max-width: 991.98px) {
	.offcanvas .new-dropdown {
		position: static !important;
		width: 100%;
		box-shadow: none;
		background: rgba(255, 255, 255, 0.8) !important;
		margin-top: 5px;
	}
}
/* New menu code drop down ends */

/* navbar style code ends */

/* banner section start code */
/* .banner-section-realtor {
position: relative;
background-image: url("../assets/banner-images/banner-image.jpg");
background-size: cover;
background-position: center;
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
overflow: hidden;
}

.banner-section-realtor .banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.banner-section-realtor .banner-content {
position: relative;
z-index: 2;
color: #fff;
max-width: 700px;
margin: auto;
}

.banner-section-realtor .banner-tabs {
margin: 20px 0;
}

.banner-section-realtor .banner-tabs .tab-btn {
background: rgba(255, 255, 255, 0.1);
border: none;
color: #fff;
padding: 10px 20px;
margin: 0 5px;
border-radius: 20px;
cursor: pointer;
transition: all 0.3s ease;
}

.banner-section-realtor .banner-tabs .tab-btn:hover,
.banner-section-realtor .banner-tabs .tab-btn.active {
background: var(--primary-color);
color: #fff;
}

.banner-section-realtor .search-bar {
display: flex;
justify-content: center;
align-items: center;
background: #fff;
border-radius: 50px;
overflow: hidden;
max-width: 600px;
margin: 0 auto;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-section-realtor .search-input {
flex: 1;
border: none;
padding: 12px 20px;
outline: none;
font-size: 16px;
}

.banner-section-realtor .search-btn {
background: var(--primary-color);
border: none;
padding: 12px 20px;
cursor: pointer;
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
} */

.banner-section-realtor {
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 700px;
	margin: auto;
}

.banner-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 20px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.banner-tabs::-webkit-scrollbar {
	display: none;
}

.banner-tabs .tab-btn {
	/* background: rgba(255, 255, 255, 0.4); */
	background: var(--primary-color);
	border: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 0.3s ease;
	text-decoration: none;
}

.banner-tabs .tab-btn:hover,
.banner-tabs .tab-btn.active {
	background: var(--primary-bg-color);
	color: var(--primary-color-new);
}

.search-bar {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.search-input {
	flex: 1;
	border: none;
	padding: 12px 20px;
	outline: none;
	font-size: 16px;
}

.search-btn {
	background: var(--primary-color);
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-btn {
	background: transparent;
	border: none;
	padding: 12px 15px;
	cursor: pointer;
	color: #666;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter-btn:hover {
	color: var(--primary-color);
}

.property-type {
	font-size: 0.9rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
.property-type i {
	font-size: 1rem;
}
.property-type:hover {
	background: var(--primary-color);
	color: white !important;
}

/* banner section end code */

/* browse section start code */

.browse-home-area .home-card {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
	text-decoration: none;
	color: inherit;
}

.browse-home-area .home-card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.browse-home-area .home-card:hover img {
	transform: scale(1.05);
}

.browse-home-area .home-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.browse-home-area .home-card-overlay h5 {
	margin: 0;
}

.browse-home-area .home-card-overlay .count {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	font-size: 0.85rem;
	padding: 4px 10px;
	border-radius: 20px;
	font-weight: bold;
}

.infinite-scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.scroll-content {
	display: flex;
	flex-wrap: nowrap;
}

.scroll-content > div {
	flex: 0 0 auto;
	width: 250px;
	margin-right: 1rem;
}

/* browse section end code */

/* popular home start code */
.popular-properties-home .card.listing {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.popular-properties-home .card.listing:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}
/* popular home end code */

/* Basic testimonial card code start */
.text-discover-new {
	color: var(--primary-color);
}

.testimonial {
	position: relative;
	text-align: center;
	padding: 100px 30px 30px;
	margin: 70px 15px 35px;
	background: #f8f9fa;
	border-radius: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: visible;
}

.testimonial .pic {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	background: #fff;
}

.testimonial .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial .description {
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	margin-top: 20px;
	margin-bottom: 18px;
	position: relative;
	padding: 0 10px;
}

.testimonial .description:before {
	content: "“";
	font-size: 48px;
	color: var(--primary-color);
	position: absolute;
	top: -18px;
	left: 10px;
}

.testimonial .testimonial-profile {
	position: relative;
	margin-top: 10px;
	padding-bottom: 18px;
}
.testimonial .testimonial-profile:after {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--primary-color);
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.testimonial .title {
	display: inline-block;
	font-size: 18px;
	color: var(--primary-color);
	margin: 0 0 8px;
	letter-spacing: 0.6px;
}

.testimonial:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.owl-theme .owl-dots {
	margin-top: 18px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 6px;
}
.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background: var(--primary-color) !important;
	opacity: 0.25;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	transform: scaleX(1.6) scaleY(1);
	border-radius: 20px;
	width: 20px;
	height: 10px;
}
/* Basic testimonial card code ends */

/* Property details code start */
.form-gradient,
.btn-gradient,
.price-tag {
	background: var(--primary-color);
}

.feature-icon {
	width: 40px;
	height: 40px;
	background: var(--primary-color);
}

.carousel-image {
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
}

.amenity-card {
	transition: transform 0.2s ease;
}

.amenity-card:hover {
	transform: translateY(-2px);
}

.section-title {
	color: var(--primary-color);
	border-bottom: 3px solid var(--primary-color);
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.main-content {
	margin-right: 400px;
}
.property-history .history-item {
	border-left: 3px solid var(--primary-color);
	padding-left: 15px;
	transition: all 0.3s ease;
}
.common-terms .history-item {
	border-left: 4px solid var(--primary-color);
	padding-left: 10px;
}
/* property deatils code ends */

/* Footer code start */
.footer-backgroung {
	background-color: var(--primary-color-new);
}
/* footer code ends */

/* Agent banner code start */
.banner-section-agent-realtor {
	position: relative;
	background-image: url("../assets/banner-images/agent-branding.webp");
	background-size: cover;
	background-position: center;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.banner-section-agent-realtor .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.banner-section-agent-realtor .banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 700px;
	margin: auto;
}

.banner-section-agent-realtor .banner-tabs {
	margin: 20px 0;
}

.banner-section-agent-realtor .banner-tabs .tab-btn {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: #fff;
	padding: 10px 20px;
	margin: 0 5px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.banner-section-agent-realtor .banner-tabs .tab-btn:hover,
.banner-section-agent-realtor .banner-tabs .tab-btn.active {
	background: var(--primary-color);
	color: #fff;
}

.banner-section-agent-realtor .search-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-section-agent-realtor .search-input {
	flex: 1;
	border: none;
	padding: 12px 20px;
	outline: none;
	font-size: 16px;
}

.banner-section-agent-realtor .search-btn {
	background: var(--primary-color);
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Agent banner code ends */

/* Home Listing banner image code start */
.banner-section-realtor-sell {
	position: relative;
	background-image: url("../assets/banner-images/sell-banner.jpg");
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.banner-section-realtor-sell .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.banner-section-realtor-sell .banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 700px;
	margin: auto;
}

.banner-section-realtor-sell .banner-tabs {
	margin: 20px 0;
}

.banner-section-realtor-sell .banner-tabs .tab-btn {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: #fff;
	padding: 10px 20px;
	margin: 0 5px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.banner-section-realtor-sell .banner-tabs .tab-btn:hover,
.banner-section-realtor-sell .banner-tabs .tab-btn.active {
	background: var(--primary-color);
	color: #fff;
}

.banner-section-realtor-sell .search-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-section-realtor-sell .search-input {
	flex: 1;
	border: none;
	padding: 12px 20px;
	outline: none;
	font-size: 16px;
}

.banner-section-realtor-sell .search-btn {
	background: var(--primary-color);
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Home Listing banner image code ends */

/* CTA Section code start */
.cta-section {
	background: linear-gradient(135deg, #1673ba, #20c997b8);
	padding: 12px;
	border-radius: 18px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* CTA Section code ends */

/* model price range code starts */

.range-container {
	position: relative;
	height: 40px;
}

.range-track {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 6px;
	background: #dee2e6;
	border-radius: 3px;
}

.range-fill {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 6px;
	background: var(--primary-color-new);
	border-radius: 3px;
	transition: all 0.1s ease;
}

input[type="range"] {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	pointer-events: none;
	background: transparent;
	-webkit-appearance: none;
	outline: none;
}

input[type="range"]::-webkit-slider-thumb {
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary-color);
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.2s ease;
}

input[type="range"]::-moz-range-thumb {
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0d6efd;
	border: 2px solid #fff;
	cursor: pointer;
}

#minPrice {
	z-index: 1;
}
#maxPrice {
	z-index: 2;
}

.custom-tab {
	border: 1px solid var(--primary-color-new);
	color: var(--primary-color-new);
	transition: 0.2s;
}

.btn-check:checked + .custom-tab {
	background-color: var(--primary-color);
	color: #fff;
}

.property-type {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.property-type.active {
	background-color: var(--primary-color-new);
	color: var(--secodary-hover) !important;
}
.property-type.active i {
	color: var(--secodary-hover) !important;
}
/* model price range code end */

/* About Us */
.about-us-section {
	background: repeating-linear-gradient(
		45deg,
		#fafafa,
		#fafafa 10px,
		#fdfdfd 10px,
		#fdfdfd 20px
	);
}

.images-aboutus-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 30%, #1673ba 30%, transparent 70%),
		radial-gradient(circle at 30% 30%, #1d9af2 30%, transparent 70%);
	filter: blur(120px);
	opacity: 0.6;
	z-index: 0;
}

.horizontal-row {
	width: 50%;
	height: 2px;
	background: #e0e0e0;
}

.icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secodary-hover);
	font-size: 1.5rem;
	margin-right: 0.5rem;
	background-color: var(--primary-color-new);
}

/* About us ends */

/* whats app code start */
.whatsapp-bot {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
}

.whatsapp-img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}
/* whats app code end */

/* Tendring news & Artical start */
.news-card {
	transition: transform 0.6s ease, box-shadow 0.6s ease;
	cursor: pointer;
}
.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* .news-card img {
transition: transform 0.4s ease;
}
.news-card:hover img {
transform: scale(1.05);
} */
.trending-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 0.7rem;
	z-index: 10;
}
/* Tendring news & Artical end */


/* affordability banner start */
.affordability-section-realtor-sell {
	position: relative;
	background-image: url("../assets/banner-images/affordability.webp");
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.affordability-section-realtor-sell .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.affordability-section-realtor-sell .banner-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 700px;
	margin: auto;
}

/* affordability banner ends */


.selectable-card {
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
}
.selectable-card.selected {
	border-width: 3px !important;
	border-color: var(--primary-color) !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: scale(1.02);
}
.selectable-card:hover {
	transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-group-item.active {
	background-color: var(--primary-color);
	color: #fff;              
}

.list-group-item.active i {
	color: #fff;
}

.profile-left-border{
	border-left: 3px solid var(--primary-color);
}
