/*   nav bar end*/

.heading_oveline span {
  position: relative;
}

.heading_oveline span:before {
  position: absolute;
  top: 43px;
  left: 0;
  display: flex;
  gap: 18px;
  content: "";
  z-index: 999;
  background: #ef8acf;
  width: 100%;
  height: 16px;
}

.dark-btn {
  background: #5a0d07;
}

/* -------------------- DESIGN CURRICULUM -------------------- */
.dc-heading {
  font-weight: 300;
  line-height: 100%;
  color: #000000;
  margin-bottom: 8px;
  font-family: "Inter";
  font-size: 30px;
  line-height: 100%;
}

.curriculam {
  padding-top: 88px;
}

p.course-title {
  display: none;
}

.accordion-item.active p.course-title {
  display: block;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.accordion-item {
  border-top: 1px solid #d9d9d9;
  transition:
    border 0.25s ease,
    background-color 0.25s ease;
  padding: 12px 0px 0px 0;
}

.accordion-item:first-child {
  padding: 24px 0px 0px 0;
}
.accordion-item.active {
  border-top: 14px solid #000;
}

.accordion-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: baseline;
  cursor: pointer;
  gap: 24px;
  position: relative;
}

.accordion-item.active .year-info {
  font-family: "Inter";
  font-weight: 700;
}

.year-info {
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.course-info p {
  color: #000000;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.course-subtitle p {
  color: #000000;
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

.accordion-content p {
  color: #000000;
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  width: 90%;
}

.accordion-content .accordion-tags p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  width: 100%;
}

.bb-0 {
  border-bottom: 0 !important;
}

.accordion-icon {
  text-align: right;
  font-size: 29px;
  font-weight: 700;
  position: absolute;
  right: 0;
}

.accordion-content {
  display: grid !important;
  /* Ensure grid activates */
  grid-template-columns: repeat(4, 1fr);
  /* Your layout */
  gap: 24px;

  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 15px;
}

.accordion-content {
  display: none;
  margin-top: 15px;
}

.accordion-item.active {
  padding-bottom: 40px;
}
.icons {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  transition: all 0.6s ease-in-out;
}

/* ---------------------------------------------
   SECTION WRAPPER (Inside 4-column system)
---------------------------------------------- */
.classroom {
  background: #d9d9d9;
  margin-top: 108px;
}

.showcase-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  margin-top: 48px;
}

/* ---------------------------------------------
   SECTION HEADING
---------------------------------------------- */
.showcase-heading {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 75%;
  margin-bottom: 60px;
}

.section-subtitle {
  font-family: "edge";
  font-weight: 500;
  font-size: 39px;
  line-height: 80%;
}

.section-title {
  font-family: "edge";
  font-weight: 500;
  font-size: 88px;
  line-height: 90%;
}

/* ---------------------------------------------
   SHOWCASE WORK (TEXT + BUTTON)
---------------------------------------------- */
.showcase-work {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.showcase-content {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-small-heading {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-description {
  font-family: "Inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
}

/* Button Block */
.showcase-btn {
  grid-column: span 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

/* Button Design */
.classroom .dark-btn {
  background: #fff !important;
  color: #000;
}

.view-more-btn img {
  width: 20px;
}

/* ---------------------------------------------
   IMAGE BLOCK
---------------------------------------------- */
.image-box {
  grid-column: span 4;
  position: relative;
  margin-top: 37px;
}

.image-box img {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-height: 776px;
  object-fit: cover;
}

.image-tag {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 300px;
  height: 40px;
  background: #d9d9d9;
  padding: 0px 0px;
  display: flex;
  justify-content: flex-end;
}

.image-tag ul {
  list-style: none;
}

.image-tag ul li {
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  padding-top: 10px;
  color: #464545;
  display: flex;
  align-items: center;
  gap: 7px;
}

.image-tag ul li::before {
  content: " ";
  border: 1px solid #464545;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-flex;
  background-color: #d9d9d9;
}

/* ---------------------------------------------
   IMAGE CAPTION
---------------------------------------------- */

.header {
  width: 1440;
  background: #b4362f;
}

.navbar {
  padding: 10px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 86px;
  height: auto;
  object-fit: cover;
}

.nav-right {
  width: 494px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.menu-links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.menu-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-family: "Inter";
}

.blank-border {
  width: 100%;
  height: 29px;
  border-top: 1px solid #ffffff4d;
}

/* HAMBURGER ICON */
.hamburger {
  width: 45px;
  height: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease;
}

.image-caption {
  grid-column: span 4;
  width: 54%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 61px;
}

.caption-title {
  font-size: 20px;
  line-height: 122%;
}

.caption-sub {
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

.career-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* margin-bottom: 50px; */
  margin-top: 50px;
  column-gap: 24px;
  padding-top: 15px;
  border-top: 1px solid #000000;
}

.career-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  color: #000000;
}

.career-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  color: #000000;
}

.design-paths-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 110px;
  margin-top: 33px;
  column-gap: 24px;
  align-items: end;
}

.design-paths-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.design-paths-list {
  padding-left: 22px;
}

.design-paths-list li {
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

.cd-full {
  background: #b4362f;
}

/* TOP SECTION AS GRID ROW */
.cd-top-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  position: relative;
}

/* POSITIONING TEXT */
.banner_sec {
  background: #b4362f;
  padding-top: 24px;
}

.cd-title {
  position: relative;
}

.cd-sub p {
  font-family: "edge";
  color: #ef8acf;
  font-weight: 500;
  font-size: 39px;
  line-height: 80%;
}

.cd-top {
  font-size: 180px;
  line-height: 80%;
  color: #ef8acf;
  display: block;
  padding-top: 20px;
  margin-left: -8px;
  font-family: "edge";
}

.cd-bottom {
  font-size: 180px;
  line-height: 80%;
  color: #ef8acf;
  display: block;
  position: relative;
  z-index: 9;
  font-family: "edge";
  padding-top: 10px;
  margin-left: -7px;
}

.cd-image {
  width: 580px;
  position: absolute;
  top: 145px;
  left: 472px;
  z-index: 3;
}

.cd-image img {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
}

/* BOTTOM SECTION AS GRID ROW */
.cd-bottom-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  margin-top: 324px;
  /* image ke niche safe spacing */
}

