:root {
	--yellow-color: #fdbd13;
	--dark-blue-color: #0b101b;
	--black-color: #000;
	--white-color: #fff;
	--padding: 80px;
	--text-color: #101828;
	--heading-color: #1c1917;
}

/* eimr-landing-page-hero-main */

.eimr-landing-page-hero-main {
	background-color: var(--dark-blue-color);
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.eimr-landing-page-hero-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.eimr-landing-page-hero-left,
.eimr-landing-page-hero-right {
	width: 50%;
}

.eimr-landing-page-hero-left {
	padding-right: 50px;
}

.eimr-landing-page-hero-right-img {
	aspect-ratio: 550/489;
}

.sub-heading {
	padding-bottom: 12px;
}

.sub-heading h6 {
	font-weight: 700;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 2.62px;
	text-transform: uppercase;
	color: var(--white-color);
	position: relative;
	display: inline-flex;
	align-items: center;
}

.sub-heading h6::before {
	content: "";
	width: 32px;
	height: 1px;
	background-color: var(--yellow-color);
	margin-right: 13px;
}

.eimr-landing-page-hero-left-content h1 {
	font-weight: 500;
	font-size: 60px;
	line-height: 122%;
	letter-spacing: -1.32px;
	color: var(--white-color);
}

.eimr-landing-page-hero-left-content h1 span {
	color: var(--yellow-color);
}

.eimr-landing-page-hero-left-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 29.25px;
	letter-spacing: -0.44px;
	color: var(--white-color);
	padding-top: 8px;
	max-width: 576px;
}

.eimr-landing-page-hero-btn a {
	background-color: var(--yellow-color) !important;
    padding: 16px 37px !important;
    color: var(--black-color) !important;
	border-radius:0 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 12%;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 301px;
	justify-content: center;
	margin-top: 25px;
}

.eimr-landing-page-hero-btn a::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../images/btn-arrow.webp") no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}

.eimr-landing-page-hero-points {
	padding-top: 25px;
}

.eimr-landing-page-hero-points ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eimr-landing-page-hero-points ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 29.25px;
	letter-spacing: -0.44px;
	color: var(--white-color);
	position: relative;
	display: inline-flex;
	align-items: center;
}

.eimr-landing-page-hero-points ul li::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url("../images/eimr-cap-icon.webp") no-repeat center center;
	background-size: contain;
	margin-right: 9px;
}

/* eimr-about-program-main */

.eimr-about-program-main {
	padding-top: 60px;
	padding-bottom: 30px;
}

.eimr-about-program-flex {
	display: flex;
	flex-wrap: wrap;
}

.eimr-about-program-left,
.eimr-about-program-right {
	width: 50%;
}

.eimr-about-program-left {
	padding-right: 51px;
}

.eimr-about-program-left-content h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 120%;
	letter-spacing: -0.85px;
	color: var(--heading-color);
}

.eimr-about-program-left-content h2 span {
	color: var(--yellow-color);
}

.eimr-about-program-left-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.71px;
	color: #00293c;
	padding-top: 12px;
}

.eimr-about-program-left-content p span {
	color: var(--yellow-color);
}

.eimr-about-program-left-content .sub-heading h6 {
	color: var(--text-color);
	font-weight: 400;
}

.eimr-about-program-right-content-desc p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: #4a5565;
	padding-bottom: 28px;
}

.eimr-about-program-right-content-box {
	border-top: 1px solid var(--yellow-color);
}

.eimr-about-program-right-content-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eimr-about-program-right-content-box-block {
	padding-top: 20px;
	padding-bottom: 16px;
}

.eimr-about-program-right-content-box-block-inner {
	height: 100%;
}

.eimr-about-program-right-content-box-block-heading {
	display: flex;
	align-items: center;
	gap: 8px;
}

.eimr-about-program-right-content-box-block-heading h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.35px;
	color: var(--text-color);
}

.eimr-about-program-right-content-box-block-heading p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #99a1af;
}

.eimr-about-program-right-content-box-block-desc p {
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	color: var(--text-color);
	padding-top: 4px;
}

/* why-choose-eimr-main */

.why-choose-eimr-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.why-choose-eimr-heading-main .sub-heading h6 {
	color: var(--text-color);
	font-weight: 400;
}

.why-choose-eimr-heading {
	display: flex;
	justify-content: space-between;
}

.why-choose-eimr-heading h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 120%;
	letter-spacing: -0.85px;
	color: var(--text-color);
}

