@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

/* Custom CSS Variables (converted from @theme directive) */
/* :root {
	--color-red: #bd2329;
	--color-yellow: #f2b111;
	--color-black: #030917;
	--color-white: #ffffff;
} */

ol,
ul {
	padding-left: 20px
}

a,
button {
	color: inherit;
	transition: .3s
}

a,
a:hover,
button {
	transition: .3s
}

.ak-nav .ak-nav_list a,
.more-btn {
	font-family: var(--body-font-family);
	text-transform: capitalize
}

.modal-option-link,
.sticky-nav-item,
.thank_you .btn,
a,
a:hover {
	text-decoration: none
}

:root {
	--body-font-family: "Outfit", sans-serif;
	--heading-font-family: "Outfit", sans-serif;
	--body-color: #ffffff;
	--body-bg-color: #030917;
	--body-bg-color-two: #121212;
	--heading-color: #ffffff;
	--border-color: #333333;
	--white-color: #ffffff;
	--black-color: #030917;
	--primary-color: #f2b111;
	--secondary-color: #bd2329;
	--color-red: #bd2329;
	--color-yellow: #f2b111;
	--color-black: #030917;
	--color-white: #ffffff;
}

body,
html {
	color: var(--body-color);
	font-family: var(--body-font-family);
	background-color: var(--body-bg-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	overflow-x: hidden;
	scroll-behavior: auto;
	padding: 0 !important
}

.ak-sticky_header.style-2,
.ak-sticky_header.style-2 .ak-nav_list,
body.body-bg-color-two {
	background-color: var(--body-bg-color-two)
}

.ak-scrollup:hover,
.ak-whiteLite-bg,
.ak-whiteLite-bg-hover:hover,
.feature-card.style-2:hover ::after,
.feature-card.style-3:hover ::after {
	background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--heading-color);
	font-family: var(--heading-font-family);
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: normal;
	font-style: normal
}

h1 {
	font-size: 62px
}

h2 {
	font-size: 50px
}

@media screen and (max-width:991px) {
	h1 {
		font-size: 48px
	}
}

@media screen and (max-width:425px) {
	h2 {
		font-size: 28px
	}
}

h3 {
	font-size: 36px
}

h4 {
	font-size: 28px
}

h5 {
	font-size: 24px
}

.ak-font-20,
h6 {
	font-size: 20px
}

p {
	margin-bottom: 0
}

ul {
	margin: 0 0 25px;
	list-style: square
}

ol {
	margin-bottom: 25px
}

img {
	border: 0;
	max-width: 100%;
	height: auto
}

a:hover {
	color: #fff
}

/* ========== NEW SECTIONS CSS ========== */

/* Top Recruiters Section */
.top-recruiters-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
}

.recruiters-tier {
	margin-bottom: 40px;
}

.tier-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.recruiter-logo {
	max-height: 80px;
	width: auto;
	display: block;
	margin: 0 auto;
	filter: grayscale(100%);
	transition: all 0.3s ease;
	padding: 10px;
}

.recruiter-logo:hover {
	filter: grayscale(0%);
	transform: scale(1.1);
}

.recruiter-logo.premium {
	max-height: 100px;
	filter: grayscale(80%);
}

.recruiter-logo.premium:hover {
	filter: grayscale(0%);
	transform: scale(1.15);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.placement-stats {
	margin-top: 60px;
	padding: 40px 0;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.stat-item {
	padding: 20px;
}

.stat-number {
	font-size: 48px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
	line-height: 1;
}

/* Student Testimonials Section */
.testimonials-section {
	background: var(--white-color);
	padding: 80px 0;
}

.testimonial-card {
	background: var(--white-color);
	border-radius: 20px;
	padding: 40px 30px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f0f0f0;
}

.testimonial-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.testimonial-card.featured {
	background: linear-gradient(135deg, var(--primary-color) 0%, #ffc107 100%);
	color: var(--color-black);
	transform: scale(1.05);
}

.testimonial-card.featured:hover {
	transform: translateY(-10px) scale(1.05);
}

.quote-icon {
	font-size: 24px;
	color: var(--color-yellow);
	margin-bottom: 20px;
}

.testimonial-card.featured .quote-icon {
	color: var(--color-red);
}

.testimonial-text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-black);
	margin-bottom: 25px;
	font-style: italic;
}

.testimonial-card.featured .testimonial-text {
	color: var(--color-black);
}

.author-name {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-red);
	margin-bottom: 5px;
}

.testimonial-card.featured .author-name {
	color: var(--color-red);
}

.author-course {
	font-size: 14px;
	color: var(--color-black);
	font-weight: 500;
	margin-bottom: 3px;
}

.testimonial-card.featured .author-course {
	color: var(--color-black);
}

.author-designation {
	font-size: 14px;
	color: var(--color-black);
	margin: 0;
}

/* Faculty Highlights Section */
.faculty-highlights-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
}

.faculty-content {
	padding-right: 30px;
}

.faculty-features {
	margin-top: 30px;
}

.faculty-feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 15px;
	background: var(--white-color);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.faculty-feature-item:hover {
	transform: translateX(10px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon-small {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--primary-color) 0%, #ffc107 100%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.feature-icon-small i {
	font-size: 20px;
	color: var(--white-color);
}

.faculty-feature-item h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--black-color);
	margin-bottom: 5px;
}

.faculty-feature-item p {
	font-size: 14px;
	color: var(--color-black);
	margin: 0;
}

.faculty-image img {
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Recognitions & Certifications Section */
.recognitions-section {
	background: var(--white-color);
	padding: 80px 0;
}

.recognition-badges {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.badge-item {
	display: flex;
	align-items: center;
	padding: 25px;
	background: var(--gray-color);
	border-radius: 15px;
	transition: all 0.3s ease;
	border: 2px solid #ffc10780;
}

.badge-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.badge-item.featured {
	background: var(--color-yellow);
	color: var(--white-color);
	border-color: var(--primary-color);
}

.badge-icon {
	width: 60px;
	height: 60px;
	background: var(--color-red);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.badge-item.featured .badge-icon {
	background: rgba(255, 255, 255, 0.2);
}

.badge-icon i {
	font-size: 24px;
	color: var(--white-color);
}

.badge-item.featured .badge-icon i {
	color: var(--color-red)
}

.badge-text h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-red);
	margin-bottom: 5px;
}

.badge-item.featured .badge-text h5 {
	color: var(--color-red);
}

.badge-text p {
	font-size: 14px;
	color: var(--color-black);
	margin: 0;
}

.badge-item.featured .badge-text p {
	color: var(--color-black);
}

/* Student Events & Awards Section */
.events-awards-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
}

.event-card {
	background: var(--white-color);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f0f0f0;
}

.event-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	border-color: var(--primary-color);
}

.event-icon {
	width: 80px;
	height: 80px;
	background: var(--color-red);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.3s ease;
}

.event-card:hover .event-icon {
	transform: scale(1.1) rotateY(180deg);
}

.event-icon i {
	font-size: 32px;
	color: var(--white-color);
}

.event-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--black-color);
	margin-bottom: 15px;
}

.event-description {
	font-size: 14px;
	color: var(--color-black);
	line-height: 1.6;
	margin: 0;
}

