/* CSS Document */
.course-tabs {
    margin: 0;
	
}

.course-tabs input[type="radio"] {
    display: none;
}

/* Tab buttons */
.tab-labels {
    display: flex;
    flex-wrap: nowrap;
	width: 100%;
	overflow: auto;
	 -ms-overflow-style: none;
    scrollbar-width: none;
	border-bottom: 1px solid #DDD;
	position: relative;
}

.tab-labels label {
    padding: .9em .5em;
	padding-left: 0;
    cursor: pointer;
    /*background: #f5f5f5;*/
    margin-right: .3em !important;
	font-weight: normal;
	font-size: 1.3em;
	width:100% !important;
	display: inline-flex;
	 flex: 1;
	
}

.tab-labels label:hover {
    /*background: #e9e9e9;*/
}

/* Content */
.tab-content {
    border-top: 1px solid #ddd;
    border-top: none;
	padding-top: 1.5em;
	position: relative;
	
	
}

.tab-panel, .tab-panel h2 {
    display: none;
}

.tab-panel h2 {
	 position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Active panel */
#tab1:checked ~ .tab-content .panel1,
#tab2:checked ~ .tab-content .panel2,
#tab3:checked ~ .tab-content .panel3,
#tab4:checked ~ .tab-content .panel4 {
    display: block;
}

/* Active tab styling */
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"],
#tab4:checked ~ .tab-labels label[for="tab4"] {
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-bottom: 5px solid #C9D140;
    /*margin-bottom: -1px;*/
	margin:0;
}


		button.basic_style {
			border:1px solid transparent;
			border-radius: .4em;
			padding:.4em;
			/*kground-color:#DDD;*/
			transition: all ease .3s;
			font-size: .8em;
		}
		button.basic_style i {
			color:#7E7E7E;
			display: block;
			visibility: hidden;
			text-indent:-9999px;
			height: 0;
			width:0;
			
		}
		button.basic_style:hover {
			/*background-color:#CCC;*/
			/*border:1px solid #DDD;*/
		}


.read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.read-more-content.open {
    max-height: 1000px; /* Adjust if needed */
}

.read-more-btn {
    /*margin-top: 15px;*/
    /*padding: 10px 20px;*/
    border: none;
   background-color: transparent;
	color: #152253;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
	font-weight: bold;
	font-size:.9em;
	float: right;
	margin:.9em 0;
}

.read-more-btn:hover {
   
}
	.read-more-btn i {
		color:#C9D140;
	}
	
	.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn i.rotated {
    transform: rotate(90deg);
}


button.prev-btn, button.next-btn {
	
	padding: .8em;
	transition: all ease .8s;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top:0;
	border: none;
	background: transparent;
	font-size: 1.3em;
}
#onpage-content {
	position: relative;

	
}
#onpage-content ol li {
	margin:0 auto;
	width: 70%;
	
	
	
}
#bttm_reviews{
	
	
}

button.prev-btn:hover, button.next-btn:hover {
	
	
} 

button.prev-btn {
	left:0;
	float: left;
}
button.next-btn {
	right:0;
	float: right;
}
	
.bulk-discounts, .bulk-discounts-content {display: none;}	

.bulk-discounts {
   
    border-collapse: separate;
    border-spacing: 0;
   width:100%;
    overflow: hidden;
    border-radius: 16px;
	margin: 0 auto;
	border:1px solid #A9A9A9;
    
}

.bulk-discounts caption {
   
    font-weight: 700;
    color: #152253;
    margin-bottom: 1rem;
}

.bulk-discounts th {
    background: #C9D400;
    color: #152253;
  font-size: .9em;
    font-weight: 700;
    padding: .5rem;
    text-align: center;
}

.bulk-discounts td {
    padding: .75rem;
    text-align: center;
   
    font-weight: 700;
}

.bulk-discounts tbody td:first-child {
    background: #152253;
    color: #fff;
}

.bulk-discounts tbody td:last-child {
    background: #fff;
    color: #152253;
}

.bulk-discounts tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e5e5e5;
}

