h3 {
	font-weight: normal;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.7em;
	display: inline-block;
}
hr{
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.title-icon {
	font-size: 1.7em;
}
.product,#Three{
	border-radius: 15px;
	font-family: "Lato", sans-serif;
	background: white;
	padding: 20px;
	margin: 15px 0px;
}
.product:hover{
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.product h5 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.section p {
	text-align: justify;
	color: #3c3c3c;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	font-size: 1.2em;
	margin: 0;
}
.section {
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	background: white;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

a {
	text-decoration: none !important;
}
.product-active{
	background: #009400;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 10px 0px;
}
.product-active .glyphicon,
.product-upgrade .glyphicon {
	margin-left: -10px;
	margin-right: 10px;
	font-size: 0.9em;
}
.product-upgrade,.btn-upgrade{
	background: #1d3349;
	cursor: pointer;
	border-radius: 5px;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 10px 0px;
	max-width: 250px;
	margin: 0 auto;
}
.product-total{
	background: #EE5479;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 15px 0;
	font-size: 0.9em;
	font-weight:900;
	border-radius:15px 15px 0px 0px ;
}
.cart-box{
	border-radius: 15px;
	font-family: "Lato", sans-serif;
	text-align: center;
	background: white;
	margin: 15px 0px;
}
.cart{
	padding: 20px;
}
.product-upgrade:hover,.btn-upgrade {
	background: #14a814;
	color: white;
}
#checkout-app .form-horizontal {
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased;
}
#checkout-app .form-horizontal .modal-header {
	font-weight: 600;
	font-size: 1.6em;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
}

.selected{
	box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 0.9) !important;
}
.section-select {
	display: block;
	background-image: radial-gradient(ellipse at 20% bottom, #132946 0%, rgba(19, 41, 70, 0.5) 60%), radial-gradient(ellipse at 90% bottom, #1d3350 10%, rgba(19, 41, 70, 0.8) 50%);
	width: 100%;
	margin-top: 20px;
	font-family: 'Lato';
	-webkit-font-smoothing: antialiased;
	padding-top: 35px;
	font-size: 1.6em;
	padding-bottom: 35px;
	border-radius: 5px;
	color: white;
  }
.product-price{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:34px !important;
	cursor: pointer;
}
.product-details{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:20px ;
}
.total-price{
	font-family:"Lato", sans-serif;
	font-weight:900;
	font-size:50px !important;
}
.product-cart{
	padding:10px 15px;
	font-family:"Lato", sans-serif;
	font-size:18px;
	color:#000000;
  	background-color: #e2f2f5;
	width: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}
.product-cancel{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 5px;
}
.show{
	display: block;
}
.hide{
	display: none;
}

.support-mb-4{
    margin-bottom: 1.5rem !important;
}

@media screen and (min-width:992px) {
	.support-mb-4{
   		margin-bottom: 0rem !important;
	}
	.cart-product{
		min-height: 275px;
		
	}
	.modal-container {
		position: absolute;
		left: 0;
		top: 0;
		width: 700px;
		
	}
	.product h5{
		min-height: 100px;
		font-size: 80%;
		font-weight: 400;
	}
	#Three h5{
		font-size: 90%;
		font-weight: 500;
	}
}
@media screen and (max-width:768px) {
	.course-flex{
	   flex-direction: column;
	}
}

/* modal */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(72, 74, 75, 0.5);
	transition:  all 0.3s linear;
	visibility: visible;
	z-index: 10;
	
  }

  .close-btn {
	position: absolute;
	top: 0.4rem;
	right: 1rem;
	font-size: 2rem;
	background: transparent;
	border-color: transparent;
	color: hsl(360, 67%, 44%);
	cursor: pointer;
	transition: all 0.3s linear;
  }
  .close-btn:hover {
	color: hsl(360, 71%, 66%);

  }
#info{
	color:  #009400;
}

.modal-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	max-width: 700px;
}

.show{
	display: block;
}
.hide{
	display: none;
}

/* .course-div{
	background-color:   #3bb5b8;
	font-family: "Lato", sans-serif;
	-webkit-font-smoothing: antialiased; */
	/* color: white; */
	/* padding: 15px 20px;
	text-align: center;
	font-size: 16px;
	border-radius:15px; 
	height: fit-content;
	overflow: auto;
	max-width: 1000px !important;

} */

.course-div{
	background-color:   #2b59e3;
	/* font-family: "Lato", sans-serif; */
	-webkit-font-smoothing: antialiased;
	color: white;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	border-radius:15px;
	/* new */
	/* height: 85%;
	overflow: auto;
	max-height: 600px; */

}

.course-div h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.course-flex{
	display: flex;
    justify-content: space-between;
}

.pry-content{
	padding: 25px 15px;
    color: black;
    background-color: white;
    border-radius: 15px;
    margin: 15px;
}
.course-item{
	padding: 0 15px;
	flex: 1;
}
.course-item ul{
	padding: 0px;
}

.course-item li{
	margin: 10px;
}
.course-item iframe{
	max-width: 100%;
    height: 100%;
	max-height: 400px;
}