.why-choose-eimr-heading h2 span {
	color: var(--yellow-color);
}

.why-choose-eimr-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	letter-spacing: 0px;
	text-align: right;
	color: var(--dark-blue-color);
	max-width: 485px;
}

.why-choose-eimr-flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	padding-top: 32px;
}

.why-choose-eimr-block {
	background-color: var(--dark-blue-color);
	padding: 40.79px;
}

.why-choose-eimr-block-inner {
	height: 100%;
}

.why-choose-eimr-block-inner-icon-head {
	display: flex;
	justify-content: space-between;
}

.why-choose-eimr-block-inner-icon {
	border: 1.83px solid #fdbd1333;
	height: 73.21px;
	width: 73.21px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-choose-eimr-block-inner-icon img {
	height: 36px;
	width: 36px;
}

.why-choose-eimr-block-inner-head h3 {
	font-weight: 400;
	font-size: 30.54px;
	line-height: 40.72px;
	letter-spacing: 4.58px;
	color: #ffffff33;
}

.why-choose-eimr-block-inner-content {
	padding-top: 24px;
}

.why-choose-eimr-block-inner-content h4 {
	font-weight: 500;
	font-size: 16.32px;
	line-height: 24.47px;
	letter-spacing: -0.41px;
	color: var(--white-color);
}

.why-choose-eimr-block-inner-content p {
	font-weight: 400;
	font-size: 14.28px;
	line-height: 23.2px;
	letter-spacing: 0px;
	color: #ffffff80;
	padding-top: 12px;
}

/* eimr-program-highlights-main */

.eimr-program-highlights-main {
	padding-top: 30px;
	padding-bottom: 60px;
}

.eimr-program-highlights-heading-main {
	display: flex;
	justify-content: space-between;
}

.eimr-program-highlights-heading {
	max-width: 578px;
}

.eimr-program-highlights-heading .sub-heading h6 {
	color: var(--text-color);
}

.eimr-program-highlights-heading h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: -0.85px;
	color: var(--heading-color);
}

.eimr-program-highlights-desc p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: #4a5565;
	max-width: 380px;
}

.eimr-program-highlights-counter {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	padding-top: 64px;
}

.eimr-program-highlights-counter-block {
	background-color: var(--dark-blue-color);
	padding: 24px 0px 24px 24px;
}

.eimr-program-highlights-counter-block-heading h3 {
	font-weight: 400;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: -0.53px;
	color: var(--yellow-color);
	position: relative;
	display: inline-flex !important;
	align-items: center;
}

.eimr-program-highlights-counter-block:first-of-type .eimr-program-highlights-counter-block-heading h3::before {
	position: absolute;
	content: "+";
	font-size: 36px;
	line-height: 32px;
	color: var(--yellow-color);
	font-weight: 400;
	right: -23px;
}

.eimr-program-highlights-counter-block-desc p {
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	padding-top: 14px;
	color: #fbfbfb;
}

/* eimr program highlight boxes */
.program-highlights-boxes-block {
	padding-bottom: 30px;
}

.world-link-program-main {
	position: relative;
}

.world-link-program-main-bg {
	height: 418px;
}

.world-link-program-main-info-flex {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.world-link-program-main-info-flex-inner {
	padding-top: 26px;
	padding-left: 20px;
	padding-right: 22px;
}

.world-link-program-main-info-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.world-link-program-main-info-top-left {
	/* display: flex;
	align-items: center;
	gap: 12px; */
}

.world-link-program-main-info-top-left .sub-heading {
	padding-bottom: unset;
}

.world-link-program-main-info-top-left .sub-heading h6 {
	color: var(--dark-blue-color);
	font-weight: 600;
	font-size: 12px;
}

.world-link-program-main-info-top-left .sub-heading h6::before {
	background-color: var(--dark-blue-color);
}

.white-text .world-link-program-main-info-top-left .sub-heading h6 {
	color: var(--white-color);
}

.white-text .world-link-program-main-info-top-left .sub-heading h6::before {
	background-color: var(--white-color);
}

.world-link-program-main-info-top-right {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
}

.world-link-program-main-info-top-right-img {
	width: 24px;
	height: 24px;
}

.world-link-program-main-info-top-right-text {
	font-weight: 600;
	font-size: 12px;
	line-height: 13.5px;
	letter-spacing: 1.07px;
	text-transform: uppercase;
	color: var(--dark-blue-color);
}

.white-text .world-link-program-main-info-top-right-text {
	color: var(--white-color);
}

.world-link-program-main-info-top-heading h2 {
	padding-top: 9px;
	font-weight: 500;
	font-size: 60px;
	color: var(--dark-blue-color);
	line-height: 145%;
}

.white-text .world-link-program-main-info-top-heading h2 {
	color: var(--white-color);
}

.world-link-program-main-info-bottom {
	padding: 24px;
	background-color: var(--dark-blue-color);
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.world-link-program-main-info-bottom-left-line-effect {
	height: 1px;
	background: linear-gradient(90deg, #fdbd13 0%, transparent 100%);
	width: 100%;
	max-width: 747px;
	margin: 0;
	padding: 0;
}

.world-link-program-main-info-bottom-left-heading h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: var(--white-color);
	padding-bottom: 12px;
}

.world-link-program-main-info-bottom-left-desc p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 22.75px;
	letter-spacing: -0.15px;
	max-width: 801px;
	padding-top: 12px;
}

.world-link-program-main-info-bottom-right {
	display: flex;
	justify-content: end;
	align-items: end;
}

.world-link-program-main-info-bottom-right p {
	font-weight: 400;
	font-size: 20px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: var(--white-color);
	position: relative;
	display: inline-flex;
	align-items: center;
}

.world-link-program-main-info-bottom-right p::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--yellow-color);
	margin-right: 12px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 0px #c4a35a99;
}

