/* FONTLAR */
@import url("fonts/Gill_Sans.css");

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

body {
	margin-bottom: 200px;
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	font-family: 'Gill Sans';


	font-size: 16px;
	line-height: 1.8;
	color: #34495e;
	text-align: justify;
	font-weight: 500
}

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

.header img {
	width: 100%;
}

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

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

.nav-item {
	position: relative;

}

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

.nav-item a:hover {
	text-decoration: dashed;
	color: #d7db2f !important;
}

.nav-item a.active {
	color: #f0c66b !important;
	;
}

.nav-item .nav-link {
	font-weight: bold;
	padding: 1rem
}

.icon-m {
	border-bottom: 1px solid #9093a9;
}

.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) {

	.col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
	}

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

	.navbar {
		display: block;
	}

	.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;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #fff;
		color: #2394b7;
	}
}

.bg-theme {
	position: sticky;
	right: 0;
	background: #006089;
	top: 0;
	z-index: 999999;
}



/*HEADER*/
.header {}

.header .sponsor {
	background: #fff;
}

.header .sponsor .lGroup {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.header .sponsor .lGroup .item {
	border-left: 1px solid #ddd;
}

/*BODY*/
.box-system {
	margin-top: -50px;
	margin-bottom: 30px;

}

.box-system .box {
	position: relative;
	height: 140px;
	width: 100%;

}

.box-system .box a {
	display: flex;
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 36px;
	padding-top: 49px;
	align-items: center;
	justify-content: center;
}

.box-system .box a p {
	margin: 0;
	margin-top: 5px;
	font-size: 21px;
	width: 100%;
	color: #000;
	height: 75px;
	font-weight: bold;
}

.box-system .box a:hover {
	color: #000;
	text-decoration: none;
}

.box-system .box a img {
	width: 59px;
}

.box-system .box-bg-1 {
	background: url('../images/box-1.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../images/box-3.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-6 {
	background: url('../images/box-6.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-5 {
	background: url('../images/box-5.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}


.box-system .box-bg-3 {
	background: url('../images/box-2.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.box-system .box-bg-4 {
	background: url('../images/2023-header.jpg');
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}




/*SLİDER*/
.slider-system {
	padding: 20px;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	margin-bottom: 50px;
	background: #d80038;
}

.bslide {
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	position: relative;
}

.bslide .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 45px;
	z-index: 999;
}

.bslide .owl-dots .owl-dot span {
	background: #db0033
}

.bslide .owl-dots .owl-dot.active span {
	background: #420211;
}

.slider-system:after {
	content: ' ';
}



/*Content Area*/
.content-section {
	position: relative;
	margin-top: 10px
}

.content-section .no-gutters {
	padding: 0;
}

.content-section .mini-menu {
	display: table;
	width: 100%;
	margin-top: 37px;
}

.content-section .mini-menu a {
	display: table-cell;
	clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	background: #d80038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	height: 87px;
	padding: 0 10px;
	vertical-align: middle;
	text-decoration: none;
}

.content-section .mini-menu a:hover {
	text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
	clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%)
}


.boxing {
	height: 370px;
	background: url(../images/dating.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #ffffff;
	padding-top: 8px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}



.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 65px;
	left: 50px;
}

.dating h3 {
	text-align: center;
	font-weight: bold;
}

.dating font {
	font-weight: bold;
	font-size: 60px;
	color: #006089;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 25px;
	margin-top: -22px;
	font-weight: bold;
	color: #006089;
}

.dating .p2 {
	padding: 5px;
	margin-top: 8px;
	color: #000;
	font-weight: bold;
	padding-top: 10px;
}

.nbuton {
	padding: 10px;
	background: #00354b;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.n-width {
		display: grid;
	}

	.n-width .coll-4 {
		float: none;
		display: block;
		margin: auto;
	}

	.n-width .coll-8 {
		width: 100%;
	}

	.boxing {
		margin-top: 10px;
	}

	.mini-menu {
		margin-top: 0 !important;

	}

	.mini-menu a {
		width: 100%;
		display: flex !important;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
		margin-bottom: 5px;
		vertical-align: middle !important;
		align-items: center;
		justify-content: center;
		height: 50px !important;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto
	}



	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

.content-menu {
	position: relative;
	padding-right: 20px;
	margin-top: 15px;
	font-family: Oswald
}

.content-menu ul {
	list-style: none;
	padding: 0;
}

.content-menu ul li {
	position: relative;
}

.content-menu ul li a {
	padding: 10px;
	background: #dc002d;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	transition: 0.5s all;
}

.content-menu ul li:last-child a {
	border: none;
}

.content-menu ul li:hover a {
	background: #b31901;
	text-decoration: none;
}

.content-menu .day-left {
	background: #dc002d;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
	width: 50px;
	float: left;
	margin: 10px 0;
}

.content-menu .day-left p {
	padding-left: 65px;
	font-size: 23px;
	margin-bottom: 10px;
}



img {
	max-width: 100%;
}

.lang a {
	display: inline-block;
	vertical-align: middle;
}

.facebook,
.instagram {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.facebook:hover,
.instagram:hover {
	color: #fff;
	text-decoration: none;
}

.sub {
	width: 1px;
	background: #fff;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.grey-box {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(50% - 20px);
}


.sslider,
.sslider2 {
	text-align: center;
	display: table;
	width: 100%;
}

.sslider .item {

	margin: 1px;
	display: table-cell;

}

.sslider .item img {
	overflow: hidden;
}

.sslider2 {
	width: 100%;
	margin: auto;
}

.sslider2 .item {
	margin: 1px;
	display: table-cell;
	padding: 0 10px;
}

.sslider2 .item img {
	max-width: 100px;
}


@media (max-width: 767.98px) {
	.lastDays {
		overflow: hidden
	}

	.lastDays .logo {
		margin-right: 15px;
		margin-left: 15px;
	}

	.lastDays .logo img {
		margin-right: 9px;
		height: auto !important;
		width: 25px !important;
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.lastDays .text {
		display: flex;
		flex-wrap: wrap;
		font-size: 18px !important;
	}

	.lastDays .text span {
		width: calc(50% - 30px);
		border-bottom: 1px solid #fff;
		border-right: none !important;
		text-align: center;
		padding-right: 0 !important;
		letter-spacing: 0
	}

	.lastDays .text span:nth-last-child(2) {
		border: none !important;
	}

	.kutu {
		margin-bottom: 20px;
	}

	.header .sponsor .fGroup {
		margin: 0 -15px;
		background: #e6e7e9;
		margin-bottom: 10px
	}

	.header .sponsor .lGroup .item {
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.header .sponsor .lGroup img {
		width: auto;
		height: 80px
	}

	.box-system {
		margin-top: 20px
	}
}

.yanson {

	transition: 0.5s;
	animation: hideshow 2s infinite;
}

@keyframes hideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.kutu {
	display: flex;
	flex-direction: column;

}

.kutu:hover {
	box-shadow: 0px 1px 10px #000;
	border-radius: 15px;
}

.item:hover a {
	text-decoration: none;
}

.item:hover a p {
	color: #000;
}


.alt-kutu {
	background-color: #fff;
	width: 100%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	text-align: center;
	box-shadow: 0px 1px 10px #000;
}

.kutu .alt-kutu p {
	margin: 0;
	padding: 10px;
	color: #484949;
}

.orta-banner {
	display: flex;
	justify-content: center;
}

.orta-banner img {
	border: 1px solid #1c75bc;
	border-radius: 5px;
	box-shadow: 1px 1px 5px 4px #cecece;
	width: 50%;
}

.aktif {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.lastDays {
	overflow: hidden;
	background: #f39221;
	padding: 10px 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lastDays .logo {
	margin-right: 30px;
}

.lastDays .logo img {
	height: 40px;
	margin-top: -5px;
	margin-bottom: -5px;
}


.lastDays .text {
	letter-spacing: 3px;
	font-size: 22px;
	font-weight: lighter;
}

.lastDays .text span {
	margin-right: 30px;
	border-right: 1px solid #fff;
	padding-right: 30px
}

.lastDays .text span:last-child {
	border: none;
	margin: none;
	padding: none
}

.nav-fill .nav-item {
	flex: 0.04 0 auto;
}

.navbar-expand-lg .navbar-nav {
	justify-content: center;
}

.headOne {
	position: relative;
}

.bannerBottom_menu {
	margin: 50px -15px;
}

.bannerBottom_menu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1%0%;
	text-decoration: none;
	background: linear-gradient(145deg, #fff, #f0f0f0);
	border: 5px solid #ffffff;
	border-radius: 25px;
	padding: 50px;
	height: 190px;
	box-shadow: 0 8px 20px #00000036;
	transition: transform .25s ease, box-shadow .25s ease;
	flex-direction: column;

}

.bannerBottom_menu a:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px #0000006b;
}

.bannerBottom_menu a .resim-alani {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #0966a8;
	background-color: #e6f0fa;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}


.bannerBottom_menu a .yazi-alani {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align: center;
}

.card {
	margin: 40px auto;
	padding: 20px 30px;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	box-shadow: 0 4px 12px #00000014;
	background-color: #fff;

}

.card h1 {
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;

	text-align: center;
}

.jqmarque {
	background-color: #e3cce3;
	color: #fff;
	padding: 10px 0;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 5;
	white-space: nowrap;
}

.marquee-content {
	display: inline-block;
	padding-left: 0;
	animation: scroll-left 35s linear infinite
}

.marquee-content span {
	display: inline-block;
	margin-right: 40px;
	font-size: 16px
}

@keyframes scroll-left {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-50%)
	}
}

.content-section h2 {
	margin-top: 0;
	font-size: 35px;
	text-align: center;
	padding-bottom: 15px;
	color: #000;
	font-weight: bold
}

.content-section h3 {
	margin: 40px 0 15px;
	background-color: #005fa3;
	color: #fff;
	padding: 12px 16px;
	border-radius: 5px;
	font-size: 22px;
	text-align: center;
}


.card h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	color: rgb(0, 61, 102);
	text-align: left;
}


.card h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 25px;
}



.card .double-content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.card .double-content p {
	width: 50%;
}


.registration-table {
	width: 100%;
	background-color: #f4fafd;
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden
}

.registration-table th {
	background-color: #0e9cd8;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #d0e9f6
}

.registration-table td {
	padding: 12px;
	font-size: 16px;
	border: 1px solid #e3e3e3
}

.striped-table tbody tr:nth-child(odd) {
	background-color: #fff
}

.striped-table tbody tr:nth-child(2n) {
	background-color: #e1f1f5
}



.registration-table1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	box-shadow: 0 8px 16px #00000031;
	-webkit-box-decoration-break: unset;
	box-decoration-break: unset
}

.registration-table1 th {
	background-color: #a3a7aa;
	color: #fff;
	padding: 16px;
	font-size: 20px;
	text-align: center
}

.registration-table1 td {
	background-color: #e3e8ee4f;
	color: #333;
	padding: 14px;
	text-align: center;
	border: 1px solid #e0e0e0;
	transition: background-color .3s ease
}

.registration-table1 tr:hover td {
	background-color: #93bdec
}



.info-table {
	width: 100%;
	background-color: #f4fafd;
	text-align: center;
	font-weight: 500;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden
}

.info-table th {
	background-color: #cfeafc;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #d0e9f6;
	vertical-align: middle !important;
}

.info-table td {
	    padding: 10px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    width: 20px;
}

@media (max-width: 768px) {
	.kurslar-box {
		padding: 30px 5px
	}

	.registration-table1 {
		font-size: 16px
	}

	.registration-table1 th {
		font-size: 18px;
		padding: 22px
	}

	.registration-table1 td {
		padding: 20px
	}
}

@media (max-width: 480px) {
	.registration-table1 {
		font-size: 14px;
		margin-bottom: 300px
	}

	.registration-table1 th {
		font-size: 16px
	}
}



.online-registration-banner {
	text-align: center;
	padding: 20px 10px
}

.registration-button {
	background-color: #0e9cd8;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 14px 28px;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	transition: background-color .3s ease;
	animation: pulseGlow 1.8s infinite
}

.registration-button:hover {
	background-color: #c3ee579f
}

@media (max-width: 768px) {
	.registration-button {
		font-size: 16px;
		padding: 12px 20px
	}
}

@keyframes pulseGlow {
	0% {
		box-shadow: 0 0 #5aa7e6cc
	}

	50% {
		box-shadow: 0 0 20px #0b3bc1
	}

	to {
		box-shadow: 0 0 #f6fe80cc
	}
}


.download-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 20px
}



.download-button {
	background-color: #249ff0;
	color: #fff;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	transition: background-color .3s ease
}

.download-button:hover {
	background-color: #1864f1;
	color: #fff;
	text-decoration: none
}


.bilgi-kutu {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 15px 30px;
	box-shadow: 0 4px 12px #0000000d;
	transition: all .3s ease;
	text-align: center;
	margin-bottom: 30px;
}

.bilgi-kutu h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #2c3e50;
	display: center;
	align-items: center;
	gap: 10px
}

.bilgi-kutu p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0;
	font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif
}

@media (max-width: 768px) {


	.bilgi-kutu {
		padding: 10px;
		margin-right: 35px
	}

	.bilgi-kutu h5,
	.bilgi-kutu p {
		font-size: 15px
	}
}


.contact .logo-image {
	margin-top: 15px;
	width: 170px;
	max-width: 80%
}

.contact {
	margin-bottom: 20px
}

.contact-text {
	font-size: 16px;
	color: #34495e;
	text-align: left;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.6
}

.contact-text svg {
	margin-right: 8px;
	color: #f39221;
	vertical-align: middle
}

.contact-text a {
	color: #34495e;
	text-decoration: none;
	font-weight: 500
}

.contact-text a:hover {
	text-decoration: underline
}

@media (max-width: 768px) {
	.iletisim-box {
		padding: 20px 10px;
		min-height: auto;
		margin-right: 10px
	}

	.contact h1 {
		font-size: 24px;
		margin-right: 10px
	}

	.contact h2 {
		font-size: 18px;
		margin-right: 10px
	}

	.contact-text {
		font-size: 14px;
		padding: 0 10px;
		margin-right: 10px
	}

	.logo-image {
		width: 140px;
		margin-right: 10px
	}
}

.contact h4 {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #000
}

/* Temel akordeon görünümü */
.course-accordion .card {
	border: 1px solid #dbe2e6;
	border-radius: .5rem;
	overflow: hidden;
	margin-bottom: .5rem;
}

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

.course-accordion .btn-acc {
	display: block;
	width: 100%;
	text-align: left;
	padding: .9rem 1.1rem;
	font-weight: 500;
	text-decoration: none;
	border: 0;
	background: transparent;
}

/* Dönüşümlü zemin renkleri */
.course-accordion .card:nth-child(odd) .btn-acc {
	background: #fff;
}

.course-accordion .card:nth-child(even) .btn-acc {
	background: #e1f1f5;
}

/* Hover ve aktif (açık) durum rengi */
.course-accordion .btn-acc:hover,
.course-accordion .btn-acc:focus,
.course-accordion .btn-acc[aria-expanded="true"] {
	background: #93bdec !important;
	color: #000;
	outline: none;
}

/* İçerik kutusu */
.course-accordion .collapse .card-body {
	background: #fff;
	border-top: 1px solid #dbe2e6;
	padding: 1rem 1.1rem;
}

/* Küçük ok simgesi (CSS ile) */
.btn-acc .chev {
	float: right;
	transition: transform .2s ease;
}

.btn-acc[aria-expanded="true"] .chev {
	transform: rotate(180deg);
}

#kursAccordion .card {
	margin: 10px auto;
	padding: 0;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	box-shadow: 0 4px 12px #00000014;
	background-color: #fff;

}

#kursAccordion .card .card-body table {
	max-width: 85%;
}

#kursAccordion .card .card-body table tr td {
	padding: 10px;
	text-align: left;

}