/* Responsive Styles for New Sections */
@media (max-width: 991px) {

	.top-recruiters-section,
	.testimonials-section,
	.faculty-highlights-section,
	.recognitions-section,
	.events-awards-section {
		padding: 60px 0;
	}

	.faculty-content {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.stat-number {
		font-size: 36px;
	}

	.testimonial-card.featured {
		transform: none;
	}

	.testimonial-card.featured:hover {
		transform: translateY(-10px);
	}
}

@media (max-width: 767px) {
	.recruiter-logo {
		max-height: 55px;
	}

	.recruiter-logo.premium {
		max-height: 80px;
	}

	.stat-number {
		font-size: 28px;
	}

	.testimonial-card {
		padding: 25px 20px;
	}

	.faculty-feature-item {
		flex-direction: column;
		text-align: center;
	}

	.feature-icon-small {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.event-card {
		padding: 30px 20px;
	}

	.recognition-badges {
		grid-template-columns: 1fr;
	}

	.badge-item {
		flex-direction: column;
		text-align: center;
	}

	.badge-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {

	.top-recruiters-section,
	.testimonials-section,
	.faculty-highlights-section,
	.recognitions-section,
	.events-awards-section {
		padding: 40px 0;
	}

	.placement-stats {
		margin-top: 40px;
		padding: 25px 0;
	}

	.testimonial-card {
		margin-bottom: 20px;
	}

	.faculty-features {
		margin-top: 20px;
	}

	.tier-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

/* Animation for stats counter */
@keyframes countUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stat-number {
	animation: countUp 0.6s ease forwards;
}

/* Testimonial card entrance animation */
@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.testimonial-card {
	animation: slideInUp 0.6s ease forwards;
}

.testimonial-card:nth-child(2) {
	animation-delay: 0.2s;
}

.testimonial-card:nth-child(3) {
	animation-delay: 0.4s;
}

/* END NEW SECTIONS CSS */

/* Image fallback and enhancement styles */
.recruiter-logo,
.faculty-image img {
	border: 2px solid transparent;
	border-radius: 8px;
	background: var(--white-color);
	padding: 8px;
}

.recruiter-logo:hover {
	border-color: var(--primary-color);
}

.testimonials-section .col-lg-4 {
	margin-bottom: 30px;
}

/* Enhanced section spacing */
.top-recruiters-section .ak-section-heading,
.testimonials-section .ak-section-heading,
.faculty-highlights-section .ak-section-heading,
.recognitions-section .ak-section-heading,
.events-awards-section .ak-section-heading {
	margin-bottom: 50px;
}

/* Gradient overlays for visual appeal */
.top-recruiters-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(242, 181, 17, 0.02) 0%, rgba(189, 35, 41, 0.02) 100%);
	pointer-events: none;
}

.top-recruiters-section {
	position: relative;
}

@media screen and (min-width:992px) {
	.ak-height-0 {
		height: 0
	}

	.ak-height-5 {
		height: 5px
	}

	.ak-height-10 {
		height: 10px
	}

	.ak-height-15 {
		height: 15px
	}

	.ak-height-20 {
		height: 20px
	}

	.ak-height-25 {
		height: 25px
	}

	.ak-height-30 {
		height: 30px
	}

	.ak-height-35 {
		height: 35px
	}

	.ak-height-40 {
		height: 40px
	}

	.ak-height-45 {
		height: 45px
	}

	.ak-height-50 {
		height: 50px
	}

	.ak-height-55 {
		height: 55px
	}

	.ak-height-60 {
		height: 60px
	}

	.ak-height-65 {
		height: 65px
	}

	.ak-height-70 {
		height: 70px
	}

	.ak-height-75 {
		height: 75px
	}

	.ak-height-80 {
		height: 80px
	}

	.ak-height-85 {
		height: 85px
	}

	.ak-height-90 {
		height: 90px
	}

	.ak-height-95 {
		height: 95px
	}

	.ak-height-100 {
		height: 100px
	}

	.ak-height-105 {
		height: 105px
	}

	.ak-height-110 {
		height: 110px
	}

	.ak-height-115 {
		height: 115px
	}

	.ak-height-120 {
		height: 120px
	}

	.ak-height-125 {
		height: 125px
	}

	.ak-height-130 {
		height: 130px
	}

	.ak-height-135 {
		height: 135px
	}

	.ak-height-140 {
		height: 140px
	}

	.ak-height-145 {
		height: 145px
	}

	.ak-height-150 {
		height: 150px
	}

	.ak-height-155 {
		height: 155px
	}

	.ak-height-160 {
		height: 160px
	}

	.ak-height-165 {
		height: 165px
	}

	.ak-height-170 {
		height: 170px
	}

	.ak-height-175 {
		height: 175px
	}

	.ak-height-180 {
		height: 180px
	}

	.ak-height-185 {
		height: 185px
	}

	.ak-height-190 {
		height: 190px
	}

	.ak-height-195 {
		height: 195px
	}

	.ak-height-200 {
		height: 200px
	}

	.ak-height-205 {
		height: 205px
	}

	.ak-height-210 {
		height: 210px
	}

	.ak-height-219 {
		height: 219px
	}

	.ak-w-80 {
		width: 80%
	}
}

.ak-scrollup {
	position: fixed;
	bottom: -60px;
	right: 40px;
	color: #fff;
	padding: 5px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .4s;
	z-index: 111111;
	background-color: #000;
	box-shadow: 0 1px 5px 1px rgb(3 9 23 / .2);
	border-radius: 50%
}

.ak-scrollup:hover {
	color: #030917
}

.ak-scrollup.ak-scrollup-show {
	bottom: 50px
}

.image-hov-one {
	position: relative;
	display: block;
	overflow: hidden
}

.image-hov-one img {
	transition: .3s linear;
	transform: scale(1)
}

.image-hov-one::after {
	background: rgb(255 255 255 / .3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	transition: .4s linear
}

.image-hov-one:hover img {
	transform: scale(1.02)
}

.image-hov-one:hover::after {
	left: 0;
	right: 0;
	opacity: 0;
	transition: .4s linear
}

.ak-site_header {
	position: relative;
	z-index: 100001
}

.ak-site-branding {
	display: inline-block;
	max-width: 180px
}

.ak-site_header.ak-style1 .ak-main_header_in,
.ak-site_header.ak-style1 .ak-top_header_in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0
}

.ak-site_header.ak-style1 .ak-main-header-center {
	display: flex;
	align-items: center;
	height: 100%
}

.ak-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.ak-nav .ak-nav_list a {
	font-size: 16px;
	font-weight: 500;
	transition: word-spacing .2s
}

.ak-nav .ak-nav_list a:hover {
	color: var(--primary-color);
	word-spacing: 2px;
	background-color: rgb(242 180 17 / .1);
	border-radius: 6px;
	/* padding: 8px 16px; */
	transition: all 0.3s ease
}

.ak-sticky_header {
	position: fixed !important;
	width: 100%;
	z-index: 999;
	background-color: var(--body-bg-color);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: background-color .4s
}

.ak-gescout_sticky {
	position: fixed !important;
	top: -150px;
	transition: top .4s ease-in-out
}

@media (min-width:1199px) {

	.ak-sticky_header.style-2,
	.ak-sticky_header.style-2 .ak-nav_list {
		background-color: #fff0
	}

	.ak-sticky_header.style-2 {
		-webkit-backdrop-filter: blur(3px);
		backdrop-filter: blur(3px)
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list li a {
		color: var(--white-color);
		transition: .3s
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list li a:hover {
		color: rgb(255 255 255 / .7);
		transition: .3s;
		word-spacing: 2px
	}

	.ak-gescout_sticky.style-2,
	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul {
		background-color: var(--body-bg-color-two)
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a {
		color: var(--body-color);
		transition: word-spacing .2s ease-in-out
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a ::after {
		border: 2px solid rgb(255 255 255 / .7)
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a:hover {
		color: var(--black-color);
		word-spacing: 2px
	}

	.ak-sticky_header.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul a::after {
		border: 2px solid rgb(255 255 255 / .7) !important
	}

	.ak-sticky_header.style-2.ak-gescout_show>.ak-main_header .ak-main_header_in .ak-site_branding.default-logo,
	.ak-sticky_header.style-2:not(.ak-gescout_show) .ak-main_header .ak-main_header_in .ak-site_branding.white-logo {
		display: inline-block
	}

	.ak-sticky_header.style-2.ak-gescout_show>.ak-main_header .ak-main_header_in .ak-site_branding.white-logo,
	.ak-sticky_header.style-2:not(.ak-gescout_show) .ak-main_header .ak-main_header_in .ak-site_branding.default-logo {
		display: none
	}

	.ak-gescout_sticky.style-2 .ak-nav>.ak-nav_list .menu-item-has-children>ul>li>a,
	.ak-gescout_sticky.style-2 .ak-nav>.ak-nav_list li a {
		color: var(--body-color)
	}
}

.ak-gescout_show {
	top: 0 !important
}

.offcanvas.offcanvas-end.style-1 {
	background-color: var(--body-bg-color-two);
	width: 500px
}

@media screen and (min-width:1199px) {

	.ak-main_header,
	.ak-nav .ak-nav_list li:not(.ak-mega_menu),
	.ak-nav .ak-nav_list>li.menu-item-has-children.cs_changes_color_1>a,
	.ak-nav .ak-nav_list>li.menu-item-has-children>a,
	.menu-item-has-black-section,
	.menu-item-has-black-section>a {
		position: relative
	}

	.ak-main_header .container-fluid {
		padding-right: 40px;
		padding-left: 40px
	}

	.ak-main_header_center,
	.ak-top_header_center {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	.ak-site_header.ak-style1 .ak-main_header_center {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
		max-width: calc(100% - 300px)
	}

	.ak-nav {
		display: flex;
		align-items: center;
		height: 100%;
		line-height: 1.6em;
		font-size: 16px
	}

	.ak-nav .ak-nav_list {
		display: flex !important;
		flex-wrap: wrap;
		height: inherit
	}

	.ak-nav .ak-nav_list>li {
		margin-right: 40px;
		height: 80px
	}

	.ak-nav .ak-nav_list>li:last-child {
		margin-right: 0
	}

	.ak-nav .ak-nav_list>li>a {
		display: inline-flex;
		position: relative;
		height: inherit;
		align-items: center
	}

	.ak-nav .ak-nav_list>li>ul {
		left: 0;
		top: calc(100% + 25px)
	}

	.ak-nav .ak-nav_list>li:hover>ul {
		top: calc(100% + 0px);
		opacity: 1;
		visibility: visible;
		transition: .3s
	}

	/* .ak-nav .ak-nav_list>li.menu-item-has-children>a::after {
		content: "";
		display: inline-block;
		height: 8px;
		width: 8px;
		border: 2px solid var(--body-color);
		transform: rotate(45deg);
		border-left: 0;
		border-top: 0;
		margin-left: 6px;
		position: relative;
		top: -2px;
		border-radius: 0 0 2px
	} */

	.ak-nav .ak-nav_list>li.menu-item-has-children.cs_changes_color_1>a::after {
		content: "";
		display: inline-block;
		height: 8px;
		width: 8px;
		transform: rotate(45deg);
		border-left: 0;
		border-top: 0;
		margin-left: 6px;
		position: relative;
		top: -2px;
		border-radius: 0 0 2px
	}

	.ak-nav .ak-nav_list>li.menu-item-has-children>ul>li:last-child {
		border-bottom: none
	}

	.ak-nav .ak-nav_list ul {
		width: 260px;
		background-color: var(--body-bg-color);
		position: absolute;
		box-shadow: 0 1px 2px 0 rgb(2 0 181 / .1);
		border-top: 2px solid rgb(255 255 255 / .3215686275);
		padding-bottom: 5px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		border-radius: 0;
		transition: .1s
	}

	.ak-nav .ak-nav_list ul li:hover ul {
		top: 0
	}

	.ak-nav .ak-nav_list ul li:hover>ul {
		opacity: 1;
		visibility: visible;
		transition: .4s
	}

	.ak-nav .ak-nav_list ul a {
		display: block;
		line-height: inherit;
		padding: 7px 20px
	}

	.ak-nav .ak-nav_list ul ul {
		top: 15px;
		left: 100%
	}

	.ak-munu_dropdown_toggle,
	.ak-munu_toggle {
		display: none
	}

	.ak-nav_black_section ul {
		position: relative;
		list-style: none;
		line-height: 65px;
		padding: 0
	}

	.ak-nav_black_section ul li {
		margin-top: 40px;
		font-size: 55px;
		text-transform: uppercase;
		font-weight: 900
	}

	.menu-item-has-black-section span {
		cursor: pointer
	}

	.menu-item-has-black-section>ul {
		padding-left: 40px;
		display: none;
		list-style: none;
		line-height: 30px
	}

	.menu-item-has-black-section>ul li {
		margin-top: 40px
	}

	.ak-munu_dropdown_toggle_1 {
		position: absolute;
		height: 30px;
		width: 35px;
		right: 20px;
		top: 9px
	}

	.ak-munu_dropdown_toggle_1:after,
	.ak-munu_dropdown_toggle_1:before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 35px;
		transition: .3s
	}

	.ak-munu_dropdown_toggle_1:before {
		transform: translate(-50%, -50%) rotate(90deg)
	}

	.ak-munu_dropdown_toggle_1.active:before {
		transform: translate(-50%, -50%) rotate(0)
	}
}

.footer-bg {
	background-color: #030917
}

.footer-bg .ak-footer-container {
	position: relative
}

.footer-bg .ak-footer-container .footer-bg-img {
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	max-width: 695px;
	width: 100%
}

.ak-footer.style-1 .footer-content {
	position: relative;
	display: flex;
	align-items: center;
	gap: 110px
}

.ak-footer.style-1 .footer-content .company-info {
	max-width: 336px
}

.ak-footer.style-1 .footer-content .company-info .ak-site_branding {
	display: inline-block;
	margin-bottom: 15px
}

.ak-footer.style-1 .footer-content .company-info .text {
	color: #e7e7e7;
	margin-bottom: 20px;
	text-align: justify
}

.ak-footer.style-1 .footer-content .company-info .social-icon {
	display: flex;
	gap: 20px
}

.ak-footer.style-1 .footer-content .footer-nav,
.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a:hover::after {
	width: 100%
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 100px
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .new-letter {
	max-width: 380px;
	width: 100%
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .new-letter .title {
	font-size: 24px;
	line-height: 135%;
	color: #fff;
	margin-bottom: 20px
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .new-letter .desp {
	font-size: 16px;
	color: #e7e7e7;
	line-height: 165%;
	margin: 0
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content {
	max-width: 372px;
	width: 100%
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .email-input-btn {
	display: flex;
	position: relative
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .email-input-btn .email {
	padding-bottom: 17px;
	border: none;
	background-color: #fff0;
	border-bottom: 1px solid rgb(255 255 255 / .2);
	width: 100%;
	color: #fff;
	transition: border-bottom .3s
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .email-input-btn .email:focus,
.maac-form-input:focus,
.maac-form-select:focus {
	outline: 0;
	border-bottom: 1px solid #f9d67c
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .email-input-btn .common-btn {
	position: absolute;
	right: 0
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .email-input-btn .common-btn span {
	transform: rotate(-45deg)
}

.ak-footer.style-1 .footer-content .footer-nav .new-letter-email .email-content .text {
	color: #e7e7e7;
	line-height: 165%;
	font-size: 16px;
	margin-top: 15px
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link {
	display: flex;
	max-width: 802px;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .short-title {
	font-size: 24px;
	line-height: 135%;
	color: #fff;
	margin-bottom: 18px
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all {
	border-left: 1px solid rgb(255 255 255 / .2);
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: none;
	padding-left: 0
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a {
	margin-left: 15px;
	font-size: 16px;
	line-height: 165%;
	color: #e7e7e7;
	position: relative;
	display: inline-block
}

.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: -2px;
	opacity: 1;
	transition: .3s;
	background-color: #fff
}

.ak-accordion-item.style-3 .ak-accordion-title-content .ak-accordion-title,
.ak-footer.style-1 .footer-content .footer-nav .footer-link .link-content .linek-all a span,
.ak-section-heading.ak-style-1.color-2 .ak-section-title,
.feature-card.style-2:hover .feature-body .feature-title,
.feature-card.style-2:hover .feature-body .more-btn,
.feature-card.style-3:hover .feature-body .feature-title,
.feature-card.style-3:hover .feature-body .more-btn,
.maac-submit-button:hover .maac-button-text {
	color: #fff
}

.ak-footer.style-1 .copy-right {
	border-top: 1px solid rgb(255 255 255 / .1);
	padding: 25px 0;
	text-align: center
}

.ak-footer.style-1 .copy-right .copyright-text {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0
}

.ak-section-heading-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px
}

.ak-section-heading.ak-style-1 .ak-section-title {
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%
}

.common-btn,
.more-btn {
	display: inline-flex;
	font-weight: 500;
	font-size: 16px
}

.ak-section-heading.ak-style-1 .ak-section-subtitle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1px 15px;
	font-size: 16px;
	gap: 10px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid rgb(3 9 23 / .1);
	color: #030917;
	margin-bottom: 10px
}

.ak-section-heading.ak-style-1 .ak-section-desp {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}

/* Responsive typography for larger screens */
@media (min-width: 768px) {
	.ak-section-heading.ak-style-1 .ak-section-desp {
		font-size: 22px;
	}
}

.ak-section-heading.ak-style-1.color-2 .ak-section-subtitle {
	border: 1px solid rgb(255 255 255 / .1);
	color: #fff
}

.ak-section-heading.ak-style-1.color-2 .ak-section-desp {
	color: #e7e7e7
}

@media screen and (max-width:991px) {
	.ak-height-lg-0 {
		height: 0
	}

	.ak-height-lg-5 {
		height: 5px
	}

	.ak-height-lg-10 {
		height: 10px
	}

	.ak-height-lg-15 {
		height: 15px
	}

	.ak-height-lg-20 {
		height: 20px
	}

	.ak-height-lg-25 {
		height: 25px
	}

	.ak-height-lg-30 {
		height: 30px
	}

	.ak-height-lg-35 {
		height: 35px
	}

	.ak-height-lg-40 {
		height: 40px
	}

	.ak-height-lg-45 {
		height: 45px
	}

	.ak-height-lg-50 {
		height: 50px
	}

	.ak-height-lg-55 {
		height: 55px
	}

	.ak-height-lg-60 {
		height: 60px
	}

	.ak-height-lg-65 {
		height: 65px
	}

	.ak-height-lg-70 {
		height: 70px
	}

	.ak-height-lg-75 {
		height: 75px
	}

	.ak-height-lg-80 {
		height: 80px
	}

	.ak-height-lg-85 {
		height: 85px
	}

	.ak-height-lg-90 {
		height: 90px
	}

	.ak-height-lg-95 {
		height: 95px
	}

	.ak-height-lg-100 {
		height: 100px
	}

	.ak-height-lg-105 {
		height: 105px
	}

	.ak-height-lg-110 {
		height: 110px
	}

	.ak-height-lg-115 {
		height: 115px
	}

	.ak-height-lg-120 {
		height: 120px
	}

	.ak-height-lg-125 {
		height: 125px
	}

	.ak-height-lg-130 {
		height: 130px
	}

	.ak-height-lg-135 {
		height: 135px
	}

	.ak-height-lg-140 {
		height: 140px
	}

	.ak-height-lg-145 {
		height: 145px
	}

	.ak-height-lg-150 {
		height: 150px
	}

	.ak-height-lg-155 {
		height: 155px
	}

	.ak-height-lg-160 {
		height: 160px
	}

	.ak-height-lg-165 {
		height: 165px
	}

	.ak-height-lg-170 {
		height: 170px
	}

	.ak-height-lg-175 {
		height: 175px
	}

	.ak-height-lg-180 {
		height: 180px
	}

	.ak-height-lg-185 {
		height: 185px
	}

	.ak-height-lg-190 {
		height: 190px
	}

	.ak-height-lg-195 {
		height: 195px
	}

	.ak-height-lg-200 {
		height: 200px
	}

	.ak-height-lg-205 {
		height: 205px
	}

	.ak-height-lg-210 {
		height: 210px
	}

	.ak-height-lg-219 {
		height: 219px
	}

	.ak-font-20-sm {
		font-size: 20px
	}

	.ak-scrollup {
		right: 15px
	}

	.ak-scrollup.ak-scrollup-show {
		bottom: 50px
	}

	.ak-site_header .container {
		max-width: 100%
	}

	.ak-site_header.ak-style1 .ak-action_box>:not(:last-child) {
		margin-right: 25px
	}

	.ak-site_header.ak-style1 .ak-btn {
		padding: 8px
	}

	.ak-section-heading-content {
		flex-direction: column;
		align-items: flex-start
	}

	.ak-section-heading.ak-style-1 .ak-section-title {
		font-size: 42px
	}

	.ak-section-heading.ak-style-1 .ak-section-subtitle {
		font-size: 18px
	}
}

.common-btn {
	background-color: var(--primary-color);
	font-family: var(--body-font-family);
	cursor: pointer;
	transition: .3s;
	padding: 12px 28px;
	border-radius: 0;
	position: relative;
	align-items: center;
	gap: 11px;
	overflow: hidden;
	width: auto
}

.common-btn span {
	color: var(--black-color);
	position: relative;
	z-index: 111;
	transition: .5s
}

.common-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	visibility: hidden;
	overflow: hidden;
	background-color: var(--secondary-color);
	transition: .3s;
	z-index: 11
}

.common-btn.style-2 span,
.common-btn.style-2.color-3:hover span,
.common-btn:hover span {
	color: var(--white-color)
}

.common-btn:hover span path {
	stroke: var(--white-color)
}

.common-btn:hover::before,
.maac-submit-button:hover::before {
	right: 0;
	visibility: visible
}

.common-btn.style-2,
.common-btn.style-2.color-3::before {
	background-color: var(--black-color)
}

.ak-accordion-item .ak-accordion-title-content.active:after,
.common-btn.style-2::before {
	background-color: var(--primary-color)
}

.common-btn.style-2 .arrow-cricle {
	position: relative;
	display: flex;
	background-color: var(--white-color);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	z-index: 111;
	overflow: hidden
}

.common-btn.style-2 .arrow-cricle>:first-child {
	transition: .15s;
	transform: translateX(-150%)
}

.common-btn.style-2 .arrow-cricle>:last-child {
	transition: .2s;
	transform: translateX(-50%)
}

.common-btn.style-2:hover span {
	color: #000
}

.common-btn.style-2:hover .arrow-cricle path {
	stroke: var(--black-color)
}

.common-btn.style-2:hover .arrow-cricle>:first-child,
.more-btn.arrow-left-style:hover .svg-icon>:first-child,
.more-btn:hover .svg-icon>:first-child {
	transform: translateX(50%)
}

.common-btn.style-2:hover .arrow-cricle>:last-child,
.more-btn:hover .svg-icon>:last-child {
	transform: translateX(170%) rotateX(50deg)
}

.common-btn.style-2.color-2 {
	background: rgb(255 255 255 / .1)
}

.common-btn.style-2.type-2 {
	background: 0 0;
	border: none;
	border-radius: 50%;
	padding: 5px
}

.common-btn.style-2.color-3 {
	background-color: #9fe970
}

.common-btn.style-2.color-3 span,
.contact-form-content .contact-form .contact-title,
.more-btn:hover,
.students-placed-section .ak-section-subtitle {
	color: var(--black-color)
}

.common-btn.style-3 {
	background-color: #fff0;
	border: 1px solid rgb(3 9 23 / .1)
}

.more-btn {
	position: relative;
	color: #030917;
	min-width: 100px;
	margin-bottom: 6px;
	flex-shrink: 0
}

.more-btn .svg-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 111;
	overflow: hidden
}

.more-btn .svg-icon>:first-child {
	transition: .3s;
	transform: translateX(-150%)
}

.more-btn .svg-icon>:last-child,
.more-btn.arrow-left-style .svg-icon>:last-child {
	transition: .3s;
	transform: translateX(-50%)
}

.more-btn::after {
	content: "";
	position: absolute;
	display: inline;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: -2px;
	opacity: 1;
	transition: .3s;
	background-color: var(--black-color)
}

.more-btn:hover .svg-icon.style-two {
	transform: rotate3d(0, 0, 1, -45deg)
}

.more-btn:hover::after {
	width: 70%
}

.more-btn.arrow-left-style::after {
	right: 0;
	left: auto
}

.more-btn.arrow-left-style .svg-icon>:first-child {
	transition: .3s;
	transform: translateX(210%)
}

.more-btn.arrow-left-style:hover .svg-icon>:last-child {
	transform: translateX(-210%) rotateX(50deg)
}

@keyframes slide-left {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-100%)
	}
}

.about-us-content-bg {
	position: relative;
	background-color: var(--body-bg-color)
}

.about-us-content-bg .aboutus {
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat
}

.about-us-content {
	position: relative;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin: 0 auto
}

@media (min-width:991px) {
	.about-us-content {
		align-items: center
	}
}

.about-us-content .image-content {
	position: relative;
	max-width: 617px;
	width: 100%;
	height: 550px;
	flex: 1 3 auto;
	overflow: hidden;
	transition: .2s
}

.about-us-content .image-content .about-img-1 {
	max-width: 560px;
	width: 100%;
	transition: .2s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.about-us-content .image-content .about-img-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .2s;
	object-position: top
}

.about-us-content .image-content .about-img-2.style-2 {
	max-width: 370px;
	display: flex;
	align-items: center;
	justify-content: center
}

.about-us-content .image-content .about-img-2.style-2 h3 {
	font-size: 32px;
	font-style: italic;
	padding: 75px 30px
}

.about-us-content .info-content {
	max-width: 617px;
	flex: 1 2 auto;
	color: var(--body-color)
}

@media screen and (max-width:1399px) {
	.about-us-content {
		padding: 0
	}

	.about-us-content .image-content .about-img-1 {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.about-us-content .image-content .about-img-2,
	.about-us-content .image-content .about-img-2.style-2 {
		display: none
	}
}

@media screen and (max-width:991px) {
	.about-us-content .image-content {
		height: 100%
	}

	.about-us-content-bg .aboutus {
		position: relative;
		height: 0
	}
}

#benefits {
	background: var(--primary-color)
}

.feature-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding: 80px 0
}

@media screen and (max-width:425px) {
	.ak-footer.style-1 .footer-content .company-info {
		max-width: 425px
	}

	.footer_logo {
		display: flex !important;
		justify-content: center;
		align-items: center
	}

	.footer-content {
		gap: 40px !important
	}

	.about-us-content {
		gap: 20px
	}

	.about-us-content .info-content {
		padding: 0 10px !important
	}

	.feature-content {
		gap: 35px !important;
		padding: 40px 0
	}
}

.feature-card {
	max-width: 317px
}

.feature-card .feature-icon {
	margin-bottom: 28px;
	width: 50px;
	height: 50px;
	color: var(--black-color)
}

.feature-card .feature-body .feature-title {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 135%;
	color: var(--black-color)
}

.feature-card .feature-desp {
	margin-bottom: 50px;
	font-size: 16px;
	color: var(--black-color)
}

.feature-card.style-2,
.feature-card.style-3 {
	padding: 35px;
	max-width: 100%;
	background-color: #121212;
	transition: .3s ease-in-out
}

.feature-card.style-2:hover {
	color: #fff;
	background-color: #bd2329
}

.feature-card.style-2:hover .feature-body .more-btn .svg-icon svg path,
.feature-card.style-3:hover .feature-body .more-btn .svg-icon svg path {
	stroke: #ffffff !important
}

.feature-card.style-3:hover {
	color: #fff;
	background-color: #f2b111
}

.feature-card-two {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
	padding: 30px
}

.feature-card-two .feature-card-info {
	max-width: 307px;
	display: flex;
	gap: 10px
}

.feature-card-two .feature-card-info .feature-title {
	font-size: 20px;
	line-height: 135%;
	color: var(--black-color)
}

.feature-card-two .feature-card-info .learn-big,
.maac-form-title {
	font-size: 22px;
	font-weight: 700
}

.ak-feature-hr {
	display: inline-block;
	height: 310px;
	width: 1px;
	background-color: rgb(0 0 0 / .2)
}

.ak-feature-hr.ak-h-100 {
	height: 100px
}

@media screen and (max-width:767px) {
	.ak-section-heading.ak-style-1 .ak-section-title {
		font-size: 26px
	}

	.about-us-content {
		flex-direction: column
	}

	.about-us-content .image-content {
		max-height: 400px;
		height: auto;
		max-width: 100%;
		overflow: hidden;
		display: block
	}

	.about-us-content .image-content .about-img-1 {
		max-width: 100%;
		width: 100%;
		position: static;
		top: auto;
		left: auto;
		transform: none;
		height: auto;
		object-fit: cover
	}

	.feature-card {
		max-width: 100%
	}

	.feature-card .feature-body .feature-desp {
		margin-bottom: 25px
	}
}

.ak-accordion-item.style-2 .ak-accordion-title-content:after,
.ak-accordion-tab {
	display: none
}

.ak-accordion {
	display: flex;
	flex-direction: column;
	gap: 23px
}

.ak-accordion .ak-accordion-item:first-child .ak-accordion-tab {
	display: block
}

.ak-accordion-item .ak-accordion-title-content {
	height: 53px;
	cursor: pointer;
	position: relative;
	transition: .3s;
	display: flex;
	justify-content: space-between
}

.ak-accordion-item .ak-accordion-title-content:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgb(255 255 255 / .1);
	bottom: 0
}

.ak-accordion-item .ak-accordion-title-content .ak-accordion-title {
	font-size: 20px;
	font-weight: 400;
	color: var(--heading-color)
}

.ak-accordion-item .ak-accordion-title-content span {
	align-self: flex-start;
	transform: rotate(180deg)
}

.ak-accordion-item .ak-accordion-title-content.active span {
	transform: rotate(0)
}

.ak-accordion-item .ak-accordion-tab {
	padding-top: 15px;
	color: var(--body-color)
}

.ak-accordion-item.style-2 {
	padding: 23px;
	border: 1px solid rgb(255 255 255 / .1);
	background-color: var(--body-bg-color-two)
}

.ak-accordion-item.style-2 .ak-accordion-title-content {
	height: auto
}

.ak-accordion-item.style-3 .ak-accordion-title-content:after {
	background-color: #063232
}

.ak-accordion-item.style-3 .ak-accordion-tab {
	color: #e7e7e7;
	padding-bottom: 50px
}

#contact {
	background: var(--body-color)
}

.comments-box-content {
	background-color: #030917;
	padding: 57px 70px
}

.contact-form-content {
	display: flex;
	gap: 100px
}

.contact-form-content .contact-form-img {
	max-width: 860px
}

.contact-form-content .contact-form-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.contact-form-content .contact-form {
	max-width: 645px;
	align-self: center;
	padding: 15px
}

.contact-wrapper-heading {
	justify-content: center !important;
	align-items: center !important
}

.contact-form-header {
	right: 4% !important;
	height: fit-content !important;
	top: 50% !important;
	transform: translateY(-50%) !important
}

.contact-form-header .mini-title {
	display: none !important
}

.contact-form .contact-title {
	font-size: 24px;
	line-height: 135%
}

.contact-form .form-inputs {
	display: flex;
	gap: 30px;
	margin-bottom: 25px
}

.contact-form .form-inputs .type_1 {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative
}

.contact-form .form-inputs .type_1 label {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	color: var(--black-color);
	font-weight: 600;
	text-transform: capitalize
}

.contact-form .form-inputs .type_1 input,
.contact-form .form-inputs .type_1 select {
	flex-shrink: 0;
	background-color: #fff0;
	padding: 0 10px 10px 0;
	outline: 0;
	border: none;
	border-bottom: 1px solid rgb(0 0 0 / .4);
	width: 300px
}

.contact-form .form-inputs .type_1 input:focus,
.contact-form .form-inputs .type_1 select:focus {
	border-bottom: 1px solid #f2b111
}

.contact-form .form-textarea {
	display: flex
}

.contact-form .form-textarea .type_1 {
	display: flex;
	flex-direction: column;
	width: 100%
}

.contact-form .form-textarea .type_1 label {
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600
}

.contact-form .form-textarea .type_1 textarea {
	color: #fff;
	background-color: #fff0;
	border: none;
	border-bottom: 1px solid rgb(255 255 255 / .1)
}

.contact-form .form-textarea .type_1 textarea:focus {
	border-bottom: 1px solid rgb(255 255 255 / .1)
}

@media screen and (max-width:1199px) {

	.ak-munu_toggle span:after,
	.ak-munu_toggle span:before {
		content: "";
		transition-property: margin, transform;
		transition-duration: .2s;
		transition-delay: 0.2s, 0s
	}

	.ak-main_header .container {
		max-width: 100%
	}

	.ak-site_header.ak-style1 .ak-nav {
		display: flex
	}

	.ak-site_header_full_width .container {
		padding: 0 15px
	}

	.ak-munu_dropdown_toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px
	}

	.ak-munu_dropdown_toggle:after,
	.ak-munu_dropdown_toggle:before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--body-color);
		transition: .3s
	}

	.ak-munu_dropdown_toggle:before {
		transform: translate(-50%, -50%) rotate(90deg)
	}

	.ak-munu_dropdown_toggle.active:before {
		transform: translate(-50%, -50%) rotate(0)
	}

	.ak-nav .ak-nav_list {
		position: absolute;
		width: 100vw;
		left: -15px;
		padding: 75px 0 10px;
		display: none;
		top: 0;
		border-top: 1px solid rgb(77 77 77 / .3215686275);
		border-bottom: 1px solid rgb(77 77 77 / .3215686275);
		overflow: auto;
		max-height: calc(100vh - 80px);
		line-height: 1.6em;
		background-color: var(--body-bg-color)
	}

	.ak-nav .ak-nav_list ul {
		padding-left: 15px;
		display: none
	}

	.ak-nav .ak-nav_list a {
		display: block;
		/* padding: 8px 20px; */
		text-transform: uppercase;
		position: relative
	}

	.ak-nav .menu-item-has-children {
		position: relative
	}

	.ak-munu_toggle {
		display: inline-block;
		width: 30px;
		height: 27px;
		cursor: pointer;
		position: absolute;
		top: 27px;
		right: 30px
	}

	.ak-munu_toggle span,
	.ak-munu_toggle span:after,
	.ak-munu_toggle span:before {
		width: 100%;
		height: 2px;
		background-color: var(--white-color);
		display: block
	}

	.ak-munu_toggle span {
		margin: 0 auto;
		position: relative;
		top: 12px;
		transition-duration: 0s;
		transition-delay: 0.2s
	}

	.ak-munu_toggle span:before {
		position: absolute;
		margin-top: -9px
	}

	.ak-munu_toggle span:after {
		position: absolute;
		margin-top: 9px
	}

	.ak-site_header.ak-style1 .ak-munu_toggle {
		top: 50%;
		right: 0;
		margin-top: -13px
	}

	.ak-toggle_active span {
		background-color: #fff0;
		transition-delay: 0.2s
	}

	.ak-toggle_active span:before {
		margin-top: 0;
		transform: rotate(45deg);
		transition-delay: 0s, 0.2s
	}

	.ak-toggle_active span:after {
		margin-top: 0;
		transform: rotate(-45deg);
		transition-delay: 0s, 0.2s
	}

	.ak-site_header.ak-style1 .ak-main_header_in {
		height: 80px;
		justify-content: start;
		margin: 0
	}

	.ak-main-header-right,
	.ak-site_header .current-menu-item>a:before {
		display: none
	}

	.ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%)
	}

	.ak-site_header.ak-style1 {
		top: 0
	}

	.ak-footer.style-1 .footer-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 50px
	}

	.ak-footer.style-1 .footer-content .footer-nav {
		width: 100%
	}

	.ak-footer.style-1 .footer-content .footer-nav .new-letter-email {
		margin-bottom: 50px
	}

	.contact-form-content {
		gap: 50px
	}
}

@media screen and (max-width:576px) {
	.contact-form .form-inputs {
		flex-direction: column
	}

	.contact-form .form-inputs .type_1 input,
	.contact-form .form-inputs .type_1 select {
		width: 100%
	}
}

.section-all-item-center {
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	display: flex;
	align-items: center
}

.section-all-item-center .ak-date-section {
	margin-top: 75px;
	background-color: #030917;
	width: 67vw;
	height: 605px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.section-all-item-center .ak-date-section .ak-timer {
	text-align: center
}

.section-all-item-center .ak-date-section .comming-info {
	max-width: 434px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
	margin-bottom: 45px
}

@media screen and (max-width:991px) {
	.ak-feature-hr {
		display: none
	}

	.feature-content {
		flex-wrap: wrap;
		gap: 50px
	}

	.left-section-hero {
		display: none !important
	}

	.contact-form-header {
		flex-direction: column !important;
		gap: 40px;
		right: 0 !important;
		top: 60% !important
	}

	.contact-form-header .mini-title {
		display: block !important;
		border: none !important;
		font-size: 18px !important
	}

	.comments-box-content {
		padding: 30px 20px
	}

	.contact-form-content {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 20px
	}

	.contact-form-content .contact-form-img {
		max-width: 100%;
		overflow: hidden
	}

	.contact-form-content .contact-form {
		max-width: 100%;
		margin-bottom: 20px
	}

	.section-all-item-center .ak-date-section {
		width: 100%;
		align-content: center
	}

	.ak-error-content {
		justify-content: flex-end
	}

	.ak-error-content .error-info .error-title {
		font-size: 90px
	}
}

.anim-pulse {
	animation: 1.5s ease-in-out infinite pulseAnimation
}

@keyframes pulseAnimation {

	0%,
	100% {
		transform: scale(.95)
	}

	50% {
		transform: scale(1.05)
	}
}

.mobile-sticky-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(3, 9, 23, 0.85);
	/* background: rgba(189, 35, 41, 0.75); */
	box-shadow: 0 -2px 10px rgb(255 255 255 / .1);
	z-index: 1000;
	padding: 10px 0
}

.sticky-nav-item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 8px
}

.sticky-nav-item svg {
	width: 24px;
	height: 24px
}

@media (max-width:768px) {
	.mobile-sticky-nav {
		display: flex
	}

	.footer-spacing {
		height: 100px;
		width: 100%
	}

	body {
		padding-bottom: 60px
	}
}

.hero-section {
	position: relative;
	height: 100svh
}

.hero-section .ak-hero.ak-style1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.hero-section .ak-hero.ak-style1 .ak-hero-featured {
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-position: right center;
	object-fit: cover;
	background-size: cover;
	background-position: 50%;
	opacity: 1
}

.hero-section .ak-hero.ak-style1 .ak-hero-featured .ak-hero-bg {
	opacity: 1;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	-o-object-fit: cover;
	object-position: left center;
	object-fit: cover;
}

.hero-section .ak-hero.ak-style1 .hero-slider-info {
	position: absolute;
	height: calc(100% - 80px);
	max-width: 789px;
	display: flex;
	align-items: center;
	bottom: 0
}

.hero-section .ak-hero.ak-style1 .hero-slider-info .common-btn.style-2,
.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title,
.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-title .hero-main-title-1.style-2,
.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-title .main-desp,
.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-title .mini-title {
	opacity: 1;
	visibility: visible;
	transform: none
}

.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
	font-size: 80px;
	text-transform: capitalize
}

.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
	font-size: 70px
}

.hero-section .ak-hero.ak-style1 .hero-slider-info .main-desp {
	max-width: 560px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	margin-top: 15px
}

.hero-section .ak-hero.ak-style1 .hero-slider-info .mini-title {
	display: inline-flex;
	padding: 1px 15px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	gap: 10px;
	font-weight: 500;
	border-radius: 50px;
	border: 1px solid rgb(255 255 255 / .1);
	color: #fff
}

@media screen and (max-width:575px) {
	.ak-site-branding {
		max-width: 100%
	}

	.ak-site_branding img {
		max-height: 100%
	}

	.ak-site_header.ak-style1 .ak-btn span {
		display: none
	}

	.ak-site_header.ak-style1 .ak-btn svg {
		margin-right: 0;
		width: 20px;
		height: 20px
	}

	.ak-site_header.ak-style1 .ak-main_header_in {
		height: 80px
	}

	.hero-section {
		height: 400px
	}

	.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-main-title {
		font-size: 48px
	}

	.hero-section .ak-hero.ak-style1 .hero-slider-info .hero-main-title .hero-main-title-1 {
		font-size: 45px
	}

	.hero-section .ak-hero.ak-style1 .hero-slider-info .main-desp {
		font-size: 16px
	}
}

.maac-mobile-section {
	margin-top: 40px;
	display: none;
	background-color: var(--body-bg-color);
	padding-top: 30px;
	padding-bottom: 30px
}

.maac-mobile-section .mobile-banner-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 30px
}

