/* ===================================
   HERO SECTION
   =================================== */
.hero-section {
	position: relative;
	padding: 6rem 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	background-image: url("../images/o-nama-glavna-slika.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -25%;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(30, 30, 58, 0.85) 0%, rgba(44, 44, 73, 0.75) 40%, rgba(26, 58, 92, 0.8) 100%);
	pointer-events: none;
}

.hero-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	pointer-events: none;
}

.hero-overlay {
	display: none;
}

.hero-section .container {
	position: relative;
	z-index: 1;
}

.hero-content {
	max-width: 700px;
	margin: 0 auto;
}

.hero-content::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #00a4ef, #5bc1fd);
	border-radius: 2px;
	margin: 1.5rem auto 0;
}

.hero-label {
	display: inline-block;
	color: #00a4ef;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 1.5rem;
	font-family: "raleway-semibold", sans-serif;
}

.hero-section h1 {
	color: #fff;
	font-size: 2.2rem;
	font-family: "raleway-bold", sans-serif;
	line-height: 1.2;
	margin-bottom: 0.6rem;
	letter-spacing: 0.5px;
}

.hero-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.05rem;
	font-family: "raleway-regular", sans-serif;
	line-height: 1.7;
	letter-spacing: 0.2px;
	margin: 0;
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ===================================
   SECTION LABEL
   =================================== */
.section-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(0, 164, 239, 0.1);
	padding: 0.4rem 1rem;
	border-radius: 50px;
	color: #00a4ef;
	font-family: "raleway-semibold", sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin-bottom: 1rem;
}

.section-label.light {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}

/* ===================================
   ABOUT SECTION
   =================================== */
.about-section {
	padding: 6rem 0;
	background: #fff;
}

.about-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 4rem;
	align-items: start;
}

.about-content h2 {
	font-family: "raleway-bold", sans-serif;
	font-size: 2.3rem;
	color: #2c2c49;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.about-text p {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #555;
	margin-bottom: 1.8rem;
}

.about-text p:last-child {
	margin-bottom: 0;
}

.about-text a {
	color: #00a4ef;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.about-text a:hover {
	color: #0077b6;
	text-decoration: underline;
}

.about-text strong {
	color: #2c2c49;
}