/* eimr-global-immersion-main */

.eimr-global-immersion-main {
	background-color: var(--dark-blue-color);
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.eimr-global-immersion-heading {
	display: flex;
	justify-content: space-between;
}

.eimr-global-immersion-heading h2 {
	font-weight: 600;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: -0.85px;
	color: var(--white-color);
}

.eimr-global-immersion-heading h2 span {
	color: var(--yellow-color);
}

.eimr-global-immersion-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	text-align: right;
	max-width: 485px;
	color: var(--white-color);
}

.eimr-global-immersion-left-slider-main,
.eimr-global-immersion-right-slider-main {
	padding-top: 57px;
}

.eimr-global-immersion-right-slider,
.eimr-global-immersion-right-slider .swiper-wrapper,
.eimr-global-immersion-right-slider .swiper-slide {
	touch-action: pan-y;
}

.eimr-global-immersion-flex {
	display: flex;
	flex-wrap: wrap;
}

.eimr-global-immersion-left,
.eimr-global-immersion-right {
	width: 50%;
}

.eimr-global-immersion-right {
	padding-left: 20px;
}

.eimr-global-immersion-left-block {
	position: relative;
}

.eimr-global-immersion-left-block-img {
	position: relative;
}

.eimr-global-immersion-left-block-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 25px;
	z-index: 2;
}

.eimr-global-immersion-left-block-content-heading h3 {
	font-weight: 400;
	font-size: 13.43px;
	line-height: 19.1px;
	letter-spacing: -0.13px;
	color: var(--white-color);
	position: relative;
	padding-left: 16px;
}