.bulk-discounts tbody td:first-child {
    border-right: 2px solid #fff;
}
.test_the_version_file {
	/* this is just to test cache busting*/
	display:none;
	display: none;
	display:none;
	
}
/* Rounded corners */
.bulk-discounts thead th:first-child {
    border-top-left-radius: 16px;
}

.bulk-discounts thead th:last-child {
    border-top-right-radius: 16px;
}

.bulk-discounts tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.bulk-discounts tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}
	

#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 900px;
    margin: auto;
    background: #152253;
	color:#fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,.2);
    z-index: 99999;
    font-family: Arial, sans-serif;
	border:5px solid #C9D140;
}

#cookie-banner h4 {
    margin: 0;
	color:#fff !important;
	padding: 0;
	margin-bottom: .9em;
}

.cookie-buttons {
    display: block;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.cookie-btn {
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.accept-btn {
    background: #C9D140;
    color: #fff;
	color: #152253;
	display: block;
	float: right;
	font-weight: bold;
	transition: all ease .3s;
}
	.accept-btn:hover {
		 background: #e4ed4c;
	}	

.reject-btn {
    background: #666;
    color: #fff;
}

.settings-btn {
    background: transparent;
	color: #fff;
	
	
}

#cookie-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 100000;
}

.cookie-modal-content {
    background: #fff;
    max-width: 600px;
    margin: 50px auto;
    padding: 25px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
}

.cookie-option {
    margin: 20px 0;
	
}
	
	.cookie-option strong {
  margin-bottom: .4em;
		display: block;
	font-weight: bold;
}

#cookie-settings-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #f2f2f2;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    z-index: 9999;
}

