@charset "UTF-8";

:root { -
	-container-max-width-xs: 100%; -
	-container-max-width-sm: 640px; -
	-container-max-width-md: 768px; -
	-container-max-width-lg: 1024px; -
	-container-max-width-xl: 1200px; -
	-container-max-width-xxl: 1400px; -
	-container-gutter: 1rem; /* side padding on small screens */
}

/* Base container: fluid on small devices, centered with side padding */
.container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(- -container-gutter);
	padding-right: var(- -container-gutter);
}

/* Breakpoints (mobile-first) - adjust values if you prefer different breakpoints */
@media ( min-width : 576px) {
	.container {
		max-width: var(- -container-max-width-sm);
	}
}

@media ( min-width : 768px) {
	.container {
		max-width: var(- -container-max-width-md);
	}
}

@media ( min-width : 992px) {
	.container {
		max-width: var(- -container-max-width-lg);
	}
}

@media ( min-width : 1200px) {
	.container {
		max-width: var(- -container-max-width-xl);
	}
	.explre-search-group input, .explre-select {
	    border-radius: 8px;
	  padding-right: 40px; /* for dropdown arrow spacing */
	  height: 50px;
	  font-size: 16px;
	  font-family: "Poppins-Regular";
	  line-height: 50px; /* vertically center text & arrow */
	  appearance: none; /* remove browser default arrow */
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-color: #fff;
	  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	  background-repeat: no-repeat;
	  background-position: right 12px center;
	  background-size: 16px;
	}
}

@media ( min-width : 1400px) {
	.container {
		max-width: var(- -container-max-width-xxl);
	}
}

/* Optional: a full-bleed variant (no max-width, but keeps gutters) */
.container-fluid {
	max-width: 100%;
	padding-left: var(- -container-gutter);
	padding-right: var(- -container-gutter);
}

/* Optional: wider gutters on larger screens */
@media ( min-width : 992px) {
	:root { -
		-container-gutter: 1.5rem;
	}
}

@font-face {
	font-family: "Poppins-Bold";
	src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins-Medium";
	src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins-Regular";
	src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "Poppins-SemiBold";
	src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

.cycle-text {
	display: grid;
	min-height: 120px;
	place-items: center;
}

.hidden {
	display: none;
}

.fade-up-exit {
	animation: fadeUpExit 2s forwards;
}

.fade-down-exit {
	animation: fadeDownExit 2s forwards;
}

@
keyframes fadeUpExit {from { opacity:1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(-50px);
}

}
@
keyframes fadeDownExit {from { opacity:1;
	transform: translateY(0);
}

to {
	opacity: 0;
	transform: translateY(50px);
}

}
.fade-out {
	opacity: 0;
	transition: opacity 2s ease;
}

body {
	margin: 0;
	background: #fff;
	font-family: "Poppins-Medium";
	color: #201f1f;
	max-width: 100%;
	overflow-x: hidden;
}

/* .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 15px 40px;
  color: #fff;
}

.navbar .logo img {
  height: 30px;
  margin-right: 10px;
}

.navbar .nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar .nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
} */
.btn {
	padding: 8px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
}

.btn-outline {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.box_backg {
	padding: 40px;
	background: #cccccc1a;
	margin-top: 50px;
}

.btn-solid {
	background: #000000;
	color: #fff;
	min-width: 200px;
	padding: 12px;
	border-radius: 2px;
}

.btn-solid:hover, .btn-solid:focus {
	background: #fff;
	color: #000000;
	border: 1px solid #000;
}

.main-container {
	display: flex;
	height: 106vh; /* calc(100vh - 60px); */
}

.contact-left-section {
	flex: 1;
	background: #111;
	background: url('../../resources/product/skillelabs/contactus.jpg')
		no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 40px;
	background-size: cover; /* or other desired background properties */
	transform: scaleX(-1);
}

.contact-right-section {
	background: url('../../resources/product/skillelabs/contactus-a.jpg')
		repeat center center;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left-section {
	flex: 1;
	background: url('../../resources/product/skillelabs/vr-person.png')
		no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	color: #fff;
	padding: 2rem;
	min-height: 100vh;
	background-size: cover; /* or other desired background properties */
	transform: scaleX(-1);
}

.left-section-signin {
	flex: 1;
	background: #111;
	background: url('../../resources/product/skillelabs/vr-person1.jpg')
		no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 40px;
	background-size: cover; /* or other desired background properties */
	transform: scaleX(-1);
}

.left-section h1, .left-section-signin h1 {
	margin-top: 20px;
	font-size: 2rem;
	text-align: center;
}

.hero-img {
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
}

.right-section {
	background: url('../../resources/product/skillelabs/contactus-a.jpg')
		repeat center center;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-box {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	width: 360px;
}

.contactform-box {
	width: 420px;
	border-radius: 5px;
}

.form-box h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	text-align: center;
}

.form-box input, .form-box textarea {
	width: 100%;
	padding: 12px;
	margin: 10px 0;
	border-radius: 6px;
	border: 1px solid #e4e1e1;
}

.form-box input:hover, .form-box input:focus {
	border: 1px solid #e4e1e1 !important;
}

.form-box input::placeholder {
	color: #424242; /* Text color */
	font-size: 14px; /* Font size */
	opacity: 1; /* Ensure it's fully visible */
}

.signin-text {
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
}

.signin-text a {
	color: #27B833;
	text-decoration: underline !important;
	font-weight: 500;
}

.hero-text {
	transform: scaleX(-1);
	position: absolute;
	bottom: 18%;
	padding: 20px 20px 20px 40px;
}

.hero-text h2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Poppins-SemiBold";
}

.hero-text p {
	font-size: 16px;
	padding-right: 20%;
	font-family: "Poppins-Regular";
}

.right-section-h2 {
	font-size: 19px !important;
	font-weight: 700;
	font-family: "Poppins-Bold";
}

.fp-form-text-grey {
	color: #AAAAAA;
	font-size: 10px;
	text-decoration: underline !important;
}

/* Mega menu for desktop */
.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px;
	width: 100%;
	left: 0;
	right: 0;
	background: #111;
	color: #fff;
	display: none;
	border-radius: 0px;
	border-top: 1px solid #727171;
}

.mega-dropdown-menu h3, .mega-dropdown-menu h4 {
	color: #fff;
	font-weight: bold;
}

p, ol, ul, blockquote {
	margin: 0 0 10px;
}

.mega-dropdown-menu a {
	color: #bbb;
}

.mega-dropdown-menu a:hover {
	color: #fff;
}

.exp-arrow {
	transition: transform 0.3s ease;
}

.mega-dropdown:hover a .exp-arrow {
	transform: rotate(180deg);
}

.btn-regstr-hdr {
	min-width: 100px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 6px 9px !important;
	margin: 0px;
	color: #fff !important;
	font-size: 12px;
	text-align: center;
}

.btn-regstr-hdr:hover {
	background: #fff !important;
	color: #000 !important;
}

.btn-lgn-hdr {
	background: #fff;
	border-radius: 4px;
	padding: 7px 9px !important;
	margin: 0px;
	color: #000 !important;
	font-size: 13px;
	text-align: center;
	min-width: 100px;
}

.modal.show {
	background-color: rgba(0, 0, 0, 0.5);
}

.btn-lgn-hdr:hover {
	background: #fff !important;
	color: #000 !important;
}

.hdr-link-rt, .hdr-link-lt {
	margin: 0px 5px;
	font-size: 12px;
	color: #fff !important;
	padding: 6px 10px !important;
	border: 1px solid #000;
}

.hdr-link {
	font-size: 13px;
	color: #fff !important;
	padding: 5px 6px;
	border: 1px solid #000000;
}

.hdr-link-rt:hover, .hdr-link:hover {
	border: 1px solid #fff !important;
	border-radius: 4px;
}

.explre-main-content {
	position: relative;
	background: url('../../resources/product/skillelabs/explr_bg.png');
	padding-bottom: 5%;
}
.explre-main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* white overlay with 60% opacity */
  /* or use black: rgba(0, 0, 0, 0.4); */
}

.explre-bg-section {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60),
		rgba(0, 0, 0, 0.60)), /* dark overlay */
    linear-gradient(0deg, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20)),
		/* light overlay */
    url('../../resources/product/skillelabs/exp_banner.jpg') center
		center/cover no-repeat; /* background image */
	color: #fff;
	text-align: center;
	padding: 80px 20px;
	height: 60vh;
	display: grid;
	place-items: center;
}

.explre-bg-section-text {
	
}