.eimr-global-immersion-left-block-content-heading h3::before {
	position: absolute;
	content: "";
	width: 6.72px;
	height: 6.72px;
	border-radius: 50%;
	background: var(--yellow-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	box-shadow: 0px 0px 6.72px 0px #C4A35A99;
}

.eimr-global-immersion-left-block-content-desc p {
	font-weight: 500;
	font-size: 20.15px;
	line-height: 140%;
	letter-spacing: -0.13px;
	padding-top: 7px;
	color: var(--white-color);
}

.eimr-global-immersion-left-block-img {
	height: 695px;
}

.eimr-global-immersion-left {
	position: relative;
}

/* .eimr-global-immersion-left-slider{
position: relative;
} */

.eimr-global-immersion-left-slider .swiper-pagination {
	position: absolute;

	left: 0;
	bottom: auto;
	/* important */
	display: flex;
	gap: 4px;
}

.eimr-global-immersion-left-slider-main .swiper-pagination {
	top: 18px !important;
	text-align: unset;
}

.swiper-pagination-bullet {
	width: 47px;
	height: 4px;
	background: #eae8e8;
	opacity: 1;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	width: 244px;
	background: var(--yellow-color);
}

.eimr-global-immersion-right-block {
	padding: 23px;
	background-color: var(--white-color);
}

.eimr-global-immersion-right-block-logo-text {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

/* .eimr-global-immersion-right-block-logo {
	height: 59px;
	display: flex;
    align-items: center;
}

.global-immersion-small-height-img {
    height: 16px;
    width: auto;
}

.eimr-global-immersion-right-block-logo:has(.global-immersion-small-height-img) {
	height: 0;
}
.eimr-global-immersion-right-block-logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
} */

.eimr-global-immersion-right-block-logo {
    height: 59px;
    display: flex;
    align-items: center;
}

.eimr-global-immersion-right-block-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.global-immersion-small-height-img {
    height: 16px !important;
    width: 100% !important;
}

.eimr-global-immersion-right-block-text p {
	border: 0.91px solid #FDBD1347;
	background: #C9A84C1A;
	font-weight: 700;
	font-size: 9.15px;
	line-height: 12.19px;
	letter-spacing: 1.02px;
	text-transform: uppercase;
	color: var(--yellow-color);
	padding: 0 11px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-radius: 17px;
}

.eimr-global-immersion-right-block-line {
	background: linear-gradient(90deg, rgba(253, 189, 19, 0.55) 0%, rgba(18, 23, 34, 0.55) 100%);
	width: 100%;
	height: 1px;
}

.eimr-global-immersion-right-block-ques-ans,
.eimr-global-immersion-right-block-points {
	padding-top: 15px;
}

.eimr-global-immersion-right-block-ques p {
	font-weight: 700;
	font-size: 18px;
	line-height: 20.49px;
	color: var(--text-color);
}

.eimr-global-immersion-right-block-ans p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20.21px;
	letter-spacing: -0.07px;
	color: var(--text-color);
	padding-top: 15px;
}

.eimr-global-immersion-right-block-points h4 {
	font-weight: 700;
	font-size: 12px;
	line-height: 145%;
	letter-spacing: -0.07px;
	text-transform: uppercase;
	color: var(--yellow-color);
}

.eimr-global-immersion-right-block-points ul {
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 7.32px;
}

.eimr-global-immersion-right-block-points ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 16.46px;
	letter-spacing: 0.33px;
	color: var(--text-color);
	position: relative;
	display: inline-flex;
	align-items: center;
}

.eimr-global-immersion-right-block-points ul li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/eimr-cap-icon.webp) no-repeat center center;
	background-size: contain;
	margin-right: 9px;
	filter: invert(1);
}

.eimr-global-immersion-right-slider {
	height: 695px;
}

.eimr-global-immersion-right-slider .swiper-slide {
	height: auto;
}

.eimr-global-immersion-left-slider {
	position: relative;
}





/* exclusive-eimr-successors-main */

.exclusive-eimr-successors-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.exclusive-eimr-successors-heading-main .sub-heading h6 {
	color: var(--text-color);
}

.exclusive-eimr-successors-heading {
	display: flex;
	justify-content: space-between;
}

.exclusive-eimr-successors-heading h2 {
	font-weight: 600;
	font-size: 42px;
	line-height: 127%;
	letter-spacing: -0.85px;
	color: var(--heading-color);
}

.exclusive-eimr-successors-heading h2 span {
	color: var(--yellow-color);
}

.exclusive-eimr-successors-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: #4a5565;
	max-width: 40%;
}

.exclusive-eimr-successors-flex {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
}

.exclusive-eimr-successors-left {
	width: 60%;
	padding-right: 60px;
}

.exclusive-eimr-successors-left-inner {
	padding-right: 65px;
	position: relative;
}

.exclusive-eimr-successors-left-img {
	aspect-ratio: 620/609;
}

.exclusive-eimr-successors-left-img img {}

.exclusive-eimr-successors-left-box {
	position: absolute;
	bottom: -45px;
	right: 0;
	border: 15px solid #fff;
	border-radius: 12px;
	z-index: 2;
	border-top-left-radius: 30px;
}

.exclusive-eimr-successors-left-box-inner {
	background: linear-gradient(180deg, #ffd974 0%, #ffc534 100%);
	padding: 40px 9px;
	border-radius: 12px;
}

.exclusive-eimr-successors-left-box h4 {
	font-weight: 500;
	font-size: 48px;
	line-height: 122%;
	letter-spacing: -1.32px;
	text-align: center;
	color: #00293c;
}

.exclusive-eimr-successors-left-box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: -1.32px;
	color: #00293cb8;
	padding-top: 5px;
	text-align: center;
}

.exclusive-eimr-successors-right {
	width: 40%;
}

.exclusive-eimr-successors-right-blocks {
	background-color: var(--dark-blue-color);
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 12px;
}

.exclusive-eimr-successors-right-blocks-img img {
	height: 48px;
	width: 48px;
}

.exclusive-eimr-successors-right-blocks-content h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.5px;
	color: #f5f5f4;
}

