:root {
	--umino-primary: #0abde3;
	/* ocean */
	--umino-accent: #00d2d3;
	/* lagoon */
	--umino-deep: #065a82;
	/* deep sea */
	--umino-sand: #fff6e6;
	/* sand */
	--umino-ink: #0f172a;
	/* text */
}

#roomGrid .room-amt {
	color: #323232;
	font-size: 18px;
}

.umino-section {
	position: relative;
	padding: 3.5rem 0
}

.umino-title {
	letter-spacing: .3px
}

.umino-sub {
	color: #475569
}

/* filter pills */
.umino-pill {
	border: 2px solid #03989e;
	color: #323232;
	font-weight: 600;
	border-radius: 50rem;
	padding: .4rem 1rem;
	transition: .2s
}

.umino-pill.active,
.umino-pill:hover {
	background: #03989e;
	color: #fff;
}

/* Room Cards */
.room-card {
	border: none;
	border-radius: 1.25rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 30px rgba(6, 90, 130, .12);
	transition: transform .25s ease, box-shadow .25s ease
}

.room-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(6, 90, 130, .18)
}

.room-media {
	position: relative;
}

.room-media img {
	position: relative;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/* Ribbon */
.umino-ribbon {
	position: absolute;
	top: 12px;
	left: -8px;
	background: #111827;
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	padding: .35rem .75rem;
	border-radius: .25rem;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	z-index: 9;
}

.umino-ribbon.pool {
	background: linear-gradient(90deg, #14b8a6, #3b82f6)
}

.umino-ribbon.garden {
	background: linear-gradient(90deg, #22c55e, #84cc16)
}

.umino-ribbon.connect {
	background: linear-gradient(90deg, #8b5cf6, #ec4899)
}

.room-body {
	padding: 1.125rem 1.25rem
}

.room-title {
	font-weight: 700;
	margin-bottom: .35rem
}

.room-meta {
	font-size: 1rem;
	color: #475569
}

/* amenities */
.amenity {
	display: inline-flex;
	align-items: center;
	background: #f1f5f9;
	border-radius: 999px;
	padding: .35rem .6rem;
	margin: .2rem .25rem;
	font-size: .8rem;
	font-weight: 600
}

.amenity svg {
	width: 18px;
	height: 18px;
	margin-right: .35rem
}

/* CTA */
.btn-umino {
	background: #03989e;
	color: #fff;
	font-weight: 700;
	padding: 8px;
}

.btn-umino:hover {
	background: #323232;
	color: #fff;
	border-color: #083e5b
}

/* small footer note */
.umino-note {
	font-size: .85rem;
	color: #64748b
}

.amt-item {
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 15px #cccccc37;
	margin-bottom: 20px;
	border-radius: 10px;
}

.amt-item h4 {
	margin: 5px 0 0;
	font-size: 20px;
}

.amt-icon img {
	width: 50px;
}

.footer {
	padding-top: 60px;
}

.footer .bottom-bar {
	padding: 20px 0;
}

.footer-bar {
	padding: 20px 0;
}

.footer-bar h6 {
	opacity: 0.8;
}

@media (max-width:576px) {
	.umino-pill {
		font-size: 12px;

	}
}


/* Scoped styles for the Nearby Attractions section */
.ubr-nearby {
	padding: 60px 0;
	background: #f8fbfd;
}

.ubr-card {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(33, 40, 50, .06);
	overflow: hidden;
}

.ubr-card .card-img-top {
	height: 180px;
	object-fit: cover;
}

.ubr-distance {
	font-weight: 600;
	color: #03989e;
}

.ubr-tag {
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef6ff;
	color: #03989e;
}

.ubr-filter {
	max-width: 420px;
}

.ubr-map-placeholder {
	height: 320px;
	border-radius: 12px;
	background: linear-gradient(180deg, #e9f2ff, #ffffff);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7c88;
}

.map-btn {
	color: #03989e;
	border-color: #03989e;
}

@media (max-width:576px) {
	.ubr-card .card-img-top {
		height: 140px;
	}
}

.gallery .carousel-item .card img {
	height: 260px;
	object-fit: cover;
}