/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext');

/*AYARLAR*/
html {
	position: relative;
	min-height: 100%;
}

body {
	background: #fff;
	background-attachment: fixed;
	background-size: cover;
	background-position: top
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #4c4c4c;
	padding: 15px 0
}

.header-fluid {
	background: #eef7ff;
	padding: 10px;
}

.headOne {
	box-shadow: 0px 1px 4px 1px #000;
}

.lang {
	position: absolute;
	right: 10px;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 3
}

.nav-item {
	position: relative;
}

.nav-item:last-child {
	border: none;
}

.nav-item a {
	color: #000 !important;
	font-size: 17px;
}

.nav-item a:hover {
	color: #03518f !important;
}

.nav-item .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem
}




.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;
	font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.dropdown ul {
	position: absolute;
	width: 200px;
	padding: 0;
	list-style: none;
	background: #094769;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

@media (max-width: 991.98px) {
	.content-fluid {
		background: none !important;
	}

	.navbar {
		overflow: visible;
	}

	.navbar-collapse {
		background: #e1e1e1;
		padding: 0 10px;
		margin-bottom: 10px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out;
		display: block !important;
	}

	.navbar-collapse.show,
	.navbar-collapse.collapsing {
		max-height: 500px;
		padding: 10px;
	}

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%
	}

	.navbar-toggler {
		margin: 10px;
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-family: 'Oswald', sans-serif;
		padding: 0.5rem 1rem;
	}

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

	.navbar .container {
		max-width: 100%;
	}

	.nav-item,
	.sub-item {
		text-align: left !important;
	}

	.lang {
		top: 6px;
		position: absolute;
		right: 10px;
	}

	.nav-item:hover .nav-link {
		background: rgba(255, 255, 255, 0.45);
	}

	.navbar-dark .navbar-toggler {
		color: #fff;
		border-color: rgb(255 255 255 / 0%);
		transition: 0.5s;
		background: #365aa0;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #1e3055;
		color: #fff;
	}
}

.bg-theme {
	top: 0;
	min-height: 100%;
}


/*HEADER*/
.header {
	position: relative;
	z-index: 10;
}

.header-logo {
	height: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: start;
	align-items: center;
}

.header-logo img {
	max-height: 55px;
}

/*Content Area*/
.content-section {
	position: relative;
}

.content-fluid {
	background: #eef7ff;
	padding: 50px 0;
	padding-bottom: 200px;
}

.n-width .content-web {
	text-align: justify;
	z-index: 1;
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 5px 1px #bab6b6;
}

.n-width .content-web p {
	margin-left: 10px;
	margin-right: 10px;
}

.n-width .content-web h1 {
	margin: -10px -10px 20px -10px;
	text-transform: uppercase;
	font-size: 28px;
	color: #ffffff;
	padding: 15px 20px;
	background: linear-gradient(90deg, #03518f 0%, #285675 100%);
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	border-bottom: 4px solid #00af9e;
	letter-spacing: 1px;
}

.n-width .content-web h2 {
	font-size: 25px;
	color: #4c70dd;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 10px;
	padding: 8px;
}

img {
	max-width: 100%;
}

/* Board of Directors */
.board-section-title {
	margin-top: 20px;
}

.board-row {
	margin-top: 15px;
	margin-bottom: 30px;
}

.member-card {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	border-left: 4px solid #bb1724;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.member-card h4 {
	color: #094769;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}

.member-card h4 span {
	font-size: 16px;
	color: #666;
	font-weight: 300;
}

.member-card p {
	margin-bottom: 5px;
	font-size: 15px;
}

.member-card p.email-row {
	margin-bottom: 0;
}

.member-card p a {
	color: #4c70dd;
	text-decoration: none;
}

.supervisor-card {
	background: #f9f9f9;
	padding: 15px 20px;
	border-radius: 8px;
	border-top: 4px solid #365aa0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	text-align: center;
	height: 100%;
}

.supervisor-card h4 {
	color: #094769;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin: 0;
}

/* Common Content List */
.content-list {
	margin: 10px 10px 10px 30px;
}

.content-list li {
	margin-bottom: 10px;
}

/* Working Groups Accordion */
.wg-accordion {
	margin-bottom: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.wg-accordion .card-header {
	padding: 0;
	border-bottom: none;
}

.wg-accordion .wg-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 14px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	border: none;
	cursor: pointer;
	text-decoration: none !important;
	transition: background 0.3s, color 0.3s;
	background: #094769;
	color: #fff;
}

.wg-accordion .wg-btn.collapsed {
	background: #eef7ff;
	color: #094769;
}

.wg-accordion .wg-btn:hover {
	background: #0b5883;
	color: #fff;
}

.wg-accordion .wg-btn.collapsed:hover {
	background: #e8e8e8;
	color: #094769;
}

.wg-accordion .wg-btn i {
	font-size: 13px;
	transition: transform 0.3s ease;
}

.wg-accordion .wg-btn:not(.collapsed) i {
	transform: rotate(180deg);
}

.wg-accordion .card-body {
	padding: 25px;
	background: #fff;
	border-top: 3px solid #bb1724;
}

.wg-accordion .card-body h5 {
	color: #094769;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}

.wg-accordion .collapse {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	display: block !important;
}


/* Duyurular (Etkinlikler) Sayfası Stilleri */
.duyuru-page {
	padding: 10px 0;
}

.etkinlikler-header {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 25px;
}

.etkinlikler-header .title-part {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	border-bottom: 3px solid #bb1724;
	padding-bottom: 5px;
	padding-right: 15px;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
}

.etkinlikler-header .line-part {
	flex-grow: 1;
	border-bottom: 3px dashed #bb1724;
}

.duyuru-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.duyuru-img-wrapper {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.duyuru-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.duyuru-img-wrapper:hover img {
	transform: scale(1.05);
	/* Üzerine gelince hafif büyüme efekti */
}

.duyuru-title {
	color: #bb1724;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 1.3;
}

.duyuru-hr {
	width: 100%;
	border-bottom: 2px dashed #999;
	margin-bottom: 15px;
}

.duyuru-details {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
	/* Kartın alt kısmını hizalamak için flex auto */
}

.duyuru-detail-item {
	font-size: 14px;
	color: #444;
	display: flex;
	align-items: center;
}

.duyuru-detail-item i {
	color: #bb1724;
	width: 20px;
	text-align: center;
	margin-right: 8px;
	font-size: 16px;
}

.duyuru-link {
	color: #444;
	text-decoration: none;
	transition: color 0.2s;
	display: flex;
	align-items: center;
}

.duyuru-link i {
	color: #bb1724;
	margin-right: 8px;
	font-size: 18px;
}

.duyuru-link:hover {
	color: #bb1724;
	text-decoration: none;
}