.exclusive-eimr-successors-right-blocks-content p {
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #bdbdbd;
	padding-top: 8px;
}

.exclusive-eimr-successors-right-cheque-img {
	height: 197px;
}


/* curriculum-structure-main */
.curriculum-structure-main {
	padding-bottom: 30px;
}

.curriculum-structure-heading {
	display: flex;
	justify-content: space-between;
}

.curriculum-structure-heading-main .sub-heading h6 {
	color: var(--dark-blue-color);
}

.curriculum-structure-heading h2 {
	font-weight: 500;
	font-size: 48px;
	color: var(--text-color);
	line-height: 60px;
	letter-spacing: -0.85px;
}

.curriculum-structure-heading h2 span {
	color: var(--yellow-color);
}

.curriculum-structure-heading p {
	max-width: 315px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22.75px;
	letter-spacing: -0.15px;
	color: #00293C;
}

.curriculum-structure-road-map {
	margin-top: 80px;
}

.curriculum-structure-road-map .roadmap-wrapper {
	position: relative;
}

.curriculum-structure-road-map .roadmap-lines {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	position: relative;
}

.curriculum-structure-road-map .line {
	position: relative;
	height: 816px;
}

.curriculum-structure-road-map .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 4px;
	height: 100%;
	transform: translateX(-50%);

	background: linear-gradient(to bottom,
		rgba(253, 189, 19, 0) 0%,
		#f4a000 40%,
		#fdbd13 50%,
		#f4a000 60%,
		rgba(253, 189, 19, 0) 100%);

	background-size: 100% 200%;
	animation: lineMove 2.5s linear infinite;
	box-shadow:
		0 0 6px rgba(253, 189, 19, 0.5),
		0 0 12px rgba(253, 189, 19, 0.3);
}

@keyframes lineMove {
	0% {
		background-position: 0% -100%;
	}

	100% {
		background-position: 0% 100%;
	}
}

.curriculum-structure-road-map .line span {
	position: absolute;
	top: 0;
	left: 0%;
	transform: translateX(-50%);
	color: var(--yellow-color);
	font-weight: 400;
	font-size: 15.1px;
	line-height: 24px;
	letter-spacing: -0.16px;
}

.curriculum-structure-road-map .roadmap-cards {
	position: absolute;
	top: 60px;
	width: 100%;
}

.curriculum-structure-road-map .roadmap-card {
	max-width: 600px;
	padding: 24px;
	border-radius: 16px;
	background: #F2F3F6;
}

.curriculum-structure-road-map .roadmap-card-top {
	display: flex;
	align-items: center;
	gap: 16px;
}

.curriculum-structure-road-map .roadmap-card-top-img {
	height: 32px;
	width: 32px;
}

.curriculum-structure-road-map .roadmap-card-top-text {
	width: 100%;
}

.curriculum-structure-road-map .roadmap-card-top-text h4 {
	font-weight: 600;
	font-size: 22.3px;
	line-height: 32px;
	letter-spacing: -0.48px;
	color: var(--text-color);
}

.curriculum-structure-road-map .roadmap-card-bottom p {
	font-weight: 400;
	font-size: 18.9px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: var(--text-color);
	padding-top: 16px;
}

.curriculum-structure-road-map .container-main {
	padding-right: 20px;
}

.curriculum-structure-road-map .roadmap-card:hover {
	background-color: var(--text-color);
}

.curriculum-structure-road-map .roadmap-card:hover .roadmap-card-top-text h4 {
	color: var(--white-color);
}

.curriculum-structure-road-map .roadmap-card:hover .roadmap-card-bottom p {
	color: var(--white-color);
}

.curriculum-structure-road-map .roadmap-card:hover .roadmap-card-top-img img {
	filter: brightness(0) saturate(100%) invert(77%) sepia(56%) saturate(520%) hue-rotate(2deg) brightness(101%) contrast(101%);
}

.curriculum-structure-road-map .roadmap-lines .line span {
	transition: 0.3s;
}

.curriculum-structure-road-map .roadmap-wrapper:has(.card1:hover) .roadmap-lines .line:nth-child(1) span {
	color: var(--text-color);
}

.curriculum-structure-road-map .roadmap-wrapper:has(.card2:hover) .roadmap-lines .line:nth-child(2) span {
	color: var(--text-color);
}

.curriculum-structure-road-map .roadmap-wrapper:has(.card3:hover) .roadmap-lines .line:nth-child(3) span {
	color: var(--text-color);
}

