/**
 * Havuzum.net — modern havuz teması
 */
:root {
	--hz-pool-deep: #023e8a;
	--hz-pool: #0077b6;
	--hz-pool-light: #00b4d8;
	--hz-pool-sky: #90e0f8;
	--hz-pool-mist: #caf0f8;
	--hz-bg: #f0f7fb;
	--hz-surface: #ffffff;
	--hz-text: #1a2b3c;
	--hz-text-muted: #5c7a8a;
	--hz-accent: #00b4d8;
	--hz-shadow: 0 4px 20px rgba(2, 62, 138, 0.08);
	--hz-radius: 10px;
	--hz-nav-height: 52px;
}

html, body {
	background: var(--hz-bg) !important;
	color: var(--hz-text);
	font-family: 'Inter', 'Roboto Condensed', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', 'Roboto Condensed', sans-serif !important;
}

/* —— Logo —— */
.hz-logo-link {
	display: inline-block;
	line-height: 0;
}
.hz-logo-link svg.hz-logo-svg,
.hz-logo-link img.hz-logo-svg,
.hz-logo-svg {
	height: 64px;
	width: auto;
	max-width: 280px;
	display: block;
}
.hz-logo-svg--mobile {
	height: 36px !important;
	max-width: 200px !important;
}
@media (max-width: 767px) {
	.hz-logo-link svg.hz-logo-svg,
	.hz-logo-svg {
		height: 48px;
		max-width: 220px;
	}
}

/* —— Header —— */
.ustx,
.header.ustx {
	margin-top: var(--hz-nav-height) !important;
}
.header-top {
	background: linear-gradient(180deg, #fff 0%, var(--hz-pool-mist) 100%) !important;
	padding: 1em 0 1.2em !important;
	margin-top: var(--hz-nav-height) !important;
	border-bottom: 3px solid var(--hz-pool-light);
	box-shadow: var(--hz-shadow);
}
.logo {
	padding: 4px 0;
	float: none;
	flex-shrink: 0;
}
.hz-header-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 20px;
}
/* Üst reklam alanı: fulreklam 988×80 (reklam_tepe top) */
.hz-header-media {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 988px;
	width: 100%;
	margin-top: 8px;
	margin-left: 20px;
}
.hz-header-banner {
	margin-top: 8px;
	border: none !important;
	border-radius: var(--hz-radius);
	background: var(--hz-surface);
	box-shadow: var(--hz-shadow);
	padding: 16px !important;
	height: auto !important;
	min-height: 100px;
}
.hz-header-video-wrap {
	position: relative;
	width: 100%;
	max-width: 988px;
	height: 80px;
	max-height: 80px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(2, 62, 138, 0.12);
	background: linear-gradient(135deg, var(--hz-pool-deep), var(--hz-pool));
	border: 1px solid rgba(0, 119, 182, 0.2);
}
.hz-header-video {
	width: 100%;
	height: 80px;
	max-height: 80px;
	object-fit: cover;
	display: block;
	vertical-align: middle;
}
.hz-header-video-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(2, 62, 138, 0.2) 0%,
		rgba(2, 62, 138, 0.05) 50%,
		rgba(0, 119, 182, 0.08) 100%
	);
}
@media (max-width: 991px) {
	.hz-header-media {
		max-width: 468px;
	}
	.hz-header-video-wrap,
	.hz-header-video {
		height: 60px;
		max-height: 60px;
	}
}
@media (max-width: 767px) {
	.hz-header-row {
		display: block;
	}
	.hz-header-media {
		margin-left: 0;
		max-width: 100%;
	}
}

/* —— Navbar —— */
.navbar-default.navbar-fixed-top {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, var(--hz-pool) 55%, var(--hz-pool-light) 100%) !important;
	border: none !important;
	box-shadow: 0 2px 12px rgba(2, 62, 138, 0.25);
	min-height: var(--hz-nav-height);
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 0.92) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	padding: 16px 18px !important;
	border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
	transition: background 0.2s ease, color 0.2s ease;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
	margin-top: 10px;
}
.navbar-default .navbar-brand {
	color: #fff !important;
}

/* —— Arama formu (menu) —— */
.head-bottom {
	background: linear-gradient(90deg, var(--hz-pool-deep), var(--hz-pool)) !important;
	padding: 14px 0 !important;
}
.head-bottom .form-control {
	border-radius: 8px !important;
	border: 2px solid var(--hz-pool-mist) !important;
	box-shadow: none !important;
	height: 46px;
}
.head-bottom .btn {
	border-radius: 8px !important;
	background: var(--hz-pool-light) !important;
	border: none !important;
	font-weight: 700;
	transition: transform 0.15s ease, background 0.15s ease;
}
.head-bottom .btn:hover {
	background: var(--hz-pool-sky) !important;
	transform: translateY(-1px);
}
#arama .btn[style*="fa4b2a"],
input[type="submit"][style*="fa4b2a"] {
	background-color: var(--hz-pool-light) !important;
}