.maac-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.maac-form-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 0 auto
}

.maac-form-content {
	background-color: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgb(0 0 0 / .1);
	margin: 0 15px
}

.maac-form-title {
	line-height: 1.4;
	color: #030917;
	margin-bottom: 20px;
	text-align: center
}

.maac-lead-form {
	display: flex;
	flex-direction: column
}

.maac-form-group {
	margin-bottom: 20px;
	width: 100%
}

.maac-form-label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #030917;
	margin-bottom: 8px;
	text-transform: capitalize
}

.maac-form-input,
.maac-form-select {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid rgb(3 9 23 / .1);
	background-color: #fff0;
	transition: border-color .3s;
	font-size: 16px;
	color: #030917
}

.maac-form-spacing {
	height: 20px
}

.maac-submit-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #f9d67c;
	color: var(--black-color);
	border: none;
	padding: 12px 25px;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	transition: .3s;
	position: relative;
	overflow: hidden
}

.maac-submit-button::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	visibility: hidden;
	overflow: hidden;
	background-color: #030917;
	transition: .3s;
	z-index: 1
}

.maac-button-icon,
.maac-button-text {
	position: relative;
	z-index: 2;
	transition: .3s
}

.maac-submit-button:hover .maac-button-icon path {
	stroke: #fff
}

