/* ==========================================================================
   COURSE SIDEBAR
   ========================================================================== */

#course-sidebar .ld-section-heading {
	display: none !important;
}

#course-sidebar .current-page {
	font-weight: bold;
	color: #0073aa;
	background-color: #f1f1f1;
	border-color: var(--e-a-btn-bg-success);
}

#course-sidebar .elementor-heading-title,
#course-sidebar .elementor-widget-heading {
	margin-bottom: 0px;
}

@media screen and (max-width: 980px) {
	div#course-sidebar {
		order: 2;
	}
}

/* ==========================================================================
   COURSE LIST & GRID
   ========================================================================== */

.elementor-shortcode .ld-course-list-items.row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

@media screen and (max-width: 728px) {
	.elementor-shortcode .ld-course-list-items.row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 480px) {
	.elementor-shortcode .ld-course-list-items.row {
		display: block;
	}
}

.ribbon.enrolled {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.ld_course_grid_button a.btn.btn-primary {
	align-items: center;
	background-color: #00a2e8;
	background-color: #019e7c;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 0.75em;
	font-weight: 800;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	margin: 0;
	max-width: 385px;
	opacity: 1;
	padding: 1em 2em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity 0.3sease;
	white-space: normal;
	width: fit-content;
}

/* ==========================================================================
   COURSE CARDS
   ========================================================================== */

.course-card-container {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom: 2em;
}

.course-cards-intro > h2 {
	margin-bottom: 0px;
	font-weight: 700;
	color: #000;
}

.course-cards-intro {
	max-width: 700px;
}

.course-card {
	display: flex;
	flex-direction: column;
	width: 250px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
	border: 1px solid #52a4d7;
}

.course-card:hover {
	transform: translateY(-5px);
}

.course-card-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
}

.course-card-content {
	padding: 15px;
	text-align: left;
	border-radius: 12px;
	overflow: hidden;
}

.course-card-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
}

.course-subtitle {
	font-size: 16px;
	color: #000;
	margin-bottom: 0em;
}

