/* Phase 1 custom styles for HotelTechie CI3 + AZNews wiring check */
body {
	background-color: #f7f9fc;
}

.ht-phase1 {
	padding: 80px 15px;
}

.ht-tag-wrap,
.ht-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 4px;
}

.ht-tag {
	display: inline-flex;
	align-items: center;
	padding: 3px 9px;
	border: 1px solid #bdd0ea;
	border-radius: 999px;
	background: #eaf3ff;
	color: #13345f !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
}

.ht-tag.is-active {
	background: #13345f;
	border-color: #13345f;
	color: #ffffff !important;
}

a.ht-tag.is-active:hover,
a.ht-tag.is-active:focus,
a.ht-tag.is-active:active,
a.ht-tag.is-active:visited {
	background: #13345f;
	border-color: #13345f;
	color: #ffffff !important;
}

a.ht-tag:hover,
a.ht-tag:focus,
a.ht-tag:active,
a.ht-tag:visited {
	background: #d8e9ff;
	border-color: #a8c2e6;
	color: #0f2c51 !important;
}

.what-cap h4 a,
.single-what-news h4 a,
.single-what-news .what-cap h4 a,
.trending-area .trand-right-single h4 a,
.trending-area .trending-main .trending-top .trend-top-cap h2 a,
.blog_right_sidebar .media-body a {
	color: #0f1f3d !important;
}

.what-cap h4 a:hover,
.single-what-news h4 a:hover,
.single-what-news .what-cap h4 a:hover,
.trending-area .trand-right-single h4 a:hover,
.trending-area .trending-main .trending-top .trend-top-cap h2 a:hover,
.blog_right_sidebar .media-body a:hover {
	color: #1f4a7b !important;
}

.what-cap h4 a:visited,
.single-what-news h4 a:visited,
.single-what-news .what-cap h4 a:visited {
	color: #223f66 !important;
}

.preloader .preloader-img .ht-loader-text {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #0f2e54;
	animation: ht-loader-fade 1.2s ease-in-out infinite;
}

@keyframes ht-loader-fade {
	0%, 100% {
		opacity: 0.45;
	}
	50% {
		opacity: 1;
	}
}

.ht-admin-page {
	background: #f3f6fb;
}

.ht-admin-card {
	background: #fff;
	border: 1px solid #dde6f4;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 8px 22px rgba(18, 46, 84, 0.08);
}

.ht-auth-section {
	max-width: 980px;
}

.ht-auth-toggle {
	color: #1c3f6e;
	cursor: pointer;
	font-size: 14px;
}

.ht-auth-alt-link {
	color: #1f355a;
	font-size: 14px;
}

.ht-auth-alt-link a {
	color: #123d70 !important;
	font-weight: 600;
}

.ht-auth-alt-link a:hover,
.ht-auth-alt-link a:focus {
	color: #0d2f58 !important;
	text-decoration: underline;
}

.ht-footer-login-links {
	display: flex;
	gap: 10px;
	margin-top: 14px;
	flex-wrap: wrap;
}

.ht-footer-login-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #112c52;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 600;
}

.ht-footer-login-link:hover,
.ht-footer-login-link:focus {
	background: #1a3b67;
	color: #ffffff !important;
}

.ht-header-login-links {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ht-header-login-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #112c52;
	color: #ffffff !important;
	font-size: 13px;
}

.ht-header-login-link:hover,
.ht-header-login-link:focus {
	background: #1a3b67;
	color: #ffffff !important;
}

.ht-brand-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 12px;
}

.ht-brand-note {
	font-size: 13px;
	font-weight: 500;
	color: #5f6f86;
	white-space: nowrap;
	line-height: 1.2;
}

.ht-top-nav-wrap {
	display: flex;
	justify-content: flex-end;
}

.ht-top-nav-list {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
}

.ht-top-nav-list li {
	margin: 0;
	padding: 0;
}

.ht-top-nav-list li a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: #13345f !important;
	text-transform: uppercase;
}

.ht-top-nav-list li a:hover,
.ht-top-nav-list li a:focus {
	color: #0f2c51 !important;
	text-decoration: none;
}

@media (max-width: 1199.98px) {
	.ht-top-nav-list {
		gap: 14px;
	}

	.ht-top-nav-list li a {
		font-size: 13px;
	}
}

.ht-category-sidebar-box {
	background: #ffffff;
}

.ht-category-sidebar-list .ht-category-link {
	display: inline-block;
	color: #1a3559 !important;
	font-weight: 500;
	line-height: 1.5;
}

.ht-category-sidebar-list .ht-category-link:hover,
.ht-category-sidebar-list .ht-category-link:focus {
	color: #0e2d54 !important;
	text-decoration: underline;
}