.course-item img{
	max-width: 100%;
    height: auto;
	max-height: 200px;
}


.c-item{
    flex: 1; 
    box-sizing: border-box;
	margin: 10px 15px;
}

.c-item select{
    width: 100%;  
    height: 100%; 
    background-color: inherit;
    color: #fff; 
	padding: 15px;
}
.c-item select option {
    background-color: #fff; 
    color: #000; 
}
.c-item button {
    width: 100%; 
    height: 100%; 
}

.sell-btn{
    background-color: #1B263B; 
    border: none;
    cursor: pointer;
    color: #fff; 
	padding: 15px;
}

.sell-btn:hover {
    background-color: #223352; 
}

#cc-btn[disabled],#bc-btn[disabled] {
    cursor: not-allowed;
    background-color:  #1B263B; /* Grayed out background */
}

.option-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.option-item {
    display: flex;
    align-items: baseline;
    padding: 5px 10px;
    border-radius: 4px;
}

.option-item.correct-answer {
    background-color: rgba(40, 167, 69, 0.1);  /* light green */
    border: 1px solid #28a745;
}

.option-item.wrong-answer {
    background-color: rgba(220, 53, 69, 0.1);  /* light red */
    border: 1px solid #dc3545;
}

.option-letter {
    min-width: 25px;
    font-weight: 500;
}
.product-upgrade.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #ccc;
}

.product-upgrade.disabled:hover {
    background-color: #ccc;
}