.course-excerpt {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.course-tags {
	font-size: 16px;
	color: #52a4d7;
	padding-top: 1em;
	border-top: 1px solid #52a4d7;
}

.course-tag {
	margin-right: 5px;
}

.course-card-content.course-card-image {
	display: flex;
	flex-direction: column;
	width: 210px;
	height: 300px;
	justify-content: flex-end;
	padding: 20px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.course-card-content.course-card-image:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(42, 172, 226);
	background: -moz-linear-gradient(
		180deg,
		rgba(42, 172, 226, 1) 0%,
		rgba(7, 62, 96, 1) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(42, 172, 226, 1) 0%,
		rgba(7, 62, 96, 1) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(42, 172, 226, 1) 0%,
		rgba(7, 62, 96, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2aace2",endColorstr="#073e60",GradientType=1);
	z-index: 1;
}

.course-card-image.course-card-content * {
	z-index: 2;
}

.course-card-content.course-card-image * {
	color: #fff;
	line-height: 1.2em;
}

.course-card-image.course-card-content p.course-price {
	border-top: 1px solid #fff;
	margin-bottom: 0px;
	margin-top: 1em;
	padding-top: 0.5em;
}

.course-actions {
	display: block;
	margin-top: 1em;
}

a.course-explore {
	background: #2aace2;
	padding: 0.25em 1em;
	border-radius: 50px;
	display: inline-block;
}

/* ==========================================================================
   SINGLE COURSE PAGES
   ========================================================================== */

.single-sfwd-courses div#primary {
	font-family: "Barlow", sans-serif;
}

.ast-single-entry-banner[data-post-type="sfwd-lessons"],
.ast-single-entry-banner[data-post-type="sfwd-courses"] {
	display: none;
}

.course-wrap {
	padding: 80px 0px;
}

div#course-details > .elementor-widget-container {
	border-radius: 16px;
	box-shadow: 0px 4px 4px hsl(0deg 0% 0% / 24%);
}

/* ==========================================================================
   COURSE REGISTRATION CTA
   ========================================================================== */

.course-registration-cta {
	display: flex;
	padding: 20px;
	background: #fff;
	border-radius: 16px;
}

.course-registration-cta.tall {
	flex-direction: column;
}

.course-registration-cta.wide {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0px 0px 20px 0px #52a4d7;
}

.cta-text {
	margin-bottom: 1.5em;
}

.cta-text h3 {
	font-size: 20px;
	font-weight: 700;
	font-family: "Barlow";
}

.cta-text h4 {
	font-size: 16px;
}

.cta-text h3,
.cta-text h4 {
	line-height: 1.5em;
	margin-bottom: 0.7em;
}

.cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cta-buttons a.cta-button {
	display: flex;
	text-align: center;
	background: #2aace2;
	border-radius: 26px;
	height: fit-content;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	border: 2px solid currentColor;
	border-color: #2aace2;
	padding: 0.55em 2em;
}

.cta-buttons a.cta-button:nth-child(even) {
	background: #fff;
	color: #2aace2;
}

.cta-buttons a.cta-button:hover {
	background: hsl(197.61deg 76.03% 52.55% / 15%);
	color: #2aace2;
}

.course-registration-cta.wide .cta-text {
	width: fit-content;
}

.course-registration-cta.wide .cta-buttons {
	width: fit-content;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.course-registration-cta.wide .cta-text h3 {
	font-size: 32px;
}

/* ==========================================================================
   COURSE DETAILS
   ========================================================================== */

.course-details-container {
	display: flex;
	flex-wrap: wrap;
}

.course-detail {
	border-left: 1px solid #009fd8;
	padding: 1em;
	flex: 1;
	min-width: 200px;
}

.course-detail:first-child {
	border: unset;
}

.course-detail p {
	margin: unset;
}

.course-meta {
	display: flex;
	gap: 2rem;
	margin-bottom: 1rem;
	color: #555;
	font-size: 0.9rem;
	margin-top: 2em;
	border-bottom: 1px solid #9edefe;
	padding-bottom: 2em;
	padding-left: 1em;
}

.course-meta svg {
	margin-right: 1em;
}

.course-meta .course-duration,
.course-meta .course-updated {
	display: flex;
	align-items: center;
}

.course-meta .meta-icon {
	display: inline-block;
	margin-right: 0.25rem;
}

.course-meta .meta-label {
	font-weight: 600;
	margin-right: 0.25rem;
}

.course-meta .meta-value {
	font-weight: 500;
}

.course-description {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.course-description h1,
.course-description h2,
.course-description h3,
.course-description h4 {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	margin: 1rem 0 0.5rem;
}

/* ==========================================================================
   TABS SYSTEM
   ========================================================================== */

.tabs-nav {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	border-bottom: 2px solid #ddd;
	justify-content: flex-start;
	margin: 0;
}

.course-tabs {
	width: 100%;
}

.tab-link {
	padding: 0.75em 2em;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease-in-out;
}

.tab-link.active {
	border-bottom-color: #0073e6;
	color: #0073e6;
}

.tabs-content {
	padding: 15px 0;
}

.tabs-content * {
	font-family: "Barlow", sans-serif;
}

.tabs-content h2 {
	font-weight: 700;
	margin: 0px 0px 0.5em;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* LearnDash Specific Tabs */
.ld-lesson-tabs {
	font-family: "Barlow", sans-serif;
	max-width: 100%;
}

.ld-tabs-nav {
	display: flex;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	border-bottom: 2px solid #e0e0e0;
}

.ld-tab-nav-item {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0.5rem 1rem;
	color: #555;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.ld-tab-nav-item .tab-icon {
	display: inline-block;
	margin-right: 0.5rem;
}

.ld-tab-nav-item.active {
	color: #000;
	font-weight: 700;
	border-bottom: 3px solid #000;
}

.ld-tab-nav-item:not(.active):hover {
	color: #000;
}

.ld-tab-content {
	display: none;
	padding: 1rem 0;
}

.ld-tab-content.active {
	display: block;
}

/* ==========================================================================
   OVERVIEW LAYOUT
   ========================================================================== */

.overview-container {
	display: flex;
	gap: 20px;
}

.overview-content {
	flex: 2;
}

.overview-sidebar {
	flex: 1;
	background: hsl(198deg 76% 53% / 20%);
	border-radius: 12px;
	padding: 20px;
	height: fit-content;
}

@media (max-width: 768px) {
	.overview-container {
		flex-direction: column;
	}
	.overview-sidebar {
		border-left: none;
		border-top: 2px solid #ddd;
	}
}

/* ==========================================================================
   COURSE CONTENT & LESSONS
   ========================================================================== */

.ld-course-content {
	width: 100%;
	background: #f8fbff;
	padding: 15px;
	border-radius: 5px;
}

.course-content-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lesson {
	background: #dce9f9;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}

.lesson-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
}

.lesson-toggle {
	margin-right: 10px;
}

.lesson-meta {
	font-size: 14px;
	color: #555;
}

.lesson-topics {
	list-style: none;
	padding: 10px;
	display: none;
}

.topic {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.preview a {
	color: #0073e6;
	text-decoration: none;
}

span.lesson-count {
	min-width: fit-content !important;
}

/* ==========================================================================
   ITEM LIST SECTIONS
   ========================================================================== */

.ld-item-list-section-heading {
	cursor: pointer;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	gap: 1rem;
	padding: 1em 2em;
	background: hsl(203deg 62.46% 58.24% / 20%);
	border: 1px solid hsl(203deg 62.46% 58.24% / 100%);
	width: 100%;
}

.ld-section-heading .ld-item-list-actions {
	display: none !important;
}

.ld-lesson-section-heading {
	margin: 0px !important;
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.ld-table-list-items {
	position: relative;
}
.ld-status-icon i.fas.fa-question-circle {
    font-size: 1.5em;
}
.ld-table-list-items.active::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position: absolute;
	font-size: 16px;
	color: #00a2e8;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	animation: pointRight 1.5s ease-in-out infinite;
}

@keyframes pointRight {
	0% {
		transform: translateY(-50%) translateX(0);
	}
	50% {
		transform: translateY(-50%) translateX(4px);
	}
	100% {
		transform: translateY(-50%) translateX(0);
	}
}

/* ==========================================================================
   BUTTONS & LINKS
   ========================================================================== */

a.ld-button * {
	color: #fff;
	font-size: 16px;
}

a.ld-button.back-to-course {
	align-items: center;
	background-color: #609de4;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 0.75em;
	font-weight: 400;
	height: auto;
	justify-content: center;
	line-height: 1.25em;
	opacity: 1;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: opacity 0.3s ease;
	white-space: normal;
	width: 100%;
	gap: 1em;
	max-width: 200px;
}

/* ==========================================================================
   QUIZ STYLES
   ========================================================================== */

.quiz_continue_link {
	width: 100%;
	font-size: 24px;
}

.quiz_continue_link a {
	font-size: 24px !important;
	text-transform: uppercase !important;
	border-radius: 50px !important;
}

input.wpProQuiz_button {
	font-size: 16px !important;
	margin: 0px auto !important;
	width: 100% !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em !important;
	color: #fff !important;
	border-radius: 50px !important;
}

/* ==========================================================================
   NOTES SYSTEM
   ========================================================================== */

.all-notes-container .title {
	font-weight: 700 !important;
	background-color: unset !important;
	margin-bottom: 0px !important;
}

.all-notes-container .content {
	background-color: unset !important;
}

.all-notes-container .single-note {
	border: 0.5px solid #d3d3d3;
	padding: 10px;
	margin: 0px 0px 0.5em !important;
}

/* ==========================================================================
   ACCORDION STYLES
   ========================================================================== */

#accordion-Historical h3 {
	padding: 1em 1em !important;
	background: hsl(203deg 62.46% 58.24% / 20%);
	display: flex;
	align-items: center;
	border: 1px solid hsl(203deg 62.46% 58.24% / 100%) !important;
	width: 100%;
	cursor: pointer;
	justify-content: space-between;
}

/* ==========================================================================
   RESOURCE LINKS
   ========================================================================== */

ul.resources-links {
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: flex-start;
	list-style: none;
	gap: 1em;
}

ul.resources-links li {
	max-width: 120px;
	text-align: center;
	line-height: 1.2em;
}

ul.resources-links li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

/* ==========================================================================
   INSTRUCTORS SECTION
   ========================================================================== */

.instructors-container {
	text-align: left;
	margin-bottom: 40px;
}

.instructors-heading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.5em !important;
}

.instructors-list {
	display: flex;
	justify-content: space-around;
	gap: 30px;
	flex-wrap: wrap;
}

.instructor-card {
	display: flex;
	align-items: flex-start;
	max-width: 300px;
	text-align: left;
}

.instructor-photo {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 15px;
	overflow: hidden;
}

.instructor-photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.instructor-info {
	flex: 1;
}

.instructor-name {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

.instructor-bio {
	font-size: 14px;
	color: #555;
	margin: 0;
}

/* ==========================================================================
   TESTIMONIALS SLIDER
   ========================================================================== */

.testimonial-slider {
	position: relative;
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
}

.testimonial-card {
	display: flex;
	background: #fff;
	padding: 20px 60px;
	border-radius: 15px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	width: 1100px;
	align-items: center;
	text-align: center;
}

.testimonial-left,
.testimonial-center,
.testimonial-right {
	flex: 1;
	padding: 10px;
}

.testimonial-left {
	text-align: left;
}

.testimonial-logo img {
	max-width: 100px;
	margin-bottom: 15px;
}

.testimonial-headline {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	font-family: "Barlow";
}

.testimonial-image {
	width: 280px;
	height: 320px;
}

.testimonial-center .testimonial-image img {
	border-radius: 10px;
	object-fit: cover;
}

.testimonial-right {
	text-align: left;
}

.testimonial-quote {
	display: flex;
	gap: 1em;
}

.quote-icon {
	font-size: 40px;
	color: #0073e6;
}

.testimonial-right .testimonial-text {
	font-size: 18px;
	font-weight: 400;
	font-family: "Barlow", Sans-serif;
}

.testimonial-author,
.testimonial-role {
	margin-top: 10px;
	font-size: 18px;
	color: #000;
	font-family: "Barlow", Sans-serif;
}

.testimonial-author {
	font-weight: bold;
}

/* Testimonial Navigation */
#testimonial-pagination {
	position: relative !important;
	top: unset !important;
	bottom: unset !important;
	display: flex;
	padding: 2em 0 0 !important;
	align-items: center;
	justify-content: center;
	gap: 1em;
}

#testimonial-btn-right:after,
#testimonial-btn-left:after {
	display: none;
	content: unset;
}

div#testimonial-btn-left {
	left: -20px;
}

div#testimonial-btn-right {
	right: -20px;
}

div#testimonial-btn-left,
div#testimonial-btn-right {
	opacity: 0.6;
}

div#testimonial-btn-left:hover,
div#testimonial-btn-right:hover {
	opacity: 1;
}

#testimonial-pagination .swiper-pagination-bullet {
	cursor: pointer;
	width: 10px;
	height: 10px;
}

#testimonial-pagination
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2aace2;
}


 


.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input {
	margin-right: 1em !important;
}


.learndash-wrapper .wpProQuiz_content .wpProQuiz_question_text {
    font-size: 24px;
    font-weight: 700;
}

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li:first-child {
    display: none;
}

nav.ld-breadcrumbs {
    padding-left: 0px !important;
    margin-bottom: 2em;
}
