@font-face {
  font-family: WorkSans;
  src: url(../fonts/worksans-semibold-webfont.689d0a.woff2) format("woff2"),
    url(../fonts/worksans-semibold-webfont.a596b6.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans;
  src: url(../fonts/worksans-bold-webfont.8017df.woff2) format("woff2"),
    url(../fonts/worksans-bold-webfont.60d75a.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: WorkSans;
  src: url(../fonts/worksans-regular-webfont.aea714.woff2) format("woff2"),
    url(../fonts/worksans-regular-webfont.2c8e02.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: FS Albert Pro;
  src: url(../fonts/FSAlbertPro.e2db17.woff2) format("woff2"),
    url(../fonts/FSAlbertPro.dda777.woff) format("woff"),
    url(../fonts/FSAlbertPro.7ca4d9.svg#FSAlbertPro) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: WorkSans;
  src: url(../fonts/worksans-italic-variablefont_wght-webfont.6247aa.woff2)
      format("woff2"),
    url(../fonts/worksans-italic-variablefont_wght-webfont.cc97f6.woff)
      format("woff"),
    url(../fonts/worksans-italic-variablefont_wght-webfont.38dca1.svg#work_sansitalic)
      format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/*! END Font Face */
/*! Begin Aktiv Grotesk Font */
@font-face {
  font-family: AktivGrotesk-Medium;
  src: url(../fonts/AktivGrotesk_W_Md.woff2) format("woff2"),
    url(../fonts/AktivGrotesk_W_Md.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AktivGrotesk-Bold;
  src: url(../fonts/AktivGrotesk_W_Bd.woff2) format("woff2"),
    url(../fonts/AktivGrotesk_W_Bd.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AktivGrotesk;
  src: url(../fonts/AktivGrotesk_W_Rg.woff2) format("woff2"),
    url(../fonts/AktivGrotesk_W_Rg.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AktivGrotesk-Light;
  src: url(../fonts/AktivGrotesk_W_Lt.woff2) format("woff2"),
    url(../fonts/AktivGrotesk_W_Lt.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Global typography */
body {
  font-family: "AktivGrotesk-Regular", sans-serif !important;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AktivGrotesk-Bold", sans-serif !important;
}

.faculty-grid2-controls1 {
  display: grid;
  grid-template-columns: 9.5rem 9.5rem auto;
  height: 9rem;
}
.faculty-grid2-controls {
  grid-template-columns: 2fr 1fr;
  display: grid;
  height: auto;
  align-items: center;
}

.faculty-grid2-chev {
  background-color: var(--mc-blue);
  height: 9rem;
  align-content: center;
  text-align: center;
  cursor: pointer;
}
.faculty-grid-counter {
  font-size: 5.8rem;
}
.faculty-grid-counter span {
  font-size: 2.5rem;
}
.faculty-grid2-name a {
  color: var(--mc-black);
  font-size: 2.5rem;
}
.faculty-grid2-name span {
  font-size: 1.2rem;
}

/* Build What's Next text color */
.hero-heading {
  color: #ff8707;
}

/* AI Resources Section */
.ai-resources {
  background-color: #d7e1e7; /* Light grayish-blue background */
  text-align: center;
}
body > div.ai-resources > div > div.section-header > h2 {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
  padding: 40px 0px;
  border: solid 1px rgb(0 0 0 / 10%);
  border-right: none;
  border-left: none;
}
.ai-resources .section-description {
  line-height: 1.6;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0px;
}
.ai-resource-icon {
  justify-self: center;
}
.mc-tailored-services .mc-content-min,
.ai-resources .mc-content-min {
  border-left: solid 1px rgb(0 0 0 / 10%);
  border-right: solid 1px rgb(0 0 0 / 10%);
}
.ai-resources .section-header {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
}

.ai-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
}

.ai-resource-item {
  text-align: center;
  padding: 30px;
}

.ai-resource-icon img {
  width: 60px; /* Adjust icon size */
  height: auto;
  margin-bottom: 20px;
}

.ai-resource-item h3 {
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.ai-resource-item p {
  line-height: 1.6;
  color: #444;
  max-width: 300px;
  margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .ai-resources-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.mc-course-modules {
  position: relative;
  background-color: #fff; /* Correct background color */
}
.mc-course-modules .mc-modules-content {
  margin-top: 0px;
}

.mc-course-modules .mc-content-min {
  margin: 0 auto;
  text-align: left;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}
/* Section Title */
.mc-course-modules .section-title {
  font-weight: bold;
  color: #111;
  margin: 0 auto;
  padding: 40px 0px;
  border: solid 1px rgb(0 0 0 / 10%);
  border-right: none;
}

.mc-course-modules .section-description {
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

/* Tabs */
.mc-program-tabs {
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
  gap: 2px;
}

.tab-button {
  background-color: #99b7b4;
  color: white;
  border: none;
  padding: 14px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.tab-button.active {
  background-color: #03605f;
}

/* Download Link */
.mc-download-modules {
  color: #2f4843;
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  align-self: center;
}

.mc-download-modules:hover {
  text-decoration: underline;
}

/* Accordion Section */
.mc-modules-content {
  background: white;
  margin-top: 10px;
  padding-bottom: 40px;
}

.mc-accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mc-accordion-item {
  background: #d4d7da;
  cursor: pointer;
}
.mc-download-modules {
  padding-right: 20px;
}
.mc-accordion-header {
  width: 100%;
  text-align: left;
  padding: 18px 24px;
  font-weight: bold;
  background: #d1dce2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}

.mc-accordion-header .toggle-icon {
  font-size: 25px;
  font-weight: bold;
}

.mc-accordion-content {
  /*display: none;*/
  padding: 24px;
  background: #ffffff;
}

.mc-accordion-content.active {
  display: block;
}

/* Course Grid */
.mc-course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}

.mc-course-column {
  background: #eff5f8;
  color: white;
  padding: 5px;
}

.mc-course-column h4 {
  background: #445b65;
  color: white;
  padding: 12px;

  font-weight: bold;
}
.mc-course-column ul {
  list-style: circle;
  padding: 12px 24px;
  background: #f3f5f7;
}

.mc-course-column ul li {
  color: #333;
  padding: 8px 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .mc-course-grid {
    grid-template-columns: 1fr;
  }

  .mc-program-tabs {
    flex-direction: column;
    align-items: center;
  }

  .tab-button {
    width: 100%;
  }
}

.mc-program-overview {
  position: relative;
  background-color: #e6ebf0; /* Light gray background */
  padding: 0px 0;
}

.mc-program-overview .mc-content-min {
  margin: 0 auto;
  text-align: center;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-program-overview .section-title {
  font-weight: bold;
  color: #111;
  margin: 0 auto;
  padding: 40px 0px;
  border: none;
  border-right: none;
  border-left: none;
}

.mc-program-overview .section-description {
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 40px 0px;
}

/* Tabs */
.mc-program-tabs {
  display: flex;
  justify-content: left;
  gap: 5px;
  margin-top: 0px;
  border-radius: 0px;
}

.tab-button {
  background-color: #99b7b4;
  color: white;
  border: none;
  padding: 14px 24px;

  cursor: pointer;
  border-radius: 0px;
  transition: 0.3s ease;
}

.tab-button:hover {
  background-color: #03605f;
}

.tab-button.active {
  background-color: #03605f;
}

/* Tab Content */
.mc-program-content {
  position: relative;
  background: white;
  overflow: hidden;
  margin-top: 0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Layout */
.mc-program-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.mc-program-image img {
  width: 100%;
}

.mc-program-text h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.mc-program-text p {
  color: #111;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mc-program-text ul {
  list-style: none !important;
  padding: 0;
}

.mc-program-text ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}

.mc-program-text ul li::before {
  content: "•";
  color: #4a6f65;
  position: absolute;
  left: 0;
  top: 0;
}

/* Program Details */
.mc-program-details {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px 40px;
  border-top: solid 1px rgb(0 0 0 / 10%);
  text-align: left;
}

.mc-program-detail p {
  color: #111;
  padding-top: 10px;
}
/* Admissions Link */
.mc-admissions-link {
  text-align: left;
  align-self: center;
}

.mc-admissions-link a {
  color: #0281fb;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s ease;
}

.mc-admissions-link a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .mc-program-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mc-program-details {
    flex-direction: column;
    text-align: center;
  }
}

.mc-ai-features {
  position: relative;
  /* background-color: #f8f8f8 !important; */
  background-image: url("../images/purple-nodes.png");
  background-repeat: no-repeat;
  background-position: 70vw -27vh;
  background-size: 900px;
}

.mc-ai-features .mc-content-min {
  margin: 0 auto;
  text-align: center;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
  background-color: #f8f8f8;
}
.mc-ai-features .mc-content-full {
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  width: 100%;
}

div.mc-ai-features > div > p {
  color: #111; /* Dark gray for readability */
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.mc-ai-features .mc-features-header {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  /* border-bottom: solid 1px rgb(0 0 0 / 10%); */
}

.mc-ai-features .mc-features-header .section-title {
  text-align: center;
  color: #111;
  font-weight: bold;
  padding: 40px 0px;
  border: solid 1px rgb(0 0 0 / 10%);
  border-right: none;
  border-left: none;
}

.mc-ai-features .mc-features-header .section-description {
  line-height: 1.6;
  color: #111;
  margin: 0 auto;
  padding: 40px 0px;
}

.mc-ai-features .mc-section-description {
  color: #111; /* Dark gray for readability */
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.mc-ai-features .mc-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 0px;
  /* border-top: solid 1px rgb(0 0 0 / 10%); */
  /* border-bottom: solid 1px rgb(0 0 0 / 10%); */
  background-color: #f8f8f8 !important;
}

.mc-ai-features .mc-feature-item {
  text-align: center;
  padding: 40px;
  transition: transform 0.3s ease;
}
.mc-program-overview .mc-content-full {
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  width: 100%;
}
.mc-ai-features .mc-feature-item h3 {
  /*  */
  margin-bottom: 15px;
  font-weight: 600;
  color: #111;
}

.mc-ai-features .mc-feature-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.mc-ai-features .feature-svg {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.mc-ai-feature-item:hover .feature-svg {
  transform: scale(1.1);
}

.mc-ai-features .mc-feature-item p {
  line-height: 1.6;
  color: #444; /* Dark gray for readability */
}

/* Floating Nodes (Optional Animation) */
.floating-nodes {
  position: absolute;
  height: 100%;
  width: 50vw;
  overflow: hidden;
  margin-top: -50vh;
  z-index: 1;
}

.floating-nodes-new {
  position: absolute;
  height: 100%;
  width: 45vw;
  overflow: hidden;
  margin-top: -10vh;
  z-index: 1;
  right: -26vw;
  left: auto;
}

.floating-nodes-new .nodes-image {
  position: absolute;
  left: 0px;
  right: auto;
  width: 100%;
  height: auto;
  z-index: 9999;
  top: -20vh;
  float: right;
}

.nodes-image {
  position: absolute;
  right: -10vw;
  width: 650px;
  height: auto;
  z-index: 9999;
  top: 100px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .mc-ai-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mc-ai-features {
    background-position: center;
    background-size: contain;
  }
  .mc-ai-features .mc-feature-item{
      padding: 20px;
  }
  .mc-about p{font-size:16px !important;}
}
.mc-program-difference {
  position: relative;
  background-color: #ffffff;
}

.mc-program-difference .mc-content-min {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

/* Section Title */
.mc-program-difference .section-title {
  text-align: center;

  color: #111;
  font-weight: bold;
  padding-bottom: 40px;

  padding: 40px 0px;
  margin: 0px;
  border: solid 1px var(--mc-black-20);
}
/* Background Image Cover */
.mc-program-difference-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 600px; /* Adjust height to match the reference */
  background-image: url("../images/difference_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Cards Container (Flexbox for side-by-side alignment) */
.mc-program-features {
  display: flex;
  gap: 20px;
  width: 90%;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 20px; /* Stick them to the bottom */
}

/* Individual Feature Cards */
.mc-program-feature {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  flex: 1; /* Equal width */
  max-width: 30%;
  min-height: 310px;
}

.mc-program-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}

.mc-program-feature h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-bottom: solid 1px #fff;
}

.mc-program-feature p {
  line-height: 1.8;
  color: #fff;
}

.mc-program-feature img {
  width: 40px;
  height: 40px;
  justify-self: center;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .mc-program-features {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .mc-program-feature {
    max-width: 90%;
    width: 80%;
  }
}
.mc-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12%;
  color: white;
}

.mc-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

.mc-hero p {
  margin-bottom: 30px;
}

.mc-content {
    position: absolute;
    z-index: 2;
    max-width: 35vw;
    text-align: left;
    top: 40vh;
    left: 50px;
}

.buttons {
  display: flex;
  gap: 20px;
}

.buttons a {
  text-decoration: none;
  padding: 14px 40px;

  font-weight: bold;
  border-radius: 0px;
}

.btn-primary {
  background: #fff;
  color: #333;
  border: none;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid white;
}

.mc-bottom-tag-wrapper {
  position: absolute;
  bottom: 5%;
  left: -20vw;
  width: 100%;
  text-align: left;
  z-index: 2;
}

.mc-bottom-tag {
  font-size: 4.5rem;
  font-weight: 900;
  color: #e74c3c;
  margin: 0;
}
.header__link {
  font-size: 16px;
}

.mc-about {
  position: relative;
  background-image: url("../images/particles.png");
  background-repeat: no-repeat;
  background-position: 57vw;
  background-size: 1080px;
}

#life-join {
  position: relative;
  background-image: url("../images/green-nodes.png");
  background-repeat: no-repeat;
  background-position: 79vw 7vh;
  background-size: 680px;
}

.mc-about-content {
  padding: 80px 0px;
  position: relative;
  z-index: 2;
}

.mc-about h2 {
  margin-bottom: 2rem;
}
.mc-about p {
  font-size: 16px;
}
.mc-about-content-intro {
  max-width: 70%;
}
.mc-features {
  padding: 0px 0;
  background-color: #445c65;
}
.mc-features .mc-features-header .section-description {
  color: #fff;
  margin-bottom: 0px;
}

.mc-features .mc-content-min {
  border-left: solid 1px rgb(255 255 255 / 20%);
  border-right: solid 1px rgb(255 255 255 / 20%);
}

.mc-features .section-description {
  color: #fff;
}

.mc-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0px;
  border-top: solid 1px rgb(255 255 255 / 20%);
  border-bottom: solid 1px rgb(255 255 255 / 20%);
}
.mc-feature-item {
  text-align: center;
  padding: 30px;
}
.mc-cta {
  background-color: transparent;
  font-weight: 400;
  padding: 0.9rem 4.5rem;
  border-radius: 0px;
  text-transform: uppercase;
  color: #0281fb;
  transition: background-color 0.35s ease, color 0.35s ease;
  border: solid 1px #0281fb;
}

.mc-feature-icon {
  color: #fff;
  margin-bottom: 20px;
}

.mc-feature-item h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: white;
}

.mc-feature-item p {
  line-height: 1.6;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mc-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.mc-feature-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-svg {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.mc-feature-item:hover .feature-svg {
  transform: scale(1.1);
}

.floating-nodes {
  position: absolute;
  height: 100%;
  width: 34vw;
  overflow: hidden;
  margin-top: 12vh;
  z-index: 1;
}

.nodes-image {
  position: absolute;
  left: -16vw;
  width: 650px;
  height: auto;
  z-index: 9999;
  top: 100px;
  overflow: hidden;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.open-day-section {
  padding: 0px 0;
  background-color: #faf8f5;
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
}
.open-day-section .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-bottom: none;
  border-top: none;
}
div.faculty-showcase > div.mc-content-full {
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  width: 100%;
}
div.faculty-showcase > div.mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
  padding: 0px 0;
}
.mc-jobs-divider {
  border-top: solid 1px var(--mc-black-20);
}
.mc-jobs-divider .mc-content-min {
  padding: 2rem 2rem;
  border-left: solid 1px rgb(255 255 255 / 20%);
  border-right: solid 1px rgb(255 255 255 / 20%);
  height: 2.5rem;
}
.section-title {
  text-align: center;
  color: #333;
  font-weight: bold;
}

.open-day-section .open-day-grid {
  padding: 0rem 0rem 0rem 0rem;
}
.open-day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
}

.open-day-content {
  padding: 7rem;
}

.open-day-content p {
  line-height: 1.6;
  margin-bottom: 30px;
  color: #444;
  font-weight: 400 !important;
}

.open-day-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

@media (max-width: 768px) {
  .open-day-grid {
    grid-template-columns: 1fr;
    padding: 4rem;
  }

  /* .open-day-content {
            padding-right: 0;
        } */
}

.mc-about .section-title,
.mc-about .section-description {
  color: #000000;
}
.mc-eligibility {
  padding: 0px 0;
  background-color: #fff;
  /*background-image: url("../images/circles-bg.jpg");*/
  background-repeat: no-repeat;
  /*background-position: center bottom;*/
  background-size: 77%;
  background-position: 62%;
}
.mc-eligibility .section-title {
  text-align: center;
  font-weight: bold;
}
.mc-eligibility .section-description {
  text-align: center;
  margin: 0 auto 30px;
}
.mc-eligibility-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.mc-eligibility-item {
  background: #d1d9e0;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
}
.mc-eligibility-content {
  display: none;
  padding: 10px 15px;
  background: #eef2f6;
}
.mc-eligibility-item.active + .mc-eligibility-content {
  display: block;
}
.mc-eligibility .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
  padding: 80px 0;
}
.mc-eligibility .section-description {
  color: #000;
}
.mc-eligibility .section-title {
  /* border: solid 1px var(--mc-black-20);
    border-right: none;
    border-left: none; */
  color: black;
  padding: 40px 0px;
  margin: 0px auto;
}
.open-day-content .mc-cta {
  margin-top: 20px;
  border: solid 1px #0281fb;
  border-radius: 0px;
  color: #0281fb;
}
.mc-eligibility .mc-modules-content {
  padding: 0px 0;
}
.open-day-content .mc-cta:hover {
  margin-top: 20px;
  border: solid 1px #0281fb;
  border-radius: 0px;
  color: #ffffff;
  background-color: #0081fb;
}

.curriculum-section {
  width: 100%;
  background-color: #f5f5f5;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.curriculum-container {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
  padding: 0px 0;
}
.curriculum-container .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
  padding: 0px 0;
}

.curriculum-section .section-title {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
  padding: 40px 0px;
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  border-top: none;
}

.curriculum-section .mc-content-full {
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  width: 100%;
  border-top: none;
}
.curriculum-section .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
  padding: 0px 0;
}

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin: 0px 0;
}
.curriculum-card {
  background: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.curriculum-card .card-content {
  padding: 32px;
  text-align: center;
  color: #111;
}
.sticky-nav {
  /* padding: 0px 20px; */
}
.sticky-nav .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: solid 1px var(--mc-black-20);
  padding: 0px 6px;
}

.curriculum-card .card-content h3 {
  margin-bottom: 16px;
  color: #333;
  font-weight: bold;
}

.curriculum-card .card-content p {
  line-height: 1.6;
  color: #666;
  max-width: 90%;
}

/*.curriculum-card:hover {
  transform: translateY(-5px);
}*/

.curriculum-card:hover .card-image img {
  transform: scale(1.05);
}
.curriculum-cta {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .curriculum-grid {
    grid-template-columns: 1fr;
  }
}
.mc-breadcrumbs-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.mc-breadcrumbs {
  font-size: 14px;
}

.sticky-nav.fixed {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-nav ul {
  display: flex;
  justify-content: center;
  list-style: none !important;
  margin: 0;
  padding: 0;
  text-align: center;
  /* align-content: center; */
  align-items: center;
  margin: 0 auto;
}

.sticky-nav li {
  margin: 0 18px !important;
}

.sticky-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
}

.sticky-nav a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: width 0.3s ease;
}

.sticky-nav a:hover:after {
  width: 100%;
}
.plain-link {
  color: #333; /* Set the text color */
  text-decoration: none; /* Remove underline */
  /* Adjust font size as needed */
  display: inline-flex;
  align-items: center;
  gap: 5px; /* Space between text and icon */
}

.plain-link i {
  /* Adjust icon size to match text */
  color: #333; /* Match icon color with text */
}

.nav-container-sub {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.nav-title {
  color: #333;
  width: 10%;
  font-weight: bold;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
.mc-cta {
  text-transform: none !important;
}
.mc-jobs-header-content-cta .mc-cta {
  background-color: transparent;
  color: #0281fb;
  text-transform: normal;
  width: fit-content;
  border: none;
  font-size: 16px;
}

.mc-jobs-header-content-cta {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: center;
}

.scroll-icon {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.mc-features-header {
  text-align: center;
}

.mc-features-header .section-title {
  border-bottom: solid 1px rgb(255 255 255 / 20%);

  margin: 0px auto;
  padding: 40px;
  color: #fff;
  font-weight: bold;
}

.section-description {
  line-height: 1.6;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0px;
}
.why-mbzuai-section {
  padding: 0px 0;
  background-color: #445c65;
  background-image: url("../images/green-nodes.png");
  background-repeat: no-repeat;
  background-position: 70vw -13vh;
  background-size: 920px;
}

.why-mbzuai-section .mc-content-min {
  border-left: solid 1px rgb(255 255 255 / 20%);
  border-right: solid 1px rgb(255 255 255 / 20%);
}
.why-mbzuai-section .section-title {
  color: #fff;
  font-weight: bold;
  border: solid 1px rgb(255 255 255 / 20%);
  border-right: none;
  border-left: none;
  padding: 40px 0px;
  margin: 0px auto;
}

.why-mbzuai-section .section-description {
  color: #fff;
  text-align: center;
  padding: 30px 0px;
}

.open-day-section .mc-content-full {
  /* border: solid 1px #ccc; */
  width: 100%;
  border-left: none;
  border-right: none;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0px;
}

.benefit-item {
  padding: 20px;
  border: solid 1px rgb(255 255 255 / 20%);
  height: fit-content;
  min-height: 200px;
  align-content: center;
  width: 33.3vw;
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 10px;
}

.benefit-header h3 {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.benefit-item p {
  color: #fff;
  line-height: 1.4;

  margin: 0;
}

.benefit-image-column {
  grid-column: 3;
  grid-row: 1 / span 3;
  height: 600px;
  width: 20vw;
}

.benefit-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .mc-program-overview .section-description {
    padding: 40px;
  }
}
.faculty-showcase {
  background: #cbdddc;
  background-image: url("../images/orange-nodes.png");
  background-repeat: no-repeat;
  background-position: -32vw -46vh;
  background-size: 1110px;
}

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.faculty-showcase .section-title {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
  padding: 40px 0px;
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.section-header .mc-cta {
  margin-top: 0px;
  display: inline-block;
}
.faculty-showcase .section-description {
  color: #111;
  text-align: center;
  padding: 40px 0px;
}

.faculty-showcase .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
}

.faculty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.faculty-member {
  text-align: center;
}

.faculty-image {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.faculty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.faculty-member:hover .faculty-image img {
  transform: scale(1.05);
}

.faculty-member h3 {
  font-size: 1.75rem;
  margin-bottom: 8px;
  color: #111;
  font-weight: bold;
}

header .wpml-ls-legacy-list-horizontal a {
  color: #fff;
  font-weight: 600;
  transition: color 0.5s ease-in-out;

  line-height: 2.35rem;
  padding: 0 1rem;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px 6px;
  line-height: 1;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.faculty-member p {
  color: #111;
}

.search-close {
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .faculty-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mc-faculty {
  padding: 0px 0;
  background-color: #fff;
}
.journey-section {
  padding: 0px 0;
  background: #f5f5f5;
}
.journey-section p {
  color: #111;
}

.journey-section .section-description {
  padding-top: 40px;
}
.journey-section .section-title {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
}
.faculty-grid2-name span {
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0px;
}

.journey-section .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
}
.journey-section .section-title {
  padding: 30px 0px;
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
  border-top: none;
}

.journey-card {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.journey-card .card-content h3 i {
  margin-left: 5px;
  font-size: 1.2rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.journey-card .card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: left;
}

.card-content h3 {
  color: #fff;
}

.card-content p {
  color: #fff;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faculty-grid2-controls {
    grid-template-columns: 1fr;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap:0px;
  }
  .faculty-showcase .section-description {
    color: #111;
    text-align: center;
    padding: 40px;
  }
  .faculty-grid2-controls1 {
    grid-template-columns: 3rem auto 3rem;
  }
}

.mc-faculty-intro h2 {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
  padding: 0px 0px;
}

.section-subtitle {
  margin: 20px 0;
  color: #333;
}
.abudhabi-life-section {
  background: #fff;
  padding: 0px 0;
  background-image: url("../images/purple-nodes.png");
  background-repeat: no-repeat;
  background-position: 61vw -33vh;
  background-size: 1134px;
}
.abudhabi-subtitle {
  margin: 20px 0;
  color: #333;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}

.abudhabi-life-section .section-title {
  margin: 0px auto;
  color: #111;
  font-weight: bold;
  padding: 40px 0px;
  border: solid 1px var(--mc-black-20);
  border-right: none;
  border-left: none;
}
.abudhabi-life-section .section-description {
  color: #111;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 0px;
}
.abudhabi-life-section .mc-content-min {
  border: solid 1px var(--mc-black-20);
  border-top: none;
  border-bottom: none;
}

.life-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40vw;
  border: solid 1px var(--mc-black-20);
  border-radius: 0px;
  border-left: none;
}

.life-item h4 {
  color: #333;
  font-weight: 600;
}

.life-item p {
  color: #666;
  line-height: 1.6;
}

.life-image-main {
  grid-row: 1 / span 3;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.life-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.life-image-secondary {
  min-height: 600px;
  overflow: hidden;
}

.life-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.life-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  grid-template-rows: repeat(3, minmax(150px, auto));
  gap: 0px;
  margin-top: 20px;
}

.life-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.life-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.life-item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.life-image-secondary {
  grid-row: 1 / span 3;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.life-image-secondary:nth-child(4) {
  grid-column: 3;
  grid-row: 1;
}

@media (max-width: 768px) {
  .life-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0px;
  }
  .abudhabi-subtitle {
    margin: 20px 0;
    color: #333;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 2rem;
  }
  .life-item h4 {
    color: #333;
    font-weight: 600;
    font-size: 2.2rem;
  }
}
.life-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.life-icon {
  width: 40px;
  height: 40px;
}
.benefit-header .benefit-icon {
  width: 55px;
  height: 55px;
  margin: 25px;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
}

.nav-container-sub ul > li > a > i {
  font-size: 10px;
}
.nav-title {
  color: #333;
  width: 10%;
  font-weight: bold;
  display: block;
}
.mc-career-pathways .mc-cta {
  margin-top: 20px;
  border: solid 1px #0281fb;
  border-radius: 0px;
  color: #0281fb;
  text-align: center;
  margin: 20px auto;
  display: block;
  max-width: 340px;
}
.open-day-section .section-title {
  padding: 40px 0px;
  border-right: none;
  border-left: none;
}

.mc-hero h1 {
  font-size: 4.5rem;
  padding: 0.65rem 0 2rem 0;
  transition: font-size 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mc-career-pathways .mc-grid {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .mc-content {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    text-align: left;
    top: auto;
    right: 0px;
    bottom: 150px;
    padding: 30px;
    left:0;
  }
  .mc-career-pathways .mc-cta {
    border: solid 1px #0281fb;
    border-radius: 0px;
    color: #0281fb;
    text-align: center;
    margin: 20px auto;
    display: block;
  }

  .mc-bottom-tag-wrapper {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: auto;
    width: 100%;
    text-align: left;
    z-index: 2;
    width: 90%;
  }

  .mc-bottom-tag {
    font-size: 4rem;
    font-weight: 900;
    color: #e74c3c;
    margin: 0;
  }

  .mc-download-modules {
    color: #2f4843;
    font-weight: bold;
    text-decoration: none;
    margin: 20px auto;
  }
  .sticky-nav ul {
    display: flex;
    justify-content: center;
    list-style: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    /* align-content: center; */
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .mc-jobs-header-content-cta .mc-cta {
    background-color: transparent;
    color: #0281fb;
    text-transform: normal;
    /* width: fit-content; */
    border: none;
    /* width: auto; */
    padding: 0px;
    margin-right: 20px;
  }
  .mc-hero h1 {
    font-size: 4rem;
    padding: 0.65rem 0 2rem 0;
    transition: font-size 0.3s ease;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .section-description {
    line-height: 1.6;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 8px;
  }

  .open-day-content .mc-cta {
    margin-top: 20px;
    border: solid 1px #0281fb;
    border-radius: 0px;
    color: #0281fb;
    text-align: center;
    margin: 20px auto;
  }
  .benefit-item {
    padding: 10px 40px;
    border: solid 1px rgb(255 255 255 / 20%);
    height: fit-content;
    min-height: 200px;
    align-content: center;
    width: 100%;
  }

  .why-mbzuai-section .section-title {
    color: #fff;
    font-weight: bold;
    border: solid 1px rgb(255 255 255 / 20%);
    border-right: none;
    border-left: none;
    padding: 40px 20px;
    margin: 0px auto;
  }

  .curriculum-card .card-content p {
    line-height: 1.6;
    color: #666;
    max-width: 100%;
  }

  .benefit-item p {
    color: #fff;
    line-height: 1.4;
    margin: 0;
    text-align: center;
  }
  .buttons a {
    text-decoration: none;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 0px;
  }
  .benefit-image-column {
    display: none;
  }
.faculty-showcase {
    background: #cbdddc;
    background-image: url("../images/orange-nodes.png");
    background-repeat: no-repeat;
    background-position: 20vw -45vh;
    background-size: 620px;
}
  .life-item {
    padding: 30px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: solid 1px var(--mc-black-20);
    border-radius: 0px;
    border-left: none;
  }
  .life-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }

  .life-item p {
    color: #666;
    line-height: 1.6;
    text-align: left;
  }
  .mc-about-content-intro {
    max-width: 88%;
  }
.floating-nodes {
    position: absolute;
    height: 100%;
    width: 70vw;
    overflow: hidden;
    margin-top: -26vh;
    z-index: 1;
    left: -100px;
}

  .mc-hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    object-position: -143px;
  }

  .nav-container-sub {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
  }

  .sticky-nav {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 0;
  }
  .sticky-nav .mc-content-min .nav-title {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    align-content: center;
    padding-top: 20px;
  }

  .sticky-nav li {
    margin: 0 10px;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .sticky-nav li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    line-height: 1.1em;
    font-size: 13px;
  }
  .mobile-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 50;
    padding: 20px;
  }
  .mc-ai-features .mc-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 0px;
    /* border-top: solid 1px rgb(0 0 0 / 10%); */
    /* border-bottom: solid 1px rgb(0 0 0 / 10%); */
    background-color: #f8f8f8 !important;
    grid: none;
  }
  .mc-about {
    position: relative;
    background-image: url("../images/particles.png");
    background-repeat: no-repeat;
    background-position: 7vw -322px;
    background-size: 850px;
  }
.nodes-image {
    position: absolute;
    left: -62vw;
    width: 570px;
    height: auto;
    z-index: 9999;
    top: -60px;
    overflow: hidden;
    max-width: 660px;
}
  .mc-program-text {
    padding: 20px;
    text-align: left;
  }
  #mc-hero .mc-content {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    text-align: left;
    top: auto;
    right: 0px;
    bottom: 80px;
    padding: 30px;
  }
  .mc-program-difference-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 1080px;
    background-image: url("../images/difference_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mc-program-feature {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    flex: 1;
    min-height: 310px;
  }
  .mc-program-tabs {
    display: flex;
    gap: 0px;
    margin-top: 0px;
    border-radius: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mc-program-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0px 0;
}

.mc-program-detail {
  flex: 1;
  min-width: 200px;
  padding: 20px;
  border-radius: 8px;
}

/* Desktop styles */
@media screen and (min-width: 769px) {
  .mc-program-detail {
    flex-basis: calc(20% - 20px);
  }
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .mc-program-detail {
    flex-basis: calc(33.333% - 20px);
  }

  /* Hide Credit Points on mobile */
  .mc-program-detail:nth-child(4) {
    display: none;
  }

  /* Full width CTA on mobile */
  .mc-program-detail.mc-admissions-link {
    flex-basis: 100%;
    text-align: center;
  }
  .mc-career-box ul li {
    position: relative;
    padding-left: 20px;
    margin: 5px auto;
    list-style: none !important;
    margin-left: 0px !important;
}
}
.mc-required-docs {
  background-color: #fff;
  text-align: center;
}

.mc-required-docs .mc-content-full {
  border: solid 1px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border-right: none;
  border-left: none;
  width: 100%;
}

div.mc-content-min > p {
  color: #000;
}

.mc-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}

.mc-docs-item {
  background-color: #f0f0f0;
  padding: 80px 40px;
  border-radius: 0px;
  text-align: left;
  border: solid 1px rgb(0 0 0 / 10%);
}

.mc-docs-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.mc-required-docs .section-title {
  padding: 40px 0px;
  border: none;
  color: #111;
}

.mc-required-docs .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-radius: 0px;
  border-top: none;
  border-bottom: none;
}

.mc-docs-item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

.mc-docs-item p {
  font-size: 0.95rem;
  color: #111;
  text-align: left;
}

@media (max-width: 992px) {
  .mc-docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mc-docs-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Step-by-step Guide Section */
.mc-application-steps {
  background-color: #fff;
  text-align: center;
  padding: 0px 0px;
}

.mc-application-steps .mc-content-full {
  border: solid 1px rgb(0 0 0 / 10%);
  border-right: none;
  border-left: none;
  width: 100%;
}

.mc-application-steps .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-application-steps .section-title {
  padding: 40px 0px;
  border: none;
  color: #111;
  font-weight: bold;
}

.mc-application-steps .section-description {
  color: #000;
  margin-bottom: 0px;
}

/* Steps Grid */
.mc-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  margin-top: 0px;
}

.mc-step-item {
  background-color: #fff;
  text-align: left;
  border: solid 1px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  padding: 45px 70px;
}

.mc-step-number {
  font-size: 1rem;
  font-weight: bold;
  color: #0066ff;
  display: block;
  margin-bottom: 5px;
}

.mc-step-item h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.mc-step-item p {
  font-size: 0.95rem;
  color: #111;
}

/* Apply Now Button */
.mc-apply-button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mc-btn {
  display: inline-block;
  background-color: #0066ff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 12px 24px;
  text-decoration: none;
  border: solid 1px rgb(0 0 0 / 10%);
  transition: background-color 0.3s ease;
}

.mc-btn:hover {
  background-color: #004abb;
}

/* Responsive Design */
@media (max-width: 992px) {
  .mc-steps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-svg {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

/* Optional hover effect */
.requirement-item:hover .check-svg {
  transform: scale(1.1);
}

.mc-step-item {
  position: relative;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.mc-step-item .mc-step-number {
  margin-bottom: 0px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0066ff;
}

.check-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.check-svg {
  width: 100%;
  height: 100%;
}

.mc-step-number {
  font-weight: 600;
  color: #0066ff;
}
/* General Section Styles */
.mc-content-full {
  border: solid 1px rgb(0 0 0 / 10%);
  border-right: none;
  border-left: none;
  width: 100%;
}

.section-title {
  padding: 40px 0px;
  border: none;
  color: #111;
  font-weight: bold;
}

.section-description {
  color: #000;
  text-align: center;
}

/* Dates & Deadlines Table - Ensuring No Conflict */
.mc-deadlines-table {
  width: 100%;
  padding: 0px;
  overflow-x: auto;
}

.mc-deadlines-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}

.mc-deadlines-table th,
.mc-deadlines-table td {
  padding: 20px;
  border: solid 1px rgb(0 0 0 / 15%);
  font-size: 1rem;
  color: #111;
}

.mc-deadlines-table th {
  background-color: #ffffff;
  font-weight: bold;
  color: #0066ff;
  text-align: center;
  padding: 15px;
  font-size: 1.8rem;
}

.mc-deadlines-table td {
  background-color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
}

.open-now {
  color: #006600;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

/* Fee Structure Table - Ensuring No Conflict */
.mc-fee-table {
  width: 100%;
  padding: 0px;
  overflow-x: auto;
}

.mc-fee-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto;
}

.mc-fee-table th,
.mc-fee-table td {
  padding: 15px;
  border: solid 1px rgb(0 0 0 / 10%);
  font-size: 1.5rem;
  color: #111;
}

.mc-fee-table th {
  background-color: #03605f; /* Adjusted Dark Green Header */
  color: white;
  text-align: left;
}

.mc-fee-table tbody tr:nth-child(even) td:first-child {
  background-color: #a8cac7; /* Slightly lighter shade */
}

.mc-fee-table td strong {
  font-weight: bold;
  color: #000;
}
.year-column {
  background-color: #a8cac7; /* Slightly lighter shade */
}

.mc-fee-table tbody tr:nth-child(odd) td:nth-child(2),
.mc-fee-table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #f5f5f5; /* Light Gray Background */
}

.total-row {
  background-color: #03605f !important; /* Footer row color */
  color: white;
  text-align: center;
  font-weight: bold;
}
.total-row strong {
  color: white !important;
}

/* Responsive Design */
@media (max-width: 992px) {
  .mc-deadlines-table table,
  .mc-fee-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Scholarships & Sponsorships Section */
.mc-scholarships-sponsorships {
  text-align: center;
  background-color: #fff;
}

.mc-scholarship-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.mc-scholarship-item {
  padding: 0px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0px;
  border-top: none;
}

.mc-scholarship-item h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.mc-scholarship-item p {
  font-size: 1rem;
  color: #111;
  max-width: 80%;
  margin: 0 auto 20px auto;
}

.mc-scholarship-item img {
  width: 100%;
  height: 380px;
  border-radius: 0px;
  object-fit: cover;
}

.mc-button {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #0066ff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #0066ff;
  transition: all 0.3s ease;
}

.mc-button:hover {
  background-color: #0066ff;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .mc-scholarship-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .mc-scholarship-item p {
    max-width: 90%;
  }
}

.mc-fee-structure .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.fee-column strong {
  font-weight: bold;
  color: #000 !important;
}
/* World Class Facilities Section */
.mc-campus-facilities {
  background: #d6dee2; /* Light Grayish Background */
  text-align: center;
}

.mc-campus-facilities .mc-content-min {
  margin: auto;
  text-align: center;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-campus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: auto;
  align-items: center;
  padding-top: 0px;
  border: solid 1px rgb(0 0 0 / 10%);
  border-left: none;
  border-right: none;
}

.mc-campus-list {
  text-align: left;
  padding: 0px;
}

.mc-campus-list h4 {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 20px;
}

.mc-campus-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mc-campus-list li {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 10px; /* Ensures proper spacing between number & text */
  width: 100%;
  margin-left:0px !important;
}

.facility-number {
  font-weight: bold;
  color: #0066ff; /* Blue Color */
  font-size: 2rem;
  min-width: 40px;
  text-align: left;
}

/* Image Styling */
.mc-campus-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc-campus-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0px;
}

/* Responsive Fix for Mobile */
@media (max-width: 768px) {
  .mc-campus-grid {
    grid-template-columns: 1fr; /* Stack on smaller screens */
    border: none;
  }


  .mc-campus-list {
    text-align: left;
    padding: 0px;
  }

  .mc-campus-list li {
    justify-content: flex-start; /* Ensures number + text are left-aligned */
    text-align: left;
    padding: 15px 20px;
  }

  .facility-number {
    font-size: 1.2rem;
    min-width: 25px;
    text-align: left;
  }
}
/* Living on Campus Section */
.mc-living-campus {
  background: #fff;
  text-align: center;
  padding-bottom: 0px;
}

.mc-living-campus .mc-content-min {
  text-align: center;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-living-campus .section-description {
  max-width: 900px;
  margin: 0 auto !important;
  line-height: 1.6;
}

/* Scoped Grid Only for "Living on Campus" */
.mc-living-campus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  margin: 0 auto;
}

.mc-content-min.image-wrapper {
  padding: 80px 0px;
  position: relative;
  z-index: 9;
}

.mc-living-campus-item {
  position: relative;
  overflow: hidden;
}

.mc-living-campus-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay effect for better readability */
.mc-living-campus-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 30px;
  text-align: left;
}

.mc-living-campus-text h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.mc-living-campus-text p {
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Responsive Grid for Mobile */
@media (max-width: 992px) {
  .mc-living-campus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mc-living-campus-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mc-living-campus .section-description {
    max-width: 90%;
  }
}

/* Full-Width Image Before Wellness Section */
.mc-wellness-image img {
  width: 100%;
  height: auto;
  display: block;
} /* Wellness Services Section */
/* Wellness Services Grid */
.mc-wellness {
  background: #fff;
  text-align: center;
}

.mc-wellness .mc-content-min {
  margin: 0 auto;
  text-align: center;
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
  padding: 0px;
}

.mc-wellness-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0px;
}

/* Default styling for images */
.mc-wellness-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.mc-wellness-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 10px;
}

/* Grid Merging Styles */
.mc-wellness-item.wide {
  grid-column: span 2; /* Merging first two columns in first row */
  grid-row: span 1;
  padding: 20px 120px;
  align-content: center;
}

.mc-wellness-item.tall {
  grid-column: span 1;
  grid-row: span 2; /* Merging last column vertically */
}

/* Blue Text Box */
.mc-wellness-item.blue-box {
  background-color: #0066ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 40px;
  text-align: left;
}

/* Responsive Design */
/* Responsive Fix for Mobile */
@media (max-width: 768px) {
  .mc-wellness-grid {
    grid-template-columns: 1fr; /* Force single column layout */
    gap: 0px; /* Reduce space to avoid big gaps */
  }
  .mc-wellness-item.wide {
    padding: 40px;
  }
  .mc-wellness-item {
    grid-column: span 1 !important; /* Ensure all items take full width */
    grid-row: span 1 !important;
    width: 100%;
  }
  .mc-wellness-item.blue-box {
    grid-column: span 1;
    text-align: center;
    padding: 40px;
    margin-bottom: 10px;
  }
  .mc-overlay {
    font-size: 2.5rem;
    padding: 10px;
    width: 100%;
    text-align: center;
    left: 0px;
  }
  #life-join .mc-features-header {
    padding: 20px;
  }
  .mc-wellness-item img {
    height: auto;
    max-height: 250px; /* Prevent images from getting too large */
    object-fit: cover;
  }
  
  .mc-content-min.image-wrapper {
  padding: 0px 0px;
  position: relative;
  z-index: 9;
}

  .ai-resources .section-description {
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .mc-program-difference .section-title {
    text-align: center;
    color: #111;
    font-weight: bold;
    padding-bottom: 40px;
    padding: 40px 10px;
    margin: 0px auto;
    border: solid 1px var(--mc-black-20);
  }
  .mc-features-header .section-title {
    border-bottom: solid 1px rgb(255 255 255 / 20%);
    margin: 0px auto;
    padding: 40px 10px;
    color: #fff;
    font-weight: bold;
}
}

.mc-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Launchpad Section */
.mc-launchpad {
  text-align: center;
  background-image: url("../images/purple-nodes.png");
  background-size: 50vw;
  background-position: -25vw -45vh;
  background-repeat: no-repeat;
}
.mc-launchpad .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-launchpad .section-description {
  padding: 0px 0px;
}
.mc-launchpad .mc-grid {
  display: flex;
  gap: 0px;
  justify-content: center;
  padding-top: 80px;
}
.mc-launchpad-image img {
  width: 100%;
  height: auto;
}

/* Career Stats */
.mc-career-stats {
  display: flex;
  gap: 0px;
  text-align: center;
}
.mc-stat-box {
  background: #dfe6ec;
  padding: 10px;
  flex: 1;
}

/* Tailored Services */
.mc-tailored-services .mc-grid {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
}
#faculty-nodes {
  position: absolute;
  height: 100%;
  width: 60vw;
  overflow: hidden;
  margin-top: -20vh;
  z-index: 1;
}
#faculty-nodes .nodes-image {
  position: absolute;
  left: -30vw;
  width: 100%;
  height: auto;
  z-index: 9999;
  top: 70px;
  overflow: hidden;
}

.mc-service-item {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
  padding-bottom: 20px;
}
.mc-service-item h4 {
  padding: 20px 10px;
  text-align: center;
  color: #000;
}

.mc-service-item p {
  padding: 0px 30px;
  text-align: center;
}

.mc-service-item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Career Pathways */
.mc-career-pathways .mc-grid {
  display: flex;
  gap: 0px;
}
.mc-career-box {
  background: #99b7b4;
  padding: 40px;
  flex: 1;
  color: white;
}

.mc-career-pathways .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}
.mc-career-pathways .section-title {
  padding: 40px 0;
  border: 1px solid #0000001a;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
}

.mc-career-box h3 {
  font-weight: bold;
  margin-bottom: 40px;
}
#ai-engineering {
  background: #03605f;
}
#ai-computing {
  background: #99b7b4;
}
.mc-career-box ul {
  list-style: none;
  padding-left: 10px;
}

.mc-career-box ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px auto;
  list-style:none !important;
}

.mc-career-box ul li::before {
  content: "•";
  color: white;
  position: absolute;
  left: 0;
  font-size: 1.2em;
}

/* Fast-Track Your AI Career Section */
.mc-fast-track {
  text-align: center;
  padding: 0px 0;
  background-color: #fff;
}

.mc-fast-track .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-fast-track .section-title {
  padding: 40px 0;
  border: 1px solid #0000001a;
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
}

.mc-fast-track .mc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  margin: 0 auto;
}

.mc-stat-box {
  background: #445b65;
  padding: 40px 30px;
  text-align: center;
  border-radius: 0px;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.5);
  align-content: center;
}

