/* VASTConnect Student Rooms — Chinhoyi / CUT */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

.vc-sr-body {
	font-family: 'DM Sans', system-ui, sans-serif;
	background:
		radial-gradient(ellipse 70% 45% at 8% 0%, rgba(255, 235, 59, 0.14), transparent 55%),
		radial-gradient(ellipse 50% 40% at 100% 20%, rgba(0, 0, 139, 0.06), transparent 50%),
		linear-gradient(180deg, #e9eef5 0%, #f7f9fc 42%, #eef3f8 100%);
	min-height: 100vh;
	color: #1a2b3c;
}

@media (min-width: 992px) {
	.vc-sr-body .container {
		width: calc(100% - clamp(2rem, 4vw, 5rem));
		max-width: 1680px;
	}
}

.vc-sr-brand-tag,
.vc-portal-brand-tag {
	display: inline-block;
	margin-left: 0.5rem;
	padding: 0.15rem 0.55rem;
	background: var(--vc-yellow, #ffeb3b);
	color: var(--vc-navy, #0a2a43);
	font-size: 0.7rem;
	font-weight: 800;
	border-radius: 4px;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Portal nav uses shared .top-nav.vc-cut-nav from vastconnect-theme.css */
.vc-sr-body .top-nav.vc-cut-nav .navbar-collapse {
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}
@media (max-width: 991.98px) {
	.vc-sr-body .top-nav.vc-cut-nav .navbar-collapse {
		background: rgba(0, 0, 44, 0.98);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 0.45rem;
		padding: 0.35rem 0.5rem 0.85rem;
		border-radius: 0 0 10px 10px;
	}
	.vc-sr-body .top-nav.vc-cut-nav .navbar-nav .nav-link.vc-nav-cta {
		display: inline-block;
		margin: 0.45rem 0.35rem 0.2rem;
		text-align: center;
	}
}

.vc-sr-main { min-height: calc(100vh - 220px); }

.vc-sr-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(115deg, rgba(10, 42, 67, 0.94) 0%, rgba(10, 42, 67, 0.78) 45%, rgba(26, 74, 110, 0.55) 100%),
		url('../images/vastconnect-logo.jpg') center/cover;
	padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

/* Full-width hero carousel */
.vc-sr-hero-carousel {
	position: relative;
	overflow: hidden;
}
.vc-sr-hero-carousel .carousel,
.vc-sr-hero-carousel .carousel-inner {
	height: clamp(420px, 58vh, 540px);
	min-height: 0;
}
.vc-sr-hero-carousel .carousel-item {
	height: 100%;
	min-height: 0;
}
.vc-sr-hero-carousel__bg,
.vc-sr-hero-carousel__map {
	position: absolute;
	inset: 0;
}
.vc-sr-hero-carousel__map iframe,
.vc-sr-hero-carousel__bg,
.vc-sr-hero-carousel__photo,
.vc-sr-hero-carousel__fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vc-sr-hero-carousel__fallback {
	background:
		linear-gradient(115deg, #0a2a43 0%, #1a4a6e 55%, #0d3a5c 100%);
}
.vc-sr-hero-carousel__map iframe {
	border: 0;
	display: block;
}
.vc-sr-browse-map {
	width: 100%;
	height: 100%;
	min-height: 380px;
	z-index: 0;
	background: #dce4ec;
	border-radius: 16px;
	overflow: hidden;
}
.vc-sr-browse-map--section {
	min-height: clamp(360px, 52vh, 520px);
	border: 1px solid rgba(10, 42, 67, 0.1);
	box-shadow: 0 12px 32px rgba(10, 42, 67, 0.08);
}
.vc-sr-home-map {
	padding: 1.75rem 0 0.5rem;
	background: #f5f8fb;
}
.vc-sr-home-map__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.vc-sr-home-map__eyebrow {
	margin: 0 0 0.25rem;
	color: #1a4a6e;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.vc-sr-home-map h2 {
	margin: 0 0 0.25rem;
	color: #0a2a43;
	font-size: 1.45rem;
	font-weight: 800;
}
.vc-sr-hero-carousel__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(10, 42, 67, 0.9) 0%, rgba(10, 42, 67, 0.68) 42%, rgba(10, 42, 67, 0.32) 100%);
	z-index: 1;
	pointer-events: none;
}
.vc-sr-hero-carousel__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
	max-width: none;
}
.vc-sr-hero-carousel__content--search {
	max-width: 100%;
}
.vc-sr-hero-carousel__content--search > * {
	max-width: 640px;
}
.vc-sr-hero-carousel .carousel-indicators {
	z-index: 3;
}
.vc-sr-hero-carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.45);
}
.vc-sr-hero-carousel .carousel-indicators .active {
	background-color: var(--vc-yellow, #ffeb3b);
}
.vc-sr-hero-carousel .carousel-control-prev,
.vc-sr-hero-carousel .carousel-control-next {
	width: 8%;
	z-index: 3;
}

.vc-sr-hero-quicksearch {
	margin: 1rem 0 0.85rem;
}
.vc-sr-hero-quicksearch__row {
	display: grid;
	grid-template-columns: 1.4fr 0.9fr auto;
	gap: 0.55rem;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 14px;
	padding: 0.55rem;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.vc-sr-hero-quicksearch .form-control {
	border: 0;
	background: transparent;
	height: 44px;
	box-shadow: none;
}
.vc-sr-hero-quicksearch .btn {
	white-space: nowrap;
	height: 44px;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
}
@media (max-width: 767px) {
	.vc-sr-hero-quicksearch__row {
		grid-template-columns: 1fr;
	}
}

/* Chinhoyi areas map + slider */
.vc-sr-areas-section {
	padding: clamp(2rem, 5vw, 3.25rem) 0;
	background: #fff;
	border-bottom: 1px solid rgba(10, 42, 67, 0.08);
}
.vc-sr-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 2rem;
}
.vc-sr-section-head h2 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 700;
	color: #0a2a43;
	font-size: clamp(1.5rem, 3vw, 2rem);
	margin-bottom: 0.5rem;
}
.vc-sr-section-head p {
	color: #5a7085;
	margin: 0;
}
.vc-sr-map-card {
	background: linear-gradient(180deg, #f4f8fc 0%, #eef4fa 100%);
	border: 1px solid rgba(10, 42, 67, 0.1);
	border-radius: 16px;
	padding: 1rem;
	height: 100%;
	box-shadow: 0 12px 32px rgba(10, 42, 67, 0.08);
}
.vc-sr-map-card__img,
.vc-sr-map-card__embed {
	width: 100%;
	border-radius: 12px;
	display: block;
	overflow: hidden;
}
.vc-sr-map-card__embed {
	min-height: 340px;
	background: #dbe6f0;
}
.vc-sr-map-card__embed iframe {
	width: 100%;
	height: 340px;
	border: 0;
	display: block;
}
.vc-sr-map-card__note {
	margin: 0.85rem 0 0;
	font-size: 0.88rem;
	color: #5a7085;
}
.vc-sr-map-card__note i {
	color: #1a74a8;
	margin-right: 0.35rem;
}
.vc-sr-areas-carousel {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(10, 42, 67, 0.12);
	background: #0a2a43;
}
.vc-sr-areas-carousel .carousel-item {
	min-height: 320px;
}
.vc-sr-area-slide {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none !important;
}
.vc-sr-area-slide img,
.vc-sr-area-slide__map {
	width: 100%;
	height: 320px;
	display: block;
}
.vc-sr-area-slide__map iframe {
	width: 100%;
	height: 320px;
	border: 0;
	display: block;
	pointer-events: none;
}
.vc-sr-area-slide__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.25rem 1.35rem;
	background: linear-gradient(0deg, rgba(10, 42, 67, 0.95) 0%, rgba(10, 42, 67, 0.55) 70%, transparent 100%);
}
.vc-sr-area-slide__caption strong {
	display: block;
	font-size: 1.25rem;
	color: #ffeb3b;
}
.vc-sr-area-slide__caption span {
	display: block;
	font-size: 0.92rem;
	opacity: 0.92;
	margin: 0.2rem 0 0.45rem;
}
.vc-sr-area-slide__caption em {
	font-style: normal;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}