.explre-search-box {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* soft, even shadow */
	padding: 50px; /* optional: ensures inner spacing */
	margin: 40px 100px;
}

.explre-bg-section h1 {
	font-size: 30px;
	font-weight: 600;
	font-weight: bold;
	font-family: "Poppins-SemiBold";
}

.explre-bg-section p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	font-family: "Poppins-Regular";
}

.explre-courses, .cou-de-prere-courses {
	padding: 40px 20px;
}

.course-card-explre {
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 0 0 30px 0;
	padding: 0;
	transition: all 0.3s ease;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transform-origin: top left;
	width:90%;
}

.course-card-explre:hover {
	/* transform: translateY(-5px); */
	transform: scale(1.03); /* increase by 5% */
}

.course-card-explre img {
	width: 100%;
	height: 34vh;
	object-fit: fill;
	padding: 20px;
}

.course-body-explre {
	padding: 0px 15px 15px;
}

.course-title-explre, .course-title-explre a {
	font-size: 16px;
	font-family: "Poppins-SemiBold";
	color: #000 !important;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.course-desc-explre {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: "Poppins-Regular";
	height: 24px;
}

.course-btn-explre {
	margin-top: 10px;
}

.explre-form-label {
	text-align: left;
	font-family: "Poppins-SemiBold";
	color: #000000;
}

.explre-search-group {
	position: relative;
}

.explre-search-group input, .explre-select {
	border-radius: 8px;
	padding-right: 40px; /* space for search button */
	height: 50px;
	font-size: 16px;
	font-family: "Poppins-Regular";
}
.pt-5 {
	padding-top: 5px;
}

.pb-5 {
	padding-bottom: 5px;
}

.explre-search-btn {
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	border: none;
	background: #00cc00;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 0;
}

.explre-search-btn i {
	font-size: 15px;
}

.course-btn-explre, .cou-de-btn {
	border: 1px solid #fff;
	color: #fff;
	background: #000;
	padding: 10px 18px;
	font-size: 14px;
	font-family: "Poppins-Regular";
	border-radius: 0px !important;
}

.course-btn-explre:hover, .cou-de-btn:hover {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}

.corse-det-bg-blue {
	background: #F2F7FF;
}

.inline-select {
	display: inline-block;
	width: auto;
}

.cou-de-card {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: height 0.3s ease;
	padding: 20px;
}

.enroll-card:hover {
	height: auto; /* grows downward */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cou-de-card-text-1 {
	font-size: 23px;
	font-family: "Poppins-Medium";
	line-height: 1.75;
	color: #000;
}

.cou-de-card-text-2 {
	font-size: 16px;
	line-height: 1.75;
	font-family: "Poppins-Regular";
	color: #000;
}

.cou-de-review-text {
	font-size: 15px;
	font-family: "Poppins-Regular";
	color: #000;
	font-weight: 400;
}

.cou-de-glyphicon-star {
	color: #00CF11;
}

.cou-de-card-price {
	font-size: 24px;
	font-weight: 900;
	color: #00CF11;
}

.cou-de-card-price i {
	font-size: 22px;
	font-weight: 900;
}

.cou-de-old-price {
	text-decoration: line-through;
	color: #BFBFBF;
	font-size: 16px;
	margin-left: 5px;
	font-family: Roboto;
}

.cou-de-old-price i {
	font-size: 14px;
}

.cou-de-offer {
	color: #474747;
	font-size: 14px;
	margin-left: 5px;
	font-family: Roboto;
}

.cou-de-offer-text {
	color: #FF4848;
	font-size: 14px;
	font-family: Roboto Regular;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cou-de-center-block {
	display: block;
	margin-left: auto;
}

.cou-de-fc-box {
	margin-bottom: 50px;
	width: 60vh;
	margin-left: 20px;
	margin-right: 20px;
}

.cou-de-fc-card {
	background: #fff;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 0 20px 19px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	min-height: 16vh;
	display: flex;
	align-items: center; /* vertical align */
	justify-content: center; /* horizontal align (optional) */
}

/* .feature-card:hover {
  transform: scale(1.05);
} */
.cou-de-bedcrumbs {
	font-size: 15px;
}

.cou-de-ttle-sec-1 {
	font-size: 30px;
	font-family: "Poppins-SemiBold";
	color: #000;
}

.cou-de-ttle-sec-2 {
	font-size: 18px;
	font-family: "Poppins-Regular";
	color: #000;
	/* height: 1.8em; */
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cou-info-de-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* number of lines */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word; /* prevents long words from overflowing */
	line-height: 1.4em; /* adjust line spacing */
	max-height: calc(1.4em * 2); /* line-height * no. of lines */
}

.cou-de-fc-text-1 {
	font-size: 15px;
	font-family: "Poppins-Regular";
	color: #000;
}

.cou-de-fc-text-2 {
	font-size: 10px;
	font-family: "Poppins-Medium";
	color: #000;
	margin-top: 3px
}

.cou-de-container {
	padding: 40px 0px;
	display: flex;
}

.cou-de-left-content {
	flex: 2;
}

.cou-de-left-content-title {
	font-size: 26px;
	font-family: "Poppins-SemiBold";
	margin-bottom: 15px;
}

.cou-de-left-content ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 30px;
}

container
.cou-de-left-content p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.cou-de-right-card-div {
	flex: 1;
}

.cou-de-right-card {
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.cou-de-right-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cou-de-card-body {
	padding: 20px;
}

.cou-de-card-body-text-1 {
	font-size: 16px;
	margin: 0 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Poppins-Bold";
}

.cou-de-card-body-text-2 {
	font-family: "Poppins-Regular";
	font-size: 12px;
}

.cou-de-card-body-text-3 {
	font-family: "Poppins-Regular";
	font-size: 13px;
}

.cou-de-badge {
	background: #d4f5d4;
	color: #2b8a3e;
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 5px;
}

.cou-de-card-body ul {
	list-style: disc !important;
	margin-left: 20px;
	margin-bottom: 15px;
	font-family: "Poppins-SemiBold";
	font-size: 13px;
}

.cou-de-card-body ul li {
	list-style: disc !important;
}

.cou-de-rating {
	margin-bottom: 10px;
	font-family: "Poppins-SemiBold";
	font-size: 12px;
}

.c-de-price {
	font-size: 18px;
	margin-bottom: 15px;
}

.c-de-discount {
	color: #28a745;
	font-weight: bold;
	margin-right: 10px;
}

.c-de-original {
	text-decoration: line-through;
	color: #999;
}

.c-de-enroll-btn {
	background: black;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
}

.c-de-enroll-btn:hover {
	background: #333;
}

.modules-container {
	margin: 40px auto;
	padding: 20px;
}

.modules-container h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

.cou-de-accordion{
	background: #fff;
    border-radius: 8px;
    margin-bottom: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.14);
}

.accordion:last-child {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px;
}

.accordion-header h3 {
	margin: 0;
	font-size: 18px;
}

.accordion-header p {
	margin: 3px 0 0;
	color: #666;
	font-size: 14px;
}

.arrow {
	font-size: 18px;
	transition: transform 0.3s ease;
}

.arrow.open {
	transform: rotate(180deg);
}

.accordion-body {
  border-top: 1px solid #eee;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  background:#EEEEEE;
}

.cou-de-acc-list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #EEEEEE;
}

.hover-card {
	transition: all 0.3s ease;
	cursor: pointer;
	overflow: hidden;
}

.hover-card .extend {
	display: none;
}

.hover-card .compact {
	white-space: normal; /* allow text to wrap */
	word-wrap: break-word; /* break long words */
	overflow-wrap: break-word; /* modern equivalent */
	hyphens: auto;
	padding-top:25px;
}

/* On hover show extended view */
.hover-card:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hover-card:hover .extend {
	display: block;
}

.hover-card:hover .compact {
	display: none;
}

/* Active class to keep first one expanded */
.hover-card.active .extend {
	display: block;
}

.hover-card.active .compact {
	display: none;
}

.lg-course-img img {
	width: 100% !important;
	height: 40vh;
	object-fit: cover;
	padding: 20px;
}

.padding-8-per {
	padding: 8% !important;
}

a {
	text-decoration: none;
	color: inherit;
}

/* Addtional styles */
.bg-gray {
	background-color: #f5f5f51d;
}

.hover-card {
	width: 200px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	/* flex-shrink: 0; */
	transition: width 0.3s ease-in-out;
}

.hover-card.active {
	width: 100%;
	max-width: 400px;
}

.hover-card:not (.active ) .extend {
	display: none;
}

