@import url(stylesheet.css);
@import url(poppins_stylesheet.css);
h1,h2,h3 {
	font-family: 'Poppins';
}
h4,p,a {
	font-family: 'Montserrat-Regular';
}
:root {
	--blue: #0656e8;
	--blue2: #05a8f5;
	--dark: #151923;
	--text: #424b5a;
	--muted: #eef3fb;
	--white: #fff;
	--border: #e3e9f3;
	--container: 1120px;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	font-family: 'Montserrat-Regular';
	color: var(--text);
	background: #fff;
	font-size: 15px;
	line-height: 1.55;
}
img {
	max-width: 100%;
	display: block;
}
a {
	text-decoration: none;
	color: inherit;
}
.container {
	max-width: 1401px;
	width: 100%;
	margin: 0 auto;
}
.defaultdirection {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.top-bar {
	background: #0658df;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 13px 0;
}
.top-bar-inner {
	display: flex;
	width: 100%;
	max-width: 90%;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.top-contact {
	display: flex;
	align-items: center;
}
.top-links {
	display: flex;
	gap: 40px;
}
.msgicontop img {
	width: 32px;
}
.top-links a {
	opacity: 0.95;
}
.main-header {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #edf1f7;
}
.header-inner {
	width: 100%;
	max-width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.brand {
	display: inline-flex;
	flex-direction: column;
	line-height: 0.9;
	letter-spacing: 0.5px;
}
.brand-main {
	font-size: 29px;
	font-weight: 900;
	color: #2375dc;
}
.brand-sub {
	font-size: 11px;
	font-weight: 900;
	color: #0b3d9f;
	text-align: right;
	font-style: italic;
	letter-spacing: 0.8px;
}
.main-nav ul {
	display: flex;
	align-items: center;
	gap: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav a {
	font-size: 18px;
	color: #282828;
	font-weight: 500;
}
.nav-primary {
	color: #fff !important;
	font-size: 18px !important;
	padding: 13px 20px;
	background: #004CE5;
	border-radius: 5px;
}
/*.main-header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	animation: slideDown 0.3s ease;
}*/
.main-header {
	position: relative;
	z-index: 50;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}
.search-btn {
	border: 0;
	background: transparent;
	font-size: 19px;
	color: #333;
	cursor: pointer;
}
.login-btn {
	border: 1px solid #004CE5;
	border-radius: 5px;
	padding: 13px 20px;
	font-weight: 600;
	color: #282828;
	background: #fff;
	font-size: 18px;
}
.placement-btn {
	background: #004CE5;
	color: #fff;
	font-size: 18px;
	padding: 13px 20px;
	border-radius: 5px;
	font-weight: 600;
}
.hero-section {
	position: relative;
	background-image: url("../image/hero-bg.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 104px 0 70px;
}
.hero-grid {
	display: flex;
	align-items: center;
	gap: 70px;
	justify-content: space-between;
}
.hero-content,.hero-image-wrap {
	width: 48%;
}
.hero-content h1 {
	color: #282828;
	font-size: 60px;
	line-height: 70px !important;
	font-weight: 600;
	margin: 0 0 25px;
	letter-spacing: 0.1px;
}
.hero-content p {
	margin: 0 0 22px;
	color: #282828;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
}
.talk-btn {
	display: inline-flex;
	background: #004CE5;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 15px 20px;
	border-radius: 5px;
}
.hero-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.quick-stats {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 42px;
	margin-top: 75px;
}
.quick-stat {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #1e2530;
}
.quick-stat .stat-icon {
	font-size: 27px;
	color: #616b76;
	line-height: 1;
}
.quick-stat strong {
	font-family: 'Poppins';
	display: block;
	color: #282828;
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
}
.quick-stat span:last-child {
	font-size: 16px;
	color: #282828;
	line-height: 20px;
}
.growth-section {
	background: #004CE5;
	color: #fff;
	padding: 100px 0;
}
.growth-grid {
	display: grid;
	grid-template-columns: 40% 1fr;
	gap: 70px;
}
.growth-title h2 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}
.growth-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 40px;
	column-gap: 70px;
}
.growth-item {
	display: flex;
	align-items: center;
	gap: 20px;
}
.growth-icon {
	font-size: 30px;
	opacity: 0.85;
	line-height: 1;
}
.growth-item strong {
	font-family: 'Poppins';
	display: block;
	color: #fff;
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
}
.growth-item span:last-child {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-top: 6px;
}
.trusted-section {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}
.trusted-section h2 {
	line-height: 60px;
	font-size: 48px;
	color: #282828;
	font-weight: 600;
	margin: 0 0 30px;
}
.trusted-logos {
	/*display: grid;
	grid-template-columns: repeat(5, 1fr);*/
	gap: 40px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.trusted-logos .logo-card:nth-child(1),
.trusted-logos .logo-card:nth-child(2),
.trusted-logos .logo-card:nth-child(3),
.trusted-logos .logo-card:nth-child(4) {
	width: 19%;
}
.logo-card {
	justify-items: center;
	padding: 20px 13px;
	background: #FFFFFF;
	width: 14%;
	align-content: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.logo-card img {
	max-height: 34px;
	max-width: 100%;
	object-fit: contain;
}
.logo-card.small-text {
	font-size: 10px;
	color: #c79a1d;
	font-weight: 700;
}
.section {
	padding: 74px 0;
}
.section-heading {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 34px;
}
.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #0d66eb;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.section-kicker:before {
	content: "";
	width: 32px;
	height: 2px;
	background: #1ea9ff;
}
.section h2,
.section-heading h2 {
	margin: 0 0 12px;
	color: #202631;
	font-size: 30px;
	line-height: 1.2;
}
.courses-section {
	background: #eef3fb;
}
.course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.course-card {
	background: #fff;
	border: 1px solid #dfe7f2;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(18, 34, 64, 0.08);
}
.course-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.course-card-body {
	padding: 16px;
}
.course-card h3 {
	margin: 0 0 9px;
	color: #202631;
	font-size: 17px;
	line-height: 1.25;
}
.course-card p {
	margin: 0 0 12px;
	font-size: 13px;
}
.course-card a {
	color: #005ce6;
	font-weight: 700;
	font-size: 13px;
}
.contact-section {
	background: #fff;
}
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 48px;
	align-items: start;
}
.contact-content h2 {
	font-size: 31px;
	margin: 0;
	color: #202631;
}
.contact-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #dbe3ee;
	border-radius: 2px;
	padding: 12px 14px;
	font-size: 14px;
}
.contact-form textarea {
	grid-column: 1/-1;
	height: 92px;
	resize: vertical;
}
.contact-form button {
	grid-column: 1/-1;
	justify-self: center;
	border: 0;
	background: #005ce6;
	color: #fff;
	padding: 12px 38px;
	border-radius: 2px;
	font-weight: 700;
	cursor: pointer;
}
.footer-section {
	background: #232323;
	color: #c5c5c5;
	padding: 52px 0;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 42px;
}
.footer-brand .brand-main {
	color: #fff;
}
.footer-brand .brand-sub {
	color: #fff;
}
.footer-section a {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
}
.footer-section p {
	font-size: 13px;
	margin: 16px 0 0;
}



/* Correction Step 2: original course, certification and business sections */
.original-courses {
	background: #eef3fb;
	padding: 58px 0 64px;
}
.courses-title h2 {
	margin: 0 0 24px;
	color: #202631;
	font-size: 30px;
	line-height: 1.23;
	font-weight: 500;
}
.courses-layout {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 22px;
	align-items: start;
}
.course-tabs {
	background: #fff;
	border: 1px solid #d8e1ef;
	box-shadow: 0 4px 14px rgba(22, 35, 58, 0.08);
}
.course-tabs .tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border-bottom: 1px solid #e7edf6;
	color: #222b38;
	font-size: 13px;
	font-weight: 600;
}
.course-tabs .tab:last-child {
	border-bottom: 0;
}
.course-tabs .tab.active {
	background: #1267e8;
	color: #fff;
}
.original-course-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.original-course-card {
	background: #fff;
	border: 1px solid #d9e3f0;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(22, 35, 58, 0.08);
}
.original-course-card > img {
	width: 100%;
	height: 125px;
	object-fit: cover;
}
.original-course-body {
	padding: 10px 12px 12px;
}
.course-meta {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 8px;
	color: #687589;
	font-size: 9px;
	white-space: nowrap;
}
.original-course-card h3 {
	margin: 0 0 7px;
	color: #18202b;
	font-size: 13px;
	line-height: 1.28;
	font-weight: 700;
}
.original-course-card p {
	margin: 0 0 10px;
	color: #677184;
	font-size: 10px;
	line-height: 1.45;
}
.course-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.course-actions a {
	border: 1px solid #1a67e9;
	color: #0759e6;
	font-size: 11px;
	font-weight: 700;
	padding: 6px 9px;
	border-radius: 2px;
	background: #fff;
}
.course-actions strong {
	color: #1d2530;
	font-size: 12px;
}
.certification-section {
	background: #fff;
	padding: 100px 0 50px;
}
.certification-grid {
	display: grid;
	grid-template-columns: 32% 1fr;
	gap: 60px;
	align-items: center;
}
.certification-content h2 {
	margin: 0 0 20px;
	color: #282828;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
}
.certification-content p {
	margin: 0;
	color: #282828;
	font-size: 18px;
	line-height: 30px;
}
.certification-logos {
	/*display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px 22px;*/
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.logosnestdiv {
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: flex-end;
}
.logosnestdiv.logosnestleft {
	justify-content: flex-start;
}
.cert-logo {
	display: flex;
	width: 26%;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;

}
.cert-logo img {
	max-width: 100%;
	height: 40px;
	object-fit: contain;
}
.cert-logo.text-logo {
	font-size: 22px;
	font-weight: 700;
	color: #202631;
	text-transform: none;
}
.business-section {
	background: #fff;
	padding: 50px 0;
}
.business-card {
	background: #0211D1;
	color: #fff;
	border-radius: 20px;
	padding: 40px;
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 35px;
	align-items: center;
}
.business-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.business-content h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
}
.business-content p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 30px;
}
.business-content a {
	display: inline-flex;
	margin-top: 4px;
	color: #004CE5;
	line-height: 20px;
	background: #fff;
	padding:15px 30px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
}
/* Correction Step 3 and Step 4: results, reviews, expert guidance, contact, footer and final responsive cleanup */
.results-section {
	background: #fff;
	padding: 60px 0 45px;
	text-align: center;
}
.results-section h2 {
	margin: 0 0 34px;
	color: #242a33;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 500;
}
.results-timeline {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 105px 1fr;
	gap: 18px 26px;
	align-items: center;
	text-align: left;
}
.result-card {
	position: relative;
	background: #fff;
	border: 1px solid #e4e9f1;
	box-shadow: 0 5px 18px rgba(20, 35, 60, 0.06);
	padding: 22px 22px 22px 46px;
	min-height: 128px;
}
.result-left {
	grid-column: 1/2;
}
.result-right {
	grid-column: 3/4;
}
.result-number {
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	color: #1d65e7;
	font-size: 16px;
	font-weight: 700;
}
.result-card h3 {
	margin: 0 0 9px;
	color: #1b222d;
	font-size: 14px;
	line-height: 1.35;
}
.result-card p {
	margin: 0;
	color: #5a6472;
	font-size: 12px;
	line-height: 1.55;
}
.result-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	background: #eff6ff;
	color: #0762e8;
	font-size: 33px;
}
.result-icon-left {
	grid-column: 2/3;
}
.result-icon-right {
	grid-column: 2/3;
}
.reviews-section {
	background: #fff;
	padding: 42px 0 58px;
	text-align: center;
	overflow: hidden;
}
.reviews-section h2 {
	margin: 0 0 25px;
	color: #282828;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}
.review-summary {
	display: flex;
	width: 73%;
	justify-self: center;
	justify-content: center;
	gap: 64px;
	margin-bottom: 40px;
}
.review-summary div {
	display: flex;
	align-items: center;
	gap: 9px;
	text-align: left;
}
.review-summary strong {
	font-family: 'Poppins';
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	color: #282828;
}
.review-summary span {
	font-size: 16px;
	color: #282828;
	line-height: 20px;
}
.reviews-row {
	display: flex;
	flex-direction: row;
	gap:40px;
	width:max-content;
	margin: 0 auto;
}
.reviews-container2 {
	max-width: 100%;
}
.reviews-slider{
	width:100%;
	overflow:hidden;
	position:relative;
}
.google-card{
	min-width:320px; /* card width */
	max-width:350px;
	width:auto;
	background: #fff;
	border: 1px solid #C9C9C9;
	border-radius: 10px;
	box-shadow: 0 5px 16px rgba(20, 35, 60, 0.08);
	padding: 15px;
	text-align: left;
	min-height: 150px;
	flex-shrink:0;
}
.slider-dots{
	display:flex;
	justify-content:center;
	gap:10px;
	margin-top:35px;
}
.slider-dots .dot{
	width:12px;
	height:12px;
	border-radius:50%;
	background:#ccc;
	cursor:pointer;
	transition:.3s;
}
.slider-dots .dot.active{
	background:#19233F;
	transform:scale(1.2);
}
.review-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px 15px 15px;
	background-color: #EBF2FF;
	border-radius: 10px;
}
.review-profile {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.review-head h3 {
	font-family: 'Montserrat-Bold';
	font-size: 20px;
	line-height: 30px;
	color: #313946;
	margin: 0;
}
.review-head span {
	display: block;
	color: #ffc400;
	font-size: 20px;
	letter-spacing: 1px;
}
.site-header{
	position: relative;
}

.main-header{
	background: #fff;
	position: relative;
	z-index: 999;
	transition: all 0.3s ease;
}

.main-header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 15px rgba(0,0,0,0.1);
	animation: slideDown 0.3s ease;
}