.cd-meta {
  display: flex;
  align-items: center;
  gap: 19px;
}

.cd-meta p {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #270300;
  font-weight: 800;
  font-family: "Inter";
  line-height: 120%;
}

.dot {
  width: 12px;
  height: 12px;
  background: #270300;
  border-radius: 50%;
}

.cd-desc {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 46px;
  line-height: 48px;
  color: #270300;
  font-weight: 200;
  font-family: "Inter";
}

/* university section --------------------------------*/
.university-logo-section {
  margin-top: 15px;
}

.industry-connects-section {
  margin-top: 136px;
}

.show-more-btn a {
  text-decoration: none;
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter";
  color: #000000;
  display: flex;
  gap: 17px;
  padding-top: 24px;
}

.university-img {
  border-top: 1px solid #000000;
  padding: 16px 0px 40px 0;
  align-items: center;
  display: flex;
}

/* Profile section  */

.profile-section {
  margin-top: 32px;
}

/* Each card sits in 1 column of the 4-col grid */
.profile-card {
  background-color: #ddd;
  margin-bottom: 24px;
  overflow: hidden;
  clip-path: polygon(12% 0%, 90% 0%, 100% 7%, 100% 100%, 0% 100%, -6% 10%);
}

/* IMAGE CLIP */
.image-card {
  width: 100%;
  height: 327px;
  background: #eabe64;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
}

.image-card img {
  width: 100%;
  padding: 25px;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.info {
  padding: 17px 25px 24px 25px;
  display: flex;
  flex-direction: column;
}
.profile-role {
  margin-bottom: 24px;
}

.addmission-container {
  margin-top: 84px;
  background-color: #000;
}

.addmission-title {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 89px;
  margin-top: 20px;

  font-family: "Inter";
  line-height: 100%;
}

/* Row of 4 small items */
.addmission-description {
  margin-bottom: 31px;
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /* grid spacing */
}

.addmission-heading {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  color: #ffffff;
  padding-top: 8px;
  border-top: 1px solid #fff;
}

.addmission-content {
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  color: #ffffff;
  font-family: "Inter";
}

.addmission-content-pd {
  padding-left: 20px;
  font-weight: 300;
  font-size: 22px;
  line-height: 121%;
  color: #ffffff;

  font-family: "Inter";
}

.addmission-container .dark-btn {
  background: #fff !important;
  color: #000;
}

/* black circle animation css */
.row2-col1 {
  grid-column-start: 1;
  grid-row-start: 2;
}

.redcircle_animation {
  position: relative;
  padding-top: 140px;
}

.redcircle_animation .text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  padding-top: 34px;
  padding-left: 10px;
}

.redcircle_animation .container {
  column-gap: 0px;
}

.redcircle_animation .left {
  background-color: #5a0d07;
  color: white;
  flex: 1;
  /* padding: 10px; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 707px; */
}

.redcircle_animation .left p {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
  padding: 15px 13px;
}

.redcircle_animation .numbers {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-weight: bold;
  padding: 8px;
}