#software-covered,
.faq {
	background: var(--secondary-color)
}

.software-card-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--black-color)
}

.why-choose-maac-section {
	background: var(--primary-color);
	padding-bottom: 50px
}

.why-choose-maac-section .ak-section-heading {
	display: flex;
	justify-content: center;
	align-items: center
}

.why-choose-maac-section .ak-section-heading h2 {
	background: #fff;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 8px
}

.why-choose-maac-section .ak-section-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px
}

.why-choose-maac-heading-img {
	width: fit-content;
	height: 60px;
	border-radius: 10px
}

.maac-feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--black-color);
	padding: 8px 12px;
	border-radius: 10px;
	height: 100%;
	background: var(--body-color)
}

.maac-feature-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f9d67c;
	box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.maac-feature-icon img {
	width: 98%;
	height: 98%;
	object-fit: contain
}

.maac-feature-text .maac-feature-title {
	font-size: 20px;
	font-weight: 500;
	color: var(--black-color);
	margin-bottom: 10px
}

.maac-feature-text .maac-feature-desp {
	font-size: 16px;
	color: var(--black-color);
	line-height: 1.6
}

@media (max-width:767px) {
	.software-card-title {
		font-size: .85rem
	}

	.disease-card {
		padding: 12px 8px !important
	}

	#software-covered .row {
		gap: 10px
	}

	.disease-card img {
		height: 40px !important;
		margin-bottom: 8px !important
	}

	.maac-feature-icon {
		width: 80px;
		height: 80px;
		margin-bottom: 15px
	}

	.maac-feature-icon img {
		width: 90%;
		height: 90%
	}

	.maac-feature-text .maac-feature-title {
		font-size: 22px
	}

	.maac-feature-text .maac-feature-desp {
		font-size: 14px
	}
}

