.course-locked-container {
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.course-locked-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sticky-share {
	padding: 15px;
	transition: all 0.3s ease;
}

.sticky-share.fixed {
	position: fixed;
	z-index: 99;
	transition: bottom 0.3s ease;
}

.sticky-share a {
	display: block;
	width: 40px;
	height: 40px;
	color: #666;
	text-align: center;
	line-height: 40px;
	margin: 10px auto;
	font-size: 18px;
	background: #f8f9fa;
	transition: all 0.2s ease;
}

.sticky-share a:hover {
	color: #3ca900;
	transform: translateY(-2px);
}

.course-locked-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.course-locked-overlay i {
	font-size: 48px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.course-locked-overlay h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
}

.course-locked-overlay p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.course-locked-overlay .btn {
	margin: 0 auto;
	display: block;
	padding: 10px 25px;
	font-weight: 600;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.course-locked-overlay .text-center {
	width: 100%;
	text-align: center;
}

button[data-bs-target="#soruSorModal"]:hover {
	background-color: #218838 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
	transition: all 0.3s ease;
}

button[data-bs-target="#soruSorModal"]:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

#soruGonderBtn:hover {
	background-color: #218838 !important;
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(40, 167, 69, 0.3);
	transition: all 0.2s ease;
}

#soruGonderBtn:disabled {
	background-color: #6c757d !important;
	cursor: not-allowed;
	opacity: 0.65;
}

button[data-bs-dismiss="modal"]:hover {
	background-color: #5a6268 !important;
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(108, 117, 125, 0.3);
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.breadcrumbs-wrapper {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.mobilecourse {
		margin-top: 100px;
	}

	.row.mx-4 {
		margin: 0 !important;
		padding: 0 15px;
	}

	.col-md-3.d-flex {
		padding: 15px !important;
		border-right: none !important;
		border-bottom: 1px solid #dee2e6;
		margin: 0;
	}

	.col-md-3.d-flex:last-child {
		border-bottom: none;
	}

	.video {
		margin-top: 0 !important;
		padding-top: 30px !important;
	}

	.video iframe {
		height: 250px !important;
		border-radius: 8px;
	}

	.text-title h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.banner-description {
		font-size: 14px;
	}

	.btn-primary,
	.btn-warning {
		width: 100%;
		margin: 10px 0;
		padding: 10px 20px;
	}

	.accordion-button {
		font-size: 14px;
		padding: 10px 15px;
	}

	.accordion-body {
		padding: 10px 15px;
	}

	.video-item {
		font-size: 14px;
		padding: 8px 10px;
	}

	.sticky-share,
	#social-share {
		display: none;
	}

	.col-md-11 {
		padding: 0 15px;
	}

	.course-locked-overlay i {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.course-locked-overlay h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.course-locked-overlay p {
		font-size: 14px;
	}
}