.mc-stat-box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}

.mc-stat-box p {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.blue-box a {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}

.blue-box {
  background: #0066ff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  align-content: center;
}
.blue-box i {
  color: white;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 30px;
  padding-left: 5px;
}
.apply-btn {
  background: white;
  color: #0066ff;
  padding: 12px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .mc-fast-track .mc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mc-fast-track .mc-grid {
    grid-template-columns: 1fr;
  }
  .mc-features-header {
    text-align: center;
    padding: 0px;
  }
  .mc-eligibility .section-description {
    padding: 40px 8px;
  }
  .mc-tailored-services .mc-grid {
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
  }
  .mc-career-box {
  background: #99b7b4;
  padding: 40px 10px;
  flex: 1;
  color: white;
}

  .mc-launchpad {
    text-align: center;
  }
  .mc-launchpad .mc-content-min {
    padding: 20px;
  }
  .open-day-content {
    text-align: center;
    padding: 3rem;
  }
  .mc-course-modules p.section-description {
    padding: 0px auto;
  }
  .mc-service-item h4 {
  padding: 20px 10px;
  text-align: center;
  color: #000;
  font-size: 2.5rem;
}
}
.mc-course-modules p.section-description {
  padding: 40px 0px;
}
/* ================= Guiding You Every Step of the Way ================= */
.mc-career-guidance {
  text-align: center;
  padding: 80px 0;
  background: #eaf0f6;
}

.mc-career-guidance p {
  margin: 0 auto;
  font-size: 1.1rem;
  color: #555;
}

.mc-career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  align-items: center;
}