@media (max-width:575px) {
	.why-choose-maac-section {
		padding: 30px 15px
	}

	.maac-feature-icon {
		width: 70px;
		height: 70px
	}

	.maac-feature-icon img {
		width: 90%;
		height: 90%
	}

	.maac-feature-text .maac-feature-title {
		font-size: 20px
	}
}

.students-placed-section {
	padding: 50px 15px;
	background-color: #fff
}

.students-placed-section .row {
	justify-content: center
}

.students-placed-section .col-auto {
	padding: 0 15px;
	display: flex;
	align-items: center
}

.students-placed-section img {
	max-width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity .3s;
	filter: none
}

.students-placed-section img:hover {
	opacity: 1
}

@media (max-width:767px) {
	.students-placed-section .col-auto {
		padding: 0 10px
	}

	.students-placed-section img {
		max-height: 40px
	}
}

@media (max-width:991px) {
	.hero-section .ak-hero-featured img {
		object-fit: cover;
		object-position: center;
		margin-top: 60px;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center
	}

	.maac-mobile-section {
		display: block
	}

	.mobile-only-form-section {
		padding: 15px 0 30px;
		display: none
	}

	.left-section-hero,
	.mobile-hero-image {
		margin-bottom: 30px
	}

	.mobile-hero-image {
		height: 500px;
		overflow: hidden;
		position: relative
	}

	.mobile-hero-image .ak-hero-bg {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center
	}

	.mobile-contact-form {
		margin-top: 30px
	}

	.ak-hero {
		position: relative
	}

	.hero-section {
		height: 300px;
		margin-bottom: 0;
		padding-top: 0
	}

	.hero-section .ak-hero {
		height: 100%
	}

	.hero-section .ak-hero-featured {
		height: 100% !important;
		overflow: hidden;
		margin-top: 0
	}

	.desktop-only-content,
	.hero-section {
		max-width: 1320px;
		display: none !important
	}
}