.redcircle_animation .numbers p {
  width: min-content;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0;
  padding-top: 10px;
  transition: all 0.6s ease-in;
  cursor: pointer;
}

.redcircle_animation .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  flex: 1;
  position: relative;
}

.redcircle_animation .box {
  background: #b4362f;
  color: #5a0d07;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  text-align: center;
  cursor: pointer;
}

.redcircle_animation .box .inner {
  font-family: "Inter";
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 999 !important;
  pointer-events: none;
}

.redcircle_animation .inner sup {
  font-size: 0.7rem;
  font-weight: normal;
  vertical-align: super;
  color: #5a0d07;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  text-align: center;
  top: -15px;
  left: -4px;
  position: relative;
}

.container.animation_block {
  width: 100%;
  max-height: 707px;
  aspect-ratio: 16 / 9;
}

/*.redcircle_animation .octagon {
  /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);  
  clip-path: polygon(0 0, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%);


}

.redcircle_animation .octagon2 {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 100%, 30% 100%, 0% 70%, 0% 30%);

}*/
.redcircle_animation .octagon,
.redcircle_animation .octagon2 {
  background: #fff;
}

.redcircle_animation .octagon::before {
  /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
  position: absolute;
  inset: 0;
  background: #b4362f;
  z-index: 1;
  clip-path: polygon(
    -5% -5%,
    /* extended */ 75% 0%,
    105% 30%,
    105% 75%,
    70% 105%,
    25% 105%,
    -5% 75%
  );
  content: "";
}

.redcircle_animation .octagon2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #b4362f;
  z-index: 1;
  clip-path: polygon(
    25% -5%,
    75% -5%,
    105% 30%,
    105% 105%,
    25% 105%,
    -5% 70%,
    -5% 30%
  );
}

/* Your circle */
.redcircle_animation .circle {
  position: absolute;
  width: 49%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition:
    left 0.6s ease,
    top 0.6s ease;
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: 10 !important;
  /* width: 344px;
  height: 344px; */
}

.redcircle_animation .circle sup {
  font-size: 0.7rem;
  font-weight: normal;
  vertical-align: super;
}

/* circle anmimation end */