.top-bar.hide{
	display: none;
}

@keyframes slideDown{
	from{
		transform: translateY(-100%);
	}
	to{
		transform: translateY(0);
	}
}
.review-head b {
	margin-left: auto;
	color: #0563e9;
	font-size: 28px;
	line-height: 1;
}
.google-card p {
	color: #282828;
	font-size: 16px;
	min-height: 200px;
	line-height: 30px;
	font-weight: 400;
	margin: 20px 0 30px;
}
.review-foot {
	display: flex;
	align-items: center;
	gap: 8px;
}
.google-g {
	font-size: 21px;
	font-weight: 700;
	color: #4285f4;
}
.review-foot small {
	font-size: 18px;
	color: #282828;
	line-height: 1.15;
	font-weight: 700;
}
.review-foot em {
	font-style: normal;
	margin-left: auto;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #282828;
}
.google-widget {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}
.google-widget span {
	font-size: 19px;
	color: #6a7482;
}
.google-widget a {
	background: #282828;
	color: #fff;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
}
.expert-section {
	background: #fff;
	padding: 50px 0;
}
.expert-card {
	background: #004CE5;
	color: #fff;
	border-radius: 20px;
	padding: 45px;
	display: grid;
	grid-template-columns: 1fr 50%;
	gap: 34px;
	align-items: center;
}
/*.expert-card img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 2px;
}*/
.expert-statsnest {
	display: flex;
	gap: 13px;
}
.expert-content h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
}
.expert-content p {
	margin: 0 0 24px;
	color: #dbe8ff;
	font-size: 18px;
}
.expert-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.expertimg img { 
	width: 100%;
}
/*.expert-stats div:before {
	content: "☷";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #cfe5ff;
}*/
.expert-stats strong {
	font-family: 'Poppins';
	font-size: 42px;
	line-height: 50px;
	font-weight: 600;
	display: block;
	color: #fff;
}
.expert-stats span {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-top: 3px;
}
.contact-section {
	padding: 50px 0 100px;
	background: #fff;
}
.contact-heading {
	text-align: center;
	margin-bottom: 30px;
}
.contact-heading h2 {
	margin: 0;
	color: #282828;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}
.original-contact-form {
	max-width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 40px;
}
.original-contact-form input,
.original-contact-form textarea {
	background: #FFFFFF;
	font-weight: 400;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #282828;
}
.original-contact-form textarea {
	grid-column: 1/-1;
	height: 86px;
}
.original-contact-form button {
	grid-column: 1/-1;
	justify-self: center;
	background: #004CE5;
	color: #fff;
	border: 0;
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
}
.footer-section {
	background: #242424;
	color: #c5c9cf;
	padding: 0;
}
.original-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr 1fr;
	gap: 40px;
	padding-top: 54px;
	padding-bottom: 30px;
}
.footer-bottom h3 {
	font-size: 18px !important;
}
.footer-bottomblrb {
	margin-bottom: 15px;
}
.footer-bottomblrb h4 {
	font-size: 16px !important;
	line-height: 30px !important;
	margin-bottom: 0 !important;
}
.footer-bottomblrb p {
	font-size: 16px !important;
	line-height: 25px !important;
	margin-bottom: 0 !important;
	color: #9C9C9C !important;
}
.footer-section .footer-brand {
	display: inline-flex;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.footer-section .brand-main {
	color: #fff;
	font-size: 29px;
}
.footer-section .brand-sub {
	color: #fff;
}
.footer-line {
	width: 150px;
	height: 1px;
	background: #676767;
	margin: 8px 0 22px;
}
.footer-section h3 {
	color: #fff;
	font-size: 24px;
	line-height: 38px;
	margin: 0 0 14px;
}
.footerlinkdiv {
	margin-top: 45px;
}
.footerlinkdiv a {
	margin-bottom: 16px !important;
}
.mega-mobile-panel-header {
	display: none;
}
.footer-section .headingline {
	width: 98px;
	height: 2px;
	background: #fff;
}
.footer-section h4 {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 14px;
}
.footeradressdiv div {
	margin-bottom: 20px;
}
.footeradressdiv img {
	width: 34px;
}
.footer-section a,
.footer-section p {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 0;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding-top: 20px;
	padding-bottom: 22px;
}
.copyright {
	background: #2D2D2D;
	color: #d1d5db;
	padding: 15px 0;
}
.copyright-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.business-section + .results-section {
	padding-top: 52px;
}


/* Course section precise correction */
.tv-course-section {
	background: #eef3fb !important;
	padding: 100px 0!important;
}
.tv-course-section .container {
	max-width: 1450px;
}
.tv-course-section .courses-title h2 {
	font-size: 48px !important;
	line-height: 60px !important;
	letter-spacing: 0.2px !important;
	margin: 0 0 30px !important;
	color: #282828 !important;
	font-weight: 600 !important;
}
.tv-courses-layout {
	display: grid !important;
	grid-template-columns: 300px minmax(0, 1fr) !important;
	gap: 28px !important;
	align-items: start !important;
}
.tv-course-tabs {
	background: #fff !important;
	border: 1px solid #dfe6f0 !important;
	border-radius: 7px !important;
	box-shadow: 0 2px 12px rgba(22, 35, 58, 0.12) !important;
	overflow: hidden !important;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.tv-course-tabs .tab {
	width: 100% !important;
	border-radius: 5px;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 15px;
	background: #fff !important;
	border: 0 !important;
	color: #2b2f36 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	text-align: left !important;
	cursor: pointer !important;
}
.tv-course-tabs .tab:last-child {
	border-bottom: 0 !important;
}
.tv-course-tabs .tab.active {
	background: #0752e9 !important;
	color: #fff !important;
}
.tv-course-tabs .tab-label {
	display: flex !important;
	align-items: center !important;
	gap: 13px !important;
	font-weight: 600;
}
.tv-course-tabs .tab-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	min-width: 24px !important;
	font-size: 21px !important;
	line-height: 1 !important;
}
.tv-course-tabs .sap-icon {
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: -1px !important;
}
.tv-course-tabs .tab-arrow {
	font-size: 25px !important;
	font-weight: 300 !important;
}
.tv-course-card {
	background: #fff !important;
	border: 1px solid #d7e0ec !important;
	border-radius: 7px !important;
	box-shadow: 0 2px 11px rgba(22, 35, 58, 0.09) !important;
	overflow: hidden !important;
	min-height: 470px !important;
	display: flex !important;
	flex-direction: column !important;
}
.tv-course-card > img {
	width: 100% !important;
	height: 170px !important;
	object-fit: cover !important;
	display: block !important;
}
.tv-course-body {
	padding: 24px 15px 22px !important;
	display: flex !important;
	flex-direction: column !important;
	flex: 1 !important;
}
.tv-course-meta {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	margin-bottom: 17px !important;
	color: #343942 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}
.tv-course-meta span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
}
.green-dot {
	width: 10px !important;
	height: 10px !important;
	background: #15a53a !important;
	border-radius: 50% !important;
	display: inline-block !important;
}
.clock-icon {
	font-style: normal !important;
	color: #111 !important;
	font-size: 18px !important;
	line-height: 1 !important;
}
.star-icon {
	font-style: normal !important;
	color: #0c9c18 !important;
	font-size: 16px !important;
	line-height: 1 !important;
}
.tv-course-card h3 {
	margin: 0 0 10px !important;
	color: #282828 !important;
	font-size: 18px !important;
	line-height: 1.26 !important;
	font-weight: 500 !important;
	min-height: 56px !important;
}
.batch-label {
	display: inline-flex !important;
	align-self: flex-start !important;
	background: #f1f5fc !important;
	border-radius: 5px !important;
	color: #454b55 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 12px 18px !important;
	margin-bottom: 20px !important;
}
.course-info-row {
	border-bottom: 1px solid #d9dfe8 !important;
	padding-bottom: 18px !important;
	margin-bottom: 20px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	color: #4a4f58 !important;
	font-size: 17px !important;
}
.enrolled {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	white-space: nowrap !important;
}
.enrolled i {
	font-style: normal !important;
	font-size: 26px !important;
	color: #333 !important;
	line-height: 1 !important;
}
.syllabus-btn {
	display: inline-flex !important;
	align-items: center !important;
	border: 1px solid #cbd3de !important;
	border-radius: 5px !important;
	color: #4a4f58 !important;
	background: #fff !important;
	font-size: 16px !important;
	line-height: 1 !important;
	padding: 10px 14px !important;
	white-space: nowrap !important;
}
.course-price-row {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	margin-top: auto !important;
}
.view-course-btn {
	align-items: center !important;
	justify-content: center !important;
	border: 1.5px solid #0752e9 !important;
	border-radius: 4px !important;
	color: #0752e9 !important;
	background: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	padding: 14px 16px !important;
}
.price-box {
	display: grid !important;
	grid-template-columns: auto auto !important;
	grid-template-areas: "price old" "off off" !important;
	align-items: end !important;
	column-gap: 8px !important;
	row-gap: 4px !important;
	color: #343942 !important;
}
.price-box strong {
	grid-area: price !important;
	font-size: 24px !important;
	line-height: 1 !important;
	color: #333 !important;
	font-weight: 700 !important;
}
.price-box del {
	grid-area: old !important;
	color: #777 !important;
	font-size: 14px !important;
	line-height: 1.1 !important;
}
.price-box span {
	grid-area: off !important;
	color: #606a76 !important;
	font-size: 15px !important;
	line-height: 1 !important;
}


/* Results Step 3: responsive cleanup and original timeline layout fixes */
.results-timeline-original {
	padding: 64px 0 58px;
	background: #fff;
}
.results-timeline-original .results-heading {
	margin: 0 0 34px;
	text-align: center;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: 1.8px;
	color: #282828;
}
.results-flow {
	position: relative;
	width: 980px;
	max-width: 100%;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}
.results-flow .timeline-line {
	position: absolute;
	background: #d9dde5;
	pointer-events: none;
}
.timeline-line-main {
	left: 148px;
	top: 22px;
	width: 1px;
	height: 630px;
}
.timeline-line-top {
	left: 148px;
	top: 215px;
	width: 430px;
	height: 1px;
}
.timeline-line-middle {
	left: 148px;
	top: 412px;
	width: 430px;
	height: 1px;
}
.timeline-line-bottom {
	left: 148px;
	top: 606px;
	width: 430px;
	height: 1px;
}
.timeline-number {
	position: absolute;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #f0f5ff;
	color: #075bea;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	z-index: 4;
}
.number-one {
	left: 130px;
	top: 84px;
}
.number-two {
	left: 558px;
	top: 292px;
}
.number-three {
	left: 130px;
	top: 472px;
}
.number-four {
	left: 558px;
	top: 622px;
}
.result-content {
	position: absolute;
	z-index: 3;
	color: #30343b;
}
.result-content h3 {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #2b2d32;
}

.result-content h4 {
	margin: 0 0 13px;
	font-size: 15.5px;
	line-height: 1.35;
	font-weight: 700;
	color: #2b2d32;
}
.result-content p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.72;
	color: #4b4f58;
}
.result-content-one {
	left: 175px;
	top: 6px;
	width: 390px;
	min-height: 170px;
	padding: 24px 28px;
	border-radius: 5px;
}
.result-card-shadow {
	background: #fff;
	border: 1px solid #eef1f6;
	box-shadow: 0 9px 28px rgba(22, 34, 55, 0.14);
}
.result-content-two {
	left: 625px;
	top: 250px;
	width: 385px;
}
.result-content-three {
	left: 175px;
	top: 405px;
	width: 425px;
	min-height: 210px;
	padding: 30px 30px 26px;
}
.result-box-outline {
	border: 1px solid #d9dde5;
	background: #fff;
}
.result-content-four {
	left: 625px;
	top: 610px;
	width: 370px;
}
.result-icon-circle {
	position: absolute;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: #f2f6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #075bea;
	z-index: 2;
}
.result-icon-circle span {
	font-size: 0;
	display: block;
	width: 56px;
	height: 56px;
	position: relative;
}
.result-icon-award {
	left: 745px;
	top: 42px;
	background: #075bea;
	color: #fff;
}
.result-icon-rocket {
	left: 350px;
	top: 275px;
}
.result-icon-briefcase {
	left: 745px;
	top: 455px;
}
.result-icon-calendar {
	left: 350px;
	top: 610px;
}
.result-icon-award span:before,
.result-icon-rocket span:before,
.result-icon-briefcase span:before,
.result-icon-calendar span:before {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	line-height: 1;
	color: currentColor;
}
.result-icon-award span:before {
	content: "🏵";
	filter: grayscale(1) brightness(4);
}
.result-icon-rocket span:before {
	content: "🚀";
	filter: hue-rotate(185deg) saturate(2);
}
.result-icon-briefcase span:before {
	content: "▣";
	font-size: 52px;
}
.result-icon-calendar span:before {
	content: "▦";
	font-size: 52px;
}



