/*   nav bar end*/

.heading_oveline {
  font-family:
    "uad-edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

/* .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;
}

.cd-page header .nav-menu-desktop,
.cd-page .nav-menu-mobile {
  background: #eabe64 !important;
  border-bottom: 1px solid #0000004d;
}
/* baner secyion css  */

.banner_sec {
  background: #eabe64;
  padding-top: 24px;
  padding-bottom: 80px;
}
.cd-top-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  position: relative;
}
.cd-sub p {
  font-family: "Inter" sans-serif;
  color: #451617;
  font-weight: 500;
  font-size: 39px;
  line-height: 80%;
}
.cd-title {
  position: relative;
}
.cd-top {
  font-size: 180px;
  line-height: 80%;
  color: #451617;
  display: block;
  padding-top: 20px;
  margin-left: -8px;
  font-family: "uad-edge";
}

.cd-bottom {
  font-size: 180px;
  line-height: 80%;
  color: #451617;
  display: block;
  position: relative;
  z-index: 9;
  font-family: "uad-edge";
  padding-top: 10px;
  margin-left: -7px;
}
.cd-image {
  width: 580px;
  position: absolute;
  top: 141px;
  left: 453px;
  z-index: 3;
}
/* .cd-image img {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 70% 100%, 0 90%);
} */
.masked-hero {
  clip-path: url(#cliphero);
  width: 100%;
  aspect-ratio: 580 / 543;
  display: block;
  max-width: 580px;
}
.masked-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.think-mask {
  clip-path: url(#clipthink);
  width: 100%;
  aspect-ratio: 327 / 332;
  display: block;
  max-width: 327px;
}
.apply-mask {
  clip-path: url(#clipapply);
  width: 100%;
  aspect-ratio: 322.923 / 331;
  display: block;
  max-width: 322.923px;
}

.masked-hero img,
.think-mask img,
.apply-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cd-bottom-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  margin-top: 400px;
}
.cd-meta {
  display: flex;
  align-items: center;
  gap: 19px;
}
.dot {
  width: 12px;
  height: 12px;
  background: #270300;
  border-radius: 50%;
}
.cd-meta p {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #270300;
  font-weight: 800;
  font-family: "Inter";
  line-height: 120%;
}
.cd-bottm-content {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
}
.cd-desc {
  margin-top: 75px;
  /* margin-bottom: 32px; */
  font-size: 46px;
  line-height: 48px;
  color: #270300;
  font-weight: 400;
  font-family: "Inter";
}
.cd-buttons {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 19px;
  align-items: end;
  /* padding-top: 35px; */
}
.dark-btn {
  background: #5a0d07;
}
.dark-btn {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: #3c1a1a;
  color: #fff;
  width: 268px;
  height: 85px;
  font-family: "edge";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.cd-btn {
  padding: 10px 11px 31px 11px;

  position: relative;

  clip-path: polygon(
    0% 0%,
    /* top-left */ 100% 0%,
    /* top-right */ 100% 75%,
    /* right side before cut */ 94.7% 100%,
    /* diagonal cut point */ 0% 100% /* bottom-left */
  );
}
.faculty-filter-btn {
  width: 268px;
  height: 86px;
  display: flex;
  border: 2px solid #451617;
  font-family: "edge";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #451617;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%);
  /* width: 100%; */
  text-decoration: none;
}
.faculty-filter-btn span {
  background: #eabe64;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  width: 100%;
  padding: 10px 13px 0px 13px;
  color: #451617;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%);
}
.btn-state {
  overflow: hidden;
  position: relative;
}
.lower-case {
  text-transform: lowercase;
}
/* <!-- $85 Billion-Industry section  --> */

.Billion-Industry {
  background-color: #451617;
  color: #fff !important;
  padding-top: 6px;
  padding-bottom: 70px;
}
.Billion-container {
  border-top: 1px solid #ffffff;
  padding-top: 12px;
  margin-bottom: 64px;
}
.white-text {
  color: #fff !important;
}

/*How we think about learning section */
.masked-think img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masked-think {
  clip-path: url(#thinkclipShape);
  width: 100%;
  aspect-ratio: 327 / 327;
  display: block;
}
.career-intro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 41px;
  column-gap: 24px;
  /* margin-top: 48px; */
  border-top: 1px solid #0000004d;
  padding-top: 12px;
}
.nested-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  row-gap: 40px;
}
.heading-medium {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #ffffff;
}
.career-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 0px;
}
.heading_text {
  font-family: "Inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
}
.margin-top-93 {
  margin-top: 93px;
}
.uppercase {
  text-transform: uppercase;
}
.bilion-sub-heading {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Inter";
  color: #fff;
  margin-bottom: 8px;
}
.makes-difrent {
  font-size: 46px;
  font-weight: 200;
  line-height: 48px;
  font-family: "Inter";
}
.make-dif-br {
  border-top: 1px solid #fff;
}
.bt-white {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.makes-difrent-text {
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  font-family: "Inter";
}

/* faq start  */
.curriculam {
  padding-top: 130px;
  padding-bottom: 76px;
}
.faq-top-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}
.bold-bordr {
  padding-top: 15px;
  border-top: 10px solid #000000;
}
.portfolio-heading {
  font-weight: 500;
  font-size: 88px;
  line-height: 90%;
  font-family: "edge";
}
.portfolio-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  font-family: "Inter";
  max-width: 568px;
}
.portfolio-text-container {
  display: flex;
  align-items: flex-end;
}
.portfolio-text span {
  font-weight: 500;
  font-size: 20px;
  line-height: 122%;
  font-family: "Inter";
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-top: 74px;
}
.bold-li {
  font-weight: 800 !important;
  font-family: "Inter" !important;
}