.curriculum-structure-road-map .roadmap-wrapper:has(.card4:hover) .roadmap-lines .line:nth-child(4) span {
	color: var(--text-color);
}

.roadmap-card-main:hover .roadmap-card-num p {
	color: var(--text-color);
}


.curriculum-structure-road-map .card1 {
	margin-left: -3%;
}

.curriculum-structure-road-map .card2 {
	margin-top: 28px;
	margin-left: 17%;
}

.curriculum-structure-road-map .card3 {
	margin-top: 28px;
	margin-left: 37%;
}

.curriculum-structure-road-map .card4 {
	margin-top: 28px;
	margin-left: 57%;
}

.roadmap-cards-mob {
	display: none;
}

.roadmap-card-main {
	display: flex;
	padding-top: 40px;
}

.roadmap-card-num p {
	color: var(--yellow-color);
	font-weight: 400;
	font-size: 15.1px;
	line-height: 24px;
	letter-spacing: -0.16px;
}

.roadmap-card-num {
	position: relative;
}

.roadmap-card-num::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: var(--yellow-color);
	left: 50%;
}

.curriculum-structure-main {
	padding-top: 30px;
}




/* campus-life eimr */

.eimr-optimized-building-main {
	padding-top: 30px;
	padding-bottom: 60px;
}

.eimr-optimized-building-info-top .sub-heading h6 {
	color: var(--dark-blue-color);
}

.eimr-optimized-building-info-top-header {
	display: flex;
	padding-top: 8px;
	justify-content: space-between;
}

.eimr-optimized-building-info-top-header h2 {
	font-weight: 500;
	font-size: 48px;
	color: var(--text-color);
	line-height: 60px;
	letter-spacing: -0.85px;
}

.eimr-optimized-building-info-top-header p {
	font-weight: 400;
	font-size: 14px;
	color: var(--text-color);
	line-height: 22.75px;
	letter-spacing: -0.15px;
	max-width: 320px;
}

.eimr-optimized-building-info-middle {
	padding-top: 45px;
}

.eimr-optimized-building-info-middle-grid-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eimr-optimized-building-info-middle-grid-wrap-row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.eimr-optimized-building-info-middle-grid-wrap-card:nth-child(1) {
	grid-column: span 2;
}

.eimr-optimized-building-info-middle-grid-wrap-card:nth-child(2) {
	grid-column: span 1;
}

.eimr-optimized-building-info-middle-grid-wrap-card:nth-child(3),
.eimr-optimized-building-info-middle-grid-wrap-card:nth-child(4),
.eimr-optimized-building-info-middle-grid-wrap-card:nth-child(5) {
	grid-column: span 1;
}

.eimr-optimized-building-info-middle-grid-wrap-card {
	position: relative;
}

.eimr-optimized-building-info-middle-grid-wrap-card-img {
	height: 256px;
	position: relative;
}

.eimr-optimized-building-info-middle-grid-wrap-card-img::before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg,
		rgba(16, 24, 40, 0.9) 0%,
		rgba(16, 24, 40, 0.2) 75%,
		rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
}

.eimr-optimized-building-info-middle-grid-wrap-card-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	z-index: 2;
}

.eimr-optimized-building-info-middle-grid-wrap-card-tag {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-bottom: 8px;
}

.eimr-optimized-building-info-middle-grid-wrap-card-tag p {
	font-weight: 400;
	font-size: 9px;
	line-height: 13.5px;
	letter-spacing: 1.07px;
	text-transform: uppercase;
}

.eimr-optimized-building-info-middle-grid-wrap-card-tag img {
	width: 12px !important;
	height: 12px !important;
}

.eimr-optimized-building-info-middle-grid-wrap-card-label h3 {
	font-weight: 500;
	font-size: 16px;
	color: var(--white-color);
	line-height: 20px;
	letter-spacing: -0.5px;
	padding-bottom: 4px;
}

.eimr-optimized-building-info-middle-grid-wrap-card-label p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19.5px;
	letter-spacing: 0px;
	color: #ffffffcc;
}

.eimr-optimized-building-info-bottom {
	display: flex;
	align-items: center;
	gap: 1px;
	width: 100%;
	padding-top: 18px;
}

.eimr-optimized-building-info-bottom-content {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	background: var(--dark-blue-color);
	width: 100%;
}

.eimr-optimized-building-info-bottom-content-img {
	width: 32px;
	height: 32px;
}