.review-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.reviews {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reviews li {
    display: none;
}

.reviews li.active {
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    font-size: 20px;
    z-index: 10;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

.review {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
		
div.bottom_content {
	overflow: hidden;
}

/* Mobile */
@media (max-width: 768px) {
    .bulk-discounts td {
        font-size: 1rem;
        padding: 1.25rem;
    }

    .bulk-discounts th {
        font-size: 1.1rem;
    }
}		


/* Mobile */
@media (max-width: 768px) {
    .tab-labels {
        flex-direction: row;
		
		
    }

    .tab-labels label {
        margin-right: 0;
        margin-bottom: 2px;
		display: block;
		width: 100%;
		 flex: 1;
		white-space: nowrap;
    }
}		

/* Tabs > course content > p */
.content_list_toggle li p:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}	
				
			.content_list_toggle li p:last-child {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
}

.content_list_toggle li p:first-child {
    cursor: pointer;
}
				.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-icon.rotated {
    transform: rotate(90deg);
}

.course-tabs li i {
	padding: 0;
}

.course-tabs li span.accordion-icon {
	margin-right: .8em !important;
}

/* Content Removed For Mobile Basket to be Fixed */

	/* 02/06/2023 */
	span.qty_reviews_a {
		
	font-weight:normal;
	font-size: .6em;
	color:#152253;
	}
	
	ul.alternative li div.price-container+p {display: none;}
	ul.dark li {background:#fff;margin-bottom: .8em;font-size: .9em;}
	ul.dark li div p,
	ul.dark li a {color:#152253 !important;padding: .9em 0 !important;}
	ul.alternative li img {display: none;}
	div.stickem-container {overflow: hidden;}
	.demo-box, .overview {display: none;}
	.course_notice {font-size:.6em;display: none;}

.desktop_only {
	display: block;
	margin-bottom:. .5em;
}
	
	@media screen and (min-width:300px) and (max-width:768px) {
		
	.desktop_only {
	display: none;
}	
		
	.display_mobile {
		display: block !important;
		}
		
	div.stickem-container {
		overflow: hidden;
		}	
		
		
		.intro-container {
			padding:0;
			margin:0;
			
			
			/*border-bottom: 5px solid red !important;*/
		}
		
		.certificate_logo_container_cert_example {
			display: block;
			width:100%;
		
			overflow: auto;
			
			
			margin: 0 auto;
			margin-bottom:.8em;
			float: none;
			text-align: center;
			
		}	
		
		.certificate_logo_container_cert_example img {
			height: auto;
			width: 70%;
			text-align: center;
			float:none;
		}
		.bulk-discounts {
			display: table;
		}
		
		.bulk-discounts-content {
		display:block
}
	.screenshots, .alternative {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
	float:left;
    list-style: none;
    padding: 0;
    margin: 0;

    /* Smooth scrolling on iPhone */
    -webkit-overflow-scrolling: touch;
}

.screenshots li, .alternative li {
    flex: 0 0 auto; /* Prevent shrinking */
	
}
		ul.alternative {
			display:block !important;
			clear:both !important;
			width: 100%;
			overflow: hidden;
		}
		ul.alternative li {
			width: auto !important;
			overflow: auto !important;
			padding: .4em;
		}
		
		ul.alternative li div.price-container,
		ul.alternative li div.learn-more-box {
			width:35% !important;
			font-size: .7em !important;
			display: inline-block;
			margin: 0 !important;
		}
		ul.alternative li div.learn-more-box {
			width: auto !important;
			float:right !important;
		}
		ul.alternative li div.learn-more-box a {
			padding: .5em !important;
		}
		ul.alternative li div.price-container p {
			/*border:1px solid red !important;*/
		}

.screenshots img {
    display: block;
    width: 250px; /* Adjust as needed */
    height: auto;
    border-radius: 8px;
}
	
.screenshots, .alternative {
    scroll-snap-type: x mandatory;
	flex-flow: nowrap;
}

.screenshots li, .alternative li {
    scroll-snap-align: start;
}
		
.screenshots li,
.screenshots img {
    float:none !important;
}	
		
	
		.screenshots, .alternative  {
    display:flex;
    scrollbar-width: none;
}
		#myHeader .price_column .discount_notice {
			display:none;

		}
		
		
		
		#myHeader .image-holder {
			
			/*border:3px solid green;*/
		}
		
		
		
		#myHeader .image-holder img {
			display:none;
		
		}
		
		#myHeader .image-holder {
		
		height: auto !important;
			min-height: auto;
			overflow: visible !important;
			position: static !important;
			
			z-index: unset !important;
		}
		
		#myHeader .product-price-left-small {
			/*border: 5px solid blue;*/
			overflow: auto !important;
			clear: both !important;
			height: auto !important;
			margin: auto !important;
			min-height: auto !important;
			
		}
		
		#myHeader .product-price-left-small {
			background-color: #6577B3;
			position:fixed !important;
			bottom: 0 !important;
			
		}
		
		#myHeader div.discount_notice {
			display:none;
		}
		
		
		#myHeader .price_column_inner div.reviews {
			margin-top:0;
			/*border:1px solid red;*/
		}
		
		.price_column .overview-box {
			display: none !important;
		}
		
		.product-price-left-small {
			
		}
		
	#mobile-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    transform: translateY(100%);
    transition: transform .3s ease;
}

#mobile-basket.show {
    transform: translateY(0);
}	
		
		#mobile-basket p.price-large {
			
			width:43% !important;
			font-size: .7em !important;
			display: inline-block;
			float: left;
			padding: .1em;
		}
		
		#mobile-basket form {
			
			width:auto !important;
			float: right;
			font-size: .7em;
			padding: .6em .8em !important;
		}
		/* Review Box */
	
		
	}/* END */
	
	
	.course_notice i {display:inline-block;padding-right: .1em;}
	.basic_clean i {display:block;float:left;}	
	.basic_clean span {display: block;width:88%;float: left;}
	.basic_clean li {display: block;overflow: auto;}

.how_to_buy {
	padding:1em;
}
.wrapperX {
	padding: .5em;
	margin-top: 0 !important;
	
}
.how_to_buy h2 {
	text-transform: capitalize;
}
.how_to_buy h2 i {
	font-size: .9em;
}
.wrapper_bg_gradient_x_reviews {
	background-color: rgba(21, 34, 83, .2);
	border:2px solid rgba(21, 34, 83, .4);
	padding:1.9em 0;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-bottom: 1.7em;
}