.hover-card.active .compact {
	display: none;
}

.bg-account {
	background: url("../../resources/product/skillelabs/account-bg.png")
		no-repeat center center/cover;
}

.bg-account .overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.613));
}

.cta-bg {
	background: url("../../resources/product/skillelabs/cta-bg.png")
		no-repeat center center/cover;
}

.cta-bg .overlay {
	background: rgba(0, 0, 0, 0.5);
}

.offer-card {
	max-width: 650px;
	transition: all 0.3s ease-in-out;
}

.offer-card:hover {
	transform: scaleY(1.03);
}

.stripe-bg {
	background: repeating-linear-gradient(-45deg, black, black 8px, #000038 4px, #000038
		10px);
}

.link-hover a {
	transition: all 0.3s;
}

.link-hover a:hover {
	opacity: 70%;
}

.slide-open {
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.slide-open.show {
	transform: translateY(0);
	pointer-events: all;
}

.nav-link {
	color: #fff;
}

.btn-primary { -
	-bs-btn-color: #fff; -
	-bs-btn-bg: #00cf11; -
	-bs-btn-border-color: #00cf11; -
	-bs-btn-hover-color: #fff; -
	-bs-btn-hover-bg: rgb(38.25, 214.2, 52.7); -
	-bs-btn-hover-border-color: rgb(25.5, 211.8, 40.8); -
	-bs-btn-focus-shadow-rgb: 0, 176, 14; -
	-bs-btn-active-color: #fff; -
	-bs-btn-active-bg: rgb(51, 216.6, 64.6); -
	-bs-btn-active-border-color: rgb(25.5, 211.8, 40.8); -
	-bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -
	-bs-btn-disabled-color: #fff; -
	-bs-btn-disabled-bg: #00cf11; -
	-bs-btn-disabled-border-color: #00cf11;
}

.left-overlay {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0));
}

.th-pagination span, .th-pagination a {
	height: 20px;
	padding-top: 1px;
}

.hero-bg {
	position: relative;
}

.hero-bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* keeps aspect ratio while covering entire area */
	z-index: -1; /* pushes video behind content */
}

/* custom classes */
.smaller {
	font-size: 0.75rem;
}

.mini {
	font-size: 0.65rem;
}

.micro {
	font-size: 0.5rem;
}

.reset-input {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
}

.reset-input::placeholder {
	color: inherit;
	opacity: 0.5;
}
/* Create Account css */
.overlay-text {
	max-width: 400px;
}

.form-container {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card {
	width: 100%;
	max-width: 380px;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* media classes */
@media ( max-width : 992px) { /* medium screens */
}

@media ( max-width : 576px) {
	/* extra small screens */
	html {
		font-size: 14px;
	}
}

.splide__pagination {
	display: none !important;
}

.lg-img-wofr {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.lg-img-title {
	font-family: "Poppins-Regular";
	font-size: 15px;
	font-weight: 400;
}

.lg-img-75vh {
	height: 75vh;
	object-fit: cover;
	object-position: top;
}

.lg-img-65vh {
	height: 65vh;
	object-fit: cover;
	object-position: top;
	margin-top: 30px;
}

.lg-img-55vh {
	height: 55vh;
	object-fit: cover;
	object-position: top;
	margin-top: 30px;
}

.lg-course-title {
	font-family: "Poppins-SemiBold";
	font-size: 23px;
	font-weight: 600;
}

.fr-list li {
	font-family: "Poppins-Regular";
	font-size: 11px;
	line-height: 25px;
	text-align: left;
}

.fr-list-title {
	font-family: "Poppins-SemiBold";
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}
/* Footer Section */
.ftr-footer {
	background: #0a0a0a url('pattern.png') repeat;
	/* Optional diagonal stripe background */
	color: #ccc;
	padding: 30px 20px;
}

.ftr-left .ftr-logo {
	max-height: 35px;
	margin-right: 15px;
}

.ftr-right .ftr-logo {
	max-height: 35px;
}

.footer-brand {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.footer-brand .highlight {
	background: #fff;
	color: #000;
	border-radius: 8px;
	padding: 0 6px;
}

.social-icons li {
	display: inline-block;
	margin: 0 5px;
}

.social-icons a {
	color: #ccc;
	font-size: 20px;
	transition: color 0.3s;
}

.social-icons a:hover {
	color: #fff;
}

.padding-left-50 {
	padding-left: 50px;
}

.padding-right-50 {
	padding-right: 50px;
}

.padding-20 {
	padding: 20px;
}

.padding-30 {
	padding: 30px;
}

.text-right {
	text-align: right;
}

.text-white {
	color: white;
}

#Rectangle_3488 {
	background-image: linear-gradient(#0003, #0003),
		linear-gradient(#0003, #0003),
		url(../../resources/product/skillelabs/aboutus.jpg);
	background-position: 0 0, 0 0, 0;
	background-repeat: repeat, repeat, no-repeat;
	background-size: auto, auto, 100% 181.2%;
	border-radius: 0;
	width: 100%;
	height: 450px;
	display: grid;
	place-items: center;
	margin-top: -20px;
}

.top-div {
	background: #f9f9f9;
}

.parent-second-main {
	padding: 41px 172px;
}

.parent-second {
	display: flex;
	align-items: center;
	padding: 26px 40px;
	gap: 53px;
	background: white;
	box-shadow: 0 10px 25px #0000001a;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.parent-second p {
	font-size: 20px;
	color: black;
}

.parent-second .text-section {
	flex: 1;
	max-width: 50%;
	margin-right: 150px;
}

.parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 100px 173px;
	gap: 53px;
	background: url('../../resources/product/skillelabs/aboutus-bg.png')
		repeat;
}

.parent .text-section {
	flex: 1; /* Take equal width */
	max-width: 50%; /* Keep left side half */
}

.parent .text-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.parent .text-section p {
	margin-bottom: 10px;
}

.parent .text-section ul {
	list-style: disc;
	margin-left: 20px;
}

.parent .text-section li {
	margin-bottom: 5px;
}

.parent .image-section {
	width: 100%;
	flex: 1;
	max-width: 50%;
	height: auto;
}

input::placeholder {
	color: black !important; /* Change text color */
	font-size: 11px !important; /* Adjust font size */
}

.skill-section .text {
	margin-bottom: 10px;
}

.skill-section .text strong {
	font-weight: 700;
}

.skill-section .features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-right: 100px;
}

.feature-card {
	display: flex;
	align-items: center;
	background-color: #f17e37;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	padding: 15px 8px;
	color: #fff;
	box-shadow: inset 0 -6px 5px #cc6b2f, inset 0 6px 5px #ffb080;
	cursor: pointer;
	transition: transform 0.2s ease;
	width: 160px;
	height: 50px;
	font-size: 11px;
	justify-content: center;
}

.feature-card:hover {
	transform: translateY(-5px);
}

.feature-card img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.border-0 {
	border-radius: 0px !important;
}

.lg-navbar-menu-btn {
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: transparent  !important;
}

.lg-navbar-menu-btn .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin-top: 4px;
}

.lg-navbar-nav {
	align-items: center;
	gap: 1rem !important;
}

@media ( max-width : 767.98px) {
	.lg-navbar-nav {
		align-items: start !important;
		gap: 0rem !important;
	}
	.lg-navbar-nav li {
		font-size: 16px;
		color: #fff !important;
		padding: 6px 1px !important;
		display: block;
		width: 100%;
		text-align: left;
	}
	.btn-regstr-hdr, .btn-lgn-hdr {
		margin: 7px 10px !important;
	}
	.btn-login-hdr {
		text-align: center !important;
		width: 100% !important;
		margin: 0px !important;
	}
	.hdr-link-rt, .hdr-link-lt {
		margin: 9px 8px !important;
		padding: 4px 10px !important;
	}
	.hr-logo-pdng {
		padding: 0px !important;
	}
	.hr-mnu-pdng {
		padding: 10px 15px;
		border-top: 1px solid #1c1b1b;
	}
	.navbar-brand {
		padding: 1px 3px !important;
	}
}

.navbar-inverse {
	background-color: #000 !important;
	border-color: #000 !important;
}

.aboutus {
	font-size: 55px
}

@media ( max-width : 767.98px) {
	.main-container {
		display: flex;
		height: 100% !important;
	}
	.left-section, .left-section-signin, .contact-left-section {
		display: none !important;
	}
	.box_backg {
		padding: unset;
		background: unset;
		margin-top: unset;
	}
	#Rectangle_3488 {
		height: 250px !important;
	}
	.parent {
		padding: 10px 15px;
		display: grid;
		gap: 15px;
	}
	.contactform-box {
		width: 390px;
	}
	.parent-second .text-section {
		max-width: unset;
		margin-right: unset;
	}
	.parent .text-section {
		max-width: 100%;
	}
	.parent-second p {
		font-size: 15px;
	}
	.parent .text-section h2 {
		font-size: 23px;
	}
	.parent-second-main {
		padding: 40px 16px 14px;
	}
	.parent-second {
		display: grid;
		gap: unset;
		padding: 19px 14px;
	}
	.feature-card {
		width: 118px;
	}
	#Rectangle_3488 .font-50 {
		font-size: 2em !important;
	}
	.sk-e-display-wrap {
		flex-wrap: wrap !important;
	}
	.cou-de-fc-box {
		width: 60vh !important;
	}
	.lg-img-75vh {
		height: 100% !important;
	}
	.hover-card {
		/* width: 15%;
		min-height: 100px; */
		width: 100%;
		min-height: 200px;
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		transition: width 0.3s ease-in-out;
	}
	.title-text-40 {
		font-size: 40px;
	}
	.content-text-35 {
		font-size: 35px;
	}
	.content-text-26 {
		font-size: 26px;
	}
	.content-text-24 {
		font-size: 24px;
	}
	.content-text-20 {
		font-size: 20px;
	}
	.content-text-22 {
		font-size: 22px;
	}
	.content-text-16 {
		font-size: 16px;
	}
	.header-text-13 {
		font-size: 13px;
	}
	.hover-card .extend {
		display: block !important;
	}
	.hover-card .compact {
		display: none !important;
	}
	.hover-card.active {
		width: 100%;
		max-width: 100%;
	}
	/* .hover-card.active {
		width: 100%;
		max-width: 100px;
	}
	.hover-card .compact{
	font-size:10px !important;}
	.compact img{
	height:35px !important;}
	.extend{
	font-size:12px;}
	.extend .btn {
    padding: 1px 5px !important;
    font-size: 10px !important;
	}
	.cou-info-de-text p span{
		font-size: 10px !important;
	}
	.cou-info-de-text {
    line-height: 1.1em  !important;
    max-height: calc(1.1em * 2)  !important;
} */
	/* .lg-cou-card{
	display:flex;
	justify-content: center !important;
	overflow: hidden;
	padding: 1.5rem !important;
}
.lg-cou-card-container{
	overflow:scroll;
} */
	/* .margin-left-100per-xs{
	margin-left:100%
} */
	.lg-cou-card-container {
		display: flex;
		overflow-x: scroll !important; /* enables horizontal scroll */
		padding: 20px !important; /* prevent card shadow cut */
		scroll-behavior: smooth; /* smooth scroll */
		scrollbar-width: thin; /* nice thin scrollbar (Firefox) */
	}
	.lg-cou-card-container::-webkit-scrollbar {
		height: 6px;
	}
	.lg-cou-card-container::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 10px;
	}
	.lg-cou-card {
		min-width: 300px; /* ensures full visibility */
		flex-shrink: 0; /* prevents card from shrinking */
	}
	.lg-nav-mnu-xs{
		margin : 0px 0px 0px 0px !important;
	}
	.pb-xs-0{
		padding-bottom:0px !important;
	} 
	.pt-xs-0{
		padding-top:0px !important;
	}
}