.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-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;
  transition: ease 0.2s;
}

.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%;
  max-width: 635px;
}

.accordion-content p {
  color: #000000;
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  max-width: 648px;
}

.accordion-content .accordion-tags p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border-bottom: 1px solid #00000099;
  padding: 15px 0px;
  width: 100%;
  height: 76px;
}
.course-tags p:first-of-type {
  border-top: 1px solid #00000099;
  margin-top: 19px;
}
.skill-tags p:first-of-type {
  border-top: 1px solid #00000099;
  margin-top: 19px;
}

.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;
  margin-top: 15px;
}

.accordion-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  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;
}
.info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.column-item h3 {
  border-top: 8px solid #000000;
  padding-top: 8px;
  margin-top: 25px;
}

.tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8.92px;
}

.tags span {
  padding: 8px 16px;

  border-radius: 999px;

  border: 0.89px solid #0000004d;

  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 120%;
  color: #000000;
}
.tags-3 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8.92px;
}
.tags-3 span {
  padding: 8px 16px;
  border-radius: 999px;
  border: 0.89px solid #0000004d;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 120%;
  color: #000000;
}

.tags-2 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8.92px;
}

.tags-2 span {
  padding: 8px 16px;

  border-radius: 999px;

  border: 0.89px solid #0000004d;

  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 120%;
  color: #000000;
}

/* <!-- work showcase section css --> */
.work-showcase-section {
  padding-bottom: 50px;
  padding-top: 48px;
  background-color: #d9d9d9;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 38px;
  column-gap: 24px;
}

/* heading */
.work-header {
  margin-bottom: 107px;
}
.work-header .label {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 100%;
  font-family: edge;
  margin-bottom: 12px;
  color: #000000;
}

.work-header h3 {
  font-size: 46px;
  font-weight: 200;
  line-height: 48px;
  color: #000000;
  font-family: "Inter";
}

.card-media {
  position: relative;
}

.card-media img {
  width: 100%;
  height: 376px;
  object-fit: cover;
  display: block;
}

/* Tag */
.card-tag {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #eabe64;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 122%;
  font-family: "Inter";
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 122%;
  margin-bottom: 8px;
  font-family: "Inter";
}
.card-desc-mar {
  margin-bottom: 28px;
}
.card-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  color: #000;
  font-family: "Inter";
}
.card-link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}
.card-link img {
  height: 12px;
  width: 12px;
  object-fit: cover;
}

/* slider  */
.topbrand-section {
  padding-top: 55px;
  padding-bottom: 98px;
}

/* TOP */
.top-content {
  grid-column: span 4;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 8px solid #000;
  padding-bottom: 68px;
  margin-bottom: 14px;
}

/* SWIPER */
.mySwiper {
  grid-column: span 4;
}

.card-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.card-img img {
  width: 100%;
  height: 308px;
  object-fit: cover;
}

/* CONTENT */
.card-content {
  display: flex;
  min-height: 384px;
  /* justify-content: space-between; */
  flex-direction: column;
  padding: 18px;
  background-color: #ffffff;
}
.student-card-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;

  background-color: #ffffff;
}

.student-card-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Inter";
}

