body {
font-family: "Poppins", sans-serif;
}

.top-nav {
position: fixed;
top:40px;
width: 100%;
height: 90px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
color: white;
z-index: 999;
display: flex;
align-items: center;
}

.top-nav .container {
width: 100%;
padding: 0 2rem;
}

.menu {
display: flex;
gap: 1.5rem;
list-style: none;
}

.menu li a {
color: var(--background, #FFF);

font-family: "Poppins", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-decoration: none;
margin: 0px 10px;

}

.menu li a:hover {
text-decoration: none;
}


.call-now {
background: #fff;
padding: 6px 30px;

}

.call-now .btn {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
border: 0px;
}

.logo img {
height: 60px;
}



/* section hero */
.banner {
display: flex;
align-items: center;
padding: 150px 0px 100px;
/* height: 100vh; */
background: var(--background, #FFF);
position: relative;
}

.banner .row {
align-items: center;
}
.banner .left-content img{
height: 70px;
}

.left-content h1 {
font-family: "Outfit", sans-serif;
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 76.742px;
/* 107.5% */
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.left-content .main-p-header {
color: #000;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: bold;
/* line-height: normal; */
margin-bottom: 20px;
}

.add-header-section {
margin-bottom: 30px;
}
.applynow {
color: var(--background, #FFF);
font-family: Outfit;
font-style: normal;
font-weight: 700;
line-height: normal;
border-radius: 4px;
background: var(--button, #DC143C);
text-decoration: none;
font-size: 18px;
padding: 15px 30px 18px;
}

.right-content {
position: relative;
}

.right-content img {
width: 100%;
}

.highlightpoint {
border-radius: 30.425px;
padding: 10px 15px;
background: var(--light-blue, #EEF5FF);
width: 100%;
}

.highlightpoint img {
width: 33px;
height: 33px;
}

.highlightpoint span {
margin-left: 10px;
}

/* .point1 {
position: absolute;
top: -70px;
right: 0;
width: 250px;
} */

/* .point2 {
width: 350px;
}

.point3 {
width: 350px;
} */

/* .point1,
.point2 {
margin-bottom: 15px;
} */

/* .highlightcontent {
position: absolute;
bottom: 5px;
left: -120px;
} */
.highlightcontent {
margin-top: 30px;
}

/* Title css */
.main-title {
font-family: Outfit;

font-style: normal;
font-weight: 700;
line-height: normal;
}

.subtitle {
font-family: Poppins;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.shape-title {
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0px;
}

.divider {
width: 100%;
height: 11px;
flex-shrink: 0;
background: var(--button, #DC143C);
}

/* Program Section */
.program h2 {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 62px;
}

.program .subtitle {
color: #000;
}

.program {
background: var(--background, #FFF);
box-shadow: 0px 4px 39.1px 0px rgba(0, 0, 0, 0.15);
padding: 20px 20px 100px;
}

.program-box {
display: flex;
min-height: 218px;
padding: 32px 24px 16px 24px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 10px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
transition: background 0.4s ease, transform 0.3s ease;
}

.program-box:hover {
background: linear-gradient(277deg, #0a4db5 17.71%, #064080 69.79%);
transform: translateY(-5px);
/* optional lift effect */
}

.program-box p {
color: var(--White-Text, #FFF);
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 30px;
}

.program-box p strong {
font-weight: 900;
}

/* timeline */
.fit-section {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
color: white;
}

.fit-section h2 {
color: #fff;
font-size: 52px;
}


.timeline {
position: relative;
margin-left: 30px;
padding-left: 30px;
border-left: 4px solid white;
}

.timeline-item {
display: flex;
align-items: center;
margin-bottom: 30px;
position: relative;
}

.timeline-dot {
width: 25px;
height: 25px;
background: transparent;
/* makes it hollow */
border: 2px solid white;
/* white ring */
border-radius: 50%;
position: absolute;
left: -45px;
z-index: 1;
background: #0f2c61;
}

.timeline-content {
background: rgba(255, 255, 255, 0.1);
padding: 12px 20px;
border-radius: 5px;
color: var(--White-Text, #FFF);
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Part Of Journey */
.partof_journey {
background: var(--background, #FFF);
padding: 75px 0px 100px;
}

.partof_journey h2 {
font-size: 52px;
background: linear-gradient(277deg, #073980 17.71%, #042655 69.79%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
display: inline-block;
position: relative;
width: 100%;
}

.red-text {
background: none;
-webkit-background-clip: initial;
-webkit-text-fill-color: var(--button, #DC143C);
color: var(--button, #DC143C);
/* Fallback for non-webkit */
}

.partof_journey-box {
display: flex;
flex-direction: column;
flex-wrap: wrap;
row-gap: 20px;
background: var(--light-blue, #EEF5FF);
min-height: 350px;
padding: 30px 40px;
align-items: center;
}

.jicon {
display: flex;
justify-content: center;
align-items: center;
width: 118.044px;
height: 118.044px;
border-radius: 100px;
}

.jicon img {
width: 50px;
}

.jicon.icon1 {
background: #16A34A;
}

.jicon.icon2 {
background: #A35C16;
}

.jicon.icon3 {
background: #DC143C;
}

.mjcontent h3 {
color: var(--font, #000);
font-family: Outfit;
font-size: 36.431px;
font-style: normal;
font-weight: 900;
line-height: 118%;
/* 54.789px */
margin: 0px;
}

.mjcontent h3 span {
font-size: 22.431px;
font-weight: 400;
margin-left: 10px;
}

.bjcontent p {
color: var(--font, #000);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* MBA Comparasion */

.mba-comparision-mobile-view {
display: none;
}

.mba-comparison {
text-align: center;
padding: 65px 20px 75px;
background: #fff;
}

.section-heading {
font-size: 28px;
font-weight: 600;
margin-bottom: 50px;
}

.section-heading .highlight {
font-family: Outfit;
font-size: 52px;
font-weight: 700;
}

.section-heading .build-one {
color: #dc143c;
}

.mba-header {
font-family: "Poppins", sans-serif;
font-size: 22px;
font-weight: 600;
color: #fff;
padding: 12px 20px;
border-radius: 40px;
margin-bottom: 30px;
display: flex;
align-items: center;
gap: 10px;
width: 100%;
cursor: pointer;
position: relative; /* Added for better arrow positioning */
}

.mba-header.red {
background: #dc143c;
}

.mba-header.green {
background: #4caf50;
}

.icon-circle {
background: #fff;
color: inherit;
border-radius: 50%;
padding: 4px 10px;
display: inline-flex;
justify-content: center;
align-items: center;
color: #000;
}

.mba-list {
position: relative;
list-style: none;
padding: 0;
margin: 0 30px;
}

.mba-list li {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 16px;
color: #333;

}

.mba-list li p {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
margin-bottom: 0px 0px 30px;
width: 100%;
text-align: left;
}

.mba-list .icon {
flex-shrink: 0;
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 1;
}

.mba-column {
padding-right: 50px;
}

.mba-list::before {
content: "";
position: absolute;
top: -30px;
left: 12px;
height: 110%;
width: 2px;
background: #D7D7D7;
z-index: 0;
}

.arrow-icon {
margin-left: auto;
/* Pushes arrow to far right */
font-size: 18px;
transition: transform 0.3s ease;
flex-shrink: 0;
display: inline-flex;
/* Ensure it's visible */
}

.mba-header.active .arrow-icon {
transform: rotate(180deg);
}

.toggle-content {
margin-bottom: 20px;
}

.programhighligh {
margin-top: 120px;
border-radius: 0px 0px 10px 10px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
border-top: 20px solid #DC143C;
border-left: 7px solid #C3C3C3;
border-right: 7px solid #C3C3C3;
border-bottom: 7px solid #C3C3C3;
}

.programhighligh h2 {
padding-top: 30px;
color: var(--White-Text, #FFF);
text-align: center;
font-family: Outfit;
font-size: 52px;
font-style: normal;
font-weight: 600;
line-height: 57.323px;
/* 103.896% */
}

.programhighligh .row {
padding: 50px;
color: #fff;
}

.programhighligh .shape-title:after,
.programhighligh .shape-title:before {
background: #fff;
}

.programhighligh .icon {
display: flex;
justify-content: center;
}

.programhighligh .icon .item {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
border-radius: 100px;
background: #fff;
margin-bottom: 10px;
}

.programhighligh .content h4 {
color: #FFF;
font-family: Outfit;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0px;
}

.programhighligh .content h3 {
color: #FFF;
font-family: Poppins;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0px;
}

/* What You Will Work On */


.what_you_will_work_on {
background: var(--light-blue, #EEF5FF);
}

.what_you_will_work_on .main-title,
.what_you_will_learn .main-title {
font-size: 62px;
}

.wywwobox {
position: relative;
/* height: 350px; */
aspect-ratio: 3 / 4;

}

.wywwobox::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border-radius: 4px;
background: linear-gradient(180deg, rgba(7, 57, 127, 0.00) 45.89%, #042758 78.18%), transparent -233.604px -76.867px / 257.84% 126.9% no-repeat;
border-radius: 5px;
}

.wywwobox .imgwywwo {
width: 100%;
border-radius: 5px;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}

.wywwocontent h3 {
color: var(--background, #FFF);
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
width: 90%;
}

.wywwocontent h3 span {
font-weight: 400;
}

.wywwobox .iconbox {
display: flex;
justify-content: center;
align-items: center;
width: 75px;
height: 75px;
margin-bottom: 20px;
border-radius: 5px;
}

.iconbox.icon1 {
background: var(--Primary-Green, #16A34A);
}

.iconbox.icon2 {
background: #A35C16;
}

.iconbox.icon3 {
background: #162DA3;
}

.iconbox.icon4 {
background: #DC143C;
}

.wywwocontent {
position: absolute;
bottom: 20px;
z-index: 1;
left: 20px;
}

/* What You Learn */
.what_you_will_learn .wywwocontent h3 {
min-height: 85px;
}

.what_you_will_learn {
background: var(--background, #FFF);
}

/* CURRICULUM STRUCTURE */
#prg-tab {
padding: 50px;
}

.tab__list {
display: flex;
align-items: flex-start;
gap: 12px;
}

.parent-tab {
flex-direction: column;
/* Make parent tabs vertical */
min-width: 280px;
}

.tab__item {
position: relative;
cursor: pointer;
padding: 12px 16px;
background: #dc143c8a;
border-radius: 5px;
margin-bottom: 12px;
transition: background 0.3s;
width: 100%;
}

.tab__item:hover {
background: #DC143C;
}

.tab__item span {
/* background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
color: #fff;

}

.tab__item.is--active {
background: #DC143C;
font-weight: bold;
}

.tab__content {
flex: 1;
}

.tab__content-item {
display: none;
}

.tab__content-item.is--active {
display: block;
}

.tab__content-item p {
color: #333;
margin-top: 16px;
}

.tab__content-item p {
color: #fff;
}

.tab__content-item .row {
padding: 0px;
}

.tab__content-item h3 {
font-size: 16px;
padding-bottom: 10px;
color: #042655;
background: #FFF;
padding: 10px 20px;
border-radius: 5px;
}

.tab__content-item ul {
padding: 0px 25px;
}

.tab__content-item ul li {
margin-bottom: 10px;
}

.glimpspierc {
padding-top: 100px;
}

.scroll-wrapper {
overflow: hidden;
position: relative;
width: 100%;
}

.right-panel {
display: flex;
gap: 24px;
animation: marquee 10s linear infinite;
}

/* Glimpse of Pierc */

.glimpspierc-card {
background-color: #f5f7ff;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
width: 280px;
flex-shrink: 0;
padding: 16px;
display: flex;
flex-direction: column;
transition: transform 0.3s ease;
}

.glimpspierc-card:hover {
transform: translateY(-5px);
}

.glimpspierc-card h3 {
color: #000;
text-align: center;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 43.897px;
/* 109.742% */
}

.glimpspierc-card p {
color: #000;
text-align: center;

font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27.7px;
/* 153.889% */
}

.glimpspierc-card img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 12px;
margin-top: 10px;
}

/* Marquee Animation */
@keyframes marquee {
0% {
	transform: translateX(0%);
}

100% {
	transform: translateX(-50%);
}
}

.scroll-wrapper:hover .right-panel {
animation-play-state: paused;
}

.stardivider {
text-align: center;
margin-top: 30px;
}

.stardivider img {
width: 500px;
}

.main-title img {
margin-left: 15px;
}

/* Bring Idea */
.bring-idea {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

.bring-idea .main-title {
font-size: 52px;
}

.bring-idea .sub-text {
color: var(--White-Text, #FFF);
font-family: Poppins;

font-style: normal;
font-weight: 400;
line-height: normal;
}

.bring-item {
padding: 16px;
background: rgba(255, 255, 255, 0.10);
width: 100%;
border-radius: 5px;
margin-bottom: 20px;
}

.bring-item:last-child {
margin-bottom: 0px;
}

.bring-item p {
color: #fff;
margin: 0px;
text-align: left;
}

.bring-idea .bg-img {
background: url(../img/bringimg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
}

/* Success Story */
.success-story {
background: var(--background, #FFF);
}

.leap-title {
position: relative;
font-size: 62px;
text-transform: uppercase;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* border-bottom:2px solid #042655; */
padding-bottom: 10px;
}

.leap-title:after,
.leap-title:before {
content: "";
position: absolute;
top: -45px;
display: inline-block;
height: 175px;
width: 75px;
}

.leap-title::before {
left: -100px;
background: url(../img/left-leap.svg) no-repeat center center;
}

.leap-title:after {
right: -100px;
background: url(../img/right-leap.svg) no-repeat center center;
}

.heading {
display: flex;
justify-content: center;
text-align: center;
}


.suceess-story-box {
margin-bottom: 20px;
}

.suceess-story-box img {
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.suceess-story-box h3 {
padding: 10px;
border-radius: 0px 0px 4px 4px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
color: var(--background, #FFF);
text-align: center;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

/* Investor */


.investor h2 {
color: #000;
font-family: Outfit;
font-size: 62px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.investor .sub-text {
color: #3F3F3F;
font-family: Poppins;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#learnformpeople {
align-items: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: var(--light-blue, #EEF5FF);
padding: 50px;
border-bottom: 20px solid #DC143C;
;
}

.second-title {

font-size: 52px;
width: 70%;
text-align: center;
font-weight: 700;
}

.full-shape {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}

.full-shape::before,
.full-shape::after {
content: "";
display: inline-block;
height: 2px;
width: 100%;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

.investor .left-content {
display: flex;
flex-direction: column;
align-items: center;
}

.investor .left-content p {
color: #000;
text-align: center;
font-family: Poppins;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.investor .right-content {
padding-left: 70px;
}

.investor .right-content h4 {
color: #000;
text-align: left;
font-family: Outfit;
font-size: 20.046px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-left: 50px;
}

.pill-radio {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 14px 20px;
border-radius: 999px;
background-color: #ffffff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
font-family: sans-serif;
cursor: pointer;
border: 1px solid #e0e0e0;
width: 100%;
margin-bottom: 15px;
}

.custom-dot {
width: 24px;
height: 24px;
border: 1px solid #4CAF50;
border-radius: 50%;
position: relative;
flex-shrink: 0;
}

.custom-dot::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 15px;
height: 15px;
background-color: #4CAF50;
border-radius: 50%;
transform: translate(-50%, -50%);
}

.label-text {
color: #2B2B2B;
text-align: left;
font-family: Poppins;
font-style: normal;
font-weight: 500;
line-height: normal;
}

/* Vidoe Section */

.video {
background-color: #fff;
font-family: 'Segoe UI', sans-serif;
}

.video .subtitle {
color: #000;
font-family: Outfit;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.video .subtitle strong {
font-weight: 600;
}

.video .main-title {
font-size: 48px;
color: #000;
}

.main-title .highlight {
color: #DC143C;
}

.video-wrapper {
position: relative;
max-width: 100%;
margin: 30px auto;
border-radius: 12px;
overflow: hidden;
width: 100%;
max-width: 960px;
}

.video-thumb {
width: 100%;
display: block;
border-radius: 12px;
}

.play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.75);
color: white;
font-size: 36px;
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
}


.video-player {
width: 100%;
height: auto;
display: block;
border-radius: 12px;
}

.programhighligh .content {
text-align: center;
}


/* newly added css */


.video-caption {
color: #000;
text-align: center;

font-family: Outfit;
font-size: 36.111px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.author-name {
color: #DC143C;
}

.video-two h2 {
color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.heading-video {
padding: 20px;
border-radius: 10px 10px 0px 0px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
border-bottom: 15px solid #DC143C;
;
}

.heading-video h2 {
margin: 0px;
}

.video-two h2 span {
display: flex;
justify-content: center;
align-items: center;
}

.video-two h2 span:after,
.video-two h2 span:before {
content: "";
display: inline-block;
height: 2px;
width: 300px;
border-radius: 9.38px;
background: #fff;
}

.video-two h2 span:after {
margin-left: 50px;
}

.video-two h2 span:before {
margin-right: 50px;
}

/* Grduate Section  */
.graduate-section {
position: relative;
padding: 0px 0px;
}

.graduate-title {
text-align: center;
}

.graduate-title .graduate-subtitle {
color: #000;

font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.graduate-title h2 {
display: flex;
justify-content: center;
align-items: center;
font-size: 72px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
margin: 0px;
}

.graduate-title h2:after,
.graduate-title h2:before {
content: "";
display: inline-block;
height: 2px;
width: 100px;
border-radius: 9.38px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

.number-graduate {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Outfit;
font-size: 240px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.graduate-content {
position: relative;
color: #000;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.item1 span.divider,
.item3 span.divider {
left: 0;

}

span.divider {
position: absolute;
bottom: -40px;
opacity: 0.3;
background: #000;
width: 100%;
display: inline-block;
height: 1px;
}

.graduate-section .row {
align-items: center;
}

.item2 .graduate-content {
text-align: right;
}

.item2 span.divider {
right: 0;
}

.item2,
.item3 {
margin-top: -100px;
}

.brocher {
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

.brocher img {
width: 100%;
}

.brocher h2 {
color: var(--background, #FFF);
font-family: Outfit;
font-size: 52px;
font-style: normal;
font-weight: 700;
line-height: 55.5px;
/* 106.731% */
}

.brocher p {
color: var(--background, #FFF);
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28.5px;
/* 106.25% */
margin-top: 20px;
opacity: .5;
}

.brocher .row {
align-items: center;
}

.brocher #brocher-form input,
.brocher #brocher-form select {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
border-radius: 4px;
background: var(--background, #FFF);
padding: 0px 20px;
margin-bottom: 15px;
border: 0px;
}

.brocher #brocher-form input:focus {
border: 0px;
}

.brocher button {
width: 100%;
border-radius: 4px;
background: var(--button, #DC143C);
padding: 12px 30px;
color: #fff;
border: 0px
}

/* Admission Section  */


.admission-cta {
padding: 50px;
border-radius: 10px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

.admission-cta h2 {
color: #FFF;
font-family: Outfit;
font-size: 62.111px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.admission-cta p {
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.cta-button {

text-align: center;
}

.cta-button a,
.req-info a {
font-size: 24px;
font-weight: 700;
line-height: normal;
padding: 12px 30px;
border-radius: 4px;
background: var(--button, #DC143C);
text-decoration: none;
color: #fff;
}

.faq {
padding-top: 80px;
}

.faq .main-title {
font-size: 91.336px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.accordion-item {
margin-bottom: 10px;

}


footer {
padding: 75px 0px;
background: var(--Blue-accent, linear-gradient(277deg, #073980 17.71%, #042655 69.79%));
}

footer h2 {
color: var(--background, #FFF);
text-align: center;

font-family: Outfit;
font-size: 130.221px;
font-style: normal;
font-weight: 700;
line-height: 133.977px;
/* 102.885% */
text-transform: uppercase;
}

footer p {
color: var(--White-Text, #FFF);
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.req-info {
text-align: center;
margin-top: 50px;
}
.glimpspierc{
display: none;
}
.show{
display: block !important;
height: auto !important;
}
.accordion-button{
border:1px solid #dee2e6;
}
.slick-dots li button:before{
font-size: 20px !important;
}
.slick-dots{
bottom: -40px !important;
}

.slick-dots li.slick-active button:before{
color: #DC143C !important;
opacity: 1 !important;
}
.slick-dots li button:before{
color: #DC143C !important;
opacity: .5 !important;
}
.marquee-wrapper {
      position: fixed;
      top: 0;
      z-index: 1000;
      overflow: hidden;
    }
.marquee {
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	background: var(--Blue-accent, linear-gradient(277deg, #DC143C 17.71%, #DC143C 69.79%));
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
span.marque-left-right{
	margin: 0px 40px;
}
.marquee-content {
	display: inline-block;
	/* padding-left: 100%; */
	letter-spacing: 0.8px;
	
	text-align: center;
}

@keyframes scroll-left {
	0% {
	transform: translateX(100%);
	}
	100% {
	transform: translateX(-100%);
	}
}
.marquee-wrapper{
		width: 100%;
	}
@media (max-width: 767px) {
	.marquee{
		text-align:center ;
	}
	.marquee-content.mobile{
		font-size: 13px;
	}
	.marquee-content.desktop {
		display: none;
	}
	
}
@media (min-width: 768px) {
	.marquee-content.desktop{
		animation: scroll-left 30s linear infinite;
	}
	.marquee-content.mobile {
		display: none;
	}
}
@media (max-width: 400px) {
	.marquee-content.mobile{
		text-wrap: auto;
	}
	.top-nav{
		top: 52px;
	}
}