/* =========================== RESPONSIVE =======================================*/

@media (min-width: 2000px) {
	.form {
		right: calc((100% - 1500px) / 2);
	}

	.studentsPic {
		left: calc((100% - 0px) / 4);
	}
}

@media (max-width:1750px) {
	.programBox {
		grid-template-columns: 400px 1fr;
		background: #0b2343;
		gap: 20px;
		padding: 40px 15px 40px 40px;
	}

	.programTitle {
		font-size: 35px;
	}

	.programInfoItem p {
		font-size: 22px;
	}

	.programInfoItem img {
		width: 28px;
	}

	.programDivider {
		margin: 25px 0;
	}

	.programList li {
		line-height: 2;
	}

	.placementSection::after {
		width: 600px;
		height: 612px;
	}

	.placementSection {
		padding: 60px 0;
	}

	.placementCard span {
		font-size: 22px;
	}

	.ctaStudents {
		right: 10%;

	}

}

@media (max-width:1650px) {
	.headerLogo {
		height: 70px;
	}

	.btn.headerBtn {
		font-size: 20px;
		padding: 15px;
	}

	.advantageGrid {
		gap: 10px;
	}
}

@media (max-width:1550px) {
	.heroTitle {
		font-size: 44px;
	}

	.heroDesc {
		font-size: 22px;
	}

	.heroSubText {
		font-size: 22px;
	}

	.heroHighlight {
		font-size: 28px;
		width: 520px;
	}

	.heroContent {
		max-width: 550px;
	}


	.whyMbaSection {
		padding: 100px 0 90px;
	}

	.whyMbaTitle {
		font-size: 36px;
	}

	.whyMbaDesc p {
		font-size: 18px;
		max-width: 1200px;
	}

	.whyMbaNumber {
		font-size: 36px;
	}

	.programBox {
		grid-template-columns: 380px 1fr;
	}

	.tabBtn {
		font-size: 14px;
		max-width: 126px;
		padding: 10px 15px;
	}

	.tabBtn.tabBtn-wrap {
		max-width: 190px;
	}

	.tabContent ul li {
		font-size: 16px;
	}

	.programInfoItem p {
		font-size: 20px;
	}

	.programTabBox {
		padding: 20px;
	}

	.programTitle {
		font-size: 30px;
	}

	.placementTitle {
		font-size: 36px;
	}

	.placementCard h3 {
		font-size: 56px;
	}

	.placementCard span {
		padding: 12px 50px 12px 20px;
	}

	.globalSub {
		font-size: 30px;
	}

	.globalHeading {
		font-size: 36px;
	}

	.globalHighlight {
		font-size: 18px;
	}

	.globalTitle {
		font-size: 36px;
	}

	.globalCard {
		padding: 40px 18px;
	}

	.globalIcon {
		width: 90px;
		height: 90px;
	}

	.globalIcon img {
		width: 52px;
	}

	.globalCard p {
		font-size: 22px;
	}

	.globalLeft {
		flex: 0 0 650px;
		max-width: 650px;
	}

	.advantageTitle {
		font-size: 36px;
	}

	.advantageHeader {
		margin-bottom: 50px;
	}

	.advantageSubTitle {
		font-size: 28px;
	}

	.advantageCard p {
		font-size: 14px;
	}

	.advantageSection::before,
	.advantageSection::after,
	.advantageHeader::after {
		width: 420px;
		height: 320px;
	}

	.advantageLogo img {
		max-width: 140px;
	}

	.lifeTitle {
		font-size: 36px;
	}

	.faqTitle {
		font-size: 36px;
	}

	.ctaTitle {
		font-size: 56px;
	}

	.ctaContent {
		max-width: 700px;
	}

	.whyTopWrap {
		gap: 50px;
	}

	.whyLeft {
		max-width: 58%;
	}

	.whyRight {
		max-width: 42%;
	}

	.whyTitle {
		font-size: 36px;
	}

	.whyCard h3 {
		font-size: 40px;
	}

	.whyCard {
		min-height: auto;
	}

	.whyTopSection {
		padding: 80px 0;
		background-position: -100px 205px,
			/* building*/
			center center;
		background-size: 1000px auto, cover;
	}




	.expertWrap {
		gap: 40px;
	}

	.expertTitle {
		font-size: 36px;
	}

	.expertList li {
		margin-bottom: 10px;
	}

		.ssSwiper .swiper-slide {
		height: auto;
		width: 1000px !important;
	}

	.ssHead h2 {
		font-size: 36px;
	}


	.ssCardText {
		font-size: 16px;
	}

	.ssCardAvatar {
		width: 160px;
		height: 160px;
	}

	.ssCardName {
		font-size: 18px;
	}

	.ssCardRole {
		font-size: 16px;
	}

	.ssCardLeft {

		padding: 30px 50px;
	}

	.ssCardRight {
		padding: 0 100px 0 40px;
	}

	.ssCardRight::after {

		width: 67px;
		height: 50px;
	}

}