.role {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.quote {
  font-size: 30px;
  line-height: 100%;
  font-family: "Inter";
  font-weight: 300;
  margin-bottom: 20px;
}

.course {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter";
  line-height: 100%;
  color: #000000;
  text-transform: uppercase;
}

/* PAGINATION */
.swiper-pagination {
  text-align: right;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  background: #0000004d !important;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #000000 !important;
}
.mySwiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-pagination {
  width: auto !important;
  left: auto !important;
  right: 0 !important;
  text-align: right !important;
}

/* card  */

/* CARD */
.team-section {
  margin-bottom: 120px;
}
/* IMAGE */
.card-img {
  width: 100%;
  height: 308px;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-intro {
  margin-top: 15px;
  margin-bottom: 20px;
}
.student-names {
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  font-family: "Inter";
  color: #000000;
}

/* TEXT */

.role {
  font-size: 12px;
  color: #666;
  margin: 0 10px 10px;
}

/* BRAND */
.brand {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
}
.card-gap {
  display: grid;
  row-gap: 64px;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  border-top: 1px solid #000000;
  padding-top: 24px;
}
.hire-logo {
  padding-top: 5px;
}
.hire-logo img {
  height: 36px;
  width: auto;
  object-fit: cover;
}
.brand img {
  height: 36px;
  width: auto;
  object-fit: cover;
}
/* carreer css  */
.career-path-section {
  margin-bottom: 74px;
}
.career-para {
  display: flex;
  align-items: flex-end;
}
.career-heading {
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
  font-family: "Inter";
}

/* slider  */
/* wrapper */
.careerSliderWrap {
  /* padding-left: 30px; */
  overflow: hidden;
  margin: auto;
}

/* swiper */
.careerSwiperUnique {
  overflow: visible;
}

/* IMPORTANT: scoped slide */
.careerSwiperUnique .careerSlide {
  width: 352.42px !important;
}

/* card */
.careerCard {
  height: 480px;
  width: 352.42px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career-Cardheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  font-family: "Inter";
  margin-bottom: 24px;
}
.career-key {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  font-family: "Inter";
}
.career-key span img {
  width: 10px;
  height: 10px;

  object-fit: contain;
}
.career-key span {
  display: inline-flex;
  align-items: center;
  height: 23px;
  width: 23px;
  border: 1px solid #000000;
  justify-content: center;
  border-radius: 50%;
  margin: 2px 10px;
}
/* colors */
.yellow {
  background: #eabe64;
}
.green {
  background: #a5b39b;
}
.brown {
  background: #af9479;
}
.blue {
  background: #9cb5dc;
}
.careerSliderWrap {
  position: relative;
}

/* arrows base */
.career-next,
.career-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 100px;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
}

/* positions */
.career-next {
  right: 10px;
}
.career-prev {
  left: 10px;
}

/* hover trigger */
.careerSliderWrap:hover .career-next,
.careerSliderWrap:hover .career-prev {
  opacity: 1;
  visibility: visible;
}
.careerSliderWrap .swiper {
  padding-left: calc((100% - 1440px) / 2 + 30px);
}
/* optional arrow icons */
.career-next::after {
  content: "›";
  font-size: 40px;
}

.career-prev::after {
  content: "‹";
  font-size: 40px;
}

/* apply section css  */
.apply-section {
  background-color: #b4362f;
  padding-top: 17px;
  padding-bottom: 38px;
}

.apply-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}
.apply-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}
.apply-para {
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
  font-family: "Inter";
  color: #fdfdfd;
  max-width: 975px;
  margin-bottom: 44px;
}
.apply-para span {
  font-weight: 600;
  font-size: 46px;
  line-height: 48px;
  font-family: "Inter";
  color: #fdfdfd;
}
.aplly-tag {
  max-width: 860px;
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  gap: 10.91px;
}

.aplly-tag span {
  border: 1.09px solid #ffffff;
  font-weight: 400;
  font-family: "Inter";
  font-size: 17.46px;
  line-height: 120%;
  color: #fdfdfd;
  padding: 10.1px;
  border-radius: 999px;
}
.apply-heading {
  font-weight: 500;
  font-size: 88px;
  line-height: 90%;
  font-family:
    "edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #5a0d07;
}
.heading_overline span {
  font-family:
    "uad-edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.apply-bottom-section {
  margin-top: 190px;
}
.apply-black-btn {
  background-color: #000 !important;
  width: 100%;
}
.limited-seats {
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #fdfdfd;
  margin-bottom: 2px;
  font-family: "Inter";
}
.apply-flex {
  display: flex;
  align-items: flex-end;
}