.lg-cou-card-container {
	overflow: hidden;
	display: flex;
	padding: 3%;
}

.lg-cou-card {
	display: flex;
	justify-content: center !important;
	overflow: hidden;
	padding: 1.5rem;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.d-flex {
	display: flex !important;
}

.hdr-exp-title {
	font-size: 24px;
	font-family: "Poppins-SemiBold";
	font-weight: 600;
}

.hdr-exp-sub-title {
	font-size: 16px;
	font-family: "Poppins-SemiBold";
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hdr-exp-list li {
	font-size: 13px;
	font-family: "Poppins-Regular";
	font-weight: 400;
	line-height: 1.5;
}

.margin-top-20 {
	margin-top: 20px;
}

.hdr-exp-list-a {
	font-size: 10px;
	font-family: "Poppins-Regular";
	font-weight: 400;
	text-decoration: underline !important;
}

.btn-all-c-hdr {
	background: #fff;
	border-radius: 4px;
	padding: 10px 18px !important;
	margin: 5px;
	color: #000 !important;
	font-size: 14px;
	font-family: "Poppins-Regular";
	font-weight: 400;
}

.btn-all-c-hdr:hover {
	background: #fff !important;
	color: #000 !important;
}

.navbar-inverse .navbar-nav>.open>a {
	background: transparent !important;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity = 20);
	opacity: .2;
}

.login-btn {
	background: #000;
	color: #fff;
	opacity: .65;
	height: 34px;
	border: none;
	border-radius: 3px !important;
	font-weight: 600;
	width: 230px;
	margin: 5px 0;
	font-size: 14px !important;
	text-transform: uppercase;
}

.fs-2 {
	font-size: 1.5rem !important;
}

.footer {
	position: unset;
	width: 100%;
	background-image: unset;
	background: black;
	color: white;
	padding: 15px;
}

@media ( min-width : 768px) {
	.mega-dropdown:hover .mega-dropdown-menu, .mega-dropdown-menu:hover {
		display: block;
	}
	.course-card-explre img {
		height: 17vh;
	}
	.image-section2 img {
		height: 145px !important;
		border-radius: 5px;
	}
	.btn {
		font-size: 12px;
	}
	.text-md-start {
		font-size: 12px;
	}
	.btn-outline-light, .btn-light {
		padding: 6px 9px;
		min-width: 100px;
	}
	.display-4 {
		font-size: 2.3rem;
		margin-top: 25px;
		letter-spacing: 1px;
	}
	.display-5 {
		font-size: 2.1rem;
		letter-spacing: 1.1px;
		line-height: 3rem;
		color: black;
	}
	.fs-4 {
		font-size: 0.9rem !important;
	}
	.btn-green {
		font-size: 18px;
		padding: 10px 35px;
		letter-spacing: 0px;
		font-weight: 100;
		border-radius: 2px;
		color:white;
	}
	.fs-1 {
		font-size: 40px !important;
	}
	.text-primary {
		color: rgb(3, 169, 17) !important;
	}
	.g-6, .gy-6 { -
		-bs-gutter-y: 5rem;
	}
	.py-5 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	.py-6 {
		padding-top: 3.7rem !important;
		padding-bottom: 3.7rem !important;
	}
	h3, .h3 {
		font-size: 1.35rem;
	}
	.fs-3 {
		font-size: 1.1rem !important;
	}
	h4, .h4 {
		font-size: 1rem;
	}
	.parent {
		padding: 80px;
	}
	.parent-second-main {
		padding: 5px 73px;
	}
	.parent-second .text-section {
		margin-right: 5px;
	}
	.hdr-navbar-collapse-left {
		display: flex;
		margin-right: 0px;
		gap: 1em;
	    flex-direction: row;
	}
}

@media ( min-width : 1050px) {
	.lg-img-65vh {
		height: 55vh;
	}
	.parent-second .text-section {
		margin-right: 150px;
	}
	.lg-img-55vh {
		height: 55vh;
	}
	.course-card-explre img {
		height: 34vh;
	}
	.parent {
		padding: 100px 173px;
	}
	.parent-second-main {
		padding: 41px 172px;
	}
}

@media ( min-width : 1500px) {
	/* extra large screens -xl */
	select option {
		font-size: 14px;
	}
	.cycle-text {
		min-height: 190px;
	}
	.cou-de-card-text-1 {
		font-size: 28px;
	}
	p, ol, ul, blockquote {
		margin: 0 0 15px;
	}
	.slide img {
		height: 370px !important;
		margin-top: unset !important;
	}
	.
	#Rectangle_3488 {
		height: 600px;
	}
	.cou-de-card-body-text-1 {
		font-size: 24px;
	}
	.cou-de-fc-card {
		min-height: 13vh;
	}
	.cou-de-left-content-title {
		font-size: 46px;
	}
	.cou-de-fc-text-1 {
		font-size: 20px;
	}
	.cou-de-fc-text-2 {
		font-size: 12px;
	}
	.cou-de-ttle-sec-2 {
		font-size: 26px;
	}
	.cou-de-ttle-sec-1 {
		font-size: 48px;
	}
	.cou-de-bedcrumbs {
		font-size: 19px;
	}
	.parent-second-main {
		padding: 85px 260px 100px;
	}
	.parent-second p {
		font-size: 30px;
	}
	.parent .text-section li {
		font-size: 22px;
	}
	.image-section2 img {
		height: 250px !important
	}
	.parent .text-section p {
		font-size: 22px;
	}
	.feature-card {
		width: 209px;
		height: 78px;
		font-size: 17px;
	}
	.btn {
		font-size: 16px;
	}
	.aboutus {
		font-size: 85px
	}
	.py-5 {
		padding-top: 3.3rem !important;
		padding-bottom: 3.3rem !important;
	}
	.nav-item a {
		font-size: 15px;
		padding: 10px 23px !important;
	}
	.btn-outline-light, .btn-light {
		font-weight: 500;
		padding: 13px 26px;
		min-width: 100px;
	}
	.btn-regstr-hdr, .btn-lgn-hdr {
		padding: 10px 23px !important;
		margin: 0px !important;
		font-size: 15px;
	}
	.hdr-link-rt {
		margin: 3px 3px;
		font-size: 15px;
		padding: 10px 23px !important
	}
	.hdr-link-lt {
		margin: 3px 5px;
		font-size: 15px;
		padding: 10px 23px !important
	}
	.log-mt5 {
		margin-top: 5px
	}
	.display-4 {
		font-size: 4rem;
		margin-top: 40px;
		letter-spacing: 1.1px;
	}
	.display-5 {
		font-size: 4.8rem;
		letter-spacing: 1.1px;
		line-height: 6rem;
		color: black;
	}
	.fs-4 {
		font-size: 1.6rem !important;
	}
	.btn-green {
		font-size: 30px;
		padding: 19px 58px;
		letter-spacing: 0px;
		font-weight: 100;
		border-radius: 2px;
		color:white;
	}
	.fs-1 {
		font-size: 70px !important;
	}
	.text-primary {
		color: rgb(3, 169, 17) !important;
	}
	.g-6, .gy-6 { -
		-bs-gutter-y: 6rem;
	}
	.py-6 {
		padding-top: 5.7rem !important;
		padding-bottom: 5.7rem !important;
	}
	h3, .h3 {
		font-size: 2.2rem;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.lg-img-title {
		font-size: 26px;
	}
	.lg-course-title {
		font-size: 32px;
	}
	h4, .h4 {
		font-size: 1.3rem;
		letter-spacing: 0.9px;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.hdr-exp-list li {
		font-size: 14px;
	}
	.hdr-exp-sub-title {
		font-size: 17px;
	}
	.explre-bg-section p {
		font-size: 22px;
		margin-top: 20px;
	}
	.course-title-explre, .course-title-explre a {
		font-size: 23px;
	}
	.course-desc-explre {
		font-size: 14px;
	}
	.explre-bg-section h1 {
		font-size: 50px;
	}
	.explre-form-label {
		font-size: 20px;
	}
	
	title-explre a {
		font-size: 20px;
	}
	.hero-text h2 {
		font-size: 52px;
		line-height: 1.5;
		letter-spacing: 0.19rem;
	}
	.hero-text p {
		font-size: 24px;
		line-height: 1.7;
		letter-spacing: 0.19rem;
	}
	.right-section-h2 {
		font-size: 30px !important;
	}
	.form-box {
		padding: 50px;
		width: 600px;
	}
	.form-box input, .form-box textarea {
		padding: 16px;
		margin: 19px 0;
		font-size: 18px;
	}
	.fp-form-text-grey {
		font-size: 18px;
	}
	.btn-solid {
		padding: 20px 40px;
	}
	.signin-text {
		margin-top: 39px;
		font-size: 19px;
	}
	.fr-list li {
		font-size: 16px;
		line-height: 32px;
	}
	.fr-list-title {
		font-size: 24px;
		line-height: 45px;
	}
	.ftr-left .ftr-logo {
		max-height: 45px;
	}
	.ftr-right .ftr-logo {
		max-height: 55px;
	}
	.footer p, .footer a {
		font-size: unset;
	}
	.footer .fa-brands {
		font-size: 25px
	}
	.copyright-text {
		font-size: 16px !important;
	}
	.form-box input::placeholder {
		font-size: 18px !important; /* Font size */
	}
	input::placeholder {
		font-size: 18px !important; /* Font size */
	}
	.form-box textarea::placeholder {
		font-size: 18px !important; /* Font size */
	}
	.errorText {
		font-size: 16px;
	}
	.hdr-link-rt:hover, .hdr-link:hover {
		border: 1px solid #fff !important;
		border-radius: 4px;
		padding: 10px 23px !important;
	}
	.parent {
		padding: 134px 267px;
		gap: 10em;
	}
	.lg-img-65vh {
		height: 65vh;
	}
	.lg-img-55vh {
		height: 55vh;
	}
}
/* extra large- xxl */
@media ( min-width : 2000px) {
	h4, .h4 {
		font-size: 1.6rem;
	}
	.slide img {
		height: 600px !important;
		margin-top: 100px !important;
	}
}

.footer {
	position: unset;
	width: 100%;
	background-image: unset;
	background: black;
	color: white;
	padding: 15px;
}

.cou-de-acc-sub-text {
	color: #000 !important;
	font-size: 20px;
	font-family: "Poppins-Medium";
	font-weight: 500;
}

.cou-de-acc-sub-text-li {
	color: #000 !important;
	font-size: 20px;
	font-family: "Poppins-Regular";
	font-weight: 400;
	list-style: disc !important;
}

.cou-de-acc-sub ul li {
	list-style: disc !important;
}

.cou-de-acc-bullets {
	font-size: 4px;
	position: absolute;
	top: 13px;
}

.pill-container {
	display: flex;
	gap: 15px; /* space between pills */
	background: #eee; /* same as screenshot */
	padding: 10px 0;
	flex-wrap: wrap !important;
}

.pill {
	background: #fff;
	padding: 15px 30px;
	border-radius: 30px; /* pill shape */
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	font-family: "Poppins-Regular";
	cursor: pointer;
}

.sk-pill-container {
	display: flex;
	gap: 30px; /* space between pills */
	background: #fff; /* same as screenshot */
	padding: 10px 0;
	flex-wrap: wrap !important;
}

.sk-pill {
	background: #eee;
	padding: 15px 30px;
	border-radius: 30px; /* pill shape */
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	font-family: "Poppins-Regular";
	cursor: pointer;
}

.cou-de-testimonials {
	text-align: center;
}

.cou-de-t-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: "Poppins-SemiBold";
}

.cou-de-testimonial-container {
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
	gap: 40px;
}

.cou-de-testimonial-card {
	background: #000;
	color: #fff;
	/* width: 250px; */
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	/* transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center center; */ /* prevents position shift */
	transition: transform 0.3s ease;
	transform-origin: top left; /* Fix growth point */
}

.cou-de-testimonial-card:hover {
	/* transform: scale(1.08); zoom in
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); */
	transform: scale(1.05);
}

.cou-de-testimonial-symbol {
	font-size: 32px;
	margin-bottom: 10px;
}

.cou-de-testimonial-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: "Poppins-Regular";
	font-weight: 400;
}