/* —— İçerik kartları —— */
.technology-left,
.tech-no,
.tc-ch {
	border-radius: var(--hz-radius);
}
.event-list > li {
	border-radius: var(--hz-radius) !important;
	border: 1px solid rgba(0, 119, 182, 0.1) !important;
	box-shadow: var(--hz-shadow) !important;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.event-list > li:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(2, 62, 138, 0.12) !important;
}
.event-list > li > .info h2.title a {
	color: var(--hz-pool-deep) !important;
	font-weight: 700;
}
.event-list > li > .info h2.title a:hover {
	color: var(--hz-pool-light) !important;
}

/* —— Başlıklar —— */
.baslik,
.alert.baslik,
.sbaslik,
div.baslik {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%) !important;
	border: none !important;
	border-color: var(--hz-pool-deep) !important;
	border-radius: var(--hz-radius) !important;
	color: #fff !important;
	padding: 12px 16px !important;
	font-weight: 600 !important;
	box-shadow: 0 2px 8px rgba(0, 119, 182, 0.25);
}
.baslik.renk2,
.renk2.baslik,
.alert.baslik.renk2,
.renk2 {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, var(--hz-pool) 100%) !important;
	color: #fff !important;
	border-color: var(--hz-pool-deep) !important;
}
.renk1 {
	background-color: var(--hz-pool) !important;
	color: #fff !important;
}
.renk3 {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%) !important;
	color: #fff !important;
}
.renk4,
.copyright.renk4 {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, #001d3d 100%) !important;
	color: rgba(255, 255, 255, 0.92) !important;
}

/* —— Etiketler —— */
.item-content-block.tags a,
.tips .item-content-block.tags a {
	background: var(--hz-pool) !important;
	border-radius: 20px !important;
	padding: 6px 14px !important;
	margin: 4px !important;
	display: inline-block;
	border: none !important;
	transition: background 0.2s ease, transform 0.15s ease;
}
.item-content-block.tags a:hover {
	background: var(--hz-pool-light) !important;
	transform: translateY(-1px);
}

/* —— Butonlar —— */
.hz-btn-search,
.head-bottom .hz-btn-search {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%) !important;
	color: #fff !important;
	font-weight: 700 !important;
	border: none !important;
}
.hz-btn-search:hover {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, var(--hz-pool) 100%) !important;
	color: #fff !important;
}
.btn-danger,
.btn[style*="fa4b2a"] {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%) !important;
	border: none !important;
	color: #fff !important;
}
.btn-primary,
.btn-info {
	background: var(--hz-pool) !important;
	border-color: var(--hz-pool) !important;
}

/* —— Footer —— */
.copyright,
.copyright.renk4 {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, #001d3d 100%) !important;
	color: rgba(255, 255, 255, 0.9) !important;
	padding: 1.2em 0 !important;
}
.copyright p,
.copyright p a {
	color: rgba(255, 255, 255, 0.9) !important;
}
.copyright p a:hover {
	color: var(--hz-pool-sky) !important;
	text-decoration: none;
}

/* —— Sayfalama —— */
.paginate,
.currentsayfa {
	border-radius: 6px !important;
}
.currentsayfa {
	background: var(--hz-pool) !important;
	color: #fff !important;
}
.paginate:hover {
	color: var(--hz-pool) !important;
}

