/* HotelTechie thumbnail sizing helpers */
.ht-thumb-sm,
.ht-thumb-md,
.ht-thumb-lg {
	display: block;
	width: 100%;
	object-fit: cover;
}

.ht-thumb-sm {
	height: 100px;
}

.ht-thumb-md {
	height: 180px;
}

.ht-thumb-lg {
	height: 320px;
}

.ht-card-img {
	height: 200px;
}

.ht-thumb-img {
	height: 95px;
}

/* HotelTechie category strip */
.ht-category-strip {
	background: #0b1c39;
	padding: 10px 0;
}

.ht-category-strip-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.ht-category-strip-link {
	display: inline-block;
	padding: 6px 10px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 2px;
}

.ht-category-strip-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.24);
}

.ht-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ht-tag {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 14px;
	background: #eef2ff;
	color: #18206f;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
}

.ht-footer-area {
	background: #0b1c39;
}

.ht-footer-area .footer-tittle h4,
.ht-footer-area .footer-tittle p,
.ht-footer-area .footer-copy-right p {
	color: #fff;
}

.ht-newsletter-form {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ht-newsletter-form input {
	flex: 1;
	height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.ht-newsletter-form input::placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.ht-newsletter-form button {
	height: 42px;
	width: 42px;
	border: 0;
	background: #2d5bff;
	color: #fff;
	cursor: pointer;
}

.ht-instagram-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.ht-instagram-grid img {
	width: 100%;
	height: 72px;
	object-fit: cover;
	display: block;
}