/* Info Cards */
.about-cards {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.info-card {
	background: #f8f9fa;
	border-radius: 16px;
	padding: 2rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.info-card-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #00a4ef 0%, #0077b6 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.info-card-icon i {
	color: #fff;
	font-size: 1.3rem;
}

.info-card h4 {
	font-family: "raleway-semibold", sans-serif;
	font-size: 1.2rem;
	color: #2c2c49;
	margin-bottom: 0.5rem;
}

.info-card p {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

/* ===================================
   UNESCO DEFINITION SECTION
   =================================== */
.unesco-definition-section {
	padding: 5rem 0;
	background: #f8f9fa;
}

.definition-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

.definition-block {
	background: #fff;
	border-radius: 0.7rem;
	padding: 2rem 1.8rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.definition-block:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.definition-icon {
	width: 48px;
	height: 48px;
	background: rgba(0, 164, 239, 0.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
}

.definition-icon i {
	color: #00a4ef;
	font-size: 1.2rem;
}

.definition-block h3 {
	font-family: "raleway-bold", sans-serif;
	font-size: 1.15rem;
	color: #2c2c49;
	margin-bottom: 0.8rem;
}

.definition-block p {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.7;
	margin-bottom: 0.6rem;
}

.definition-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.definition-block ul li {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.6;
	padding: 0.35rem 0 0.35rem 1.3rem;
	position: relative;
}

.definition-block ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75rem;
	width: 6px;
	height: 6px;
	background: #00a4ef;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.definition-grid {
		grid-template-columns: 1fr;
		max-width: 600px;
	}
}

/* ===================================
   MISSION SECTION
   =================================== */
.mission-section {
	padding: 4.5rem 0;
	background: linear-gradient(135deg, #2c2c49 0%, #1a1a2e 100%);
}

.mission-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.mission-icon {
	width: 55px;
	height: 55px;
	background: rgba(0, 164, 239, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.2rem;
}

.mission-icon i {
	color: #00a4ef;
	font-size: 1.4rem;
}

.mission-content h3 {
	color: #fff;
	font-family: "raleway-bold", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.mission-content p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
	line-height: 1.9;
	margin: 0;
}

/* ===================================
   CLUBS SECTION
   =================================== */
.clubs-section {
	padding: 7.5rem 0;
	background: #f8f9fa;
}

.section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.section-header h2 {
	font-family: "raleway-bold", sans-serif;
	font-size: 2.5rem;
	color: #2c2c49;
	margin-bottom: 1rem;
}

.section-desc {
	color: #666;
	font-size: 1.1rem;
	max-width: 600px;
	margin: 0 auto;
}

.clubs-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.clubs-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.03);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clubs-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07), 0 2px 12px rgba(0, 0, 0, 0.03);
}

.clubs-card-header {
	background: linear-gradient(135deg, #2c2c49 0%, #1a1a2e 100%);
	padding: 2rem;
	text-align: center;
}

.clubs-card-icon {
	width: 60px;
	height: 60px;
	background: rgba(0, 164, 239, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

.clubs-card-icon i {
	color: #00a4ef;
	font-size: 1.5rem;
}

.clubs-card-header h3 {
	color: #fff;
	font-family: "raleway-semibold", sans-serif;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.clubs-count {
	display: inline-block;
	background: rgba(0, 164, 239, 0.3);
	color: #5bc1fd;
	padding: 0.3rem 1rem;
	border-radius: 20px;
	font-size: 0.85rem;
	font-family: "raleway-medium", sans-serif;
}

.clubs-card-body {
	padding: 1.5rem 2rem 2rem;
	max-height: 400px;
	overflow-y: auto;
}

.clubs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clubs-list li {
	position: relative;
	padding: 0.7rem 0 0.7rem 2rem;
	border-bottom: 1px solid #f0f0f0;
	color: #555;
	font-size: 0.95rem;
	transition: background-color 0.2s ease;
}

.clubs-list li:last-child {
	border-bottom: none;
}

.clubs-list li:hover {
	background-color: #f8f9fa;
}

.clubs-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, #00a4ef 0%, #0077b6 100%);
	border-radius: 50%;
}

/* Scrollbar Styling */
.clubs-card-body::-webkit-scrollbar {
	width: 6px;
}

.clubs-card-body::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 3px;
}

.clubs-card-body::-webkit-scrollbar-thumb {
	background: #00a4ef;
	border-radius: 3px;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media all and (min-width: 100px) {
	.hero-section {
		padding: 6rem 0 3rem;
	}
	.hero-section h1 {
		font-size: 1.7rem;
	}
	.hero-subtitle {
		font-size: 0.95rem;
	}
	.about-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.about-content h2 {
		font-size: 1.8rem;
	}
	.clubs-grid {
		grid-template-columns: 1fr;
	}
	.section-header h2 {
		font-size: 1.8rem;
	}
	.mission-content h3 {
		font-size: 1.4rem;
	}
}

@media all and (min-width: 576px) {
	.hero-section {
		padding: 7rem 0 4rem;
	}
	.hero-section h1 {
		font-size: 1.9rem;
	}
	.hero-subtitle {
		font-size: 1rem;
	}
	.about-content h2 {
		font-size: 2rem;
	}
	.section-header h2 {
		font-size: 2rem;
	}
	.mission-content h3 {
		font-size: 1.6rem;
	}
}

@media all and (min-width: 768px) {
	.hero-section {
		padding: 8rem 0 5rem;
	}
	.hero-section h1 {
		font-size: 2.1rem;
	}
	.clubs-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-content h2 {
		font-size: 2.2rem;
	}
	.section-header h2 {
		font-size: 2.2rem;
	}
	.mission-content h3 {
		font-size: 1.7rem;
	}
}

@media all and (min-width: 992px) {
	.about-grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 4rem;
	}
	.hero-section h1 {
		font-size: 2.2rem;
	}
	.about-content h2 {
		font-size: 2.3rem;
	}
	.section-header h2 {
		font-size: 2.3rem;
	}
	.mission-content h3 {
		font-size: 1.9rem;
	}
}

@media all and (min-width: 1200px) {
	.hero-section h1 {
		font-size: 2.3rem;
	}
	.about-content h2 {
		font-size: 2.3rem;
	}
	.section-header h2 {
		font-size: 2.3rem;
	}
}

@media all and (min-width: 1440px) {
	.hero-section {
		padding: 9rem 0 6rem;
	}
	.hero-section h1 {
		font-size: 2.4rem;
	}
}

@media all and (min-width: 1920px) {
	.hero-section {
		padding: 9rem 0 6rem;
	}
	.hero-section h1 {
		font-size: 2.5rem;
	}
	.hero-subtitle {
		font-size: 1.1rem;
	}
}