@media (max-width:1450px) {
	.heroTitle {
		font-size: 40px;
	}

	.heroDesc {
		font-size: 20px;
	}

	.heroSubText {
		font-size: 20px;
	}

	.heroHighlight {
		font-size: 26px;
		width: 480px;
	}

	.form {
		width: 350px;
	}

	.studentsPic {
		transform: translateX(7%);
	}

	.enquiryCard {
		right: 3%;
	}

	.whyMbaDesc p {
		font-size: 17px;
		max-width: 1100px;
	}

	.whyMbaNumber {
		font-size: 34px;
	}

	.whyMbaLabel {
		font-size: 16px;
	}

	.programBox {
		grid-template-columns: 330px 1fr;
		padding: 30px 15px 30px 30px;
	}

	.programTitle {
		font-size: 25px;
	}

	.programEligibility p {
		font-size: 18px;
	}

	.programInfoItem img {
		width: 20px;
	}

	.programInfoItem {
		gap: 10px;
		margin-bottom: 10px;
	}

	.programDivider {
		margin: 20px 0;
	}

	.programSubTitle {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.programList li {
		font-size: 16px;
	}

	.tabContent ul li {
		font-size: 15px;
		line-height: 1.5;
	}

	.tabBtn {
		font-size: 14px;
		max-width: 120px;
		padding: 10px;
	}

	.programEligibility {
		padding: 15px 30px;

	}

	.placementContent {
		grid-template-columns: 545px 1fr;
	}

	.placementSection::after {
		width: 550px;
		height: 552px;
		left: 40px;
	}

	.placementCard h3 {
		font-size: 50px;
		padding: 10px 20px;

	}

	.placementCard span {
		font-size: 20px;
	}

	.placementCard h3 span {
		font-size: 20px;
	}

	.globalTitle {
		font-size: 34px;
	}

	.globalCard {
		padding: 36px 16px;
		gap: 20px;
	}

	.globalCards {
		margin-bottom: 40px;
	}


	.globalIcon {
		width: 85px;
		height: 85px;
	}

	.globalIcon img {
		width: 48px;
	}

	.globalCard p {
		font-size: 20px;
	}

	.globalLeft {
		flex: 0 0 600px;
		max-width: 600px;
	}

	.globalHeading {
		font-size: 34px;
	}

	.globalSub {
		font-size: 28px;
	}



	.advantageInner {
		max-width: 240px;
	}

	.advantageCard::before,
	.advantageCard::after {
		width: 70px;
		height: 130px;
	}

	.advantageTitle {
		font-size: 36px;
	}

	.advantageCard::before {

		left: 10px;
	}

	.advantageCard::after {

		right: 10px;
	}

	.advantageLogo img {
		max-width: 110px;
	}

	.faqQuestion {
		padding: 20px 30px;
	}

	.faqAnswer p {
		padding: 15px 30px;
	}

	.ctaStudents {
		/* right: 200px;  */
		width: 500px;
		height: 420px;
	}

	.ctaTitle {
		font-size: 45px;
		margin-bottom: 20px;
	}

	.ctaContent {
		max-width: 600px;
	}

	.ctaDesc {
		font-size: 22px;
	}

	.whyTopWrap {
		gap: 40px;
	}

	.whyTitle {
		font-size: 36px;
	}


	.expertDesc {
		font-size: 18px;
	}

	.expertSection {
		padding: 80px 0;
	}
}

@media (max-width:1350px) {

	.whyMbaSection {
		padding: 90px 0 80px;
	}

	.whyMbaDesc p {
		font-size: 16px;
		max-width: 1000px;
	}

	.whyMbaStats {
		margin-top: 30px;
	}

	.programTitle {
		font-size: 22px;
	}

	.programBox {
		grid-template-columns: 290px 1fr;
		padding: 25px 15px 25px 25px;
	}

	.programRightTitle {
		font-size: 20px;
	}

	.programInfoItem p {
		font-size: 18px;
	}

	.programSubTitle {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.programList li {
		font-size: 15px;
	}

	.tabBtn {
		font-size: 12px;
		max-width: 110px;
		padding: 10px;
		line-height: 1.2;
	}

	.programEligibility {
		padding: 15px 25px;

	}

	.programEligibility p {
		font-size: 16px;
	}

	.tabBtn.active::before {
		height: 4px;
	}

	.placementContent {
		grid-template-columns: 450px 1fr;
	}

	.placementTitle {
		font-size: 30px;
	}

	.placementCard span {
		font-size: 18px;
	}

	.placementCard span {
		padding: 12px 20px;
	}

	.placementSub {
		font-size: 30px;
	}

	.placementSection::after {
		width: 500px;
		height: 512px;
		bottom: -40px;
	}

	.placementStats {
		margin-bottom: 30px;
	}

	.placementCard h3 small {
		font-size: 25px;
	}

	.globalSection {
		padding: 60px 0;
	}

	.globalCards {
		gap: 14px;
	}

	.globalCard {
		padding: 32px 14px;
	}

	.globalIcon {
		width: 75px;
		height: 75px;
	}

	.globalIcon img {
		width: 42px;
	}

	.globalCard p {
		font-size: 18px;
	}

	.globalLeft {
		flex: 0 0 550px;
		max-width: 550px;
	}

	.globalHeading {
		font-size: 30px;
	}

	.globalSub {
		font-size: 26px;
	}

	.advantageSection {
		padding: 40px 0;
	}

	.advantageTitle {
		font-size: 34px;
	}

	.advantageSubTitle {
		font-size: 26px;
	}

	.advantageCard p {
		font-size: 13px;
	}

	.advantageInner {
		max-width: 220px;
	}

	.advantageCard::before {
		left: 0;
	}

	.advantageCard::after {

		right: 0;
	}

	.advantageGrid {
		gap: 15px;
	}

	.lifeTitle {
		font-size: 34px;
	}

	.lifeArrows {
		gap: 20px;
	}

	.lifeArrows button {
		width: 50px;
		height: 50px;
	}

	.lifeArrows button img {
		height: 20px;
	}

	.faqTitle {
		font-size: 34px;
	}

	.faqIcon {
		width: 35px;
		height: 35px;
	}

	.faqIcon img {
		width: 18px;
		height: 18px;
	}

	.ctaStudents {
		right: 5%;
		width: 460px;
		height: 360px;
	}

	.ctaTitle {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.ctaDesc {
		font-size: 20px;
	}

	.ctaFooter {
		padding: 20px 0;
	}


	.whyTitle {
		font-size: 30px;
	}

	.whyCard h3 {
		font-size: 36px;
	}

	.whyCard p {
		font-size: 18px;
	}


	.expertWrap {
		gap: 30px;
	}


	.expertTitle {
		font-size: 30px;
	}

	.expertCard h4 {
		font-size: 18px;
	}

	.expertList li {
		font-size: 16px;
	}

	.expertList img {
		width: 28px;
	}

	.expertBottomText {
		font-size: 18px;
	}

	.ssSwiper .swiper-slide {
		height: auto;
		width: 800px !important;
	}

	.ssSection {
		padding: 40px 0;
	}

	.ssHead h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.ssHead p {
		font-size: 18px;
	}

	.ssCardText {
		font-size: 14px;
	}

	.ssCardAvatar {
		width: 130px;
		height: 130px;
	}

	.ssCardName {
		font-size: 16px;
	}

	.ssCardRole {
		font-size: 14px;
	}

	.ssCardLeft {
		padding: 30px 50px;
	}

	.ssCardRight {
		padding: 0 60px 0 40px;
	}

	.ssCardRight::after {

		width: 50px;
		height: 37px;
	}

	.ssArrow {
		width: 50px;
		height: 50px;
	}
}

@media (max-width:1200px) {
	.heroContent {
		max-width: 520px;
	}

	.heroTitle {
		font-size: 36px;
	}

	.heroDesc {
		font-size: 18px;
	}

	.heroSubText {
		font-size: 18px;
	}

	.heroHighlight {
		font-size: 24px;
		width: 440px;
	}

	.enquiryCard {
		width: 330px;
		top: 50px;
	}

	.whyMbaStats {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 0;
	}

	.whyMbaCard:nth-child(1)::after,
	.whyMbaCard:nth-child(2)::after {
		display: block;
	}

	.whyMbaCard:nth-child(3)::after {
		display: none;
	}

	.programSection {
		padding: 70px 0;
	}

	.tabContent {
		grid-template-columns: 1fr 1fr;
	}

	.programList li {
		font-size: 14px;
		font-weight: 500;
	}

	.programTitle {
		font-size: 20px;
	}

	.tabContent ul li {
		font-size: 14px;
		padding-left: 10px;
	}

	.programInfoItem p {
		font-size: 16px;
	}

	.tabBtn {
		font-size: 12px;
		max-width: 100px;
		padding: 5px 10px;
	}

	.programBox {
		grid-template-columns: 270px 1fr;
		padding: 20px 15px 20px 20px;
		padding: 20px;
	}

	.programTabBox {
		padding: 15px;
	}

	.tabBtn::after {
		height: 25px;
	}

	.tabBtn.active::before {
		height: 3px;
	}

	.programEligibility p {
		font-size: 15px;
	}

	.placementSection {
		padding: 50px 0;
	}

	.placementContent {
		grid-template-columns: 350px 1fr;
	}

	.placementTitle {
		font-size: 25px;
	}

	.placementSub {
		font-size: 25px;
	}

	.placementSection::after {
		width: 400px;
		height: 412px;
		bottom: -10px;
		left: 20px;
	}

	.placementCard h3 {
		font-size: 40px;
		padding: 10px 20px;
		gap: 10px;
	}

	.placementCard span {
		font-size: 16px;
	}

	.placementCard h3 small {
		font-size: 20px;
	}

	.globalBottom {
		flex-direction: column;
		text-align: left;
		gap: 10px;
	}

	.globalLeft {
		flex: 1;
		max-width: 100%;
	}

	.globalRight {
		order: 2;
	}

	.globalLeft {
		order: 1;
	}

	.globalHeading {
		font-size: 30px;
	}

	.globalSub {
		font-size: 25px;
	}

	.globalHighlight {
		font-size: 20px;
	}

	.globalDesc {
		font-size: 20px;
	}

	.globalCard {
		padding: 15px;
	}

	.globalIcon {
		width: 65px;
		height: 65px;
	}

	.globalIcon img {
		width: 40px;
	}

	.advantageGrid {
		grid-template-columns: repeat(3, 1fr);
	}

	.advantageInner {
		max-width: 210px;
	}

	.advantageCard::before,
	.advantageCard::after {
		width: 65px;
		height: 120px;
	}

	.advantageCard::before {

		left: 10px;
	}

	.advantageCard::after {

		right: 10px;
	}

	.lifeTitle {
		font-size: 30px;
	}

	.lifeSub {
		font-size: 16px;
	}

	.lifeArrows button {
		width: 40px;
		height: 40px;
	}

	.faqTitle {
		font-size: 30px;
	}

	.ctaSection {
		padding: 40px 0;
	}

	.ctaTitle {
		font-size: 36px;
	}

	.ctaDesc {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.ctaStudents {
		width: 380px;
		height: 300px;
	}

	.whyLeft {
		max-width: 40%;
	}

	.whyRight {
		max-width: 60%;
	}

	.whyTopSection {
		background-position: -215px 240px,
			/* building*/
			center center;
		background-size: 930px auto, cover;
	}

	.expertSection {
		padding: 60px 0;
	}

	.expertWrap {
		gap: 20px;
	}

	.expertContent {
		max-width: 45%;
	}

	.expertSliderWrap {
		max-width: 55%;
		padding-left: 20px;
	}

	.expertList li {
		margin-bottom: 5px;
		font-size: 16px;
		gap: 10px;
	}

	.expertDesc {

		font-size: 18px;
	}

	.expertList img {
		width: 20px;
	}


}

@media (max-width:1024px) {
	.container {
		width: 90%;
	}

	.heroContent {
		max-width: 450px;
	}

	.heroTitle {
		font-size: 32px;
	}

	.heroHighlight {
		width: 100%;
		max-width: 420px;
	}

	.enquiryCard {
		right: 3%;
		top: 50px;
	}

	.studentsPic {
		transform: translateX(0%);
	}

	.whyMbaSection {
		padding: 40px 0;
	}

	.whyMbaTitle {
		font-size: 32px;
	}

	.whyMbaDesc p {
		font-size: 15px;
	}

	.whyMbaNumber {
		font-size: 30px;
	}

	.whyMbaNumber span {
		font-size: 20px;
	}

	.whyMbaCard::before {
		background-size: 180px;
	}

	.programSection {
		padding: 60px 0;
	}

	.programBox {
		grid-template-columns: 1fr;
		padding: 25px;
		gap: 10px;
	}


	.programInfoItem img {
		width: 18px;
	}

	.programTitle {
		font-size: 30px;
	}

	.programInfoItem p {
		font-size: 18px;
	}

	.programSubTitle {
		font-size: 20px;
	}

	.programInfoItem img {
		width: 20px;
	}

	.programInfoItem p {
		font-size: 20px;
	}

	.programSubTitle {
		font-size: 25px;
		margin: 20px 0 10px;
	}

	.programList li {
		font-size: 16px;
		line-height: 2;
	}

	.programRightTitle {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.tabBtn {
		font-size: 13px;
		max-width: 110px;
	}

	.tabContent ul li {
		font-size: 16px;
		line-height: 1.5;
	}

	.tabBtn.tabBtn-wrap {
		max-width: 170px;
	}

	.programEligibility {
		font-size: 16px;
		padding: 20px;
	}

	.programDivider {
		display: none;
	}

	.placementContent {
		grid-template-columns: 320px 1fr;
	}

	.placementSection {
		padding: 40px 0;
	}

	.globalCards {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.globalTitle {
		font-size: 30px;
	}

	.globalSection {
		padding: 40px 0;
	}

	.desktopArrows {
		align-self: flex-end;
	}

	.faqSection {
		padding: 40px 0;
	}

	.faqTitle {
		font-size: 28px;
	}

	.faqQuestion span {
		font-size: 18px;
	}

	.faqAnswer p {
		font-size: 16px;
	}

	.ctaContent {
		max-width: 550px;
	}

	.ctaTitle {
		font-size: 30px;
	}

	.ctaBtn,
	.ctaDownloadBtn {
		font-size: 14px;
	}

	.ctaStudents {
		width: 340px;
		height: 280px;
	}

	.whyCard h3 {
		font-size: 32px;
	}

	.whyCard p {
		font-size: 16px;
	}

	.expertWrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.expertContent,
	.expertSliderWrap {
		max-width: 100%;
	}

	.expertSliderWrap {
		padding-left: 0;
		margin-top: 40px;
	}


	.ssSwiper .swiper-slide {
		height: auto;
		width: 600px !important;
	}

	.ssCardText {
		font-size: 14px;
	}

	.ssHead h2 {
		font-size: 28px;
	}

	.ssHead p {
		font-size: 16px;
	}

	.ssCardAvatar {
		width: 100px;
		height: 100px;
	}

	.ssCardName {
		font-size: 15px;
	}

	.ssCardRole {
		font-size: 13px;
	}

	.ssCardLeft {
		padding: 20px 30px;
	}

	.ssCardRight {
		padding: 0 30px;
	}

	.ssCardRight::after {

		width: 35px;
		height: 26px;
	}

	.ssArrow {
		width: 50px;
		height: 50px;
	}
}


@media (max-width:980px) {
	.heroSection {
		height: 640px;
		align-items: start;
	}

	.headerContainer {
		padding: 10px 0;
	}

	.heroContent {
		max-width: 450px;
	}

	.studentsPic {
		transform: translateX(15%);
	}

	.enquiryCard {
		position: static;
		width: min(520px, 92%);
		margin: 16px auto 30px;
	}

	.whyMbaStats {
		grid-template-columns: repeat(2, 1fr);
		gap: 35px 20px;
	}

	.whyMbaCard:nth-child(1)::after,
	.whyMbaCard:nth-child(3)::after {
		display: block;
	}

	.whyMbaCard:nth-child(2)::after,
	.whyMbaCard:nth-child(4)::after,
	.whyMbaCard:nth-child(5)::after {
		display: none;
	}

	.whyMbaCard::before {
		background-size: 140px;
	}

	.placementStats {
		justify-content: left;
	}

	.globalTitle {
		font-size: 25px;
	}

	.globalCard {
		padding: 26px 12px;
	}

	.globalCard p {
		font-size: 16px;
	}

	.globalHighlight {
		font-size: 18px;
	}

	.globalDesc {
		font-size: 16px;
	}

	.advantageTitle {
		font-size: 30px;
	}

	.advantageSubTitle {
		font-size: 24px;
	}

	.advantageGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.advantageInner {
		max-width: 200px;
	}

	.advantageSection::before,
	.advantageSection::after {
		width: 300px;
		height: 240px;
	}

	.advantageHeader::after {
		width: 280px;
		height: 200px;
	}

	.faqQuestion {
		padding: 18px 25px;
	}

	.ctaStudents {
		width: 240px;
		height: 200px;
	}

	.ctaTitle {
		font-size: 25px;
	}

	.ctaContent {
		max-width: 500px;
	}

	.ctaBtn,
	.ctaDownloadBtn {
		font-size: 14px;
		padding: 15px 20px;
	}

	.whyTopSection {
		background-position: 0 480px,
			/* building*/
			center center;
		background-size: 720px auto, cover;
		padding: 40px 0 200px;
	}

	.whyTopWrap {
		flex-direction: column;
		gap: 40px;
	}

	.whyLeft {
		max-width: 100%;
	}

	.whyRight {
		max-width: 100%;
	}

	.whyStats {
		grid-template-columns: repeat(2, 1fr);
	}

	.whyTopSection::after {
		width: 700px;
		height: 400px;
		top: auto;
		bottom: 0;
	}

	.expertTitle {
		font-size: 30px;
	}

	.expertDesc {
		font-size: 16px;
	}

	.expertList li {
		font-size: 15px;
		gap: 14px;
	}

}

@media (max-width:768px) {
	/* .headerContainer {
        justify-content: center;
    } */

	.heroSection {
		padding: 20px 0 300px;
		height: auto;
		align-items: start;
		background: url(../images/students.webp) no-repeat center bottom, url(../images/heroBannerMb.webp) no-repeat center bottom;
		background-size: auto 280px, cover;
	}

	.heroContent {
		max-width: 100%;
		text-align: center;
		align-items: center;
		padding: 0;
	}

	.heroTitle {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.heroDesc {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.heroSubText {
		font-size: 18px;
	}

	.heroHighlight {
		font-size: 20px;
		/* width: auto; */
		max-width: 100%;
		padding: 6px 14px;
		background: linear-gradient(90deg, rgba(153, 42, 56, 0) 0%, #992A38 50%, rgba(153, 42, 56, 0) 100%);

	}

	.heroDivider {
		margin: 16px 0;
		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.heroLine {
		width: 100%;
		max-width: 320px;
		height: 1px;
		margin-bottom: 2px;
	}

	.studentsPic {
		transform: translateX(-15%);
		width: 900px;

	}

	.enquiryTitle {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.headerLogo {
		height: 50px;
	}

	.btn.headerBtn {
		display: none;
	}

	.heroDownloadBtn {
		display: none;
	}

	.whyMbaTitle {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.whyMbaDesc p {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.whyMbaStats {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 10px;
		margin-top: 25px;
	}

	.whyMbaCard::before {
		background-size: 140px;
	}

	.whyMbaTitle {
		font-size: 28px;
	}

	.whyMbaNumber span {
		font-size: 16px;
	}

	.whyMbaLabel {
		font-size: 14px;
	}

	.programSection {
		padding: 60px 0;
	}

	.programBox {
		padding: 20px;
		gap: 10px;
		border-radius: 20px 20px 0 0;
	}

	.programTitle {
		font-size: 26px;
	}

	.programRightTitle {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.programInfo{
		margin: 10px 0;
	}
	.programInfoItem img {
		width: 24px;
	}

	.programInfoItem p {
		font-size: 16px;
	}

	.programSubTitle {
		font-size: 18px;
	}

	.programList li {
		font-size: 14px;
		line-height: 1.8;
	}

	.tabContent {
		grid-template-columns: 1fr;
	}

	.tabImage {
		display: none;
	}

	.tabBtn {
		padding: 10px;
	}

	.tabContent ul li {
		font-size: 14px;
		line-height: 1.8;
	}

	.programTabBox {
		padding: 15px;
	}

	.programEligibility p {
		font-size: 14px;
	}

	.placementContent {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.placementStats {
		justify-content: center;
		gap: 15px;
	}

	.placementSection {
		padding: 40px 0 220px;
	}

	.placementTitle {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.placementCard h3 span {
		font-size: 16px;
		top: 2px;
	}

	.placementCard h3 {
		font-size: 40px;
		gap: 10px;
	}

	.placementSub {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.placementSliderWrap {
		padding: 10px 0;
	}

	.placementSection::after {
		display: block;
		/* left: 10%;
		transform: translateX(-50%); */
		bottom: -50px;
		width: 350px;
		height: 312px;
	}



	.placementCard span {
		font-size: 14px;
		padding: 15px;
	}


	.globalTitle {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.globalCards {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.globalCard {
		padding: 18px;
		gap: 14px;
		border-radius: 14px;
	}

	.globalIcon {
		width: 70px;
		height: 70px;
		border-radius: 12px;
	}

	.globalIcon img {
		width: 40px;
	}

	.grMbl {
		display: block;
	}

	.globalRight.grDesktop {
		display: none;
	}

	.globalHeading {
		font-size: 28px;
	}

	.advantageSubTitle {
		font-size: 16px;
	}

	.advantageTitle {
		font-size: 28px;
	}

	.advantageGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.advantageHeader {
		margin-bottom: 20px;
	}


	.advantageCard::before,
	.advantageCard::after {
		width: 55px;
		height: 95px;
	}

	.advantageLogo img {
		max-width: 70px;
		margin: 0 auto 0;

	}


	.advantageCard p {
		font-size: 12px;
		line-height: 1.4;
	}

	/* CONFETTI REDUCED */
	.advantageSection::before,
	.advantageSection::after {
		width: 200px;
		height: 160px;
	}

	.advantageHeader::after {
		width: 200px;
		height: 140px;
	}

	.lifeSection {
		padding: 40px 0 25px;
	}

	.lifeSection::before {
		height: 50%;
	}

	.lifeTitle {
		font-size: 28px;
	}

	.lifeSub {
		font-size: 14px;
	}


	.desktopArrows {
		display: none;
	}

	.mobileArrows {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.mobileArrows button {
		width: 40px;
		height: 40px;
		background: var(--primaryClr);
	}
	.mobileArrows button img{
		width: 20px;
		height: 20px;
	}

	.mobileArrows button:hover {
		background: #6e1424;
		box-shadow: 0 6px 22px rgba(139, 26, 46, .45);
	}

	.faqSection {
		padding: 20px 0 40px;
	}

	.faqTitle {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.faqList {
		gap: 10px;
	}

	.faqItem {
		border-radius: 10px;
	}

	.faqQuestion {
		padding: 10px 15px;
		gap: 12px;
	}

	.faqAnswer p {
		padding: 10px 15px;
		font-size: 13px;
	}

	.faqQuestion span {
		font-size: 16px;
	}

	.faqAnswer p {
		font-size: 14px;
		line-height: 1.4;
	}

	.faqIcon {
		width: 20px;
		height: 20px;
	}

	.faqIcon img {
		width: 10px;
		height: 10px;
	}

	.ctaSection {
		padding: 30px 0 0;
		text-align: center;
	}

	.ctaWrap {
		flex-direction: column;
		justify-content: center;
	}

	.ctaContent {
		max-width: 100%;
	}

	.ctaTitle {
		font-size: 28px;
	}

	.ctaDesc {
		font-size: 16px;
	}

	.ctaBtns {
		flex-direction: column;
		gap: 20px;
	}

	.ctaStudents {
		position: relative;
		margin: 30px auto 0;
		right: auto;
		bottom: auto;
		width: 340px;
		height: 290px;
		background-position: center bottom;
	}

	.ctaBtn,
	.ctaDownloadBtn {
		font-size: 14px;
		padding: 12px 20px;
	}


	.whyTopSection {
		height: auto;
		background-position: 0 490px,
			/* building*/
			center center;
		background-size: 651px auto, cover;
		padding: 40px 0 200px;
	}

	.whySub {
		font-size: 25px;
	}

	.whyTitle {
		font-size: 28Px;
		line-height: 1.3;
	}

	.whyCard {
		padding: 16px;
		min-height: auto;
	}

	.whyCard h3 {
		font-size: 28px;
	}

	.whyCard p {
		font-size: 16px;
	}

	.expertSection {
		padding: 40px 0;
	}

	.expertContentInner {
		max-width: 100%;
	}

	.expertTitle {
		font-size: 28px;
	}

	.expertDesc {
		font-size: 16px;
		line-height: 1.5;
	}

	.expertList li {
		font-size: 15px;
		gap: 10px;
		align-items: flex-start;
	}

	.expertList img {
		width: 24px;
		margin-top: 2px;
	}

	.expertBottomText {
		font-size: 16px;
		line-height: 1.5;
	}

	.expertSlider .swiper-slide {
		width: 260px;
	}

	.expertWrap {
		gap: 0;
	}

	.expertNav {
		justify-content: center;
		margin-top: 25px;
	}

	.expertCard {
		padding: 10px;
	}

	.expertCard img {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 15px;
	}




.ssSwiper .swiper-slide {
		height: auto;
		width: 450px !important;
	}

	.ssCardRight::after {
		display: none;
	}

	.ssCardLeft::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 98px;
		height: 72px;
		background: url(../images/quotes.svg) no-repeat center;
		background-size: contain;
		opacity: 0.15;
		pointer-events: none;
	}


	.ssSection {
		padding: 25px 0;
	}

	.ssHead {
		padding: 0 18px;
		margin-bottom: 30px;
	}

	.ssArrow {
		display: none !important;
	}

	.ssMobNav {
		display: flex;
	}

	.ssCard {
		flex-direction: column;
		border-radius: 14px;
		min-height: unset;
	}

	.ssCardRight {
		order: 1;
		align-items: flex-start;
		padding: 0;
	}

	.ssCardText {
		font-size: 14px;
		line-height: 1.5;
	}

	.ssCardLeft {
		order: 2;
		width: 100%;
		flex-direction: row;
		justify-content: flex-start;
		border-radius: 0 0 14px 14px;
		margin: 0;
		padding: 14px 0;
		gap: 14px;
		background: #FFFFFF;
	}

	.ssCardName {
		color: #000000;
	}

	.ssCardRole {
		color: #000000;
	}

	.ssCardAvatar {
		width: 58px;
		height: 58px;
		flex-shrink: 0;
		border: 2px solid white;
		box-shadow: 0px 0px 6.52px 0px rgba(0, 0, 0, 0.25);

	}

	.ssCardAvatar span {
		font-size: 18px;
	}

	.ssCardName {
		text-align: left;
		font-size: 14px;
	}

	.ssCardRole {
		text-align: left;
		font-size: 12px;
		margin-top: 2px;
	}

	.eligibilityData{
		margin-top: 20px;
	}
	.eligibilityData p{
		font-size: 16px;
	}
	.programRight ul{
		font-size: 15px;
	}
	.programRight{
		padding: 15px;
	}
	.programRightTitle{
		font-size: 18px;
	}
	.panel-pathway h3, .panel-internship h3, .panel-careers h3{
		font-size: 16px;
	}
	.panel-pathway p, .check-list li, .career-item{
		font-size: 16px;
	}
	.acc-item{
		border-radius: 16px;
	}
	.acc-head{
		padding: 10px 12px;
	}
	.acc-label{
		font-size: 16px
	}
	.acc-icon{
		width: 20px;
		height: 20px;
	}
	.dot-list li, .acc-intro{
		font-size: 16px;
	}
	.ssCardLeft::after{
		width: 40px;
	}
	.fac-wrap{
		padding: 40px 0;
	}
}


@media (max-width:580px) {
	.headerLogo {
		height: 40px;
	}

	.btn.headerBtn {
		font-size: 14px;
		padding: 6px;
	}

	.studentsPic {
		transform: translateX(-27%);
		width: 800px;
	}

	.whyMbaDesc p {
		font-size: 13px;
	}

	.whyMbaStats {
		gap: 10px;
	}

	.whyMbaCard {
		padding: 15px 5px;
	}

	.placementSection {
		padding: 40px 0 400px;
	}

	.placementCard h3 {
		font-size: 28px;
		gap: 8px;
		padding: 10px;
	}

	.placementCard span {
		font-size: 14px;
		padding: 5px 15px 5px 5px;
		font-weight: 500;
		line-height: 1.3;
	}

	.placementCard h3 small {
		font-size: 14px;
	}

	.placementCard h3 span {
		font-size: 12px;
		top: 2px;
	}

	.placementSlider .swiper-slide {
		background: #fff;
		border-radius: 8px;
		padding: 5px 15px;
	}

	.placementSection::after {
		width: 390px;
		height: 398px;
	}


	.globalSub {
		font-size: 14px;
	}

	.globalHeading {
		font-size: 25px;
	}

	.globalSub {
		font-size: 14px;
	}

	.globalHighlight {
		font-size: 14px;
		padding: 5px 10px;
	}

	.globalDesc {
		font-size: 14px;
	}

	.advantageInner {
		max-width: 150px;
	}

	.advantageCard p {
		font-size: 12px;
	}

	.advantageCard::before,
	.advantageCard::after {
		width: 45px;
		height: 80px;
	}

	.expertSlider .swiper-slide {
		width: 240px;
	}

	.expertCard h4 {
		font-size: 14px;
		margin-bottom: 0;
	}

	.expertCard p {
		font-size: 12px;
	}
	.ssSwiper .swiper-slide {
		height: auto;
		width: 330px !important;
	}

}

@media (max-width:450px) {
	.heroTitle {
		font-size: 22px;
	}

	.heroHighlight {
		font-size: 16px;
	}

	.whyMbaNumber {
		font-size: 32px;
	}

	.whyMbaLabel {
		font-size: 13px;
	}



	.programTitle {
		font-size: 24px;
	}


	.programInfoItem p {
		font-size: 16px;
	}

	.tabBtn {
		font-size: 12px;
		padding: 8px 8px;
	}

	.tabContent ul li {
		font-size: 14px;
		line-height: 1.5;
	}

	.programList li {
		font-size: 16px;
	}

	.programEligibility {
		font-size: 12px;
		padding: 12px 15px;
	}

	.advantageTitle {
		font-size: 22px;
	}

	.advantageSubTitle {
		font-size: 14px;
	}

	/* .advantageGrid {
		gap: 10px;
	} */

	/* .advantageInner {
		max-width: 130px;
	} */

	.advantageCard::before,
	.advantageCard::after {
		width: 35px;
		height: 65px;
		top: 60%;
	}

	.advantageLogo img {
		max-width: 50px;
	}

	.advantageLogo {
		margin-bottom: 5px;
	}

	.advantageCard p {
		font-size: 12px;
		line-height: 1.3;
	}

	/* CONFETTI MINIMAL */
	.advantageSection::before,
	.advantageSection::after,
	.advantageHeader::after {
		width: 140px;
		height: 120px;
	}

	.advantageCard::after {
		right: 0;
	}

	.advantageCard::before {
		left: 0;
	}

	.whyTopSection {
		background-position: 0 550px,
			/* building*/
			center center;
		background-size: 434px auto, cover;
		padding: 40px 0 0;

	}
	
	.rightSideImg{
		width: 100%;
		max-width: 100%;
	}

	.whyTitle {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.whyTopWrap {
		gap: 0;
	}

	.whyCard {
		padding: 14px;
	}

	.whyCard::before {
		width: 40px;
		height: 40px;
	}

	.whyCard h3 {
		font-size: 24px;
	}



	.expertTitle {
		font-size: 28px;
	}

	.expertDesc {
		font-size: 14px;
	}

	.expertList li {
		font-size: 14px;
	}

	.expertSlider .swiper-slide {
		width: 220px;
	}

	.expertNav button {
		width: 44px;
		height: 44px;
	}

	.expertBottomText {
		font-size: 14px;
		line-height: 1.5;
	}

}



@media (max-width:420px) {
	.whyMbaTitle {
		font-size: 25px;
	}

	.whyMbaNumber {
		font-size: 28px;
	}

	.whyMbaStats {
		gap: 10px;
	}

	.programTitle {
		font-size: 20px;
	}

	.programList li {
		font-size: 14px;
	}

	.programInfoItem p {
		font-size: 14px;
	}


	.placementSection::after {
		width: 290px;
		height: 298px;
	}

	.placementSection {
		padding: 40px 0 252px;
	}

	.placementTitle {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.placementCard h3 {
		font-size: 20px;
		gap: 4px;
		padding: 10px;
	}

	.placementCard span {
		font-size: 12px;
		padding: 5px 5px 5px 5px;
	}

	.placementCard h3 span {
		font-size: 10px;
		top: 2px;
	}

	.globalTitle {
		font-size: 22px;
	}

	.globalCard {
		padding: 16px;
	}

	.globalIcon {
		width: 48px;
		height: 48px;
	}

	.globalIcon img {
		width: 26px;
	}

	.globalCard p {
		font-size: 14px;
	}

	.globalHeading {
		font-size: 20px;
	}

	.globalSub {
		font-size: 14px;
	}

	.globalHighlight {
		font-size: 13px;
	}

	.globalDesc {
		font-size: 13px;
	}

	.advantageCard p {
		font-size: 10px;
	}

	.faqTitle {
		font-size: 22px;
	}

	.faqQuestion span {
		font-size: 14px;
	}

	.faqAnswer p {
		font-size: 12px;
	}


}