/* Mega Menu Step 2: Explore Courses dropdown styling */
.main-header {
	position: relative;
	z-index: 50;
}
.explore-courses-toggle {
	border: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
}
.explore-mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1000;
	background: #f6f6f7;
	border-top: 1px solid #e8ebf0;
	border-bottom: 1px solid #e1e4ea;
	box-shadow: 0 16px 34px rgba(18, 27, 43, 0.16);
	padding: 0;
}
.explore-mega-menu[hidden] {
	display: none !important;
}
.explore-mega-inner {
	display: grid;
	grid-template-columns: 325px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	width: min(1180px, calc(100% - 32px));
	min-height: 610px;
	max-height: calc(100vh - 92px);
	overflow: hidden;
	padding: 0 0 18px;
}
.mega-category-list {
	background: #f7f7f8;
	padding: 8px 0 18px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	border-right: 1px solid #eceff4;
}
.mega-category {
	width: 100%;
	min-height: 52px;
	border: 0;
	background: transparent;
	color: #3f4352;
	display: grid;
	grid-template-columns: 36px 1fr 18px;
	align-items: center;
	gap: 12px;
	padding: 0 18px 0 18px;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0.1px;
	text-align: left;
	border-radius: 2px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}
.mega-category:hover,
.mega-category.active {
	background: #0a66e8;
	color: #fff;
}
.mega-category-icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: currentColor;
	line-height: 1;
}
.mega-category-arrow {
	justify-self: end;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	color: currentColor;
}
.mega-course-panel {
	padding: 14px 0 0;
	max-height: calc(100vh - 105px);
	overflow-y: auto;
	scrollbar-width: thin;
}
.mega-course-panel[hidden] {
	display: none !important;
}
.mega-course-panel h2 {
	margin: 0 0 14px;
	color: #15171d;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.1px;
}
.mega-course-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
	padding-right: 10px;
}
.mega-course-card {
	min-height: 140px;
	background: #fff;
	border: 1px solid #eceff4;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(18, 27, 43, 0.16);
	padding: 17px 20px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #4b4f61;
}
.mega-card-logo {
	min-height: 28px;
	margin-bottom: 14px;
	color: #25304a;
	font-size: 11px;
	line-height: 1.15;
	font-weight: 600;
}
.mega-card-logo strong {
	display: inline-block;
	font-size: 15px;
	line-height: 1.05;
	font-weight: 600;
	color: #202431;
}
.mega-course-card h3 {
	margin: 0 0 17px;
	color: #505267;
	font-size: 19px;
	line-height: 1.38;
	font-weight: 700;
	letter-spacing: 0.1px;
}
.mega-course-card p {
	margin: auto 0 0;
	color: #62656d;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
}
.mega-course-card p span {
	display: inline-block;
	margin: 0 8px;
	color: #8a8d96;
}
.resulborder1 {
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	padding: 40px 0 40px 40px;
}
.resulborder2 {
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
.resulborder2.bbt0 {
	border-bottom: 0 !important;
}
.resultboxblrb {
	padding: 30px 24px;
	text-align: left;
}
.resultboxblrb:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.resultboxblrb h3 {
	font-size: 24px;
	line-height: 25px;
	color: #282828;
	margin: 0 0 15px;
}
.resultblrbimg {
	background-color: #F0F5FF;
	border-radius: 100px;
	padding: 40px;
}
.resultblrbimg:hover {
	background-color: #004CE5;
	cursor: pointer !important;
}
.container-resultblrb {
	width: 90%;
	justify-self: center;
}
.resultblrbimg img {
	width: 60px;
	height: 60px;
}
.resultblrbimg:hover img {
	filter: brightness(0) invert(1);
	transition: all 0.2s ease;
}
#resultsrow1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}
.resultsrow1col1,.resultsrow1col2 {
	width: 48%;
	position: relative;
}
.resultsrow1col2 {
	justify-items: center;
	align-content: center;
}
.resultboxblrb h4 {
	font-size: 20px;
	line-height: 25px;
	color: #282828;
	margin: 0 0 15px;
}
.resultboxblrb p {
	font-size: 18px;
	line-height: 30px;
	color: #282828;
	margin-bottom: 0;
}
.resultnum {
	background-color: #F0F5FF;
	font-weight: 800;
	color: #004CE5;
	border-radius: 100px;
	text-align: center;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	padding: 10px 22px;
}
.resultsrow1col1 .resultnum {
	left: -30px;
	top: 137px;
}
.numresultcol.resultsrow1col1 .resultnum {
	left: -83px;
	top: 106px;
}


/*------------------------------------Client Media Query-----------------------------------*/


@media only screen and (max-width: 1750px) { 
	
	.container {
		max-width: 90%;
	}
	.tv-course-section .container {
		max-width: 90%;
	}
	.tv-course-meta,.course-info-row,.course-price-row {
		flex-wrap: wrap;
	}
	.top-links {
		gap: 15px;
	}
	.top-bar {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1645px) {
	/*.top-bar-inner {
		flex-direction: column;
	}*/
}

@media only screen and (max-width: 1500px) {
	.numresultcol.resultsrow1col1 .resultnum {
		left: -70px;
	}
	.top-bar {
		font-size: 14px;
	}
	.review-summary {
		width: 100%;
	}
	.footer-grid.original-footer-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.footer-col1,.footer-col2 {
		width: 48%;
	}
	.footer-col3,.footer-col4,.footer-col5 {
		width: 31%;
	}
}

@media only screen and (max-width: 1400px) {
	.growth-grid {
		justify-self: center;
	}
	.top-links {
		gap: 10px;
	}
}

@media only screen and (max-width: 1200px) {

	.growth-grid {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin: 0;
	}
	.logo-card {
		width: 40% !important;
	}
	.courses-layout.tv-courses-layout {
		display: flex !important;
		flex-wrap: wrap;
	}
	.tv-course-tabs {
		width: 100%;
	}


}

@media only screen and (max-width: 1024px) {

	.top-links,.msgicontop,.topbarline {
		display: none;
	}
	.top-contact {
		width: 100%;
	}
	.top-contact {
		justify-content: space-between;
	}

	.logo-card {
		width: 45% !important;
	}

	.explore-mega-inner {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 20px;
		width: min(100%, calc(100% - 24px));
	}
	.mega-category {
		font-size: 15px;
		min-height: 48px;
		grid-template-columns: 30px 1fr 16px;
		gap: 10px;
		padding: 0 14px;
	}
	.mega-course-card h3 {
		font-size: 17px;
	}

	.footer-col1 {
		width: 100%;
	}
	.footer-col2,.footer-col3,.footer-col4,.footer-col5 {
		width: 48%;
	}
	.hero-grid {
		flex-direction: column;
	}
	.hero-content, .hero-image-wrap {
		width: 100%;
	}
	
	.growth-section,.trusted-section,.tv-course-section {
		padding: 60px 0 !important;
	}
	.logo-card {
		width: 45% !important;
	}
	.certification-section {
		padding: 60px 0 50px;
	}
	.container.certification-grid {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.certification-logos {
		width: 100%;
	}
	.logosnestdiv,.logosnestdiv.logosnestleft {
		justify-content: center;
	}
	.review-summary {
		width: 100%;
	}
	.review-summary div {
		text-align: left;
		flex-direction: column;
		align-items: flex-start;
	}	
	.top-links {
		display: none;
	}
	.business-card,.expert-card {
		display: flex;
		flex-direction: column;
	}
	.business-image,.expert-content,.expertimg {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.top-bar-inner {
		height: auto;
		padding: 8px 0;
		align-items: flex-start;
	}
	.hero-section {
		padding: 60px 0;
	}
	.container.quick-stats {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px !important;
		justify-content: space-between;
		gap: 30px;
	}

	.cert-logo {
		width: 30%;
	}
	.review-summary {
		gap: 10px;
	}
	.quick-stat {
		width: 47%;
	}
	.top-contact,
	.top-links {
		flex-wrap: wrap;
		gap: 10px;
	}
	.main-nav ul {
		gap: 15px;
		flex-wrap: wrap;
	}
	.hero-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.hero-image-wrap img {
		width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 767px) {

	.explore-mega-menu {
		position: absolute;
		top: 100%;
		background: #f6f6f7;
	}
	.explore-mega-inner {
		display: block;
		min-height: auto;
		max-height: calc(100vh - 90px);
		overflow-y: auto;
		width: 100%;
		padding: 0 16px 18px;
	}
	.mega-category-list {
		border-right: 0;
		border-bottom: 1px solid #e4e8f0;
		max-height: none;
		overflow: visible;
		padding: 10px 0;
	}
	.mega-category {
		min-height: 46px;
		font-size: 14px;
		border-radius: 4px;
	}
	.mega-course-panel {
		max-height: none;
		overflow: visible;
		padding-top: 16px;
	}
	.mega-course-panel h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.mega-course-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		padding-right: 0;
	}
	.mega-course-card {
		min-height: 122px;
		padding: 14px 16px;
	}
	.mega-course-card h3 {
		font-size: 16px;
		line-height: 1.32;
	}
	.mega-course-card p {
		font-size: 13px;
	}
	body.mega-menu-open {
		overflow: hidden;
	}

	.explore-mega-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5000;
		background: #fff;
		border: 0;
		box-shadow: none;
		overflow: hidden;
	}

	.explore-mega-inner {
		width: 100%;
		height: 100dvh;
		max-height: none;
		padding: 0;
		overflow: hidden;
		background: #fff;
	}

	.mega-category-list {
		display: block;
		height: 100dvh;
		overflow-y: auto;
		padding: 12px 12px 28px;
		background: #fff;
		border: 0;
	}

	.explore-mega-menu.mobile-detail-open .mega-category-list {
		display: none;
	}

	.mega-category {
		min-height: 48px;
		grid-template-columns: 28px 1fr 18px;
		gap: 10px;
		padding: 0 14px;
		color: #333844;
		font-size: 15px;
		font-weight: 500;
		border-radius: 3px;
		background: transparent;
	}

	.mega-category.active,
	.mega-category:hover {
		background: #1267e8;
		color: #fff;
	}

	.mega-category-icon {
		width: 24px;
		height: 24px;
		font-size: 19px;
	}

	.mega-category-arrow {
		font-size: 24px;
	}

	.mega-course-panel {
		display: none;
		height: 100dvh;
		max-height: none;
		overflow-y: auto;
		padding: 0 16px 28px;
		background: #fff;
	}

	.explore-mega-menu.mobile-detail-open .mega-course-panel.active-mobile-panel {
		display: block;
	}

	.mega-course-panel[hidden] {
		display: none !important;
	}

	.explore-mega-menu.mobile-detail-open
	.mega-course-panel.active-mobile-panel[hidden] {
		display: block !important;
	}

	.mega-mobile-panel-header {
		display: grid;
		grid-template-columns: 1fr 100%;
		align-items: center;
		column-gap: 14px;
		min-height: 54px;
		padding: 6px 0 8px;
		background: #fff;
		position: sticky;
		top: 0;
		z-index: 2;
		border-bottom: 1px solid #eeeeee;
	}

	.mega-mobile-back {
		border: 0;
		background: transparent;
		padding: 8px 4px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #111;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		width: max-content;
	}

	.mega-mobile-back:first-letter {
		font-size: 26px;
		line-height: 1;
	}

	.mega-mobile-courses-link {
		color: #000;
		text-decoration: none;
		font-size: 13px;
		font-weight: 700;
		white-space: nowrap;
	}

	.mega-mobile-courses-link span {
		font-size: 20px;
		vertical-align: -1px;
	}

	.mega-course-panel h2 {
		margin: 8px 0 4px;
		color: #151515;
		font-size: 16px;
		line-height: 1.25;
		font-weight: 700;
	}

	.mega-course-panel h2::after {
		content: attr(data-label);
	}

	.mega-course-grid {
		display: block;
		padding: 0;
		margin-top: 6px;
	}

	.mega-course-card {
		min-height: auto;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		border-top: 1px solid #ececec;
		padding: 14px 0;
		background: #fff;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 4px;
		justify-content: start;
		align-items: start;
	}

	.mega-course-card .mega-card-logo,
	.mega-course-card.has-logo .mega-card-logo,
	.mega-course-card.no-logo .mega-card-logo {
		display: none !important;
	}

	.mega-course-card h3 {
		grid-column: 1;
		margin: 0;
		color: #111;
		font-size: 14px;
		line-height: 1.35;
		font-weight: 500;
		letter-spacing: 0;
	}

	.mega-course-card.no-logo h3 {
		grid-column: 1;
	}

	.mega-course-card p {
		grid-column: 1;
		margin: 2px 0 0;
		color: #666;
		font-size: 12px;
		line-height: 1.25;
	}

	.mega-course-card.no-logo p {
		grid-column: 1;
	}

	.mega-course-card p span {
		margin: 0 6px;
	}
	.header-actions {
		width: 100% !important;
		justify-content: flex-end !important;
		gap: 6px !important;
		margin-top: 2px !important;
	}
	.top-contact {
		justify-content: space-between;
		width: 100%;
	}
	.header-actions {
		display: none;
	}

	.search-btn {
		font-size: 10px !important;
		padding: 0 !important;
	}

	.login-btn,
	.placement-btn {
		font-size: 7px !important;
		padding: 5px 7px !important;
		border-radius: 1px !important;
		line-height: 1 !important;
	}
	.main-nav ul li:nth-child(2),
	.main-nav ul li:nth-child(3) {
		display: none;
	}
	.main-nav ul {
		justify-content: flex-end;
	}
	.main-nav {
		width: 100%;
	}
	.nav-primary {
		padding: 9px 12px;
	}

	.main-header {
		border-bottom: 1px solid #e7edf5 !important;
	}

	.hero-content h1 {
		font-size: 40px;
		line-height: 50px !important;
	}
	.hero-content p {
		font-size: 20px;
		line-height: 35px;
	}
	.quick-stat {
		width: 100%;
	}
	.quick-stat strong {
		font-size: 30px;
		line-height: 40px;
	}
	.quick-stat {
		width: 44%;
	}
	.growth-title h2,.trusted-section h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.tv-course-section .courses-title h2 {
		font-size: 32px !important;
		line-height: 40px !important;
		text-align: center;
	}
	.tv-course-grid {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}
	.logosnestdiv {
		flex-direction: column;
	}
	.growth-stats {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.logo-card {
		width: 46% !important;
	}
	.growth-item strong {
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
	}
	.trusted-logos {
		gap: 20px;
	}

	.footer-col1 {
		width: 100%;
	}
	.talk-btn {
		font-size: 16px;
		padding: 10px 20px;
	}
	.footer-col2,.footer-col3,.footer-col4,.footer-col5 {
		width: 100%;
	}
	.footer-section a, .footer-section p {
		font-size: 16px;
	}
	.footeradressdiv div {
		margin-bottom: 15px;
	}
	.footerlinkdiv {
		margin-top: 15px;
	}
	.footerlinkdiv a {
		margin-bottom: 15px !important;
	}
	.footer-grid.original-footer-grid {
		gap: 10px;
	}
	.container.footer-bottom {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.container.copyright-inner {
		display: flex;
		flex-direction: column-reverse;
		gap: 10px;
	}
	.top-bar {
		padding: 8px 0;
	}
	.header-actions {
		display: none;
	}
	.top-contact {
		justify-content: space-between;
		width: 100%;
	}
	.cert-logo {
		width: 100%;
	}
	.certification-section {
		padding-bottom: 25px;
	}
	.business-section {
		padding: 25px 0;
	}
	#results {
		padding: 25px 0;
	}
	.business-content h2,.results-timeline-original .results-heading {
		font-size: 32px;
		line-height: 40px;
	}
	.business-card {
		padding: 20px;
	}
	.resulborder1,.resulborder2 {
		border: 0 !important;
	}
	#resultsrow1 {
		flex-direction: column;
		gap: 25px;
	}
	.resultboxblrb:hover {
		background: none;
		box-shadow: none;
		border-radius: 0;
	}
	.resultboxblrb {
		padding: 0;
	}
	.container-resultblrb {
		gap: 40px;
		width: 100%;
		justify-self: center;
		display: flex;
		flex-direction: column;
	}
	.resultboxblrb h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.review-summary div {
		width: 100%;
	}
	.review-summary {
		gap: 10px;
	}
	.reviews-section,.expert-section {
		padding-bottom: 30px;
	}
	.google-widget {
		margin-top: 40px;
	}
	.expert-section,.contact-section {
		padding-top: 30px;
	}
	.expert-card {
		padding: 30px 20px;
	}
	.expert-stats {
		display: flex;
		flex-direction: column;
	}
	.expert-statsnest {
		align-items: center;
	}
	.expert-stats strong {
		font-size: 30px;
		font-weight: 600;
	}
	.contact-section {
		padding-bottom: 50px;
	}
	.original-contact-form button {
		font-size: 16px;
	}
	.original-contact-form {
		gap: 20px;
	}
	.expert-content h2,.contact-heading h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.review-summary strong {
		font-size: 30px;
		line-height: 40px;
	}
	.resultboxblrb p {
		font-size: 16px;
	}
	.resultboxblrb h4 {
		font-size: 18px;
	}
	.resultsrow1col1, .resultsrow1col2 {
		width: 100%;
		padding-bottom: 0;
	}
	.resultnum {
		display: none;
	}
	.resultsrow1col1 {
		padding: 0;
		order: 1;
	}
	.resultboxblrb {
		text-align: center;
	}
	.top-links {
		display: none;
	}

}


/*------------------------------------Client Media Query-----------------------------------*/