.ht-category-sidebar-list .ht-category-link:active,
.ht-category-sidebar-list .ht-category-link:visited {
	color: #244774 !important;
}

.single-what-news {
	margin-bottom: 20px !important;
}

.single-what-news .what-img {
	margin-bottom: 10px !important;
}

.single-what-news .what-cap .ht-tag-wrap,
.single-what-news .what-cap .ht-tags {
	margin-bottom: 6px !important;
}

.single-what-news .what-cap h4 {
	margin-bottom: 6px;
}

.single-what-news .what-cap h4 a {
	font-size: 17px;
	line-height: 1.35;
	font-weight: 600;
}

.single-what-news .what-cap p {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 1.58;
	color: #2b4262;
}

.single-what-news .what-cap p:not(.mb-0) {
	text-align: justify;
	text-justify: inter-word;
}

.single-what-news .what-cap p.mb-0,
.single-what-news .what-cap p small {
	font-size: 12px;
	line-height: 1.35;
	color: #5d6f88;
}

.ht-footer-area {
	background: linear-gradient(90deg, #20242c 0%, #292e38 100%);
	color: #eef3fb;
}

.ht-footer-area .single-footer-caption h4 {
	color: #ffffff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.18);
	padding-bottom: 10px;
	margin-bottom: 14px !important;
}

.ht-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ht-footer-brand-logo {
	max-height: 36px;
	width: auto;
	filter: brightness(0) invert(1);
}

.ht-footer-brand-text {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.ht-footer-about p {
	color: #d7dfec;
}

.ht-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ht-footer-links li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
}

.ht-footer-links li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ht-footer-links a {
	color: #f5f8ff !important;
	font-weight: 500;
}

.ht-footer-links a:hover,
.ht-footer-links a:focus {
	color: #9ec5ff !important;
	text-decoration: none;
}

.ht-content-card,
.ht-form-card,
.ht-contact-info-card {
	background: #ffffff;
	border: 1px solid #dfe7f5;
	border-radius: 10px;
	padding: 24px;
}

.ht-page-intro {
	background: #eaf2ff;
	border: 1px solid #c7d8f6;
	border-radius: 8px;
	padding: 12px 14px;
	color: #183760;
}

.ht-page-intro p {
	margin-bottom: 0;
}

.ht-faq-item {
	margin-bottom: 18px;
}

.ht-faq-item h4 {
	font-size: 18px;
	line-height: 1.4;
	color: #102b50;
	margin-bottom: 8px;
}

.ht-faq-item p {
	margin-bottom: 0;
	color: #263f63;
}

.ht-faq-item a {
	color: #111111 !important;
	font-weight: 700;
	text-decoration: underline;
}

.ht-faq-item a:hover,
.ht-faq-item a:focus {
	color: #0f2f58 !important;
}

.ht-check-list {
	list-style: none;
	padding-left: 0;
}

.ht-check-list li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	color: #1b365d;
}

.ht-check-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #0e4f9a;
	font-weight: 700;
}

