/* eserocka.css — eserocka.sk specific overrides
 * Postavené nad theme.css + skin default.css (EZY paleta)
 * Brand colors:
 *   Primary    #2388ED (modrá — EZY default Porto)
 *   Secondary  #34be76 (zelená)
 *   Tertiary   #ed153e (červená)
 *   Quaternary #0F3964 (tmavomodrá — header-top, footer)
 */

/* ===== Header top bar — tmavomodré pozadie (Porto-quaternary) ===== */
#header .header-top.header-top-dark {
	background-color: #0F3964;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#header .header-top .list-infos > li,
#header .header-top .list-infos > li > a {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.85rem;
}

#header .header-top .list-infos > li > a:hover {
	color: #2388ED;
}

/* ===== Jazyk switcher v top bar ===== */
#header .header-top .header-top-social-icons li.active a strong {
	color: #2388ED;
	border-bottom: 2px solid #2388ED;
	padding-bottom: 2px;
}

#header .header-top .header-top-social-icons li a {
	color: rgba(255, 255, 255, 0.7);
	padding: 0 8px;
	transition: color 0.15s ease;
}

#header .header-top .header-top-social-icons li a:hover {
	color: #fff;
}

/* ===== Logo box — viac priestoru pre centered logo ===== */
#header .header-logo img {
	max-height: 60px;
	width: auto;
}

/* ===== Hlavné menu pod header-om — svetlé pozadie ===== */
#header .header-nav-main nav > ul > li > a {
	font-weight: 600;
	font-size: 0.92rem;
	letter-spacing: 0.02em;
}

#header .header-nav.bg-light {
	background-color: #f7f9fb !important;
	border-top: 1px solid #e5e9ec;
}

/* ===== Page header / hero — modrý gradient ===== */
.page-header {
	background: linear-gradient(135deg, #0F3964 0%, #2388ED 100%);
	color: #fff;
	padding: 60px 0 50px;
	margin-bottom: 40px;
}

.page-header h1 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.page-header p {
	color: rgba(255, 255, 255, 0.85);
}

/* ===== Footer — tmavomodrý s primary akcentmi ===== */
#footer {
	background-color: #0F3964;
	color: rgba(255, 255, 255, 0.75);
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	color: #fff;
}

#footer a {
	color: rgba(255, 255, 255, 0.85);
}

#footer a:hover {
	color: #2388ED;
}

#footer .footer-copyright {
	background-color: #082038;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
}

#footer .footer-copyright a {
	color: rgba(255, 255, 255, 0.7);
}

/* ===== Card hover effects ===== */
.card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease;
}

.card:hover {
	box-shadow: 0 6px 20px rgba(15, 57, 100, 0.12);
}

/* ===== Buttons — tučnejšie ===== */
.btn {
	font-weight: 600;
	letter-spacing: 0.02em;
}

/* ===== Body text typography ===== */
body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #0F3964;
}

/* ===== Responzivita ===== */
@media (max-width: 991px) {
	#header .header-top .header-row {
		flex-wrap: wrap;
	}
	#header .header-top .list-infos {
		font-size: 0.75rem;
	}
}

@media (max-width: 767px) {
	#header .header-row.py-4 {
		flex-direction: column;
		gap: 1rem;
	}
}