@media (min-width:992px) {

	.maac-mobile-section,
	.mobile-hero-image,
	.mobile-only-form-section {
		display: none
	}
}

.faq-subtitle {
	color: var(--body-color) !important;
	border: 1px solid rgb(255 255 255 / .2) !important
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .3s
}

.modal-overlay.visible {
	visibility: visible;
	opacity: 1
}

.modal-content {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgb(0 0 0 / .1);
	text-align: center;
	color: #030917;
	max-width: 90%;
	width: 300px
}

.modal-content h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
	color: #030917
}

.modal-options {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.modal-option-link {
	display: block;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #030917;
	font-weight: 700;
	transition: background-color .2s
}

.modal-option-link:hover {
	background-color: #f0f0f0;
	color: var(--black-color)
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #aaa
}

@media screen and (max-width:425px) {
	.why-choose-maac-section {
		gap: 8px
	}

	.why-choose-maac-heading-img {
		height: 34px
	}

	.no_padding_mob {
		padding: 0 !important
	}

	.no_padding_mob img {
		border-radius: 0 !important
	}
}

/* Thank You Page */
.thank_you_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100svh;
	background-color: white;
}

.thank_you.container {
	text-align: center;
	max-width: 600px;
	padding: 40px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.thank_you h1 {
	color: var(--secondary-color);
	font-size: 3rem;
	margin-bottom: 20px;
	animation: thankYouAnimation 1.5s ease-in-out;
}

.thank_you p {
	color: #4b5563;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.thank_you .btn {
	display: inline-block;
	background-color: var(--secondary-color);
	color: white;
	padding: 12px 24px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.thank_you .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
	background-color: var(--primary-color);
}

@keyframes thankYouAnimation {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	50% {
		opacity: 1;
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 480px) {
	.thank_you h1 {
		font-size: 2.5rem;
	}

	.thank_you p {
		font-size: 1rem;
	}
}

/* Course Cards Section Styles */
.our-courses-section {
	background: var(--primary-color);
	padding: 80px 0;
	position: relative;
}

.our-courses-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
	pointer-events: none;
}

.course-card {
	background: linear-gradient(145deg, #ffffff 0%, #fefefe 25%, #fafafa 50%, #f5f5f5 75%, #f0f0f0 100%);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 15px 50px rgba(189, 34, 41, 0.25), 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	height: 100%;
	position: relative;
	border: 3px solid var(--secondary-color);
	backdrop-filter: blur(10px);
	transform: scale(1.02);
}

.course-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2), 0 8px 30px rgba(242, 180, 17, 0.2);
	background: linear-gradient(145deg, #ffffff 0%, #e8f5e8 25%, #e3f2fd 50%, #fff3e0 75%, #f8f9fa 100%);
	border-color: rgba(242, 180, 17, 0.4);
}

.course-card.featured-course {
	background: linear-gradient(145deg, #ffffff 0%, #fefefe 25%, #fafafa 50%, #f5f5f5 75%, #f0f0f0 100%);
	border: 3px solid var(--secondary-color);
	position: relative;
	box-shadow: 0 15px 50px rgba(189, 34, 41, 0.25), 0 8px 25px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
}

.course-card-image {
	position: relative;
	height: 340px;
	overflow: hidden;
	background: linear-gradient(45deg, #f0f0f0 0%, #e0e0e0 100%);
}

.course-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.course-card:hover .course-card-image img {
	transform: scale(1.08);
	filter: brightness(1.1) contrast(1.05);
}

.course-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.course-card:hover .course-overlay {
	opacity: 1;
}

.course-btn {
	background: linear-gradient(135deg, var(--primary-color) 0%, #f9d67c 50%, #ffd93d 100%);
	color: var(--black-color);
	padding: 14px 28px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.4s ease;
	transform: translateY(20px);
	box-shadow: 0 6px 20px rgba(242, 180, 17, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.course-card:hover .course-btn {
	transform: translateY(0);
}

.course-btn:hover {
	background: linear-gradient(135deg, var(--secondary-color) 0%, #d63384 50%, #e91e63 100%);
	color: var(--body-color);
	box-shadow: 0 8px 25px rgba(189, 34, 41, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.course-btn svg {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}

.course-btn:hover svg {
	transform: translateX(4px);
}

.featured-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--secondary-color);
	color: var(--body-color);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	z-index: 2;
}

.course-card-content {
	padding: 10px;
}

.course-badge {
	display: inline-block;
	background: #ffffff;
	color: var(--black-color);
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	border: 1px solid black;

}

.course-badge.degree-badge {
	background: #ffffff;
	color: var(--black-color);

}

#cbtn {
	background-color: #bd2329;
	font-family: var(--body-font-family);
	cursor: pointer;
	transition: 0.3s;
	padding: 12px 28px;
	border-radius: 0;
	position: relative;
	align-items: center;
	gap: 11px;
	overflow: hidden;
	width: auto;
	/* border is set inline or can be moved here */
}

#cbtn:hover {
	background-color: #f2b111;
	color: black;
}

#cbtn span {
	color: white;
	/* ✅ Set initial color to white */
	position: relative;
	z-index: 111;
	transition: 0.5s;
}

/* On hover: change text color to black */
#cbtn:hover span {
	color: black;
}

/* On hover: change SVG path stroke to black */
#cbtn:hover svg path {
	stroke: black;
}

#cbtn::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	visibility: hidden;
	overflow: hidden;
	background-color: var(--secondary-color);
	transition: 0.3s;
	z-index: 11;
}

.course-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: 6px;
	line-height: 1.2;
	min-height: 40px;
}

