:root {
	--brand: #570029;
	/* primary brand color */
	--brand-contrast: #fff;
	--muted: #6c6c6c;
	--card-bg: #fff;
}

body {
	font-family: 'Poppins', sans-serif;
	background: #f7f7f8;
	color: #222;
}

a {
	color: var(--brand);
}

/* NAV */
.bg-primary {
	background: var(--brand) !important;
}

.btn-primary {
	background: var(--brand) !important;
	border: 0px solid;
}

.top-bar {
	background: #003341;
	color: #fff;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px
}

.navbar {
	background: #fff;
	border-bottom: 4px solid rgba(87, 0, 41, 0.06);
}

.navbar .nav-link {
	color: #fff;
	font-weight: 600;
}

.brand-name {
	color: var(--brand);
	font-weight: 800;
	letter-spacing: 1px;
}

/* HERO */
.hero {
	background: #f3e9ec;
}

.hero .carousel-item {
	min-height: 420px;
	display: flex;
	align-items: center;
}

.hero .hero-content {
	max-width: 720px;
}

.hero h1 {
	color: var(--brand);
	font-size: 42px;
	font-weight: 800;
}

.hero p.lead {
	color: #444;
}

#heroSlider .carousel-item img {
	height: 60vh;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 20px;
}

/* LAYOUT */
.main {
	padding: 30px 0;
}

.sticky-sidebar {
	position: sticky !important;
	top: 100px;
}

.sideform .form-control {
	margin-bottom: 10px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 14px;
}

/* ABOUT */
.about {
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.about h3 {
	color: var(--brand);
}

/* COURSES */
.course-card p {
	color: #fff;
}

.course-card {
	border: 2px solid var(--brand);
	background: var(--brand);
	border-radius: 20px;
	color: #fff;
	padding: 20px;
	box-shadow: 0px 5px 7px #ddd;
	height: 100%: display:inline-block;
	transition: transform .25s;
}

.course-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 30px rgba(87, 0, 41, 0.06);
}

/* RESULTS BOX */
.results-box {
	background: rgba(87, 0, 41, 0.03);
	padding: 18px;
	border-radius: 8px;
}

.results-box .form-control:focus {
	box-shadow: 0 0 0 0.15rem rgba(87, 0, 41, 0.12);
	border-color: var(--brand);
}

/* GALLERY */
.gallery-img {
	height: 160px;
	object-fit: cover;
	border-radius: 8px;
}

/* NOTICES */
.notice {
	background: #fff;
	padding: 12px 14px;
	border-radius: 8px;
	border-left: 4px solid var(--brand);
	margin-bottom: 12px;
}

/* FOOTER */
footer {
	background: #2b0b12;
	color: #fff;
	padding: 40px 0;
}

footer a {
	color: #ffdfe5;
	text-decoration: none;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width:991px) {
	.sidebar {
		position: static;
		top: auto;
		margin-top: 20px;
	}

	.hero .carousel-item {
		min-height: 300px;
		padding: 30px 0;
	}

	.hero h1 {
		font-size: 30px;
	}
}

.sidebar-card {
	border: 2px solid var(--brand);
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 5px 7px #ddd;
	height: 100%: display:inline-block;
}

.sidebar-card .sidebar-title {
	background: var(--brand);
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
}

.sidebar-card a {
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

.sidebar-card .sidebar-list {
	padding-left: 5px;
}

.sidebar-card .sidebar-list li {
	list-style: none;
}

.sidebar-card .sidebar-list li::before {
	content: "\f105";
	/* Font Awesome arrow-right */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/* solid icon */
	position: absolute;
	left: 0;
	top: 2px;
	color: #570029;
	/* theme color */
	font-size: 14px;
}

a.glightbox .gallery-box {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}

.gallery img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 5px
}

.course-list-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.course-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 5px solid #0d6efd;
    padding-left: 12px;
}

.course-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.course-list li {
    font-size: 15px;
    padding: 12px 15px;
    margin-bottom: 8px;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eee;
    transition: 0.25s;
}

.course-list li:hover {
    background: #eef6ff;
    border-color: #0d6efd;
    transform: translateX(5px);
}

.course-list .count {
    width: 32px;
    height: 32px;
    background: #0d6efd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.course-btn {
    background: #0d6efd;
    padding: 3px 10px;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
}

.new-icon {
    width: 24px;
    margin-left: 8px;
}

.breadcrumb {
	padding:10px 0px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #0d6efd;
    font-weight: bold;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: none;
}