.vc-sr-area-thumbs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.65rem;
	margin-top: 0.85rem;
}
.vc-sr-area-thumb {
	display: block;
	text-decoration: none !important;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
	background: #fff;
	box-shadow: 0 4px 14px rgba(10, 42, 67, 0.08);
	transition: border-color 0.2s, transform 0.2s;
}
.vc-sr-area-thumb:hover {
	border-color: #ffeb3b;
	transform: translateY(-2px);
}
.vc-sr-area-thumb img,
.vc-sr-area-thumb__map {
	width: 100%;
	height: 72px;
	display: block;
	overflow: hidden;
}
.vc-sr-area-thumb__map iframe {
	width: 100%;
	height: 72px;
	border: 0;
	display: block;
	pointer-events: none;
}
.vc-sr-area-thumb span {
	display: block;
	padding: 0.35rem 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	color: #0a2a43;
	text-align: center;
	line-height: 1.2;
}
@media (max-width: 575px) {
	.vc-sr-area-thumbs {
		grid-template-columns: repeat(2, 1fr);
	}
}
.vc-sr-hero::after {
	content: '';
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: var(--vc-yellow, #ffeb3b);
}
.vc-sr-hero h1 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.9rem, 4.5vw, 2.85rem);
	color: var(--vc-yellow, #ffeb3b);
	line-height: 1.12;
	margin-bottom: 0.75rem;
	letter-spacing: -0.02em;
}
.vc-sr-hero p {
	font-size: 1.05rem;
	max-width: 36rem;
	opacity: 0.92;
	margin-bottom: 1.5rem;
}
.vc-sr-hero__actions .btn {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.vc-sr-hero__brand {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 235, 59, 0.9);
	margin-bottom: 0.75rem;
}