.course-description {
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 6px;
	min-height: 50px;
}

.course-features {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 6px;
}

/* Course Tools */
.course-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 15px;
	align-items: center;
}

.course-tools img {
	height: 32px;
	width: auto;
	object-fit: contain;
	border-radius: 6px;
	transition: all 0.3s ease;
	filter: grayscale(20%);
	opacity: 0.8;
}

.course-tools img:hover {
	transform: scale(1.1);
	filter: grayscale(0%);
	opacity: 1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feature-tag {
	background: linear-gradient(135deg, rgba(242, 180, 17, 0.2) 0%, rgba(242, 180, 17, 0.1) 50%, rgba(255, 193, 7, 0.15) 100%);
	color: var(--black-color);
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 11px;
	font-weight: 600;
	border: 1px solid rgba(242, 180, 17, 0.4);
	box-shadow: 0 2px 8px rgba(242, 180, 17, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Feature tag images */
.feature-tag img {
	height: 16px;
	width: auto;
	object-fit: contain;
	border-radius: 3px;
	transition: all 0.3s ease;
	filter: grayscale(20%);
	opacity: 0.8;
	flex-shrink: 0;
}

.feature-tag:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
	opacity: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* More tools indicator */
.more-tools-indicator {
	background: linear-gradient(135deg, rgba(189, 34, 41, 0.2) 0%, rgba(189, 34, 41, 0.1) 50%, rgba(189, 34, 41, 0.15) 100%);
	color: var(--secondary-color);
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 11px;
	font-weight: 600;
	border: 1px solid rgba(189, 34, 41, 0.3);
	box-shadow: 0 2px 6px rgba(189, 34, 41, 0.2);
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
}

.more-tools-indicator:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(189, 34, 41, 0.3);
	background: linear-gradient(135deg, rgba(189, 34, 41, 0.3) 0%, rgba(189, 34, 41, 0.2) 50%, rgba(189, 34, 41, 0.25) 100%);
}

.more-tools-indicator-softwares {
	font-size: 28px;
}

@media screen and (max-width: 425px) {
	.more-tools-indicator-softwares {
		font-size: 24px;
	}
}

.course-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	color: #888;
	border-top: 1px solid #eee;
	padding-top: 6px;
}

.course-outcomes {
	background: linear-gradient(135deg, rgba(242, 180, 17, 0.1) 0%, rgba(242, 180, 17, 0.05) 100%);
	border: 1px solid rgba(242, 180, 17, 0.2);
	border-radius: 6px;
	padding: 4px 8px;
	margin-bottom: 6px;
}

.course-outcomes h4 {
	font-size: 11px;
	font-weight: 600;
	color: var(--black-color);
	margin-bottom: 2px;
}

.course-outcomes p {
	font-size: 10px;
	color: #666;
	margin: 0;
	line-height: 1.3;
}

.course-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.course-cta-text {
	font-weight: 500;
	line-height: 1.6;
}

/* Course card hover effects for feature tags */
.course-card:hover .feature-tag {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(242, 180, 17, 0.4);
	background: linear-gradient(135deg, rgba(242, 180, 17, 0.3) 0%, rgba(242, 180, 17, 0.2) 50%, rgba(255, 193, 7, 0.25) 100%);
}

/* Degree badge glow animation */
@keyframes degreeGlow {
	0% {
		box-shadow: 0 4px 15px rgba(189, 34, 41, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	}

	100% {
		box-shadow: 0 6px 20px rgba(189, 34, 41, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	}
}

/* Course card entrance animation */
.course-card {
	animation: cardEntrance 0.8s ease-out forwards;
	opacity: 0;
	transform: translateY(30px);
}

@keyframes cardEntrance {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Stagger animation for multiple cards */
.course-card:nth-child(1) {
	animation-delay: 0.1s;
}

.course-card:nth-child(2) {
	animation-delay: 0.2s;
}

.course-card:nth-child(3) {
	animation-delay: 0.3s;
}

.course-card:nth-child(4) {
	animation-delay: 0.4s;
}

.course-card:nth-child(5) {
	animation-delay: 0.5s;
}

/* Sticky WhatsApp Button */
.sticky-whatsapp-btn {
	position: fixed;
	bottom: 120px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 28px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	z-index: 1000;
	transition: all 0.3s ease;
	animation: whatsappPulse 2s infinite;
}

.sticky-whatsapp-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
	color: white;
}

@keyframes whatsappPulse {
	0% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	}

	50% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6), 0 0 0 10px rgba(37, 211, 102, 0.1);
	}

	100% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	}
}