#career {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  /* navbar------ */
  .nav-menu-mobile {
    background-color: #b4362f;
  }

  .logo-container img,
  .mob-logo-container img {
    filter: invert(1);
  }

  .mobile-header-container .mob-hamburger-container {
    background-color: #b4362f;
  }

  .mob-hamburger .hamburger-line {
    background-color: #fff;
  }

  /* banner section  */

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

  .cd-sub p {
    font-size: 20px;
  }

  .cd-top {
    font-size: 56px;
  }

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

  .cd-bottom {
    font-size: 56px;
  }

  .heading_oveline span:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: flex;
    gap: 18px;
    content: "";
    z-index: 999;
    background: #ef8acf;
    width: 100%;
    height: 6px;
  }

  .cd-image-mob {
    width: 100%;
    height: auto;
    padding-top: 28px;
  }

  .cd-image-mob img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .cd-bottom-row {
    display: block !important;

    column-gap: none;
    margin-top: 18px;
  }

  .cd-meta p {
    font-size: 14px;
  }

  .dot {
    width: 10px;
    height: 10px;
  }

  .cd-desc {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 24px;
  }

  .cd-image img {
    width: 412px;
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
  }

  .career-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  /* black circle amimnation css mob */

  .redcircle_animation {
    padding-top: 44px;
  }

  .container.animation_block {
    max-height: none;
  }

  .redcircle_animation .left {
    display: none;
    height: 360px;
    min-height: min-content;
  }

  .redcircle_animation .right {
    /* height: 390px; */
    aspect-ratio: 1 / 1;
  }

  .redcircle_animation .box .inner {
    font-family: "Inter";
    font-weight: 400;
    font-size: 24px;
    line-height: 21.13px;
  }

  .redcircle_animation .inner sup {
    font-size: 11px;
    line-height: 21.13px;
  }

  .redcircle_animation .numbers p {
    font-size: 11px;
    line-height: 21.13px;
    display: flex;
    gap: 14px;
    padding: 0;
  }

  .redcircle_animation .numbers .c-text-mob {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.13px;
    letter-spacing: 0px;
    text-transform: none;
  }

  .redcircle_animation .numbers {
    padding: 16px 8px;
    height: 100%;
    min-height: min-content;
    justify-content: space-between;
  }

  .redcircle_animation .text {
    font-size: 16px;
    line-height: 120%;
    padding-top: 25px;
    padding-left: 90px;
  }

  /********************* circle animation end ********/

  /* faq  */

  .curriculam {
    padding-top: 32px;
  }

  .accordion-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: baseline;
    cursor: pointer;
    gap: 16px;
    position: relative;
  }

  .accordion-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .accordion-item.active {
    border-top: 8px solid #000;
  }

  .year-info {
    font-size: 16px;
    line-height: 100%;
  }

  .faq-bt-margin {
    margin-bottom: 56px;
  }

  .dc-heading {
    font-weight: 300;
    line-height: 100%;
    color: #000000;
    margin-bottom: 0px;
    font-family: "Inter";
    font-size: 24px;
    line-height: 100%;
  }
  .accordion-item {
    padding-top: 8px;
  }
  .accordion-item:first-child {
    padding: 8px 0px 0px 0;
  }

  /* showcase  */
  .section-subtitle {
    font-size: 20px;
  }

  .showcase-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .showcase-heading {
    width: 100%;
    margin-bottom: 48px;
  }

  .section-title {
    font-family: "edge";
    font-weight: 500;
    font-size: 56px;
    line-height: 90%;
    color: #000000;
  }

  .showcase-work {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .image-caption {
    width: 100%;
  }

  .section-description {
    font-family: "Inter";
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
  }

  .section-small-heading {
    font-size: 14px;
    color: #000000;
  }

  .showcase-content {
    padding-bottom: 24px;
  }

  .image-tag ul li {
    font-family: "Inter";
    font-weight: 700;
    font-size: 10px;
    line-height: 121%;
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .image-tag ul li::before {
    max-height: 5.5px;
    max-width: 5.5px;
    background-color: #464545;
  }

  .image-tag {
    width: 154px;
    height: auto;
    bottom: 3px;
  }

  strong {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter";
  }

  .caption-sub {
    font-size: 16px;
  }

  .spacer {
    padding-bottom: 12px;
  }

  .design-paths-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 12px;
    margin-top: 0;
    column-gap: 24px;
    align-items: end;
  }

  .design-paths-list li {
    font-size: 16px;
  }

  /* <!-- Career Pathways SECTION Start--> */

  /* <!-- ADMISSION INFORMATION SECTION  --> */

  .addmission-description {
    padding-left: 45px;
    margin-bottom: 24px;
    grid-column: span 4;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 33px;
  }

  .mob-mt-minus-13 {
    margin-top: -13px;
  }

  .addmission-heading {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 20px;
    line-height: 122%;
    color: #ffffff;
    padding-top: 5px;
    /* border-top: none; */
  }

  .addmission-heading.spacer {
    border: none;
    padding: 0;
    margin: 0;
  }

  .addmission-container {
    margin: 0px 16px;
  }

  .addmission-title {
    margin-top: 16px;
    margin-bottom: 43px;
  }

  .addmission-title {
    font-size: 20px;
  }

  .addmission-content {
    font-size: 16px;
  }

  .addmission-container .dark-btn {
    margin-top: 4px;
  }
  .dark-btn img {
    height: 11px;
    width: 11px;
  }

  .addmission-content-pd {
    font-size: 16px;
  }

  .university-img img {
    width: 100%;
  }

  /* -------------------- DESIGN CURRICULUM -------------------- */
  .course-subtitle {
    grid-column: span 3;
    padding-right: 98px;
  }

  .course-subtitle p {
    font-size: 16px;
  }

  .accordion-content p {
    font-size: 16px;
    width: 100%;
  }

  .course-title-mob {
    padding: 70px 0 4px;
  }

  .accordion-tags {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .accordion-icon {
    font-size: 41px;
    line-height: 31px;
  }

  .accordion-container {
    gap: 15px;
  }

  /* classroom */
  .classroom {
    margin-top: 33px;
  }

  .showcase-container {
    margin-top: 23px;
  }

  .showcase-heading {
    gap: 18px;
  }

  .image-box {
    margin-top: 23px;
  }

  .image-box img {
    height: 231px;
  }

  .image-caption {
    margin-top: 22px;
    gap: 8px;
    margin-bottom: 16px;
  }

  /* career */
  #career {
    padding-top: 16px;
  }

  .university-logo-section {
    margin-top: 14px;
  }

  .university-img {
    padding: 12px 0px 33px 0;
  }

  .cd-page .footer-section {
    margin-top: 0;
  }

  /* show more btn */
  .show-more-btn a {
    font-size: 16px;
    padding-top: 0;
  }

  .show-more-btn {
    grid-column-start: 2;
  }
  /* mobile card section  */
  .image-card {
    height: 179px;
  }
  .profile-name {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "edge";
  }
  .image-card img {
    padding: 13px;
  }

  .profile-section {
    padding-left: 16px;
    margin-top: 48px;
  }
  .info {
    padding: 10px 14px 8px 14px;
  }
  .profile-role {
    margin-bottom: 40px;
  }
}
