/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Placeholder gradients for apartment categories (no on-site photography yet) */
.ph_room_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ph_room_bg i {
	font-size: 46px;
	color: rgba(255,255,255,0.85);
}
.ph_room_bg.ph_1 { background: linear-gradient(135deg, #8a7a5c 0%, #4b3f2e 100%); }
.ph_room_bg.ph_2 { background: linear-gradient(135deg, #6f7d78 0%, #33403c 100%); }
.ph_room_bg.ph_3 { background: linear-gradient(135deg, #9a8360 0%, #5a4a30 100%); }
.ph_room_bg.ph_4 { background: linear-gradient(135deg, #565b66 0%, #262930 100%); }

.hero.ph_hero {
	background: linear-gradient(135deg, #4b3f2e 0%, #262930 100%);
}