/* fee-section */
.fee-section {
  background-color: #000000;
  padding-top: 34px;
  padding-bottom: 73px;
}
.fee-heading {
  color: #ffffff;
  font-weight: 300;
  line-height: 100%;
  font-size: 30px;
  font-family: "Inter";
  max-width: 352px;
}
.fee-criteria {
  color: #ffffff;
  font-weight: 700;
  line-height: 122%;
  font-size: 20px;
  font-family: "Inter";
  margin-bottom: 20px;
}
.fee-structure {
  color: #ffffff;
}
.aplly-col {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 8px;
}
.fee-heading-container {
  margin-bottom: 40px;
}
.apply-white-btn {
  background-color: #fff !important;
  color: #000000;
  width: 100%;
}

.footer-section {
  background-color: #221f20 !important;
  color: #fff;
}
.desk-none-2 {
  display: none;
}

@media (max-width: 767px) {
  .mobile-header-container .mob-hamburger-container {
    padding-right: 16px;
  }
  .mobile-header-container .mob-hamburger-container {
    background-color: #eabe64;
  }
  .cd-top-row,
  .cd-bottom-row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .banner_sec {
    background: #eabe64;
    padding-top: 28px;
    padding-bottom: 20px;
  }

  /* heading size chhota karo */
  .cd-top,
  .cd-bottom {
    font-size: 56px;
    line-height: 80%;
    margin-left: 0;
  }

  .cd-sub p {
    font-size: 20px;
  }

  /* image ko responsive banao */
  .cd-image {
    position: static;
    width: 100%;
    margin-top: 28px;
  }

  /* bottom spacing fix */
  .cd-bottom-row {
    margin-top: 18px;
  }

  .cd-bottm-content {
    gap: 28px;
    display: flex;
  }
  .cd-buttons {
    margin-top: 42px;
    flex-direction: row;
    gap: 16px;
  }

  /* text adjust */
  .cd-desc {
    font-size: 24px;
    line-height: 100%;
  }

  /* buttons full width */
  .cd-buttons {
    align-items: stretch;
  }

  .dark-btn,
  .faculty-filter-btn {
    width: 100%;
    height: 65px;
    font-size: 16px;
  }

  .faculty-filter-btn img {
    height: 12px;
    width: 12px;
    object-fit: cover;
  }
  .cd-btn img {
    height: 12px;
    width: 12px;
    object-fit: cover;
  }

  /* billinor css  */
  .career-intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  .heading_text {
    font-size: 24px;
  }
  .pb-45 {
    padding-bottom: 45px;
  }
  .makes-difrent {
    font-size: 24px;
    line-height: 100%;
  }
  .career-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .nested-row-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .makes-difrent-text {
    line-height: 120%;
    font-size: 16px;
    text-transform: uppercase;
  }
  .heading-medium {
    font-family: "Inter";
    font-weight: 700;
    font-size: 14px;
    line-height: 122%;
  }
  .mb-26 {
    margin-bottom: 26px;
  }
  .nested-row-3 {
    row-gap: 24px;
  }
  .margin-t-30 {
    margin-top: 7px !important;
  }

  /* faq section  */
  .faq-top-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-heading {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .portfolio-text {
    font-size: 16px;
  }
  .accordion-container {
    margin-top: 45px;
  }
  .curriculam {
    padding-top: 61px;
  }
  .bold-bordr {
    padding-top: 15px;
    border-top: 6px solid #000000;
  }

  /* workspace section  */
  .work-showcase-section {
    padding-bottom: 22px;
    padding-top: 22px;
    background-color: #d9d9d9;
  }
  .work-header .label {
    font-size: 16px;
  }
  .work-header h3 {
    font-size: 30px;
    line-height: 100%;
  }
  .work-header {
    margin-bottom: 37px;
  }
  .work-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 38px;
    column-gap: 24px;
  }
  .card-content {
    display: flex;
    min-height: auto;
  }
  .card-media img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    display: block;
  }
  .card-tag {
    font-size: 14px;
  }
  .card-title {
    font-size: 16px;
  }
  .card-desc-mar {
    margin-bottom: 22px;
  }
  /* slider  */
  .card-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .slide-heading {
    font-size: 30px;
    padding-bottom: 0px !important;
  }
  .top-content {
    padding-bottom: 59px;
  }
  .think-mask {
    height: 184px;
    width: 100%;
  }
  .card-img {
    width: 100%;
    height: 172px;
  }
  .student-card-content h4 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .course {
    font-size: 16px;
  }
  .quote {
    font-size: 24px;
    margin-top: 32px;
  }

  .swiper {
    padding-bottom: 32px; /* extra space create */
  }

  .swiper {
    overflow: visible !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets {
    top: auto !important;
    bottom: -22px !important;
    left: 0 !important;
  }
  .topbrand-section {
    padding-top: 52px;
    padding-bottom: 65px;
  }

  /* card section  */
  .card-gap {
    display: grid;
    row-gap: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
  .student-names {
    font-size: 16px;
  }
  .card-intro {
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .brand img {
    height: 28px;
    width: auto;
    object-fit: cover;
  }
  .card-gap {
    display: grid;
    row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .team-section {
    margin-bottom: 62px;
  }

  /* career section css  */
  .career-heading {
    font-size: 30px;
  }
  .careerSwiperUnique .careerSlide {
    width: 222px !important;
  }
  .careerCard {
    width: 222px !important;
    padding: 14px 12px;
    height: 339px;
  }
  .careerSliderWrap {
    padding-left: 16px;
  }
  .career-Cardheading {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    font-family: "Inter";
    margin-bottom: 20px;
  }
  .career-key {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    font-family: "Inter";
  }
  .career-key span {
    display: inline-flex;
    align-items: center;
    height: 16px;
    width: 16px;
    border: 1px solid #000000;
    justify-content: center;
    border-radius: 50%;
    margin: 2px 5px;
  }
  .tags span {
    padding: 6px 8px;
    border-radius: 999px;
    border: 0.89px solid #0000004d;
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter";
    line-height: 120%;
    color: #000000;
  }
  .tags-3 span {
    padding: 8.92px;
    border-radius: 999px;
    border: 0.89px solid #0000004d;
    font-size: 14.28px;
    font-weight: 400;
    font-family: "Inter";
    line-height: 120%;
    color: #000000;
  }
  .tags-3 {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* red section  */
  .apply-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
  }
  .apply-para {
    font-weight: 200;
    font-size: 32px;
    line-height: 100%;
    font-family: "Inter";
    color: #fdfdfd;
    max-width: 975px;
    margin-bottom: 36px;
  }
  .apply-para span {
    font-weight: 200;
    font-size: 32px;
    line-height: 100%;
  }
  .img-flex {
    display: flex;
    justify-content: flex-end;
  }
  .mob-none-2 {
    display: none !important;
  }

  .apply-mask {
    clip-path: url(#clipapply);
    width: 100%;
    aspect-ratio: 258.92 / 264;
    display: block;
    max-width: 258.92px;
  }
  .tags-2 {
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
    gap: 8.92px;
  }
  .apply-bottom-section {
    margin-top: 22px;
  }
  .limited-contner {
    margin-top: 78px;
  }
  .apply-heading {
    font-weight: 500;
    font-size: 55px;
  }
  .limited-seats {
    font-weight: 800;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .black-max-btn {
    max-width: 328px;
    font-size: 24px;
    height: 78px;
  }
  .apply-section {
    background-color: #b4362f;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .apply-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }
  .mob-elgiblity {
    margin-top: 42px;
  }
  .fee-criteria {
    color: #ffffff;
    font-weight: 700;
    line-height: 122%;
    font-size: 20px;
    font-family: "Inter";
    margin-bottom: 12px;
  }
  .apply-white-btn {
    height: 78px;
    font-size: 24px;
    margin-top: 40px;
    max-width: 328px;
  }
  .fee-heading {
    color: #ffffff;
    font-weight: 300;
    line-height: 100%;
    font-size: 24px;
    font-family: "Inter";
    max-width: 352px;
  }
}
@media (max-width: 767px) {
  .accordion-header,
  .accordion-content {
    grid-template-columns: 80px 1fr 1fr;
    gap: 12px;
  }

  .year-info {
    grid-column: 1 / 2;
  }

  .course-info,
  .course-subtitle,
  .accordion-content .span-2 {
    grid-column: 2 / 4;
  }
  .accordion-tags {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 41px;
  }
  .info-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .accordion-icon {
    top: -10px;
  }
  .year-info {
    font-size: 16px;
  }
  .course-info p {
    font-size: 16px;
    max-width: 189px;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .bold-li {
    font-size: 16px;
    font-weight: 800 !important;
    font-family: "Inter" !important;
  }
  .course-tags p:first-of-type {
    border-top: 1px solid #00000099;
    margin-top: 12px;
  }
  .accordion-content .accordion-tags p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    border-bottom: 1px solid #00000099;
    padding: 12px 0px;
    width: 100%;
  }
  .course-tags {
    height: auto !important;
  }

  .accordion-content {
    margin-top: 50px;
  }
  .column-item h3 {
    border-top: 6px solid #000000;
    margin-top: 15px;
  }
  .accordion-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 74px;
  }
  .curriculam {
    padding-top: 24px;
  }
  .skill-tags p {
    height: 71px !important;
    display: flex;
    align-items: center;
  }
  .accordion-content .accordion-tags p {
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 1250px) {
  .makes-difrent {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    font-family: "Inter";
  }
}

