.infoContent{
	margin: 0px 25px 100px 25px;
	display: block;
}

.slideShowContainer{
	width: 100%;
	height: auto;
}

.slideshow{
	width: 100%;
	height: auto;
}

.titleContent{
	margin: 40px;
	display: flex;
	justify-content: center;
}

.mainTitle{
	font-weight: bold;
/*	font-family: Raleway;*/
	text-align: center;
	font-size: 30px;
	text-decoration:underline 5px;
	text-decoration-color: rgba(195, 211, 163, 0.56);
}

.aboutContainer{
	width: 100%;
	padding: 0 11px;
}

.subTitle{
	font-weight: bold;
/*	font-family: Raleway;*/
	font-size: 25px;
	text-decoration:underline 5px;
	text-decoration-color: rgba(195, 211, 163, 0.56);
}

.contentText{
	color: rgba(0, 0, 0, 0.5);
/*	font-family: Raleway;*/
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	
}

.coursesContent{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.imageContainer{
	position: relative;
	width: 320px;
	overflow: hidden;
}


.coursesImage{
	display: block;
	width: 100%;
	height: 220px;
	border-right: 5px solid #c3d3a3;
	border-bottom: 5px solid #c3d3a3;
}

.imageOverlay{
	position: absolute;
	display: flex;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(195, 211, 163, 0.65);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.imageOverlay:hover{
	opacity: 1;
	transition: 0.8s;
}

.imageOverlayLocked{
	position: absolute;
	display: flex;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(195, 211, 163, 0.65);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.viewCourseButton{
	font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 10px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 160px;
}

.viewCourseButton:hover{
	background-color: #fff;
	color: #000;
	border: none;
	transition: 0.8s;
	text-decoration: none;
}


.freeTitle{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	margin-top:10px;
	color: #8B9C69;
}

/* .coursesTitle{
	font-family: Raleway;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
} */

.lessonTitle{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}

.dividerLine{
	border-top: 1px solid #000000;
	height: 0px;
}

.courseDetailsFooter {
	display:flex; 
	justify-content: space-between; 
	margin: 10px 0px;
}

.courseDetailsFooter .col-4 {
	padding-left: 0px;
}

.courseDetailsFooter .col-8 {
	padding-right: 0px;
}


.minText{
	/* margin: 0 5px; */
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 23px;
	color: #000000;
}

.viewMoreContainer{
	width: 180px;
	color: #000;
	height: 50px;
	margin-top: 20px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #000000;
	border-radius: 10px;
	text-decoration: none;
}

.viewMoreContainer:hover{
	background-color:rgb(38 73 156);
	color: #fff;
	text-decoration: none;
	border: none;
	transition: 0.6s;
}

.titleBanner{
	width: 100%;
	height: 140px;
	background-color: #c3d3a3;
	display: flex;
	align-items: center;
	margin: 20px 0;
	opacity: 0.7;
}

.bannerTextContainer{
	margin-left: 10px;
}

.courseTitle{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #FFFBFB;
	margin: 0;
}

.courseTitleBanner{
	width: 100%;
	height: 140px;
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.courseBannerTextContainer{
	margin-left: 10px;
}

.courseBannerTitle{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin: 0;
}

.courseSubTitleHome{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	justify-content: center;
	line-height: 16px;
	color: #fff;
}

.courseSubTitleHome:hover, .courseSubTitleHover:hover, .courseSubTitleNameHover:hover, .courseChapterTitle:hover, 
.courseChapterSelectionTitle:hover{
	color: rgb(38 73 156);
}

.courseSubTitle, .courseSubTitleName, .courseSubTitleNameHover, .courseSubTitleHover, .courseSubTitleChapter{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.courseContainer{
	width: 100%;
	margin-top: 30px;
}

.courseInfoContainerLeft{
	display: block;
}

.courseInfoContainer{
	width: 100%;
	min-height: 135px;
	background-color: #f6f6f6;
}
.chapterInfoContainer{
	width: 100%;
	min-height: 135px;
	background-color: #f6f6f6;
	display:flex;
	justify-content: center;
    align-items: center;
}
.courseInfoTextContainer{
	margin: 0 0 10px 10px;
}

.courseInfoElementTextContainer {
	margin-top: 3px;
	display: flex;
}

.courseInfoTextTitle{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #303030;
	margin-bottom: 3px;
	padding-top: 10px;
}

.courseInfoElementContainer{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.chapterInfoElementContainer{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.courseInfoElementText{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	margin: 0 10px;
}

.courseInfoScoreButton{
	/* font-family: Raleway; */
	color: #808080;
    display: flex;
    align-items: center;
}

.courseAboutTitleContainer, .chaptersListContainer{
	margin-top: 20px;
}

.courseAboutTitle, .chaptersListTitle {
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	color: #000000;
	text-decoration: underline 5px;
	text-decoration-color: rgb(38 73 156);
}

.courseText{
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	margin-bottom: 5px;
}

.courseDesc, .chaptersListText {
	/* font-family: Raleway; */
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	margin-bottom: 10px;
}

.courseImage2{
	display: block;
    width: 100%;
    height: auto;
}

.courseChapterContainer{
	align-items: center;
	margin-bottom: 15px;
}

.courseChapterTitle, .courseChapterSelectionTitle {
	/* font-family: Raleway; */
	font-style: bold;
	font-size: 16px;
	color: #000000;
}

.chaptersListContainer {
	margin-left: -15px;
    margin-right: -15px;
}

.chapterContent {
	/* font-family: Raleway; */
	font-style: bold;
	font-size: 20px;
}

.videoContainer{
	width: 100%;
}


.allcoursesContainer{
	margin: 50px 30px 0;
}


table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #4CAF50;
    color: white;
}

td p {
    margin: 5px 0;
}












/* Left Section: Itinerary */
.left {
    width: 60%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Right Section: Package Details */
.right {
    width: 35%;
    padding: 20px;
    background-color: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

h2, h3 {
    color: #333;
    margin-bottom: 10px;
	font-size: 1.2em;
}

/* List styling */
ul {
    margin-left: 20px;
    list-style-type: none;
}

ul li {
    margin-bottom: 10px;
}
.exclusion ul li:before {
    content: "✗"; /* For cross in exclusions */
    margin-right: 10px;
    color: red;
}

.inclusion ul li:before {
	content: "✓"; 
	margin-right: 10px;
	color: green;
}

/* Spacing between sections */
.right h3, .left h2 {
    margin-top: 20px;
	font-size: 1.2em;
}

.details-itinerary{
display: flex;
justify-content: space-between;

}

/* Day Header */
.day-header {
    background-color:#26499c; /* Blue color for header */
    color: white;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
}

.day-number {
    font-weight: bold;
}

.day-location {
    font-weight: normal;
}

.view-details {
	text-decoration: none;  /* Removes default underline */
  }
  
  .view-details:hover {
	text-decoration: underline;  
	

  }

/* Styling for better mobile experience */
@media (max-width: 768px) {
    .details-itinerary {
        flex-direction: column;
        align-items: center;
    }

    .left, .right {
        width: 90%;
        margin-bottom: 20px;
    }
}