/* 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: #1d0835;
	padding: 15px 0
}

footer a {
	text-decoration: none;
	font-weight: normal;
	color: #f77a13;
}

footer a:hover {
	color: #b95d13;
}

.header-fluid {
	background: #ffffff;
	padding: 15px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #bb1724;
}

.headOne {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	overflow: hidden;
	margin-top: 25px;
}

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

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

.navbar .nav-item {
	position: relative;
	margin: 0 5px;
}

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

.navbar .nav-item a {
	color: #333 !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.navbar .nav-item a:hover {
	color: #bb1724 !important;
}

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

.navbar .nav-item .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #bb1724;
	transition: width 0.3s ease;
}

.navbar .nav-item:not(:has(.sub-navbar)):hover .nav-link::after {
	width: 80%;
}

.sub-navbar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	background: #ffffff;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	border-top: 3px solid #bb1724;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 6px 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.3s ease;
	display: block;
}

.navbar .nav-item:hover .sub-navbar {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-navbar .sub-item-link {
	padding: 12px 20px;
	color: #555 !important;
	display: block;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
	text-transform: none;
	transition: all 0.3s ease;
	text-decoration: none;
}

.sub-navbar .sub-item-link:hover {
	color: #bb1724 !important;
	background: #fcfcfc;
	padding-left: 26px;
	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;
	}

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

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 0;
		background: #f8f9fa;
		border-top: none;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

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

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

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

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

	.navbar .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: 65px;
}

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

.content-fluid {
	background: #f6f6f6;
	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, #472e63 0%, #aa83bb 100%);
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	border-bottom: 4px solid #bb1724;
	letter-spacing: 1px;
}

.n-width .content-web h2 {
	font-size: 25px;
	color: #28bec4;
	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: #f6f6f6;
	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;
}

.wg-accordion .collapse.show {
	max-height: 500px;
	overflow: visible;
}

/* Activities / Faaliyetler Grid */
.activity-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
	margin-top: 20px;
}

.activity-card {
	background: #f9f9f9;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-bottom: 4px solid #bb1724;
}

.activity-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.activity-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.activity-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.4s ease;
}

.activity-card:hover .activity-image img {
	transform: scale(1.08);
}

.activity-info {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.activity-info h4 {
	color: #094769;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 500;
}

.activity-info p {
	margin: 0 0 8px 0 !important;
	font-size: 14.5px;
	color: #555;
	line-height: 1.4;
}

.activity-info p:last-child {
	margin-bottom: 0 !important;
}

.activity-info .date {
	color: #bb1724;
	font-weight: 500;
	font-size: 15px;
}

.activity-info .location {
	color: #666;
}

.scientific-program-content {
	padding-bottom: 50px;
}

.scientific-program-content table {
	width: 100%;
	font-family: Calibri;
	table-layout: fixed
}

.scientific-program-content tr td {
	padding: 10px;
	font-size: 14px;
	border: 4px solid #fff;
	background: #f8f8f9;
	color: #000;
	vertical-align: middle;
	min-width: 1%;
	text-align: left;
	position: relative;
	z-index: 2;
}


.scientific-program-content tr td:first-child,
.scientific-program-content tr td.saat {
	width: 100px !important;
}

.s2 {
	width: calc(50% - 120px) !important;
	max-width: calc(50% - 120px) !important;
	min-width: calc(50% - 120px) !important;
}

.scientific-program-content tr td.konusmaci {
	width: 120px !important;
}

.scientific-program-content tr td:after {
	content: " ";
	display: block;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.scientific-program-content .salon td,
.scientific-program-content td.salon {
	background: #ae3347;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 13px;
	position: relative;
}

.scientific-program-content .row {
	margin: 0;
}

.scientific-program-content .col-12 {
	padding-right: 0;
	padding-left: 0;
}

.scientific-program-content .oturum td em {
	text-transform: uppercase;
	font-style: normal;
}

.scientific-program-content .nav-tabs {
	flex-wrap: wrap;
}

.scientific-program-content .nav-item {
	width: 25%;
}



.scientific-program-content .nav-link {
	color: #2d2d2d !important;
	padding: 0.45rem;
	text-align: center;
	background: #d5d4d4b0;
	margin: 2px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99%;
	font-weight: 550;
}

.scientific-program-content .nav-link:hover {
	color: #fff !important;
	background: #434343;
}

.scientific-program-content .nav-link.active {
	color: #ffffff !important;
	background: #434343;
	font-weight: 550;
}

.scientific-program-content .nav-link:hover .nav-link {
	color: #555353 !important;
}

.scientific-program-content .nav-link.active:hover a {
	color: #fff !important;
}



.renk1 {
	background: #e4f3ff !important;
}

.renk2 {
	background: #dbc9f3 !important;
}

.ara {
	background: #fef5a1 !important;
}

.kapanis {
	background: #ffdfe3 !important;
}

.acilis {
	background: #e7fff0 !important;

}

.kayit {
	background: #ffe9e7 !important;

}

.sozlu {
	background: #fbefff !important;
}

.isim-renk {
	color: #d63d5c !important;
}

.uydu-logo {
	display: flex;
	align-items: center;

}

.uydu-logo img {
	margin-left: 40px;
}

@media (max-width: 1000px) {
	.uydu-logo {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.uydu-logo img {
		margin-left: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {

	.scientific-program-content .nav-item {
		width: 50% !important;
	}


	.table-responsive {
		max-width: 100%;
	}
}