.ht-form-card select.ht-native-select {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

.ht-form-card select.ht-native-select + .nice-select {
	display: none !important;
}

.ht-card-img,
.ht-thumb-img,
.ht-thumb-md,
.ht-thumb-sm,
.ht-sidebar-thumb {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: contain;
	object-position: center;
	padding: 6px;
	background: #f2f5f9;
	border-radius: 4px;
}

.ht-thumb-lg {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: contain;
	object-position: center;
	padding: 8px;
	background: #f2f5f9;
	border-radius: 4px;
}

.ht-article-main-img {
	display: block;
	width: 100%;
	max-height: 460px;
	object-fit: contain;
	object-position: center;
	background: #f4f7fb;
	border-radius: 6px;
}

@media (max-width: 991.98px) {
	.ht-thumb-lg {
		height: 280px;
	}

	.ht-card-img,
	.ht-thumb-img,
	.ht-thumb-md,
	.ht-thumb-sm,
	.ht-sidebar-thumb {
		height: 190px;
	}

	.ht-article-main-img {
		max-height: 360px;
	}
}

.ht-article-nav {
	border: 1px solid #d9e3f1;
	background: #ffffff;
	border-radius: 6px;
}

.ht-article-nav-link {
	display: block;
	color: #0d2f5c !important;
	text-decoration: none;
}

.ht-article-nav-link:hover,
.ht-article-nav-link:focus {
	color: #184a86 !important;
	text-decoration: none;
}

.ht-article-nav-label {
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.ht-article-nav-title {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.ht-detail-latest-card .what-cap h4 a {
	color: #102b50 !important;
}

.ht-detail-latest-card .what-cap p {
	color: #2a4061;
}

.ht-category-strip {
	padding: 10px 0;
}

.ht-category-strip-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ht-category-strip-link {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
}

.ht-category-strip-link:hover,
.ht-category-strip-link:focus {
	background: rgba(255, 255, 255, 0.22);
	color: #ffffff !important;
}

.ht-category-strip-link.is-active {
	background: #f2f7ff;
	color: #0f2d54 !important;
}

.ht-category-ad-rail .ht-ad-slot-placeholder {
	min-height: 120px;
	border: 1px dashed #c6d3e7;
	background: #f7fbff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.ht-category-ad-rail .ht-ad-slot-placeholder::before {
	content: "Reserved for Ads";
	color: #6a7f9f;
	font-size: 13px;
	font-weight: 600;
}

@media (max-width: 767.98px) {
	.ht-article-nav .text-left,
	.ht-article-nav .text-right {
		text-align: left !important;
	}

	.ht-article-nav .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 12px;
	}

	.ht-article-nav .col-6:last-child {
		margin-bottom: 0;
	}

	.ht-category-strip {
		padding: 8px 0;
	}

	.ht-category-strip-link {
		padding: 4px 8px;
		font-size: 11px;
	}
}
.ht-recaptcha-wrap .g-recaptcha {
	display: inline-block;
}

@media (max-width: 575.98px) {
	.ht-recaptcha-wrap .g-recaptcha {
		transform: scale(0.92);
		transform-origin: left top;
	}
}

/* Brand palette refresh: light olive + brown */
:root {
	--ht-olive-900: #4f6139;
	--ht-olive-800: #5f7345;
	--ht-olive-700: #6f8452;
	--ht-olive-200: #dfe7d1;
	--ht-olive-100: #edf2e6;
	--ht-brown-900: #6f4525;
	--ht-brown-800: #835333;
	--ht-brown-700: #966448;
	--ht-brown-200: #e7dbd0;
	--ht-brown-100: #f3ebe4;
	--ht-paper: #f6f4ef;
	--ht-surface: #ffffff;
	--ht-text: #2f312c;
	--ht-text-soft: #60655b;
	--ht-border: #d7ddcc;
	--ht-accent: var(--ht-olive-700);
	--ht-accent-hover: var(--ht-olive-800);
	--ht-accent-contrast: #ffffff;
}

body {
	background: var(--ht-paper);
	color: var(--ht-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--ht-text);
}

p {
	color: var(--ht-text-soft);
}

.ht-brand-row {
	display: flex;
	align-items: center;
	min-height: 58px;
}

.ht-brand-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.ht-brand-logo-img {
	display: block;
	height: 50px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.ht-brand-logo-link-sticky {
	padding: 6px 0;
}

.ht-brand-logo-img-sticky {
	height: 40px;
}

.ht-brand-logo-fallback {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--ht-text);
}

.main-header .header-bottom {
	background: var(--ht-surface);
	border-top: 1px solid var(--ht-border);
	border-bottom: 1px solid var(--ht-border);
}

.main-header .header-mid {
	background: var(--ht-surface);
}

.ht-top-nav-list li a {
	color: var(--ht-brown-900) !important;
}

.ht-top-nav-list li a:hover,
.ht-top-nav-list li a:focus {
	color: var(--ht-olive-800) !important;
}

.ht-header-login-link {
	background: var(--ht-olive-700);
	color: var(--ht-accent-contrast) !important;
}

.ht-header-login-link:hover,
.ht-header-login-link:focus {
	background: var(--ht-olive-800);
}

.header-search-toggle {
	color: var(--ht-brown-900);
}

.header-search-toggle:hover,
.header-search-toggle:focus {
	color: var(--ht-olive-800);
}

.header-search-form {
	border: 1px solid var(--ht-border);
	background: var(--ht-surface);
}

.header-search-form button {
	color: var(--ht-brown-900);
}

.header-search-form button:hover,
.header-search-form button:focus {
	color: var(--ht-olive-800);
}

.ht-category-strip {
	background: linear-gradient(90deg, var(--ht-olive-800) 0%, var(--ht-brown-700) 100%);
}

.ht-category-strip-link {
	background: rgba(255, 255, 255, 0.2);
	color: #fff !important;
}

.ht-category-strip-link:hover,
.ht-category-strip-link:focus {
	background: rgba(255, 255, 255, 0.32);
	color: #fff !important;
}

.ht-category-strip-link.is-active {
	background: var(--ht-surface);
	color: var(--ht-brown-900) !important;
}

.ht-tag,
a.ht-tag,
a.ht-tag:visited {
	border-color: var(--ht-brown-200);
	background: var(--ht-brown-100);
	color: var(--ht-brown-900) !important;
}

.ht-tag:hover,
.ht-tag:focus,
a.ht-tag:hover,
a.ht-tag:focus,
a.ht-tag:active {
	background: var(--ht-olive-100);
	border-color: var(--ht-olive-200);
	color: var(--ht-olive-900) !important;
}

.ht-tag.is-active,
a.ht-tag.is-active:hover,
a.ht-tag.is-active:focus,
a.ht-tag.is-active:active,
a.ht-tag.is-active:visited {
	background: var(--ht-olive-700);
	border-color: var(--ht-olive-700);
	color: var(--ht-accent-contrast) !important;
}

a,
.single-what-news h4 a,
.what-cap h4 a,
.blog_right_sidebar .media-body a,
.ht-detail-latest-card .what-cap h4 a,
.ht-article-nav-link {
	color: var(--ht-text) !important;
}

a:hover,
a:focus,
.single-what-news h4 a:hover,
.what-cap h4 a:hover,
.blog_right_sidebar .media-body a:hover,
.ht-detail-latest-card .what-cap h4 a:hover,
.ht-article-nav-link:hover,
.ht-article-nav-link:focus {
	color: var(--ht-olive-800) !important;
}

.btn,
.send-btn,
.boxed-btn,
.contact-section .btn_2 {
	background: var(--ht-olive-700) !important;
	border-color: var(--ht-olive-700) !important;
	color: var(--ht-accent-contrast) !important;
}

.btn:hover,
.btn:focus,
.send-btn:hover,
.send-btn:focus,
.boxed-btn:hover,
.boxed-btn:focus,
.contact-section .btn_2:hover,
.contact-section .btn_2:focus {
	background: var(--ht-olive-800) !important;
	border-color: var(--ht-olive-800) !important;
	color: var(--ht-accent-contrast) !important;
}

.ht-footer-area {
	background: linear-gradient(90deg, #5f7345 0%, #8b6547 100%);
	color: #f4f6f1;
}

.ht-footer-area .single-footer-caption h4,
.ht-footer-brand-text,
.ht-footer-links a,
.ht-footer-area .footer-copy-right p {
	color: #ffffff !important;
}

.ht-footer-links a:hover,
.ht-footer-links a:focus {
	color: #f8f3ec !important;
}

.ht-footer-login-link {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}

.ht-footer-login-link:hover,
.ht-footer-login-link:focus {
	background: rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
}

.ht-content-card,
.ht-form-card,
.ht-contact-info-card,
.ht-article-nav,
.ht-category-sidebar-box {
	border-color: var(--ht-border);
	background: var(--ht-surface);
}

.ht-page-intro {
	background: var(--ht-olive-100);
	border-color: var(--ht-olive-200);
	color: var(--ht-olive-900);
}

.single-what-news .what-cap p,
.ht-detail-latest-card .what-cap p,
.ht-faq-item p {
	color: var(--ht-text-soft);
}

.single-what-news .what-cap p.mb-0,
.single-what-news .what-cap p small {
	color: #70766b;
}

.pagination .page-link {
	color: var(--ht-brown-900);
	border-color: var(--ht-border);
	background: var(--ht-surface);
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-item.active .page-link {
	color: var(--ht-accent-contrast);
	border-color: var(--ht-olive-700);
	background: var(--ht-olive-700);
}

#scrollUp {
	background: var(--ht-brown-800);
}

#scrollUp:hover {
	background: var(--ht-brown-900);
}

/* Global spacing compaction */
main.pt-50,
main.ht-page-main {
	padding-top: 30px !important;
	padding-bottom: 34px !important;
}

main .whats-news-area.pt-50 {
	padding-top: 30px !important;
	padding-bottom: 14px !important;
}

main .weekly2-news-area.pt-20 {
	padding-top: 12px !important;
	padding-bottom: 20px !important;
}

.section-tittle.mb-30 {
	margin-bottom: 18px !important;
}

.section-tittle.mb-20 {
	margin-bottom: 14px !important;
}

.single-what-news.mb-30 {
	margin-bottom: 16px !important;
}

.single-what-news.mb-25 {
	margin-bottom: 14px !important;
}

.single-what-news.mb-20 {
	margin-bottom: 12px !important;
}

.single-what-news .what-img.mb-15 {
	margin-bottom: 10px !important;
}

.single-what-news .what-cap .ht-tag-wrap.mb-2,
.single-what-news .what-cap .ht-tags.mb-2 {
	margin-bottom: 4px !important;
}

.single-what-news .what-cap h4 {
	margin-bottom: 5px;
}

.single-what-news .what-cap p {
	margin-bottom: 5px;
}

.single-what-news .what-cap p.mb-0,
.single-what-news .what-cap p small {
	margin-bottom: 0;
}

.ht-category-page-title {
	text-align: left !important;
}

.ht-home-pagination-wrap {
	padding-top: 6px;
}

.ht-home-pagination {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.ht-brand-logo-img {
		height: 44px;
	}

	.ht-brand-logo-img-sticky {
		height: 34px;
	}
}