.cou-de-testimonial-footer {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cou-de-t-profile-img {
	width: 40px;
	height: 40px;
	/* border-radius: 50%; */
}

.cou-de-t-name {
	font-size: 12px;
	font-weight: bold;
	opacity: 0.5;
	font-family: "Poppins-Regular";
}

.cou-de-t-role {
	font-size: 8px;
	opacity: 0.5;
	font-family: "Poppins-Regular";
}

.flex-wrap {
	flex-wrap: wrap;
}

.hr-exp-list-flex {
	flex: 0 0 auto;
}

.ft-padding-30 {
	padding: 30px;
}

.cou-de-prere-courses {
	background: #eee;
}

.cou-de-prere-cour-title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 20px;
	font-family: "Poppins-SemiBold";
}
/* Desktop keeps left-right layout */
.footer-logos .ftr-left {
	text-align: left;
}

.footer-logos .ftr-right {
	text-align: right;
}

.d-flex-topsection {
	height: 78vh;
	display: flex !important;
	gap: 3rem !important;
	align-items: center !important;
}

/* Mobile style (accordion look) */
@media ( max-width : 767px) {
	.cou-de-container {
   	 flex-direction: column;
 	 }
  .accordion-header  ,.accordion-body{
   	 padding: 13px;
	}
	.cou-de-prere-cour-title {
	    font-size: 15px;
	    margin-bottom: 20px;
	    margin-top: 0;
	}
	.accordion-header h3 {
    margin: 0;
    font-size: 14px;
	}
	.arrow {
	    font-size: 15px;
	}
	.sk-pill-container {
		gap: 13px; /* space between pills */
		padding: 0;
	}
	.sk-pill ,.pill {
	   padding: 7px 12px;
        font-size: 11px;
	}
	.fr-list-title {
		font-size: 16px;
	}
	.ftr-left .ftr-logo {
	    max-height: 18px;
	    margin-right: 2px;
	}
	.fr-list li {
    	font-size: 10px;
	}
  .btn {
	    font-size: 13px;
	}
	.cou-de-fc-text-1 {
	    font-size: 11px;
	    font-weight: 600;
	}
	.cou-de-fc-text-2 {
	    font-size: 9px;
	}
  .course-btn-explre, .cou-de-btn {
    padding: 8px 12px;
    font-size: 8px !important;
    border-radius: 5px !important;
	}
	.cou-de-card  {
	    padding: 7px;
	}
	#layout-wrapper {
         margin-left: 0; 
    }
	.cou-info-de-text {
	    padding: 2px;
	}
	  .cou-de-review-text {
   		 font-size: 10px;
   		 margin-bottom: 12px;
	  }
	.ex-cc-card {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.main-container {
		flex-direction: column;
		height: auto; /* Let content expand naturally */
	}

	/* Hide left section completely */
	.contact-left-section {
		display: none;
	}

	/* Right section: background + proper layout */
	.contact-right-section {
		width: 100%;
		background: url('../../resources/product/skillelabs/contactus.jpg')
			no-repeat center center;
		background-size: cover;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 15px;
		min-height: 100vh;
		overflow: hidden; /* Prevent button overflow */
	}

	/* Optional dark overlay for contrast */
	.contact-right-section::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		/*z-index: 1;*/
	}

	/* Fix background container */
	.contactus_box_backg {
		background: transparent;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	/* Centered and responsive form */
	.contactform-box {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		padding: 20px 15px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.95);
		box-sizing: border-box;
	}
	
	.right-section {
	    width: 100%;
	    flex: none;
	    min-height: 100vh;
	    background: url('../../resources/product/skillelabs/vr-person1.jpg') no-repeat center center;
	    background-size: cover;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	  }
	  
	  .right-section::before {
	    content: "";
	    position: absolute;
	    inset: 0;
	    background: rgba(0, 0, 0, 0.4);
	    z-index: 1;
	  }
	
	/*.form-box {
	    position: relative;
	    z-index: 2;
	    background: rgba(255, 255, 255, 0.95);
	  }*/
	  
	  .form-box {
	    width: 100%;
	    max-width: 360px;
	    padding: 30px 20px;
	    border-radius: 16px;
	    background: rgba(255, 255, 255, 0.95);
	    z-index: 1;
	  }
	  
	  .form-box h2,
	  .right-section-h2 {
	    font-size: 1.4rem;
	    text-align: center;
	  }		  
	  
	 .box_backg {
	    background: rgba(255, 255, 255, 0.15);
	    backdrop-filter: blur(10px);
	    margin-top: 0;
	    border-radius: 20px;
	    padding: 30px 20px;
	    z-index: 1;
	  }
		

	/* Prevent content overflow */
	.signup-form {
		width: 100%;
	}

	/* Fix Submit button alignment */
	.btn.btn-solid {
		width: 100%;
		min-width: unset;
		font-size: 16px;
		padding: 12px;
		box-sizing: border-box;
	}
	.cou-de-acc-sub-text {
		font-size: 14px;
	}
	/* Hide hero text */
	.hero-text {
		display: none;
	}
	.mega-dropdown-menu {
		position: relative;
		width: 100%;
		background: #222;
		display: none;
	}
	.ft-padding-30 {
		padding: 0px 20px;
	}
	.explre-search-box {
		padding: 20px;
		margin: 10px;
	}
	.fs-4 {
		font-size: 0.9rem !important;
	}
	.aboutus {
		font-size: 35px
	}
	.fs-3 {
		font-size: 15px !important;
	}
	.display-5 {
		font-size: 20px !important;
		color: black;
	}
	.py-4 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.right-section {
		padding: 20px 0;
	}
	.padding-8-per {
		padding: 5% 1% !important;
	}
	.h1, h1 {
		font-size: 28px;
	}
	.parent .image-section {
		max-width: 98%;
	}
	.explre-bg-section h1 {
  	  font-size: 22px;
	}
	.explre-search-btn {
	    width: 23px;
	    height: 23px;
	}
	h4.extend{
	 	font-size: 17px;
	}
	
	.explre-search-btn i {
	    font-size: 11px;
	}
	.explre-bg-section p {
  		 font-size: 13px;
  		 padding: 0 27px
	}
	.p-xs-0 {
		padding: 0rem !important;
	}
	.m-xs-0 {
		margin: 0em !important;
	}
	.pb-xs-5 {
		padding-bottom: 5px !important;
	}
	.ftr-right .ftr-logo {
	    max-height: 17px;
	}
	.offer-card {
		border-radius: 5px;
	}
	.lg-img-title {
		font-size: 9px;
		min-height: 53px;
		padding: 5px;
	}
	.mega-dropdown.open .mega-dropdown-menu {
		display: block;
	}
	.mega-dropdown-menu .row {
		margin-bottom: 15px;
	}
	.lg-img-55vh {
		height: 18vh;
	}
	.lg-img-65vh {
		height: 18vh;
	}
	.cou-de-center-block {
	    display: block;
	    margin-left: unset;
	    margin: auto;
	    border-radius: 5px;
	}
	.cou-de-fc-box {
	    margin-left: 0;
	    margin-right: 15px;
	}
	.cou-de-fc-card {
	    padding: 10px 7px;
	    border-radius: 2px;
	    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
	}
	.modules-container {
	    margin: 0px auto;
	}
	.cou-de-left-content-title {
    	font-size: 22px;
	}
	.cou-de-left-content ul {
    margin-left: 11px;
	}
	.cou-de-left-content ul p{
    	margin: 0 0 6px;
	}
	.cou-de-ttle-sec-1 {
		font-size: 20px;
	}
	.cou-de-bedcrumbs {
		font-size: 13px;
	}
	.cou-de-card-text-1 {
    	font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.2;
        margin-bottom: 5px;
	}
	.cou-de-card-text-2 {
    	font-size: 11px;
        line-height: 1.1;
        letter-spacing: 0;
        margin-bottom: 6px;
    }
    .cou-de-offer-text {
	    font-size: 11px;
	    margin-top: 2px;
	    margin-bottom: 8px;
	    letter-spacing: 0;
	}
	.cou-de-ttle-sec-2 ,.cou-de-old-price ,.cou-de-offer {
		font-size: 11px;
	}
	.cou-de-old-price i {
	    font-size: 12px!important;
	}
	.enroll_button {
		margin-bottom: 3%;
		text-align: left;
	}
	.cou-de-card-price,.cou-de-card-price i  {
	    font-size: 14px;
	}
	.lg-course-img img {
		height: unset;
		object-fit: contain;
		padding: unset;
		max-height: 190px;
	}
	.course-card-explre img {
		height: 130px;
		object-fit: fill;
		padding: 10px;
	}
	.course-list .coursetile {
	  padding-right:10px;
	  padding-left:10px;
	}
	.course-list .coursetile:nth-child(odd) {
	  padding-right:4px
	}
	.ex-cc-card{
		padding:5px !important;
		flex: 1 1 calc(55% - 20px) !important;
        max-width: calc(55% - 20px) !important;
	}
	.row-course-list{
		gap: 0px !important;
		padding:10px !important;
	}
	.footer-logos {
		text-align: center;
	}
	.display-4 {
		font-size: 27px;
	}
	.d-flex-topsection {
		height: 57vh;
		text-align: left;
		align-items: end !important;
	}
	.g-xs5, .gy-xs5 { -
		-bs-gutter-y: 1rem;
	}
	.g-xs5, .gx-xs5 { -
		-bs-gutter-x: 1rem;
	}
	.mt-xs-0 {
		margin-top: 0rem !important;
	}
	.mb-xs-2 {
		margin-bottom: 2rem !important;
	}
	.mb-xs-0 {
		margin-bottom: 0rem !important;
	}
	.mb-xs-01 {
		margin-bottom: 0.1rem !important;
	}
	
	.jst-c {
		justify-content: center;
	}
	.lg-course-title {
		font-size: 18px;
	}
	.logo-specf img {
		height: 23px !important;
	}
	h2, .h2 {
		font-size: 18px;
	}
	.px-xs-2 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
	.px-xs-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xs-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.py-xs-2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.py-xs-05 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.gap-xs-0 {
		gap: 0rem !important;
	}
	.gap-xs-018 {
		gap: 1.8rem !important;
	}
	/* First 2 logos in one row */
	.footer-logos .ftr-left {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		text-align: center; /* override left align */
	}

	/* Skill e Labs in second row */
	.footer-logos .ftr-right {
		text-align: right !important;
		padding-right: 0;
	}
	.footer-logos img {
		max-height: 50px;
	}
	.hr-clientLogo {
		/* height: 1.8rem;
		max-height: 100%;
		margin-left: 0px;
		margin-top : 14px !important; */
		max-height: 18px !important;
		margin-top : 10px !important;
	}
	.hr-clintLogo{
		/* height: 1.8rem;
        max-height : 100%;
        margin: 5px; */
        max-height: 18px !important;
	}
	.hr-applicationlogo {
		max-height: 18px !important;
		margin-left: 0px !important;
		margin-top: 14px !important;
	}
	.hr-applnlogo {
		max-height: 18px !important;
		margin-left: 0px !important;
		margin-top: 4px;
	}
	.course-title-explre, .course-title-explre a {
		font-size: 10px;
		height: 30px;
	}
	.cou-info-de-text p, .cou-info-de-text span {
    	font-size: 9px !important;
	}
	.course-desc-explre{
		margin: 0px !important;
		height: 30px;
	}
	.copyright-text {
	    font-size: 8px !important;
        font-weight: 100;
	}
	.footer {
        text-align: left; 
    }
    .social-icons a {
	    font-size: 13px;
	}
	.social-icons li {
	    margin: 0 ;
	}
	.hdr-navbar-collapse-left-xs{
		margin: 0px !important;
	}
	.hdr-link-rt, .hdr-link-lt {
		font-size: 13px;
		color: #fff !important;
		padding: 5px 6px;
		border: 1px solid #000000;
	}
	.hdr-xs-cont{
		padding-top:0px !important;
		justify-content : start !important;
		padding-bottom: 0px !important;
	}
	.th-pagination span, .th-pagination a{
		height: 40px;
	}
	.p-lft-xs-5{
		margin-left:5px;
	}
	.btn-get-strd {
	    background: #00D212;
	    border-radius: 2px;
	    padding: 7px 9px !important;
	    text-align : center !important;
	    /* width: 100% !important; */
	    color: #fff !important;
	    font-size: 10px;
	    min-width: 75px;
	    font-family: "Poppins-Medium";
	    line-height: 1.5;
	    margin-left: 20px;
	    display:block !important;  
	}
	.hdr-get-strd{
		float: right;
	    padding-top : 10px;
	    display:block !important;    
	}
	.mr-xs-5{
	    margin-right: 5px;
	}
	.ml-xs-0{
	    margin-left: 0px !important;
	}
	.mr-xs-0{
	    margin-right: 0px !important;
	}
	.hr-ex-hide{
		display:none !important;
	}
	.course-card-explre{
		width:100%;
		margin: 0 0 10px 0;
	}
}

