/*erenleryazilim.com 2021*/

.logo {
	height: 25px;
	margin-top: -6px;
	background: white;
	border-radius: 5px;
}

a {
	color: #0056B3;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

body {
	color: #545454;
}

.header {
	background: #2e3537;
	color: white;
}

.header a {
	color: white;
}

.subTitle {
	font-size: 12px;
}

.menu {
	border-top-color: #a0a0a0;
	background-color: rgba(255, 255, 255, 0.92);
}

.menu {
	background: #e9e9e9;
}

.menu a {
	padding: 15px 10px;
	display: inline-block;
	text-decoration: none;
	color: black;
}

.menu a:hover,
.menu a.active {
	background: white;
	display: inline-block;
}

.copyright {
	background: #f5f5f5;
	padding: 25px 0;
	border-top: 1px solid #eaeaea;
}

.footer {
	background: #fafafa;
	padding: 40px 0;
	font-size: 14px;
}

.footer h2 {
	font-size: 19px;
}

.separator {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
	height: 1px;
	margin: 20px auto 15px;
}

.icon {
	background: #0059A8;
	color: white;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.box {
	padding-top: 25px !important;
	height: 300px;
	font-size: 13px;
}

.try-bar {
	background: #0059A8;
	color: white;
}

#menu-links,
#menu-links .navbar-nav,
.collapse.in {
	display: inline;
}

.collapse.in {
	display: inline;
}

.navbar-toggler {
	display: none;
}

.img-sefer {
	margin-top: 74px;
}

.navbar .nav-link {
	font-size: 15px;
}

.navbar .nav-item>.nav-link:hover,
.navbar .nav-item.active {
	background: white;
	border-radius: 15px;
}

.navbar-light .navbar-nav .nav-link {
	color: #545454;
}

#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}

	.navbar .dropdown-item {
		padding: 0 2px;
	}
}

@media (max-width: 768px) {
	.copyright a.erenler {
		width: 100%;
		display: block;
	}

	.copyright {
		padding: 10px;
		font-size: 12px;
	}

	.try-bar div {
		text-align: center !important;
		font-size: 12px;
	}

	.top-right {
		font-size: 12px;
		margin: 0px 0px 8px 0px !important;
		text-align: center !important;
	}

	.header {
		text-align: center;
	}

	h2 {
		font-size: 21px;
	}

	#menu-links.collapse {
		display: none;
	}

	#menu-links.collapse.in {
		display: inline;
	}

	#menu-links .navbar-nav {
		padding-left: 15px;
	}

	#menu-links,
	#menu-links .navbar-nav,
	.collapse.in {
		display: flex;
	}

	#menu-links .navbar-nav a {
		padding: 5px;
		border-bottom: 1px solid #bebebe;
	}

	.navbar-toggler {
		display: inline;
	}

	.content {
		margin-top: 10px !important;
	}

	.box {
		padding: 10px 0px !important;
		height: 225px;
		font-size: 10px;
	}

	.img-sefer {
		margin: 0px 0px 74px 0px;
	}
}

.scroll-btn {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	right: 15px;
	padding: 10px 11px 12px;
	border-radius: 50%;
	line-height: 1;
	z-index: 99999;
}

.scroll-btn-up {
	bottom: 60px;
}

.scroll-btn-down {
	bottom: 15px;
}

/* Raporlama */


#reporting-section {
	padding: 20px 15px;
	max-width: 1200px;
	margin: auto;
}

.report-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.report-card {
	background-color: #ffffff;
	border-radius: var(--border-radius);
	box-shadow: var(--card-shadow);
	padding: 25px;
	text-align: center;
	border-top: 5px solid;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.report-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.report-card-passenger {
	border-color: var(--passenger-color);
}

.report-card-cargo {
	border-color: var(--cargo-color);
}

.report-title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}

.report-title-passenger {
	color: var(--passenger-color);
}

.report-title-cargo {
	color: var(--cargo-color);
}

.separator {
	width: 80px;
	height: 4px;
	margin: 0 auto 20px auto;
	border-radius: 2px;
}

.separator-passenger {
	background-color: var(--passenger-color);
}

.separator-cargo {
	background-color: var(--cargo-color);
}

.report-description {
	font-size: 16px;
	color: var(--text-secondary);
	line-height: 1.6;
}

.report-list {
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	color: var(--text-secondary);
	text-align: left;
	max-width: 400px;
	margin: 0 auto;
}

.report-list li {
	padding: 8px 0 8px 25px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.report-list li:last-child {
	border-bottom: none;
}

.report-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	font-weight: bold;
}

.report-card-passenger .report-list li::before {
	color: var(--passenger-color);
}

.report-card-cargo .report-list li::before {
	color: var(--cargo-color);
}

.report-note {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.report-note-passenger {
	color: var(--passenger-color);
}

.report-note-cargo {
	color: var(--cargo-color);
}

@media (min-width: 768px) {
	#reporting-section {
		padding: 40px;
	}

	.report-container {
		flex-direction: row;
		align-items: flex-start;
	}

	.report-card {
		flex: 1;
		min-width: 0;
		padding: 30px;
	}

	.report-title {
		font-size: 28px;
	}
}