/* —— Firma detay —— */
.hz-fd {
	margin-bottom: 24px;
}
.hz-fd-hero {
	background: linear-gradient(135deg, var(--hz-pool-deep) 0%, var(--hz-pool) 55%, var(--hz-pool-light) 100%);
	border-radius: var(--hz-radius);
	padding: 24px 28px;
	color: #fff;
	box-shadow: var(--hz-shadow);
	margin-bottom: 20px;
}
.hz-fd-hero__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.hz-fd-hero__logo {
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.15);
	border: 2px solid rgba(255, 255, 255, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hz-fd-hero__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	padding: 8px;
}
.hz-fd-hero__body {
	flex: 1;
	min-width: 200px;
}
.hz-fd-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.95);
	color: var(--hz-pool-deep) !important;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	box-shadow: 0 1px 4px rgba(2, 62, 138, 0.15);
}
.hz-fd-hero h1 {
	color: #fff !important;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 1.25;
}
/* style.css .tc-ch p { color:#777 } hero metnini gri yapıyor — burada düzeltiyoruz */
.hz-fd-hero__meta,
.tc-ch.hz-fd .hz-fd-hero p.hz-fd-hero__meta {
	color: #e8f4fc !important;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 4px;
	opacity: 1;
	font-weight: 500;
}
.hz-fd-hero__meta i {
	margin-right: 4px;
	color: var(--hz-pool-sky) !important;
}
.hz-fd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.hz-fd-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hz-fd-btn:hover {
	transform: translateY(-1px);
}
.hz-fd-btn--primary {
	background: #fff;
	color: var(--hz-pool-deep) !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.hz-fd-btn--ghost {
	background: rgba(255, 255, 255, 0.15);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.hz-fd-card {
	background: var(--hz-surface);
	border-radius: var(--hz-radius);
	box-shadow: var(--hz-shadow);
	border: 1px solid rgba(0, 119, 182, 0.08);
	margin-bottom: 20px;
	overflow: hidden;
}
.hz-fd-card__head {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%);
	color: #fff;
	padding: 12px 18px;
	font-weight: 600;
	font-size: 15px;
}
.hz-fd-card__body {
	padding: 0;
}
.hz-fd-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hz-fd-info-list li {
	display: flex;
	gap: 14px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--hz-pool-mist);
	align-items: flex-start;
}
.hz-fd-info-list li:last-child {
	border-bottom: none;
}
.hz-fd-info-list__icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--hz-pool-mist);
	color: var(--hz-pool);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 16px;
}
.hz-fd-info-list__label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--hz-text-muted);
	margin: 0 0 2px;
}
.hz-fd-info-list__value {
	font-size: 14px;
	color: var(--hz-text);
	line-height: 1.45;
}
.hz-fd-info-list a {
	color: var(--hz-pool) !important;
	font-weight: 500;
}
.hz-fd-gallery {
	padding: 12px;
}
.hz-fd-gallery__main {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: var(--hz-pool-mist);
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hz-fd-gallery__main img {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	display: block;
}
.hz-fd-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.hz-fd-gallery__thumb {
	width: 72px;
	height: 54px;
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid transparent;
	cursor: pointer;
	opacity: 0.75;
	transition: opacity 0.15s, border-color 0.15s;
	padding: 0;
	background: var(--hz-pool-mist);
}
.hz-fd-gallery__thumb.is-active,
.hz-fd-gallery__thumb:hover {
	opacity: 1;
	border-color: var(--hz-pool);
}
.hz-fd-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.fd-logo-placeholder {
	width: 100%;
	max-width: 100%;
	min-height: 120px;
	background-color: var(--hz-pool-deep);
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.fd-logo-placeholder::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 55, 90, 0.45), rgba(0, 35, 60, 0.72));
}
.fd-logo-placeholder-text {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	line-height: 1.35;
}
.fd-logo-placeholder--slider {
	min-height: 280px;
	width: 100%;
}
.hz-fd-section {
	padding: 18px 20px;
}
.hz-fd-section h2 {
	font-size: 1.1rem;
	color: var(--hz-pool-deep);
	margin: 0 0 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--hz-pool-mist);
}
.hz-fd-content {
	font-size: 15px;
	line-height: 1.65;
	color: var(--hz-text);
}
.hz-fd-content img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}
.hz-fd-ilan {
	padding: 14px 16px;
	border: 1px solid var(--hz-pool-mist);
	border-radius: 8px;
	margin-bottom: 10px;
	background: var(--hz-bg);
}
.hz-fd-ilan__meta {
	font-size: 12px;
	color: var(--hz-text-muted);
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.hz-fd-tags {
	padding: 16px 18px;
}
.hz-fd-tags .item-content-block.tags a {
	margin: 4px 6px 4px 0 !important;
}
.fdband {
	background: var(--hz-surface);
	border-radius: var(--hz-radius);
	padding: 16px;
	margin-bottom: 16px;
	box-shadow: var(--hz-shadow);
}
.product-details-grid .table {
	border-radius: var(--hz-radius);
	overflow: hidden;
}
@media (max-width: 767px) {
	.hz-fd-hero {
		padding: 18px 16px;
	}
	.hz-fd-hero h1 {
		font-size: 1.35rem;
	}
	.hz-fd-hero__logo {
		width: 88px;
		height: 88px;
	}
}

/* —— Uyarı kutuları —— */
.uyari {
	border-radius: 8px;
	border-left: 4px solid var(--hz-pool-light);
	background: var(--hz-pool-mist);
	padding: 12px 16px;
	color: var(--hz-pool-deep);
}

/* —— Formlar genel —— */
.form-control:focus {
	border-color: var(--hz-pool-light) !important;
	box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.2) !important;
}

/* —— Mobil navbar alt —— */
.navbar-fixed-bottom.navbar-default {
	background: var(--hz-pool-deep) !important;
	border-top: 2px solid var(--hz-pool-light) !important;
}

/* —— Firma listesi kartları —— */
.productbox,
.column.productbox {
	background: var(--hz-surface);
	border-radius: var(--hz-radius);
	padding: 12px;
}
.producttitle a {
	color: var(--hz-pool-deep) !important;
	font-weight: 600;
}
.producttitle a:hover {
	color: var(--hz-pool-light) !important;
}

/* —— Sagetiketler sayfa —— */
.sgt-etiket-tag {
	background: linear-gradient(135deg, var(--hz-pool) 0%, var(--hz-pool-light) 100%) !important;
}

/* —— Turuncu kalıntılarını havuz mavisi yap —— */
.tags a,
.item-content-block.tags a {
	background-color: var(--hz-pool) !important;
}
.itemi,
a[style*="#fa4b2a"],
a[style*="fa4b2a"] {
	color: var(--hz-pool) !important;
}
.event-list > li > time {
	background: linear-gradient(135deg, var(--hz-pool-deep), var(--hz-pool)) !important;
}
.kutu {
	border-color: var(--hz-pool-light) !important;
}
.sekbas a:hover,
.merak {
	color: var(--hz-pool-light) !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: var(--hz-pool) !important;
}