.eimr-optimized-building-info-bottom-content p {
	font-weight: 400;
	font-size: 12px;
	color: var(--white-color);
	line-height: 16.5px;
	letter-spacing: 0px;
}

/* eimr-student-says-main */

.eimr-student-says-main {
	position: relative;
}

.eimr-student-says-bg {
	height: 780px;
}

.eimr-student-says-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	padding-bottom: 74px;
}

.eimr-student-says-info .container-main {
	height: 100%;
}

.talk-cfo-sec-info-content {
	width: 100%;
	height: 100%;
}

.eimr-student-says-info-heading h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 110.00000000000001%;
	letter-spacing: -2%;
	text-align: center;
	color: var(--white-color);
}

.eimr-student-says-info-heading p {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: var(--white-color);
	padding-top: 15px;
}

.eimr-student-says-info-heading .sub-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
}

.eimr-student-says-info-heading .sub-heading h6 {
	font-weight: 400;
}

.eimr-student-says-info-content-block {
	background-color: var(--white-color);
	padding: 25.08px;
}
.eimr-student-says-info-content-block-inner{
	height:100%;
}

.eimr-student-says-info-content-slider .owl-item,
.eimr-student-says-info-content-slider .owl-stage{
	display:flex;
}

/* .eimr-student-says-info-content-block-stars {
display: flex;
align-items: center;
gap: 1px;
} */

/* .eimr-student-says-info-content-block-stars img {
height: 20px !important;
width: 20px !important;
}
*/
.eimr-student-says-info-content-block-stars{
	max-width:105px;
}
.eimr-student-says-info-content-block-review p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.6px;
	color: var(--black-color);
	padding-top: 24px;
}

.eimr-student-says-info-content-block-student {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 47px;
}

.eimr-student-says-info-content-block-student-img {
	height: 45px;
	width: 46px;
	border: 2.51px solid #ffffff;
	border-radius: 50%;
}

.eimr-student-says-info-content-block-student-img img {
	border-radius: 50%;
}

.eimr-student-says-info-content-block-student-name p {
	font-weight: 600;
	font-size: 17.56px;
	line-height: 140%;
	letter-spacing: -0.6px;
	color: #5a6272;
}

.eimr-student-says-info-content-slider-main {
	padding-top: 38px;
	position: relative;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots {
	margin-top: 38px !important;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots .owl-dot.active span,
.eimr-student-says-info-content-slider.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
	width: 222px;
	background: var(--yellow-color);
	height: 6px;
	border-radius: unset;
	margin: 1px 2px;
}

.eimr-student-says-info-content-slider.owl-theme .owl-theme .owl-dots {
	margin-top: unset !important;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots .owl-dot span {
	width: 71px;
	background: #eae8e8;
	height: 6px;
	border-radius: unset;
	margin: 1px 2px;
}

/* selection process */

.eimr-selection-process-main {
	padding-top: 60px;
	padding-bottom: 60px;
}

.eimr-selection-process {
	background: var(--dark-blue-color);
	padding: 50px 45px;
}

.eimr-selection-process-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.eimr-section-process-left {
	width: 40%;
}

.eimr-selection-process-right {
	width: 60%;
}

.eimr-section-process-left-img {
	aspect-ratio: 422/324;
}

.eimr-section-process-left-img img {
	border-radius: 20px;
}

.eimr-selection-process-right {
	padding-left: 62px;
}

.eimr-selection-process-right .sub-heading h6 {
	font-weight: 400;
}

.eimr-selection-process-right-content h2 {
	font-weight: 400;
	font-size: 38px;
	color: var(--white-color);
}

.eimr-selection-process-right-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.44px;
	color: #ffffffbd;
	padding-top: 14px;
	max-width: 434px;
}

.eimr-selection-process-right-bottom {
	border-radius: 12px;
	padding-top: 42px;
	width: 100%;
}

.selection-process-section-title {
	display: inline-block;
	background: #ffffff2e;
	border-radius: 14px;
	padding: 6px 24px;
}

.selection-process-section-title p {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: var(--white-color);
}

.eimr-selection-process-right-progress-bar {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-top: 22px;
	gap: 16px;
	width: 100%;
}

.eimr-selection-process-right-progress-bar::before {
	content: "";
	position: absolute;
	top: 38px;
	left: 0;
	width: 85%;
	height: 2px;
	background: white;
	transform: translateY(-50%);
	z-index: 0;
}

.eimr-selection-process-right-progress-step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 1;
	width: 100%;
}

