.property-detail-section {
    padding: 40px 0 0 0;
}
/* ============================================
   PHOTO SECTION
   ============================================= */

.photo-wrapper {
    width: 100%;
    gap: 24px;
    padding-bottom: 40px;
}

/* LEFT */
.photo-main {
    width: 707px;
    height: 398px;
	flex: 1;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

/* BUTTON VIEW ALL */
.view-all {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 6px 18px;
    background: #F7F7F7;
    border-radius: 24px;
    font-size: 16px;
    color: #717171;
}

/* RIGHT GRID */
.photo-grid {
    width: 578px;
    gap: 12px;
}

.photo-grid .photos-list {
	gap: 14px;
}

/* IMAGES */
.small-img,
.medium-img {
    height: 193px;
    object-fit: cover;
    border-radius: 18px;
}

.small-img {
    width: 155px;
}

.medium-img {
    width: 240px;
}

/* MOBILE PHOTO SECTION */
.photo-wrapper-mobile {
    width: 100%;
    padding-bottom: 16px;
}

.photo-wrapper-mobile .photo-main {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    flex: none;
}

.photo-wrapper-mobile .main-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 18px;
}

.mobile-photo-thumbnail {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.mobile-photo-thumbnail img {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.mobile-photo-thumbnail:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

/* ============================================
   DETAILS SECTION
   ============================================= */
.property-details {
  	width: 100%;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 30px;
  	text-align: left;
  	font-size: 16px;
  	color: #717171;
  	font-family: Lato;
}
.property-header-info {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 20px;
}
.property-type-wrapper {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	gap: 20px;
}
.property-status-wrapper {
  	border-radius: 24px;
  	background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(180deg, #50C3CB 0%, #00A4CA 100%) border-box;
  	border: 1px solid transparent;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 6px 10px;
}
.property-status {
  	position: relative;
  	background: linear-gradient(180deg, #50c3cb, #00a4ca);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.header-container {
  	font-size: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  	margin: 0 !important;
}

.header-container .col-lg-6,
.header-container .col-md-12 {
  	padding: 0 !important;
}

.header-info-left {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 20px;
}
.property-name-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 10px;
}
.property-name {
  	align-self: stretch;
  	position: relative;
  	font-weight: 600;
}
.property-code {
  	align-self: stretch;
  	position: relative;
  	font-size: 16px;
  	font-family: Lato;
  	color: #717171;
}
.location-info-parent {
  	display: flex;
  	align-items: center;
  	gap: 10px;
  	font-size: 18px;
  	color: #3e3a39;
  	font-family: Lato;
}
.location-info-parent i {
  	background: linear-gradient(180deg, var(--Tosca-Primary-Tosca-100, #50C3CB) 0%, var(--Tosca-Primary-Tosca-300, #006A81) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-section {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 7px;
  	color: #1d4656;
}
.price-col {
	text-align: right;
}
.price-row {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	gap: 6px;
}
.currency {
  	position: relative;
  	font-weight: 800;
	flex: 1;
}
.price-value {
  	position: relative;
  	letter-spacing: 0.05em;
  	font-weight: 800;
}
.start-parent {
  	align-self: stretch;
  	display: flex;
  	align-items: center;
  	gap: 4px;
  	font-size: 16px;
  	color: #717171;
  	font-family: Lato;
}
.rental-price-parent {
  	display: flex;
  	align-items: center;
  	gap: 2px;
  	color: #3e3a39;
}
.bulan {
  	position: relative;
  	color: #717171;
}
.spec {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 16px;
}
.desc {
  	align-self: stretch;
  	border-radius: 24px;
  	border: 1px solid #e8e8e8;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 20px;
  	gap: 20px;
}
.description {
  	color: #717171;
	font-size: 16px;
	font-family: Lato;
	font-weight: 400;
	word-wrap: break-word
}
.description-text {
  	align-self: stretch;
  	position: relative;
  	font-size: 18px;
  	color: #3e3a39;
}
.spec2 {
  	align-self: stretch;
  	border-radius: 24px;
  	border: 1px solid #e8e8e8;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 20px;
  	gap: 28px;
}
.specs-table {
  	width: 100%;
  	border-collapse: collapse;
  	font-size: 18px;
  	color: #3e3a39;
}
.specs-table tr {
  	border-bottom: 1px solid #e8e8e8;
}
.specs-table tr:last-child {
  	border-bottom: none;
}
.specs-table td {
  	padding: 14px 0;
  	vertical-align: middle;
}
.specs-table .spec-label {
  	text-align: left;
  	width: 50%;
  	color: #3E3A39;
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 400;
	word-wrap: break-word;
}
.specs-table .spec-value {
  	text-align: right;
  	font-size: 18px;
	color: #3E3A39;
	font-family: 'Lato';
	font-weight: 400;
	word-wrap: break-word;
}
.specs-grid .property-type-parent {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 8px;
}
.property-type {
  	flex: 1;
  	position: relative;
}
.frame-child {
  	display: none;
}
.land-area {
  	width: 768px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}
.orientation {
  	width: 778px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}
.floors {
  	width: 814px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}
.furniture {
  	width: 705px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}
.certificate {
  	width: 786px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}
.electricity {
  	width: 739px;
  	position: relative;
  	display: inline-block;
  	flex-shrink: 0;
}

.content-property-plan img {
	border-radius: 18px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    cursor: pointer;
    transition: all 0.2s ease;
}

.content-property-plan img:hover {
	filter: brightness(0.9);
	transform: scale(1.02);
}

.content-fac {
  	display: flex;
  	align-items: center;
  	flex-wrap: wrap;
  	align-content: center;
  	gap: 24px 36px;
  	font-size: 18px;
  	color: #3e3a39;
	font-family: 'Lato';
	font-weight: 400;
	word-wrap: break-word
}
.facility-item {
  	width: 250px;
  	display: flex;
  	align-items: center;
  	gap: 10px;
}
.facility-icon {
  	height: 24px;
  	width: 24px;
  	position: relative;
}
.loc {
  	align-self: stretch;
  	border-radius: 24px;
  	border: 1px solid #e8e8e8;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	padding: 20px;
  	gap: 20px;
  	color: #3e3a39;
}
.location {
  	align-self: stretch;
  	position: relative;
  	color: #717171;
}
.location-name {
  	position: relative;
  	font-size: 18px;
}
.nearby-locations {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 8px;
}
.location-item {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 10px;
}
.location-distance {
  	position: relative;
  	letter-spacing: 0.02em;
  	line-height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.location-prop-icon {
  	align-self: stretch;
  	height: 478px;
  	position: relative;
  	max-width: 100%;
  	overflow: hidden;
  	flex-shrink: 0;
  	object-fit: contain;
}

.map-container {
  	width: 100%;
  	height: 400px;
  	border-radius: 12px;
  	overflow: hidden;
  	margin-top: 16px;
  	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ============================================
   AGENT CARD SECTION
   ============================================= */
.agent-section {
  	width: 100%;
  	height: 100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-end;
}

.agent-actions {
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	gap: 15px;
}

.agent-action-btn {
  	padding: 10px 18px;
  	background: #F7F7F7;
  	border-radius: 24px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 4px;
  	border: none;
  	cursor: pointer;
  	transition: all 0.3s ease;
}

.agent-action-btn:hover {
  	background: #f0f0f0;
}

.agent-action-icon {
  	width: 18px;
  	height: 18px;
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.agent-action-icon i {
  	color: #717171;
}

.agent-action-text {
  	color: #717171;
  	font-size: 16px;
  	font-family: Lato;
  	font-weight: 400;
}

.agent-card-wrapper {
  	align-self: stretch;
  	padding-top: 40px;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 10px;
	position: sticky;
    top: 80px !important;
    z-index: 100;
}

/* Mobile Fixed Bottom */
@media (max-width: 991px) {
	.agent-card-wrapper {
		position: fixed;
		bottom: 0 !important;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		padding: 16px;
		background: white;
		border-radius: 24px 24px 0 0;
		border-top: 1px solid #e0e0e0;
		top: auto !important;
	}

	.agent-card {
		border-radius: 0 !important;
		border: none !important;
		padding: 0 !important;
		background: transparent !important;
		box-shadow: none;
	}

	.agent-name {
		color: #006A81 !important;
		font-size: 14px !important;
		font-family: 'Lato', sans-serif !important;
		font-weight: 700 !important;
		word-wrap: break-word !important;
	}

	.agent-location-text,
	.agent-phone {
		color: #3E3A39 !important;
		font-size: 12px !important;
		font-family: 'Lato', sans-serif !important;
		font-weight: 400 !important;
		word-wrap: break-word !important;
	}

	.agent-avatar {
		width: 60px !important;
		height: 60px !important;
	}

	.related-properties-section {
		margin-top: 0 !important;
	}
}

.agent-card {
  	align-self: stretch;
  	padding: 16px;
  	background: white;
  	border-radius: 24px;
  	border: 1px rgba(119, 204, 209, 0.20) solid;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 18px;
	margin-bottom: 0px;
}

.agent-card-header {
  	align-self: stretch;
  	display: flex;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 16px;
}

.agent-avatar {
  	width: 80px;
  	height: 80px;
  	background: #E8E8E8;
  	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
  	border-radius: 8px;
  	border: 1px white solid;
  	flex-shrink: 0;
}

.agent-info {
  	flex: 1 1 0;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 14px;
}

.agent-name-section {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 6px;
}

.agent-name {
  	align-self: stretch;
  	color: #006A81;
  	font-size: 18px;
  	font-family: Lato;
  	font-weight: 700;
}

.agent-location {
  	align-self: stretch;
  	display: flex;
  	justify-content: flex-start;
  	align-items: flex-start;
  	gap: 4px;
}

.agent-location-text {
  	color: #3E3A39;
  	font-size: 16px;
  	font-family: Lato;
  	font-weight: 400;
}

.agent-phone {
  	color: #3E3A39;
  	font-size: 16px;
  	font-family: Lato;
  	font-weight: 400;
}

.contact-agent-btn {
  	align-self: stretch;
  	background: radial-gradient(ellipse 192.31% 192.31% at 52.63% 123.08%, white 0%, #F57F20 23%, #F57F20 58%, white 100%);
  	border-radius: 24px;
  	border: 1px #F57F20 solid;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 4px;
  	cursor: pointer;
  	transition: all 0.3s ease;
	padding: 6px 18px;
}

.contact-agent-btn:hover {
  	box-shadow: 0 4px 12px rgba(245, 127, 32, 0.2);
}

.contact-agent-text {
  	color: white;
  	font-size: 16px;
  	font-family: Lato;
  	font-weight: 500;
}

.contact-agent-icon {
  	width: 18px;
  	height: 18px;
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.contact-agent-icon i {
	color: white;
}

/* ============================================
   RELATED PROPERTY SECTION
   ============================================= */

.related-properties-section {
	background-color: #F7F7F7;
	padding: 30px 0;
	margin-top: 20px;
}

.section-title {
    font-weight: 700;
    font-size: 28px;
    color: #1D4656;
}

.btn-filter {
    border-radius: 24px;
    border: 1px solid #717171;
    padding: 10px 18px;
    font-weight: 500;
    background: transparent;
    color: #717171 !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    line-height: 1;
}

.btn-filter.active,
.btn-filter.active:hover {
    background: #50C3CB;
    color: white !important;
    border-color: #50C3CB;
}

.btn-filter:hover {
    background: #E8E8E880;
    color: #717171 !important;
    border-color: #71717180;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.property-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-property-nav,
.partnermap-nav {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    outline: 1px rgba(113, 113, 113, 0.15) solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-property-nav::after,
.partnermap-nav::after {
    font-size: 16px;
    color: #717171;
    font-weight: bold;
}

.mobile-property-nav.swiper-button-prev-custom,
.partnermap-nav.swiper-button-prev {
    left: -10px;
}

.mobile-property-nav.swiper-button-next-custom,
.partnermap-nav.swiper-button-next {
    right: -10px;
}

.property-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.international-properties-section .property-arrow {
    box-shadow: none;
}

.property-arrow:hover {
    background: #f5f5f5;
}

.property-arrow i {
    font-size: 16px;
    color: #717171;
}

.property-arrow.swiper-button-disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

.property-arrow.swiper-button-disabled i {
    color: #E8E8E8;
}

.see-more-link {
    color: #717171;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
}

.international-properties-section .see-more-link:hover {
    color: #50C3CB;
}

.see-more-link-white {
    color: white;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    border-radius: 24px;
    outline: 1px #E8E8E8 solid;
    padding: 10px 18px;
}

.see-more-link-white:hover {
    background: rgba(232, 232, 232, 0.50);
    outline: 1px rgba(113, 113, 113, 0.50) solid;
}

.see-more-link-grey {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    border-radius: 24px;
    outline: 1px #717171 solid;
    padding: 10px 18px;
    margin-top: 30px;
    width: fit-content;
}

.property-card {
    border-radius: 24px;
    overflow: visible;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    min-height: 586px;
}

.property-card:hover {
    background: #77CCD11A;
    border: 1px solid transparent;
}

.property-image {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-radius: 24px;
    padding: 10px;
}

.property-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgb(62 58 57 / 25%);
    color: white;
    padding: 6px 14px;
    margin: 10px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.property-bookmark {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgb(62 58 57 / 25%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
    transition: 0.2s ease;
    margin: 10px;
}

.property-bookmark:hover {
    background: rgb(62 58 57 / 45%);
}

.property-bookmark:hover i {
    font-weight: 900;
}

.property-body {
    padding: 8px 20px 10px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 326px;
}

.property-body span {
    color: #717171;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    word-wrap: break-word
}

.property-body .info-header {
    margin-bottom: 16px;
}

.property-price {
    color: #06323E;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    letter-spacing: 1.20px;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 40px;
}

.property-price span {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
}

.property-title {
    color: #3E3A39;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.property-location {
    color: #3E3A39;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    gap: 4px;
    display: flex;
    margin-top: 6px;
}

.property-location i {
    background: linear-gradient(180deg, var(--Tosca-Primary-Tosca-100, #50C3CB) 0%, var(--Tosca-Primary-Tosca-300, #006A81) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.property-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: unset;
    text-align: left;
}

.property-features span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #3E3A39;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.facilities-list li i {
    color: #3E3A39;
    font-size: 14px;
}

.agent-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    border: 1px white solid;
    margin-top: unset !important;
}

.agent-name {
    color: #3E3A39;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
    text-align: left;
}

.agent-office {
    color: #717171;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    text-align: left;
}

.propertySwiper .swiper-slide {
    height: auto;
}

.propertyImageSwiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.propertyImageSwiper .swiper-wrapper {
    width: 100%;
}

.propertyImageSwiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.property-image-pagination {
    display: flex;
    justify-content: center;
}

.property-image-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    opacity: 1;
    margin: 0 4px !important;
    transition: 0.3s;
}

.property-image-pagination .swiper-pagination-bullet-active {
    background: #3E3A39;
    border-radius: 10px;
}

.agent-menu-toggle {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.agent-menu-toggle i {
    color: #717171;
}

.agent-menu-toggle:hover {
    background: rgba(113, 113, 113, 0.15);
}

.agent-menu-toggle::after {
    display: none;
}

.agent-dropdown {
    width: 160px;
    padding: 12px 10px;
    border-radius: 18px;
    border: 1px solid #E8E8E8;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 12000 !important;
    display: flex !important;
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.agent-dropdown.measuring {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.agent-dropdown.show {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.agent-dropdown-title {
    font-size: 12px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0 8px;
}

.agent-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 10px 8px;
    text-decoration: none;
    color: #717171;
    font-size: 14px;
    transition: all 0.2s ease;
}

.agent-contact-item:hover {
    background: #F0F0F0;
    color: #3E3A39;
}

.agent-contact-item i {
    font-size: 16px;
    color: #717171;
    min-width: 16px;
}

/* responsive styles */
@media (max-width: 480px) {
    .currency {
		flex: unset;
	}

	.property-details {
		gap: 20px;
	}

	.price-col {
		text-align: left;
		margin-top: 10px;
	}

	.property-detail-section {
		padding: 30px 0 0 0;
	}
}