.ninja-overflow{
	height: 250px;
    width: 60px;
    position: absolute;
    right: 20px;
}
.product-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.product-card-header .icon-container {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.product-card-header .icon-container.training-temple {
	background-color: #FA824C;
}
.product-card-header .icon-container.practice-dojo {
	background-color: #07A0C3;
}
.product-card-header .icon-container.exam-arena {
	background-color: #B0228C;
}
.product-card-header .icon {
	font-size: 24px;
	color: #fff;
}
.product-card-header .title {
	font-size: 20px;
	font-weight: bold;
}
.product-card .description {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
	line-height: 1.5;
}
.product-card .btn-upgrade {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.product-card .btn-upgrade.selected {
	background-color: #1d3349;
	color: white;
}

.product-card .product-active {
	background-color: #009400;
	border: none;
	color: white;
	font-weight: 500;
	padding: 12px;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-card .price {
	font-size: 16px;
	color: #888;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
}

.product-card small {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-top: 8px;
}
.total-card {
	background-color: #fff;
	color: #000;
	padding: 0;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: calc(100% - 15px);
}
.total-card .header {
	background-color: #1d3349;
	color: #fff;
	padding: 15px;
	text-align: center;
}
.total-card .header h3 {
	font-size: 24px;
	margin: 0;
}
.total-card .body {
	padding: 20px;
	height: calc(100% - 60px);
	display: flex;
	flex-direction: column;
}
.total-card .total-price {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.total-card .payment-info {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.total-card .cart-items {
	margin-bottom: 20px;
	flex-grow: 1;
	overflow-y: auto;
}
.total-card .cart-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #f7f7f7;
	color: #333;
	border-radius: 5px;
	margin-bottom: 5px;
}
.total-card .cart-item .remove-item {
	cursor: pointer;
	color: #e74c3c;
	font-weight: bold;
}
.total-card .btn-pay {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
.total-card .btn-pay-card {
	background-color: #000;
	color: #fff;
	border: none;
}
.total-card .btn-pay-paypal {
	background-color: #000;
	color: #fff;
	border: none;
}
.all-upgrades-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.all-upgrades-card .btn-upgrade {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

.all-upgrades-card .btn-upgrade.selected {
	background-color: #1d3349;
	color: white;
	border-color: #1d3349;
}

.all-upgrades-card .title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}

.all-upgrades-card .tooltip-icon {
	color: #17a2b8;
	font-size: 16px;
	cursor: help;
	transition: color 0.2s ease;
}

.all-upgrades-card .tooltip-icon:hover {
	color: #1d3349;
}

/* Tooltip styles */
.tooltip {
	position: absolute;
	background: #333;
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}

.tooltip.show {
	opacity: 1;
	visibility: visible;
}

.all-upgrades-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.all-icons-container {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 15px;
}

.all-icons-container .icon-container {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all-icons-container .icon-container.training-temple {
	background-color: #FA824C;
}

.all-icons-container .icon-container.practice-dojo {
	background-color: #07A0C3;
}

.all-icons-container .icon-container.exam-arena {
	background-color: #B0228C;
}

.all-icons-container .icon-container .icon {
	font-size: 16px;
	color: #fff;
}

.all-upgrades-card p {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 20px;
}

.all-upgrades-card .price {
	font-size: 16px;
	color: #888;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
}

/* Responsive design for all-upgrades-card */
@media screen and (max-width: 992px) {
	.all-upgrades-card {
		padding: 15px;
	}
	
	.all-upgrades-header {
		margin-bottom: 12px;
	}
	
	.all-icons-container {
		margin-right: 12px;
	}
	
	.all-upgrades-card .title {
		font-size: 18px;
	}
	
	.all-upgrades-card p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.all-upgrades-card .price {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.all-upgrades-card {
		padding: 12px;
	}
	
	.all-upgrades-header {
		margin-bottom: 10px;
	}
	
	.all-icons-container {
		margin-right: 10px;
		gap: 6px;
	}
	
	.all-icons-container .icon-container {
		width: 28px;
		height: 28px;
	}
	
	.all-icons-container .icon-container .icon {
		font-size: 14px;
	}
	
	.all-upgrades-card .title {
		font-size: 16px;
	}
	
	.all-upgrades-card p {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	.all-upgrades-card .price {
		font-size: 14px;
	}
}

@media screen and (max-width: 576px) {
	.all-upgrades-card {
		padding: 10px;
	}
	
	.all-upgrades-header {
		margin-bottom: 8px;
	}
	
	.all-icons-container {
		margin-right: 8px;
		gap: 4px;
	}
	
	.all-icons-container .icon-container {
		width: 24px;
		height: 24px;
	}
	
	.all-icons-container .icon-container .icon {
		font-size: 12px;
	}
	
	.all-upgrades-card .title {
		font-size: 15px;
	}
	
	.all-upgrades-card p {
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.all-upgrades-card .price {
		font-size: 13px;
	}
}

/* Service Cards - Matching the new UI */
.service-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	transition: all 0.3s ease;
}

.service-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.service-card-header .icon-container {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.service-card-header .icon-container.sensei {
	background-color: #28a745;
}

.service-card-header .icon-container.crash-course {
	background-color: #dc3545;
}

.service-card-header .icon-container i {
	font-size: 20px;
	color: #fff;
}

.service-card-header h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #333;
}

.service-description {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
	line-height: 1.5;
}

.service-link {
	text-decoration: none;
	display: block;
}

.service-btn {
	background-color: #1d3349;
	border: none;
	color: white;
	font-weight: bold;
	padding: 12px 20px;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s ease;
}

.service-btn:hover {
	background-color: #1a2a3a;
	transform: translateY(-1px);
}

/* Responsive design for service cards */
@media screen and (max-width: 992px) {
	.service-card {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.service-card-header .icon-container {
		width: 35px;
		height: 35px;
		margin-right: 12px;
	}
	
	.service-card-header .icon-container i {
		font-size: 18px;
	}
	
	.service-card-header h3 {
		font-size: 18px;
	}
	
	.service-description {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.service-btn {
		padding: 10px 16px;
		font-size: 13px;
	}
}

@media screen and (max-width: 768px) {
	.service-card {
		padding: 12px;
		margin-bottom: 12px;
	}
	
	.service-card-header {
		margin-bottom: 12px;
	}
	
	.service-card-header .icon-container {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	
	.service-card-header .icon-container i {
		font-size: 16px;
	}
	
	.service-card-header h3 {
		font-size: 16px;
	}
	
	.service-description {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	.service-btn {
		padding: 8px 14px;
		font-size: 12px;
	}
}

@media screen and (max-width: 576px) {
	.service-card {
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.service-card-header .icon-container {
		width: 28px;
		height: 28px;
		margin-right: 8px;
	}
	
	.service-card-header .icon-container i {
		font-size: 14px;
	}
	
	.service-card-header h3 {
		font-size: 15px;
	}
	
	.service-description {
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.service-btn {
		padding: 7px 12px;
		font-size: 11px;
	}
}

/* Info Card - Matching the new UI */
.info-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.info-card:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.info-card-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.info-card-header .icon-container {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.info-card-header .icon-container.info {
	background-color: #17a2b8;
}

.info-card-header .icon-container i {
	font-size: 20px;
	color: #fff;
}

.info-card-header h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #333;
}

.info-content p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.info-content a {
	color: #1d3349;
	text-decoration: underline;
	font-weight: 500;
}

.info-content a:hover {
	color: #1a2a3a;
}

/* Responsive design for info card */
@media screen and (max-width: 992px) {
	.info-card {
		padding: 15px;
	}
	
	.info-card-header .icon-container {
		width: 35px;
		height: 35px;
		margin-right: 12px;
	}
	
	.info-card-header .icon-container i {
		font-size: 18px;
	}
	
	.info-card-header h4 {
		font-size: 16px;
	}
	
	.info-content p {
		font-size: 15px;
	}
}



@media screen and (max-width: 768px) {
	.info-card {
		padding: 12px;
	}
	
	.info-card-header {
		margin-bottom: 12px;
	}
	
	.info-card-header .icon-container {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	
	.info-card-header .icon-container i {
		font-size: 16px;
	}
	
	.info-card-header h4 {
		font-size: 15px;
	}
	
	.info-content p {
		font-size: 14px;
	}
	

}

@media screen and (max-width: 576px) {
	.info-card {
		padding: 10px;
	}
	
	.info-card-header .icon-container {
		width: 28px;
		height: 28px;
		margin-right: 8px;
	}
	
	.info-card-header .icon-container i {
		font-size: 14px;
	}
	
	.info-card-header h4 {
		font-size: 14px;
	}
	
	.info-content p {
		font-size: 13px;
	}
	
}

/*# sourceMappingURL=account.css.map */
