* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	background-color: #121212;
	color: #e0e0e0;
	line-height: 1.6;
}

.logo-link {
	color: white;
	text-decoration: none;
}

.logo-link:hover, .logo-link:focus {
	color: white;
	text-decoration: none;
}

.container {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	text-align:center;
	color: white;
}

.coursecontainer {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	text-align:left;
	color: white;
}

/* Header */
header {
	background: #1e3d59;
	padding: 20px 0;
}

header h1 {
	color: #fff;
	text-align: center;
	margin: 0;
}

nav ul {
	list-style: none;
	text-align: center;
	margin-top: 10px;
}

nav ul li {
	display: inline;
	margin: 0 15px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.container h2, .coursecontainer h2{
	color: yellow;
	text-align: center;
	margin-bottom: 40px;
	font-size: 2em;
	margin-top: 40px;
	border-top: 1px solid lightgray;
}

.coursecontainer h3{
margin-top: 20px;
}

.coursecontainer a:not(.cta, .cta2, .cta3){
text-decoration: none;
color: #ff5722;
}

.coursecontainer a:hover{
text-decoration: underline;
}

/* Intro Section */
#intro {
	padding: 60px 0;
	text-align: center;
	background: #162a40;
}

#intro h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
	border: 0px;
	margin-top: 0px;
}

.coursecontainer h2{
	margin-bottom: 20px;
	border: 0px;
	margin-top: 0px;
}

#intro p {
	font-size: 1.2em;
	margin-bottom: 30px;
}

.cta {
	background: #ff5722;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 1.1em;
	border-radius: 5px;
	display: inline-block;
	min-width: 210px;
	margin: 5px;
	text-align: center;
}

/* Courses Section */
#courses {
	padding: 60px 0;
}

.course-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.course {
	background: #4A4A4A;
	padding: 20px;
	border-radius: 5px;
	width: calc(50% - 40px);
	min-width: 300px;
}

.course h3 {
	margin-bottom: 15px;
	font-size: 1.5em;
}

.course p {
	margin-bottom: 15px;
	color: white;
}

.course:hover p {
	color: black;
}

.course a {
	color: #ff5722;
	text-decoration: none;
}

/* Course Detail Pages */
.course-detail {
	padding: 25px 0;
}

.course-detail h2, .course-detail h3 {
	margin-bottom: 20px;
}

.course-detail p, .course-detail ul {
	margin-bottom: 20px;
}

.video-container {
	margin-bottom: 30px;
}
/* Footer */
footer {
	background: #1e3d59;
	padding: 20px 0;
	text-align: center;
	margin-top: 40px;
}

/* -------------------- */
footer {
	background-color: #222;
	color: #fff;
	padding: 15px 20px;
	font-size: 14px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-left, .footer-right {
	display: flex;
	align-items: center;
}

.footer-link {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}

.footer-link:hover {
	text-decoration: underline;
}

.course-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.course {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.course:hover {
	background-color: #f0f0f0;
}

#overview {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

#overview h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

#overview video {
	max-width: 100%;
}

.play-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #007bff;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.3s ease;
}

.pricing-container {
	max-width: 1000px;
	margin: auto;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pricing-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.pricing-table th {
	padding: 15px;
}

.pricing-table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #ddd;
}

.pricing-table th {
	background-color: #003366;
	color: white;
}

nav, nav ul, nav ul li {
	margin: 0;
	padding: 0;
}

nav ul li {
	margin: 7px;
	display: inline-block;
}

nav a.cta, nav ul, nav li {
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	color: inherit;
}

video{
	margin:0;
	padding: 0;
	margin-top: 20px;
	max-width: 100%;
}

#scormmaintab td:nth-child(1),  #scormmaintab th:nth-child(1) ,#scormmaintab td:nth-child(3),  #scormmaintab th:nth-child(3) {
    text-align: right;
}

#scormmaintab td:nth-child(2), #scormmaintab th:nth-child(2) {
    text-align: left;
}

#scormmaintab a{
text-decoration: none;
color: white;
}

#scormmaintab a:hover{
color: yellow;
}

#scormmaintab{
border-collapse: collapse;
}

#scormmaintab th, #scormmaintab td{
padding: 5px;
border: 1px solid lightgray;
}

.neutralp{
color: white;
text-align: center;
}

.neutralp a{
color: white;
text-decoration: none;
text-align: center;
}

.neutralp a:hover{
color: white;
text-decoration: none;
text-align: center;
}

.cta2 {
	background: #ff5722;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 1.1em;
	border-radius: 5px;
	display: inline-block;
	min-width: 150px;
	margin: 5px;
	text-align: center;
}

nav a.cta2, nav ul, nav li {
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	color: inherit;
}

.coursecontainer li{
margin-left: 20px;
}

.subnav li{
margin-left: 1px;
}

ol{
margin-left: 20px;
}

.image_right_container{
text-align: right; max-width: 35%; float: right; margin: 5px;
}

.image_right{
max-width: 100%; padding: 5px; border: 1px solid lightgray; 
}

.pitalic{
	font-style: italic;
}

.pright{
text-align: right;
}

.mbold{
font-weight: bold;
}

.cta3 {
	background: #364049;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 0.9em;
	border-radius: 2px;
	display: inline-block;
	margin: 3px;
	text-align: center;
}
.presentationimg{
max-width: 25%;
}

.badge-float {
float: right;
margin: 5px;
}



#testimonials {
  padding: 3rem 1rem;
  color: #f0f0f0;
}

#testimonials h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 1.8rem;
}

.testimonial-grid {
	  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonial-grid blockquote {
  background: #1a2c3a;
  border-left: 4px solid #00bcd4;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  font-style: italic;
  border-radius: 12px;
  color: #e0e0e0;
}

.testimonial-grid blockquote p {
  margin: 0 0 1rem;
}

.testimonial-grid cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #99ccff;
  font-size: 0.9rem;
}

#reviews {
    background-color: #f4f4f4;
    padding: 40px 0;
}

#reviews .container {
    width: 90%;
    margin: 0 auto;
}

.reviews-summary {
    text-align: center;
    margin-bottom: 20px;
}

.reviews-summary .review-info {
    font-size: 1em;
    color: #333;
}

.reviews-summary .review-info .stars {
    font-size: 1.2em;
    color: #ffcc00;
}

.reviews-summary .review-info .review-count {
    color: white;
}