.vc-sr-filters {
	background: #fff;
	border-radius: 14px;
	padding: 1.25rem;
	box-shadow: 0 8px 28px rgba(10, 42, 67, 0.08);
	margin-top: -2rem;
	position: relative;
	z-index: 2;
	margin-bottom: 1.75rem;
}
.vc-sr-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.vc-sr-tabs a {
	padding: 0.45rem 1rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--vc-navy, #0a2a43);
	background: #eef3f8;
	text-decoration: none;
}
.vc-sr-tabs a.is-active {
	background: var(--vc-navy, #0a2a43);
	color: #fff;
}

.vc-sr-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(10, 42, 67, 0.07);
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
}
.vc-sr-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(10, 42, 67, 0.12);
}
.vc-sr-card__img {
	height: 180px;
	object-fit: cover;
	width: 100%;
	background: #d5e0ea;
}
.vc-sr-card__map {
	height: 180px;
	overflow: hidden;
	background: #dbe6f0;
}
.vc-sr-card__map iframe {
	width: 100%;
	height: 180px;
	border: 0;
	display: block;
	pointer-events: none;
}
.vc-sr-card__body {
	padding: 1.1rem 1.2rem 1.25rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.vc-sr-card__title {
	font-weight: 800;
	color: var(--vc-navy, #0a2a43);
	font-size: 1.05rem;
	margin-bottom: 0.35rem;
}
.vc-sr-card__price {
	font-weight: 800;
	color: #1a6b9a;
	font-size: 1.15rem;
	margin-bottom: 0.5rem;
}
.vc-sr-card__meta {
	font-size: 0.85rem;
	color: #5a6f82;
	margin-bottom: 0.65rem;
}
.vc-sr-card__link {
	margin-top: auto;
	font-weight: 700;
	color: var(--vc-navy, #0a2a43);
}

.vc-sr-badge {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.28rem 0.65rem;
	border-radius: 6px;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}
.vc-sr-badge--owner {
	background: #e6f6ec;
	color: #1b6b3a;
}
.vc-sr-badge--agent {
	background: #fff3e0;
	color: #9a5b00;
}
.vc-sr-badge--cut {
	background: #fff8d6;
	color: #6b5200;
	border: 1px solid rgba(255, 235, 59, 0.65);
}
.vc-sr-badge--type {
	background: #e8eef4;
	color: var(--vc-navy, #0a2a43);
}

.vc-sr-form-page { padding: 2.5rem 0 3.5rem; }
.vc-sr-form-card {
	background: #fff;
	border-radius: 14px;
	padding: 2rem;
	box-shadow: 0 8px 28px rgba(10, 42, 67, 0.08);
	margin: 0 auto;
}
.vc-sr-form-card h2 {
	color: var(--vc-navy, #0a2a43);
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.vc-sr-detail { padding: 2rem 0 3rem; }
.vc-sr-detail__gallery {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(10, 42, 67, 0.07);
	margin-bottom: 1.25rem;
}
.vc-sr-detail__main {
	position: relative;
	background: #0a2a43;
}
.vc-sr-detail__main img {
	width: 100%;
	height: clamp(280px, 48vw, 480px);
	object-fit: cover;
	display: block;
}
.vc-sr-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: rgba(10, 42, 67, 0.72);
	color: #ffeb3b;
	cursor: pointer;
	z-index: 2;
}
.vc-sr-gallery-nav--prev { left: 0.75rem; }
.vc-sr-gallery-nav--next { right: 0.75rem; }
.vc-sr-gallery-nav:hover { background: rgba(10, 42, 67, 0.92); }
.vc-sr-gallery-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.55rem 0.85rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
	color: #fff;
	font-size: 0.88rem;
	font-weight: 600;
}
.vc-sr-detail__thumbs {
	display: flex;
	gap: 0.55rem;
	padding: 0.75rem;
	overflow-x: auto;
}
.vc-sr-detail__thumb {
	border: 2px solid transparent;
	padding: 0;
	background: #eef3f8;
	border-radius: 8px;
	overflow: hidden;
	width: 96px;
	height: 78px;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
}
.vc-sr-detail__thumb.is-active { border-color: var(--vc-yellow, #ffeb3b); }
.vc-sr-detail__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vc-sr-thumb-label,
.vc-sr-detail__thumb-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.15rem 0.25rem;
	background: rgba(10, 42, 67, 0.78);
	color: #fff;
	font-size: 0.62rem;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vc-sr-angle-guide {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}
.vc-sr-angle-guide span {
	background: #eef3f8;
	color: #0a2a43;
	border-radius: 999px;
	padding: 0.28rem 0.65rem;
	font-size: 0.78rem;
	font-weight: 600;
}
.vc-sr-angle-guide i {
	color: #1a6b9a;
	margin-right: 0.2rem;
}
.vc-sr-photo-angles {
	background: #f7fafc;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 1rem 1.1rem;
}
.vc-sr-detail__sidebar {
	background: #fff;
	border-radius: 14px;
	padding: 1.5rem;
	box-shadow: 0 6px 22px rgba(10, 42, 67, 0.07);
	position: sticky;
	top: 90px;
}
.vc-sr-detail__price {
	font-size: 1.85rem;
	font-weight: 800;
	color: #1a6b9a;
}
.vc-sr-specs {
	list-style: none;
	padding: 0;
	margin: 0;
}
.vc-sr-specs li {
	display: flex;
	justify-content: space-between;
	padding: 0.55rem 0;
	border-bottom: 1px solid #eef2f6;
	font-size: 0.92rem;
}
.vc-sr-specs li span { color: #6a7d8f; }
.vc-sr-contact-box {
	background: var(--vc-navy, #0a2a43);
	color: #fff;
	border-radius: 12px;
	padding: 1.25rem;
	margin-top: 1.25rem;
}
.vc-sr-contact-box a { color: var(--vc-yellow, #ffeb3b); }
.vc-sr-contact-box .form-control {
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.2);
	color: #fff;
}
.vc-sr-contact-box .form-control::placeholder { color: rgba(255,255,255,0.55); }
.vc-sr-card__exact {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	color: #3d5568;
}
.vc-sr-map {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(10, 42, 67, 0.08);
	background: #d5e0ea;
	aspect-ratio: 16 / 10;
}
.vc-sr-map iframe {
	width: 100%;
	height: 100%;
	min-height: 260px;
	border: 0;
	display: block;
}
.vc-sr-map-fields {
	background: #f4f8fb;
	border: 1px solid #dde6ee;
	border-radius: 10px;
	padding: 1rem 1.1rem 0.25rem;
	margin-bottom: 1rem;
}

.vc-sr-dash { padding: 2rem 0 3rem; }
.vc-sr-dash-table {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 22px rgba(10, 42, 67, 0.07);
}
.vc-sr-dash-table table { margin-bottom: 0; }

.vc-sr-footer {
	background: var(--vc-navy, #0a2a43);
	color: rgba(255,255,255,0.85);
	padding: 3rem 0 1.5rem;
	margin-top: 2rem;
}
.vc-sr-footer h5 {
	color: var(--vc-yellow, #ffeb3b);
	font-weight: 700;
	font-size: 0.95rem;
	margin-bottom: 1rem;
}
.vc-sr-footer__links {
	list-style: none;
	padding: 0;
}
.vc-sr-footer__links a {
	color: rgba(255,255,255,0.75);
	font-size: 0.9rem;
}
.vc-sr-footer__links a:hover { color: #fff; }
.vc-sr-footer__social a {
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	color: #fff;
	margin-right: 0.4rem;
}
.vc-sr-footer-copy {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255,255,255,0.12);
	font-size: 0.85rem;
	opacity: 0.7;
}

@media (max-width: 767px) {
	.vc-sr-detail__sidebar { position: static; }
	.vc-sr-lock-banner { flex-direction: column; align-items: flex-start; }
}

.vc-sr-valueband {
	background: #fff;
	border-bottom: 1px solid #e4ebf2;
	padding: 1.1rem 0;
	box-shadow: 0 8px 24px rgba(10, 42, 67, 0.04);
}
.vc-sr-valueband__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
}
.vc-sr-valueband__item i {
	color: var(--vc-navy, #0a2a43);
	margin-bottom: 0.25rem;
}
.vc-sr-valueband__item strong { font-size: 0.95rem; }
.vc-sr-valueband__item span { font-size: 0.8rem; color: #6a7d8f; }

.vc-sr-card__media { position: relative; }
.vc-sr-card--locked .vc-sr-card__img { filter: saturate(0.7) brightness(0.92); }
.vc-sr-card__lock {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	background: rgba(10, 42, 67, 0.88);
	color: #ffeb3b;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.35rem 0.65rem;
	border-radius: 6px;
}

.vc-sr-lock-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	background: linear-gradient(120deg, #0a2a43, #1a4a6e);
	color: #fff;
	border-radius: 14px;
	padding: 1.1rem 1.35rem;
}
.vc-sr-lock-banner p { opacity: 0.9; font-size: 0.92rem; }

.vc-sr-pricing-hero {
	background: linear-gradient(120deg, #00002c 0%, #00008b 100%);
	color: #fff;
	padding: 3rem 0 2.5rem;
}
.vc-sr-pricing-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	font-weight: 700;
	color: #ffeb3b;
}
.vc-sr-pricing-hero h1 {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin-bottom: 0.75rem;
}
.vc-sr-price-card {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem;
	height: 100%;
	box-shadow: 0 10px 32px rgba(10, 42, 67, 0.08);
	border: 1px solid #e8eef4;
}
.vc-sr-price-card--featured {
	border-color: #ffeb3b;
	box-shadow: 0 16px 40px rgba(0, 0, 139, 0.14);
	transform: translateY(-4px);
}
.vc-sr-price-card__tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #eef3f8;
	color: #0a2a43;
	padding: 0.25rem 0.55rem;
	border-radius: 4px;
	margin-bottom: 0.75rem;
}
.vc-sr-price-card--featured .vc-sr-price-card__tag {
	background: #ffeb3b;
}
.vc-sr-price-card h3 {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.35rem;
	margin-bottom: 0.5rem;
}
.vc-sr-price-card__amount {
	font-size: 2.2rem;
	font-weight: 800;
	color: #0a2a43;
	margin-bottom: 1rem;
}
.vc-sr-price-card__amount span {
	font-size: 0.95rem;
	font-weight: 600;
	color: #6a7d8f;
}
.vc-sr-price-card ul {
	padding-left: 1.1rem;
	margin-bottom: 1.25rem;
	color: #3d5568;
}
.vc-sr-price-card li { margin-bottom: 0.35rem; }

.vc-sr-card__title {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 600;
}
.vc-sr-form-card h2 {
	font-family: 'Fraunces', Georgia, serif;
}

.vc-sr-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0.35rem 0 0.5rem;
}
.vc-sr-badge--verified {
	background: #e8f5e9;
	color: #1b5e20;
}
.vc-sr-badge--featured {
	background: #fff8e1;
	color: #8a6d00;
	font-weight: 700;
}
.vc-sr-badge--girls {
	background: #fce4ec;
	color: #880e4f;
}
.vc-sr-badge--boys {
	background: #e3f2fd;
	color: #0d47a1;
}
.vc-sr-badge--mixed {
	background: #f3e5f5;
	color: #4a148c;
}
.vc-sr-badge--net {
	background: #e0f7fa;
	color: #006064;
}
.vc-sr-badge--util {
	background: #fff3e0;
	color: #e65100;
}
.vc-sr-badge--sec {
	background: #eceff1;
	color: #263238;
}
.vc-sr-badge--occ {
	background: #e8eaf6;
	color: #1a237e;
}
.vc-sr-hero-carousel__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vc-sr-admin-stat {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 1rem;
	text-align: center;
}
.vc-sr-admin-stat strong {
	display: block;
	font-size: 1.75rem;
	color: var(--vc-navy, #0a2a43);
	font-family: 'Fraunces', Georgia, serif;
}
.vc-sr-admin-stat span {
	font-size: 0.8rem;
	color: #6a7d8f;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.vc-sr-feature-promo {
	background: linear-gradient(120deg, #fffde7, #fff8e1);
	border: 1px solid #ffe082;
	border-radius: 12px;
	padding: 1rem 1.25rem;
}
.vc-sr-feature-mini {
	min-width: 140px;
}
.vc-sr-review-avgs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.5rem;
}
.vc-sr-review-avg {
	background: #f5f8fb;
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}
.vc-sr-report-box,
.vc-sr-review-form {
	background: #fafbfc;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 1rem 1.15rem;
}
.vc-sr-feature-group {
	border-bottom: 1px solid #eef2f6;
	padding-bottom: 0.5rem;
}

.vc-sr-stars {
	color: #f0ad4e;
	letter-spacing: 0.05em;
}
.vc-sr-stars i {
	font-size: 0.85rem;
}
.vc-sr-card__stars {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}


.vc-sr-cut-hero {
	background: linear-gradient(135deg, #0a2a43, #1a4a6e);
}
.vc-sr-cut-table-wrap {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 0.5rem;
}
.vc-sr-cut-table thead th {
	border-top: none;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5a6b7c;
	white-space: nowrap;
}
.vc-sr-cut-facilities {
	max-width: 280px;
	font-size: 0.85rem;
}
.vc-sr-blurred {
	filter: blur(4px);
	user-select: none;
	color: #8899aa;
}
.vc-sr-cut-table-wrap--locked tbody tr:nth-child(n+4) {
	opacity: 0.55;
}
.vc-sr-cut-unlock {
	background: #fffbea;
	border: 1px dashed #f0c040;
	border-radius: 12px;
}

.vc-sr-route-map-wrap {
	margin-bottom: 1rem;
}
.vc-sr-route-map {
	border-radius: 12px;
	border: 1px solid #dce4ec;
	overflow: hidden;
	z-index: 1;
}
.vc-sr-route-map__address {
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
}
.vc-sr-route-map__distance {
	font-size: 0.9rem;
	margin: 0.5rem 0 0.25rem;
	color: #0a2a43;
}
.vc-sr-legend-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 2px;
	vertical-align: middle;
}
.vc-sr-legend-dot--house { background: #c62828; }
.vc-sr-legend-dot--cut { background: #0a2a43; }
.vc-sr-legend-line {
	display: inline-block;
	width: 18px;
	height: 0;
	border-top: 3px dashed #0a2a43;
	vertical-align: middle;
}
.vc-sr-map-marker {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.vc-sr-map-marker--house { background: #c62828; }
.vc-sr-map-marker--cut { background: #0a2a43; }
.vc-sr-map-distance-label {
	background: rgba(255,255,255,0.95);
	color: #0a2a43;
	border: 1px solid #dce4ec;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.vc-sr-badge--taken { background: #c62828; color: #fff; }
.vc-sr-badge--vacant { background: #2e7d32; color: #fff; }
.vc-sr-badge--reserved { background: #ef6c00; color: #fff; }
.vc-sr-badge--closed { background: #607d8b; color: #fff; }

.vc-sr-card--taken {
	opacity: 0.92;
}
.vc-sr-card--taken .vc-sr-card__title {
	text-decoration: line-through;
	text-decoration-color: rgba(198,40,40,0.45);
}
.vc-sr-card__taken {
	position: absolute;
	inset: 0;
	background: rgba(198,40,40,0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	z-index: 2;
}
.vc-sr-taken-banner {
	border-left: 4px solid #c62828;
}

.vc-sr-hero-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c62828;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.85);
	vertical-align: middle;
}
.vc-sr-hero-quicksearch {
	max-width: 720px;
	margin: 1rem 0 0.75rem;
}
.vc-sr-hero-quicksearch__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}
@media (min-width: 768px) {
	.vc-sr-hero-quicksearch__row {
		grid-template-columns: 1.4fr 1fr auto;
	}
}
.vc-sr-hero-quicksearch .form-control,
.vc-sr-hero-quicksearch .btn {
	border-radius: 10px;
}
.vc-sr-quick-filters {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 14px;
	padding: 1rem 1rem 0.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 4px 18px rgba(10,42,67,0.06);
}
.vc-sr-search-wrap {
	position: relative;
}
.vc-sr-live-search {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 1050;
	background: #fff;
	border: 1px solid #dde5ed;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(10,42,67,0.14);
	max-height: 360px;
	overflow-y: auto;
}
.vc-sr-live-search__head {
	padding: 0.55rem 0.85rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: #5a6b7a;
	border-bottom: 1px solid #eef2f6;
	background: #f8fafc;
	border-radius: 12px 12px 0 0;
}
.vc-sr-live-search__item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #f0f3f7;
}
.vc-sr-live-search__item:last-child {
	border-bottom: none;
}
.vc-sr-live-search__item:hover,
.vc-sr-live-search__item:focus {
	background: #fff8e6;
	text-decoration: none;
	color: inherit;
}
.vc-sr-live-search__thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
	background: #eef2f6;
}
.vc-sr-live-search__meta {
	min-width: 0;
	flex: 1;
}
.vc-sr-live-search__title {
	font-weight: 600;
	font-size: 0.92rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vc-sr-live-search__sub {
	font-size: 0.78rem;
	color: #6b7c8d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vc-sr-live-search__price {
	font-weight: 700;
	font-size: 0.85rem;
	color: var(--vc-navy);
	flex-shrink: 0;
}
.vc-sr-live-search__empty {
	padding: 0.85rem;
	font-size: 0.88rem;
	color: #6b7c8d;
}
.vc-sr-listings-grid--filtered [data-vc-sr-listing-id] {
	display: none;
}
.vc-sr-listings-grid--filtered [data-vc-sr-listing-id].is-visible {
	display: block;
}
.vc-sr-filter-toggle {
	font-weight: 600;
	color: var(--vc-navy);
}
.vc-sr-card__map-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(255,255,255,0.95);
	color: #c62828;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	cursor: pointer;
}
.vc-sr-card__map-btn:hover {
	background: #fff;
	transform: scale(1.05);
}
.vc-sr-map-marker--room {
	background: transparent;
	border: none;
}
.vc-sr-map-marker--room .vc-sr-map-marker__dot {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #c62828;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
.vc-sr-map-marker--room.vc-sr-map-marker--taken .vc-sr-map-marker__dot {
	background: #78909c;
}
.vc-sr-leaflet-popup .leaflet-popup-content-wrapper {
	border-radius: 12px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(10,42,67,0.18);
}
.vc-sr-leaflet-popup .leaflet-popup-content {
	margin: 0;
	min-width: 220px;
}
.vc-sr-map-popup__img img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	display: block;
}
.vc-sr-map-popup__body {
	padding: 0.75rem 0.85rem 0.85rem;
}
.vc-sr-map-popup__title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
	color: var(--vc-navy);
	line-height: 1.3;
}
.vc-sr-map-popup__rent {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--vc-navy);
	margin: 0 0 0.35rem;
}
.vc-sr-map-popup__rent span {
	font-size: 0.75rem;
	font-weight: 500;
	color: #607d8b;
}
.vc-sr-map-popup__meta {
	font-size: 0.78rem;
	color: #546e7a;
	margin: 0 0 0.2rem;
}
.vc-sr-map-popup__badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	margin: 0 0.25rem 0.35rem 0;
}
.vc-sr-map-popup__badge--taken { background: #ffcdd2; color: #b71c1c; }
.vc-sr-map-popup__badge--lock { background: #fff3cd; color: #856404; }
.vc-sr-map-popup__btn {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--vc-navy);
	text-decoration: none;
}
.vc-sr-map-popup__btn:hover {
	color: #c62828;
	text-decoration: none;
}
.vc-sr-pin-map-wrap {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #dce4ec;
}
.vc-sr-pin-map {
	border-radius: 12px;
	z-index: 1;
}
.vc-sr-pin-map__label {
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
	color: var(--vc-navy);
}
.vc-sr-route-details {
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 0.75rem 1rem;
	background: #f8fafc;
}
.vc-sr-route-details summary {
	cursor: pointer;
	color: var(--vc-navy);
}

.vc-sr-contact-page {
	padding: clamp(2rem, 5vw, 3rem) 0 4rem;
}
.vc-sr-contact-page__hero {
	max-width: 640px;
	margin-bottom: 2rem;
}
.vc-sr-contact-page__hero h1 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 700;
	color: var(--vc-navy);
}
.vc-sr-contact-card {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 16px;
	padding: 1.5rem;
	box-shadow: 0 8px 24px rgba(10,42,67,0.08);
	height: 100%;
}
.vc-sr-contact-card__list {
	list-style: none;
	padding: 0;
	margin: 1rem 0 1.25rem;
}
.vc-sr-contact-card__list li {
	display: flex;
	gap: 0.85rem;
	margin-bottom: 1rem;
}
.vc-sr-contact-card__list i {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(10,42,67,0.08);
	color: var(--vc-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.vc-sr-contact-card__list strong {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #607d8b;
}
.vc-sr-contact-card__list a {
	color: var(--vc-navy);
	font-weight: 700;
}
.vc-sr-contact-help__item {
	background: #fff;
	border: 1px solid #e8eef4;
	border-radius: 12px;
	padding: 1.1rem;
	height: 100%;
}
.vc-sr-contact-help__item i {
	color: #c62828;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.vc-sr-contact-help__item h3 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--vc-navy);
}
.vc-sr-contact-help__item p {
	font-size: 0.9rem;
	color: #546e7a;
	margin-bottom: 0.5rem;
}
.vc-sr-contact-help__item a {
	font-weight: 700;
	font-size: 0.88rem;
}

/* Legal pages and consent */
.vc-sr-legal-page {
	max-width: 800px;
}
.vc-sr-legal-page h1 {
	font-family: 'Fraunces', Georgia, serif;
	font-weight: 800;
	color: var(--vc-navy, #0a2a43);
	margin-bottom: 0.35rem;
}
.vc-sr-legal-page .lead {
	color: #546e7a;
	margin-bottom: 1.25rem;
}
.vc-sr-detail-block {
	margin-bottom: 1.5rem;
}
.vc-sr-detail-block h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--vc-navy, #0a2a43);
	margin-bottom: 0.75rem;
}
.vc-sr-detail-block p {
	color: #3d5568;
	line-height: 1.7;
	margin-bottom: 0.75rem;
}
.vc-sr-detail-block p:last-child {
	margin-bottom: 0;
}
.vc-sr-legal-page ul {
	padding-left: 1.25rem;
	margin-bottom: 0;
	color: #3d5568;
	line-height: 1.7;
}
.vc-sr-legal-page ul li + li {
	margin-top: 0.35rem;
}
.vc-sr-form-consent {
	margin-top: 1rem;
	padding: 1rem;
	background: #eef3f8;
	border-radius: 8px;
}
.vc-sr-form-consent .custom-control-label {
	font-size: 0.9rem;
	line-height: 1.5;
	color: #3d5568;
}
.vc-sr-form-consent a {
	font-weight: 600;
}
.vc-sr-legal-links {
	text-align: center;
	font-size: 0.85rem;
	color: #6a7d8f;
	margin: 1.25rem 0 0;
}
.vc-sr-legal-links a {
	color: var(--vc-navy, #0a2a43);
	font-weight: 600;
	text-decoration: none;
}
.vc-sr-legal-links a:hover {
	color: var(--vc-yellow-dark, #c9a000);
	text-decoration: underline;
}
.vc-sr-legal-links span {
	margin: 0 0.35rem;
	opacity: 0.5;
}
.vc-sr-contact-legal {
	text-align: center;
	padding-top: 1.5rem;
	margin-top: 0.5rem;
	border-top: 1px solid rgba(10, 42, 67, 0.08);
}