/* Responsive adjustments for course cards */
@media (max-width: 991px) {
	.our-courses-section {
		padding: 60px 0;
	}

	.course-card-content {
		padding: 10px;
	}

	.course-title {
		font-size: 18px;
		min-height: auto;
	}

	.course-description {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.our-courses-section {
		padding: 40px 0;
	}

	.course-card-image {
		height: 240px;
	}

	.course-features {
		gap: 6px;
	}

	.course-tools {
		gap: 8px;
	}

	.course-tools img {
		height: 28px;
	}

	.feature-tag {
		font-size: 11px;
		padding: 3px 10px;
	}

	.feature-tag img {
		height: 16px;
	}

	.course-meta {
		flex-direction: column;
		gap: 8px;
		align-items: flex-start;
	}

	.sticky-whatsapp-btn {
		bottom: 100px;
		right: 20px;
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.course-card-content {
		padding: 8px;
	}

	.course-title {
		font-size: 15px;
	}

	.course-description {
		font-size: 12px;
	}

	.course-tools img {
		height: 24px;
	}

	.feature-tag img {
		height: 12px;
	}

	.course-outcomes {
		padding: 6px 10px;
	}

	.course-outcomes h4 {
		font-size: 12px;
	}

	.course-outcomes p {
		font-size: 10px;
	}

	.more-tools-indicator {
		font-size: 10px;
		padding: 3px 8px;
	}
}

/* Desktop max-width fix for all main containers */
@media (min-width: 1200px) {

	.container,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl,
	.hero-section .container-md,
	.container.no_padding_mob,
	.why-choose-maac-section .container {
		max-width: 1320px !important;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}

	.container-md {
		max-width: 1320px !important;
	}
}

@media screen and (max-width: 425px) {
	.container {
		max-width: 100% !important;
		width: 100% !important;
	}
}

.mobile-banner-wrapper {
	position: relative;
	width: 100%;
}

.mobile-banner-image {
	width: 100%;
	display: block;
}

.mobile-banner-overlay {
	position: absolute;
	bottom: 15%;
	/* moves overlay up from bottom */
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	width: 90%;
}

.mobile-banner-overlay h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.mobile-banner-overlay p {
	font-size: 14px;
	font-weight: 400;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

/* Hide desktop hero content on small screens */
@media screen and (max-width: 991px) {
	.desktop-only-content {
		display: none !important;
	}

	.ak-hero-featured {
		display: none !important;
	}

	.maac-mobile-section {
		display: block !important;
	}

	.mobile-banner-wrapper {
		position: relative;
	}

	.mobile-banner-image {
		width: 100%;
		height: auto;
		display: block;
	}

	.mobile-banner-overlay {
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -30%);
		text-align: center;
		color: #fff;
		padding: 0 15px;
	}

	.mobile-banner-overlay h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.mobile-banner-overlay p {
		font-size: 14px;
		line-height: 1.4;
	}
}

/* Hide the mobile version on larger screens */
@media screen and (min-width: 992px) {
	.maac-mobile-section {
		display: none !important;
	}
}

/* Force mobile hero overlay */
.mobile-banner-wrapper {
	position: relative !important;
	width: 100%;
	overflow: hidden;
}

.mobile-banner-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 !important;
}

.mobile-banner-overlay {
	position: absolute !important;
	top: 35% !important;
	/* move text higher/lower */
	left: 50% !important;
	transform: translate(-50%, -35%) !important;
	text-align: center;
	color: #fff;
	width: 90%;
	z-index: 10;
}

@media (max-width: 991px) {
	.ak-hero-featured {
		display: none !important;
	}
}

@media (max-width: 991px) {

	.ak-hero-featured,
	.hero-slider-info,
	.desktop-only-content {
		display: none !important;
	}

	.maac-mobile-section {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.maac-mobile-section {
		display: none !important;
	}
}

.mobile-banner-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.mobile-banner-image {
	width: 100%;
	height: auto;
	display: block;
}

.mobile-banner-overlay {
	position: absolute;
	top: 35%;
	/* adjust as needed */
	left: 50%;
	transform: translate(-50%, -35%);
	text-align: center;
	color: #fff;
	width: 90%;
	z-index: 10;
}

/* Software Covered Section Subheading */
/* Capsule style for MAAC + Jayanagar */
.software-covered-subheading {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.software-covered-subheading .logo-text-pill {
	display: flex;
	align-items: center;
	/* vertical center for both */
	gap: 14px;
	background: #fff;
	padding: 10px 22px;
	border-radius: 40px;
	/* pill shape */
}

.software-covered-subheading .maac-logo-inline {
	height: 55px;
	width: auto;
	display: flex;
	/* ensures flex centering */
	align-items: center;
	object-fit: contain;
	transform: translateY(10px);
	/* avoids stretching */
}

.software-covered-subheading .jayanagar-text {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	line-height: 1;
	/* removes extra spacing */
	display: flex;
	align-items: center;
	/* ensures text aligns with logo */
}

/* Mobile tweaks */
@media screen and (max-width: 576px) {
	.software-covered-subheading .logo-text-pill {
		padding: 8px 14px;
		gap: 10px;
	}

	.software-covered-subheading .maac-logo-inline {
		height: 40px;
	}

	.software-covered-subheading .jayanagar-text {
		font-size: 22px;
	}
}

a:hover {
	/* transform: scale(1.15) !important; */
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3) !important;
	background-position: right center !important;
	/* moves gradient left → right */
}

/* ========== NAVIGATION DROPDOWN STYLES ========== */
.ak-dropdown-nav {
	position: relative;
}

.ak-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.ak-dropdown-icon {
	transition: transform 0.3s ease;
}

.ak-dropdown-nav:hover .ak-dropdown-icon {
	transform: rotate(180deg);
}

.ak-dropdown-menu {
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--body-bg-color);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 12px 0;
	min-width: 300px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ak-dropdown-nav:hover .ak-dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.ak-dropdown-item {
	list-style: none;
	margin: 0;
}

.ak-dropdown-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	color: var(--body-color);
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
}

.ak-dropdown-item a:hover {
	background-color: var(--primary-color);
	color: var(--black-color);
	padding-left: 24px;
	word-spacing: normal;
	border-radius: 0;
}

.ak-dropdown-divider {
	border-top: 1px solid var(--border-color);
	margin-top: 8px;
	padding-top: 8px;
}

.ak-coming-soon {
	opacity: 0.7;
	cursor: not-allowed;
}

.ak-coming-soon:hover {
	background-color: rgba(255, 255, 255, 0.05) !important;
	color: var(--body-color) !important;
	padding-left: 20px !important;
}

.ak-soon-badge {
	background: var(--secondary-color);
	color: white;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile dropdown adjustments */
@media (max-width: 991px) {
	.ak-dropdown-nav {
		position: relative;
	}

	.ak-dropdown-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 10px 0;
		cursor: pointer;
	}

	.ak-dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		background: rgba(255, 255, 255, 0.05);
		padding: 0;
		min-width: auto;
		display: none;
		border-left: 2px solid var(--primary-color);
		margin-left: 15px;
		margin-top: 10px;
	}

	.ak-dropdown-nav.active .ak-dropdown-menu {
		display: block;
	}

	.ak-dropdown-icon {
		display: none;
	}

	.ak-dropdown-nav.active .ak-dropdown-icon {
		transform: rotate(180deg);
	}

	.ak-dropdown-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ak-dropdown-item:last-child {
		border-bottom: none;
	}

	.ak-dropdown-item a {
		padding: 12px 15px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.8);
		display: block;
	}

	.ak-dropdown-item a:hover {
		background: rgba(255, 180, 0, 0.1);
		color: var(--primary-color);
		padding-left: 20px;
	}

	.ak-dropdown-divider {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		margin: 8px 0;
		padding-top: 8px;
	}

	/* Mobile nav list item click behavior */
	.ak-nav_list_item:not(.menu-item-has-children) a {
		display: block;
		padding: 12px 0;
	}

	/* Prevent nav list item click for dropdown parent */
	.ak-nav_list_item.menu-item-has-children {
		cursor: default;
	}

	.ak-nav_list_item.menu-item-has-children>a {
		pointer-events: auto;
	}

	/* Mobile nav list styles */
	.ak-nav .ak-nav_list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		background-color: var(--body-bg-color);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 20px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
		z-index: 999;
		max-height: 70vh;
		overflow-y: auto;
	}

	.ak-nav .ak-nav_list>li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		padding: 0;
		margin: 0;
	}

	.ak-nav .ak-nav_list>li:last-child {
		border-bottom: none;
	}

	.ak-nav .ak-nav_list>li>a {
		display: block;
		padding: 15px 0;
		color: var(--body-color);
		font-size: 16px;
		font-weight: 500;
		transition: color 0.3s ease;
		border: none;
	}

	.ak-nav .ak-nav_list>li>a:hover {
		color: var(--primary-color);
	}

	/* Show mobile toggle button */
	.ak-munu_toggle {
		display: block;
	}
}

.trusted-partner-section {
	background-color: var(--color-red);
}

.trusted-partner-section .common-btn::before {
	background-color: var(--color-white);
	color: #000;
}

.trusted-partner-section .common-btn:hover span {
	color: #000;
}

.trusted-partner-section .common-btn:hover span path {
	stroke: var(--color-red)
}