.mc-career-grid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
/* ================== Faculty Member Profile Page ================== */
.mc-faculty-profile {
  padding: 0px 0;
  background-color: #f8f9fa;
}
.mc-faculty-profile .mc-content-min {
  border: solid 1px rgb(0 0 0 / 10%);
  border-top: none;
  border-bottom: none;
}

.mc-faculty-profile .section-title {
  text-align: center;
}

.mc-faculty-profile .section-subtitle {
  padding: 40px 10px;
  margin: 0px;
}
.mc-faculty-profile .mc-profile-bio {
  padding: 0px 40px;
}

.breadcrumb {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #0066ff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.mc-profile-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0px;
  align-items: center;
  background: #dde3e8;
  padding: 40px;
  border-radius: 0px;
}

.mc-profile-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
}

.mc-profile-info {
  text-align: left;
}

.mc-profile-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

.mc-profile-title {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 20px;
}

.mc-profile-description p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}

.mc-profile-affiliation img {
  width: 100px;
  margin-top: 15px;
}

.section-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 40px;
}

.mc-profile-bio {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* ================== Responsive Fixes ================== */
@media (max-width: 992px) {
  .mc-profile-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mc-profile-info {
    text-align: center;
  }

  .mc-profile-affiliation img {
    margin: 20px auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mc-profile-container {
    padding: 30px;
  }
  .mc-faculty-leaders .mc-content-min .section-description {
    padding-bottom: 20px;
  }

  .mc-profile-name {
    font-size: 1.8rem;
    text-align: center;
    margin: 20px auto;
  }

  .mc-profile-title {
    font-size: 1.1rem;
  }
}
.mc-faculty-leaders .mc-content-min .section-description {
  padding-bottom: 80px;
}
p{
  font-size: 16px;
  margin-top: 0px !important;
}
.fgh-quote {
  font-size: 16px;
}

h3 {
    font-size: 2.75rem;
}

.mc-profile-affiliation img{width:30%; max-width:80px;}

/* Extra large screens / 4K displays */
@media (min-width: 1921px) {
.benefit-item {
    padding: 20px;
    border: solid 1px rgb(255 255 255 / 20%);
    height: fit-content;
    min-height: 200px;
    align-content: center;
    width: 33.3vw;
    max-width: 454px;
}

.benefit-image-column {
    grid-column: 3;
    grid-row: 1 / span 3;
    height: 600px;
    width: 20vw;
    max-width: 340px;
}
.life-item {
    padding: 40px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    border: solid 1px var(--mc-black-20);
    border-radius: 0px;
    border-left: none;
    max-width: 610px;
}

}

  .application-deadline-banner {
    /* background: #F77860; */
    position: relative;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
}




.deadline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.deadline-info {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.apply-button {
    background: #0081FB;
    color: white;
    padding: 8px 24px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.apply-button:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    color: #f8485d;
}

@media (max-width: 768px) {
    .application-deadline-banner {
        position: relative; /* Default position in document flow */
        width: 100%;
        z-index: 1000;
    }

    .application-deadline-banner.fixed {
        position: fixed;
        top: 103px;
    }
    
        .apply-button {
        font-size: 14px;
        padding: 8px 13px;
    }

    .deadline-info {
        font-size: 16px;
        font-weight: 500;
    }
}