.hr-applicationlogo{
	max-height: 26px;
	margin-left: 15px;
	margin-top:5px;
}
.hr-applnlogo {
	max-height: 32px;
	margin-left: 20px;
}

.hr-clientLogo{
	/* max-width: 180px; */
    margin-top: 3px;
    margin-left: 2px;
    max-height : 25px;
}
.hr-clintLogo {
	/* max-width: 180px; */
	max-height : 25px;
	margin-top : -4px;
}

.dot {
	height: 6px;
	width: 6px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #bbb;
	transition: background-color 0.3s;
	cursor: pointer;
}

.dot.active {
	background-color: #333;
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.slide {
	min-width: 100%;
	height: 100%;
}

.slide img {
	object-fit: cover; /* makes sure image fills without distortion */
	display: block;
	border-radius: 10px;
	height: 260px;
	margin-top: 60px;
}

.image-section img {
	border-radius: 8px;
}

.row-course-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px;
}

.ex-cc-card {
	flex: 1 1 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
}

@media ( min-width : 2000px) {
	.ex-cc-card {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media ( min-width : 6000px) {
	.ex-cc-card {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media ( max-width : 1500px) {
	.ex-cc-card {
		flex: 1 1 calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
}

@media ( max-width : 1200px) {
	.ex-cc-card {
		flex: 1 1 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media ( max-width : 992px) {
	.cou-de-fc-box {
		min-width: 17vh;
		margin-bottom: 20px;
	}
}



.hdr-navbar-navbar-toggle {
	display: none;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.lg-course-img img {
		width: 100% !important;
		height: 15vh !important;
		padding: 5px !important;
	}
	.hover-card {
		min-height: 350px !important;
	}
	.compact img {
		height: 60px !important;
	}
	.hdr-navbar-collapse-left {
		display: none !important;
	}
	.hdr-navbar-navbar-toggle {
		display: block;
		float:left !important;
		padding: 2px 8px !important;
		margin-right: 0px !important;
		margin-top:10px;
	}
	.course-card-explre{
		width:100%;
		margin: 0 0 10px 0;
	}
	.course-card-explre img {
		height: 20vh;
	}
	.hover-card .compact{
		font-size: 9px !important;
	}
	/* .hover-card .extend{
		font-size: 13px !important;
	} */
	.cou-info-de-text p,
.cou-info-de-text span {
    font-size: 10px !important;
}
	h4, .h4 {
		font-size: 10px !important;
	}
	.btn-login-hdr {
		text-align: center !important;
		width: 100% !important;
		margin: 0px !important;
	}
	.hdr-btn-cnt {
		width: 100%;
	}
	.btn-regstr-hdr, .btn-lgn-hdr {
		margin: 7px 10px !important;
	}
	.lg-cou-card {
		padding: 3px !important;
	}
	.cou-info-de-text {
    	line-height: 1em;
    	max-height: calc(1em * 2);
	}
	.hr-ex-hide{
		display:none !important;
	}
	.hdr-xs-cont{
		padding-top:0px !important;
		justify-content : start !important;
		padding-bottom: 0px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.hr-applicationlogo {
    	max-height: 25px !important;
    	margin-left: 5px !important;
    	margin-top: 10px !important;
    	padding-top: 3px;
	}
	.hr-applnlogo {
    	max-height: 25px !important;
    	margin-left: 0px !important;
    	margin-top: 3px !important;
    	padding-top: 3px;
	}
	.hr-clientLogo{
		max-width: 120px;
    	margin-left: 0px;
    	max-height: 25px;
    	margin-top: 3px !important;
    	padding-top: 3px;
	}
	.hr-clintLogo{
		max-width: 120px;
    	margin-left: 0px;
    	max-height: 25px;
    	margin-top: 0px !important;
    	padding-top: 3px;
	}
	.pb-xs-0{
		padding-bottom:0px !important;
	} 
	.pt-xs-0{
		padding-top:0px !important;
	}
	.right-section {
	    width: 100%;
	    flex: none;
	    min-height: 100%;
	    background: url('../../resources/product/skillelabs/vr-person1.jpg') no-repeat center center;
	    background-size: cover;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	  }
	  
	  .right-section::before {
	    content: "";
	    position: absolute;
	    inset: 0;
	    background: rgba(0, 0, 0, 0.4);
	    z-index: 1;
	  }
	  .left-section, .left-section-signin, .contact-left-section {
		display: none !important;
	}
	.main-container {
		display: flex;
		height: 100% !important;
	}
	    .box_backg {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        margin-top: 0;
        border-radius: 20px;
        padding: 30px 20px;
        z-index: 1;
    }
        .form-box {
        width: 100%;
        max-width: 360px;
        padding: 30px 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.95);
        z-index: 1;
    }
    .right-section{
        padding: 20px 0;
    }
       /* Hide left section completely */
	.contact-left-section {
		display: none;
	}

	/* Right section: background + proper layout */
	.contact-right-section {
		width: 100%;
		background: url('../../resources/product/skillelabs/contactus.jpg')
			no-repeat center center;
		background-size: cover;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 20px 15px;
		min-height: 100%;
		overflow: hidden; /* Prevent button overflow */
	}

	/* Optional dark overlay for contrast */
	.contact-right-section::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		/*z-index: 1;*/
	}

	/* Fix background container */
	.contactus_box_backg {
		background: transparent;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	/* Centered and responsive form */
	.contactform-box {
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
		padding: 20px 15px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.95);
		box-sizing: border-box;
	}
	.ft-padding-30 {
    	padding: 30px;
    	height: 23vh !important;
	}
	
}

.splide__slide {
	width: 100% !important; /* override inline calc width */
}

#lftNavbar ul {
	width: 100%;
	text-align: center;
	padding: 10px;
}

#lftNavbar ul li {
	width: 100%;
	float: none !important;
}

/* ========== Mobile (Small Phones) ========== */
@media ( max-width : 480px) {
	.lg-img-wofr {
		height: 16vh !important;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
    .cou-de-fc-card {
        min-height: 100px;
    }
}

/* ========== Mobile (Large Phones / Small Devices) ========== */
@media ( min-width : 481px) and (max-width: 767px) {
	.lg-img-wofr {
		height: 17vh !important;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
    .cou-de-fc-card {
        min-height: 135px;
    }
}

/* ========== Tablet ========== */
@media ( min-width : 768px) and (max-width: 1024px) {
	.lg-img-wofr {
		height: 17vh;
	}
	.lg-img-65vh {
		height: 23vh;
		margin-top: 0;
	}
	.lg-img-55vh {
		height: 18vh;
		margin-top: 0;
	}
	.cou-de-fc-box {
	    margin-bottom: 50px;
	    margin-left: 8px;
	    margin-right: 8px;
	}
	 .cou-de-fc-card {
        min-height: 135px;
    }
}

/* ========== Laptop / Small Desktop ========== */
@media ( min-width : 1025px) and (max-width: 1366px) {
	.lg-img-wofr {
		height: 34vh;
	}
	.lg-img-title {
	font-size: 13px;
	}
	.errorText {
		font-size: 12px;
	}
	.lg-course-title {
    font-size: 20px;
}
	.padding-sec4 {
		padding-left: 16% !important;
		padding-right: 16% !important;
	}
	.course-card-explre img {
        height: 30vh;
    }
    .course-title-explre, .course-title-explre a {
  	  font-size: 15px;
    }
     .cou-de-fc-card {
        min-height: 135px;
    }
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .cou-de-ttle-sec-1 ,.cou-de-prere-cour-title {
    font-size: 25px;
    }
    .cou-de-ttle-sec-2 ,.cou-de-card-text-2{
    font-size: 14px;
    }
    .cou-de-card-text-1 {
    font-size: 19px;
    }
    p, ol, ul, blockquote {
    margin: 0 0 3px;
	}
	.cou-de-card-price ,.cou-de-card-price i{
    font-size: 20px;
	}
	.cou-de-offer-text {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
	}
	.enroll_button {
    margin-top: 8px;
	}
	.cou-de-card {
    padding: 10px;
	}
	.cou-de-center-block {
		height: 180px
	}
	.margin-top-50 {
    margin-top: 50px;
	}
	.cou-de-left-content-title {
   	 font-size: 22px;
	}
	.sk-pill,.pill {
    padding: 8px 14px;
    font-size: 12px;
	}
	.form-box input, .form-box textarea {
            padding: 4px 10px;
        font-size: 13px;
        font-family: 'Poppins-Regular';
	}
	.left-section-home {
    background: url(../../resources/product/skillelabs/account-bg.png) no-repeat top center;
    background-size: cover;
	}
	.box_backg {
    padding: 20px;
	}
	.form-box {
    padding: 30px;
    width:340px
	}
	.btn-solid {
    min-width: 180px;
    padding:  4px;
    border-radius: 4px;
	}
	.right-section-home{
	background:none
	}
	.explre-search-btn {
	  width: 22px;
	  height: 22px;
	  
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0;
	}
	
	.explre-search-btn i{
		font-size: 10px;
		top:0;
	}
		
}

/* ========== Wide Screen Desktop ========== */
@media ( min-width : 1367px) and (max-width: 1599px) {
	.lg-img-wofr {
		height: 34vh;
	}
}

/* ========== Extra Wide / Large Devices ========== */
@media ( min-width : 1600px) and (max-width: 1920px) {
	.lg-img-wofr {
		height: 34vh;
	}
	 .container {
        width: 1430px;
    }
    .course-card-explre img {
        height: 25vh;
    }
}
/* ========== Extra Large Wide / Large Devices ========== */
@media ( min-width : 1921px) {
	.lg-img-wofr {
		height: 30vh;
	}
    .container {
        width: 2003px;
    }
    .course-card-explre img {
        height: 25vh;
    }
}
.btn-get-strd, .hdr-get-strd{
	display:none;
}
.hdr-navbar-collapse-left li{
	padding : 1px 0px 0px 1px;
}
.hr-ex-hide{
	display:block;
}
.errorText, .error-msg {
    display: inline-block;
    margin-top: 3px;
    color: #cf1f1f;
    font-style: italic;
    letter-spacing: 0.5px;
}
.mt-20 {
    margin-top: 20px !important;
}
.margin-left-5{
	margin-left:5px;
}
.margin-left-3{
	margin-left:3px;
}
.hdr-navbar-collapse-left {
	margin-right: -15px;
	gap: 0.7em;
}
.search-ex-btn {
    background:#00cc00; 
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position:absolute;
    top:5px;
    right:6px;
}

.search-ex-btn .glyphicon {
    color: #fff;
    font-size: 16px;
}

.search-ex-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.sk-th-pagination {
  display: flex;
  justify-content: center;
  /* margin-bottom:30px; */
}

.sk-th-pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 1px solid #7B76764D;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  position:absolute;
}

.sk-th-pagination ul li {
  margin: 0;
}

.sk-th-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  border: none;
  transition: all 0.2s ease;
  padding: 10px;
}

.sk-th-pagination ul li a:hover {
  background: #f8f8f8;
}

.sk-th-pagination ul li span.active {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #000;
  border-radius: 4px;
}

.sk-th-pagination-disable a {
  color: #00000066 !important;
  cursor: default !important;
}

.pt-20 {
  padding-top: 20px;
}

.text-blue-gradiant {
    background: -webkit-linear-gradient(50deg, #05ac93 20%, #fff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.error-message{
	font-size:10px;
	font-style: italic;
}
.errorText {
	color: #d00000;
	font-size: 13px;
	font-style: italic;
	margin-top: 3px;
}
.licenseExpiry {
	padding: 10px;
	background: bisque;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	box-shadow: 0px 0px 15px -5px grey;
}

.internalerrorDialog {
	box-shadow: 0px 0px 15px -5px grey;
    padding: 8px;
    background: #fdeddae3;
    font-style: italic;
    text-align: center;
    color: #e30404;
    margin-bottom: 5px;
    display: none;
    letter-spacing: 0.2px;
}

.internalsuccessDialog {
	box-shadow: 0px 0px 15px -5px grey;
	padding: 8px;
	background: #dcf9c7e3;
	font-style: italic;
	text-align: center;
	color: green;
	margin-bottom: 5px;
	display: none;
}

.internalerrorDialog2 {
	padding: 8px;
	font-style: italic;
	text-align: center;
	color: red;
	margin-bottom: 5px;
}
.btn-login{
	border: 1px solid #b9b3b3 !important;
    letter-spacing: unset;
        font-size: 13px !important;
    padding-top: 6px !important;
    padding-bottom: 7px !important;
    margin-right: 14px!important;
    color:white;
}
.btn-register{
	color: white;
	    font-size: 13px !important;
    background: linear-gradient(70deg, #082583 -10%, #0f5bb7);
    border: 0;
    letter-spacing: unset;
    padding-top: 8px !important;
    padding-bottom: 8px !important;	
}
    .d-sm-block {
        display: inline-block !important;
    }
    
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}
.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.widget .icon-list li {
    padding: 3px 0;
}
.footer p, .footer a {
    font-size: 12px;
}
.bg-dark a, .bg-footer a {
    color: #aaa !important;
}
#forgotpwd-sucessmsg {
    background: #4e4a4a !important;
    padding: 10px 20px;
    border-radius: 2px;
    margin-top: 30px;
    box-shadow: none !important;
    color: white !important;
}
.form-bg {
    background-color : #4e4a4a !important;
    color: white !important;
}
.btn.btn-b {
    background: white !important;
    color: black !important;
}
.rst-input::placeholder {
  font-size: 14px !important;   /* Smaller placeholder text */
  color: #999 !important;     /* Grey placeholder text */
}


.rst-input::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #999 !important;
}

.rst-input:-ms-input-placeholder {
  font-size: 14px !important;
  color: #999 !important;
}

.rst-input::placeholder {
  font-size: 14px !important;
  color: #999 !important;
}