.eimr-selection-process-right-progress-step-circle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--yellow-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.eimr-selection-process-right-progress-step-circle p {
	font-weight: 500;
	font-size: 16px;
	color: var(--text-color);
}

.eimr-selection-process-right-progress-step-label {
	color: #c8d0dc;
	font-size: 10.5px;
	line-height: 1.5;
	padding-top: 10px;
}

.eimr-selection-process-right-progress-step-label p {
	font-weight: 400;
	font-size: 12px;
	color: var(--white-color);
}



.reg-steps-flex {
	display: flex;
	margin: -12px;
	padding-top: 30px;
}

.reg-steps {
	width: 20%;
	padding: 12px;
	position: relative;
}

.reg-steps::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	top: 27px;
}

.reg-steps:last-child::before {
	content: unset;
}

.reg-steps span {
	font-size: 16px;
	color: #002130;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FDBD13;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.eimr-selection-process-right-bottom .reg-steps p {
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
}

/* next chapter */

.eimr-next-chapter-main {
	position: relative;
}

.eimr-next-chapter-bg {
	height: 660px;
}

.eimr-next-chapter-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-top: 87px;
	padding-bottom: 87px;
}

.eimr-next-chapter-info .container-main {
	height: 100%;
}

.eimr-next-chapter-info-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* .eimr-next-chapter-info-left,
.eimr-next-chapter-info-right {
width: 50%;
} */

.eimr-next-chapter-info-right {
	max-width: 448px;
}

.eimr-next-chapter-info-left h2 {
	font-weight: 500;
	font-size: 60px;
	color: var(--white-color);
	line-height: 88px;
	letter-spacing: -2.4px;
}

.eimr-next-chapter-info-left h2 span {
	color: var(--yellow-color);
}

.eimr-next-chapter-info-left p {
	font-weight: 400;
	font-size: 18px;
	color: var(--white-color);
	line-height: 26px;
	padding-top: 9px;
	max-width: 491px;
}

.eimr-next-chapter-info-left-btn a {
	background-color: var(--yellow-color) !important;
	padding: 16px 37px !important;
	color: var(--black-color) !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 120% !important;
	letter-spacing: 12% !important;
	text-transform: uppercase !important;
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 24px !important;
	width: 324px !important;
}

.eimr-next-chapter-info-left-btn a::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/btn-arrow.webp) no-repeat center center;
	background-size: contain;
	margin-left: 10px;
}

.eimr-next-chapter-info-right-program-glance .sub-heading {
	padding-bottom: unset;
}

.eimr-next-chapter-info-right-program-glance .sub-heading h6 {
	color: var(--dark-blue-color);
	font-size: 11px;
	line-height: 17px;
}

.eimr-next-chapter-info-right-program-glance .sub-heading h6::before {
	background-color: var(--dark-blue-color);
}

.eimr-next-chapter-info-right-program-glance {
	background: var(--yellow-color);
	padding: 19px 28px;
}

.eimr-next-chapter-info-right-program-glance-details {
	display: flex;
	flex-wrap: wrap;
	background: var(--white-color);
	padding: 14px 28px;
}

.eimr-next-chapter-info-right-program-glance-course {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(201, 168, 76, 0.15);
	gap: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
}

.eimr-next-chapter-info-right-program-glance-course:last-child {
	border-bottom: unset;
}

.eimr-next-chapter-info-right-program-glance-course-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.18px solid #c9a84c33;
	background-color: #c9a84c1a;
	width: 37.6px;
	height: 37.6px;
	border-radius: 9.41px;
}

.eimr-next-chapter-info-right-program-glance-course-icon img {
	height: 18px;
	width: 18px;
}

.eimr-next-chapter-info-right-program-glance-course-name span {
	font-weight: 700;
	font-size: 10.59px;
	color: var(--yellow-color);
	line-height: 15.88px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	padding-bottom: 2.35px;
}

.eimr-next-chapter-info-right-program-glance-course-name p {
	font-weight: 500;
	font-size: 15.29px;
	color: var(--text-color);
	line-height: 19.88px;
	letter-spacing: -0.09px;
}


.program-highlights-boxes-main .program-highlights-boxes {
	position: relative;
}

.program-highlights-boxes-main .program-highlights-boxes-block {
	position: sticky;
	top: 0;
	z-index: 10;
	transition: scale 0.3s ease;
	background-color: var(--white-color);
}
.exclusive-eimr-successors-left-inner-text p {
  font-weight: 600;
  font-style: Italic;
  font-size: 20px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #00293C;
  padding-top: 10px;
}
