* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.common-h2{
  font-size: 36px;
  padding-bottom: 25px;
}

 .common-h2-span{
  font-family: 'Sabon LT Std';
    font-style: italic;
} 

/* .common-h2-span {
  font-family: 'Sabon LT Std', serif;
  font-style: italic;
  display: inline-block;
  background: linear-gradient(90deg, #ff7e00, #ffa500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 2px rgba(255, 102, 0, 0.5);
  animation: fadeSlideIn 3s ease-in-out infinite;
} */

/* Animation keyframes */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  10% {
    opacity: 1;
    transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
  }
}



@media (max-width: 576.95px) {
  .common-h2 {
      text-align: center;
      font-size: 26px;
  }
}


body {
  background-color: #fff;
}

.brochure-div {
  display: flex;
  width: 80%;
  /* justify-content: flex-start; */
  justify-content: center;
  margin: 10px auto 30px auto;
}

.brochure-div button.brochure {
  font-family: "Helvetica Now Display", sans-serif;
  background-color: orangered;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.brochure-div button.brochure:hover {
  background-color: #000;
}

.program-details-muj {
  background-color: #deedff;
}

.program-details-smu {
  background-color: #eaffe0;
}

.enroll-form-muj {
  background: linear-gradient(150deg, #0522d2 0%, #09143e 30%);
}

.enroll-form-smu {
  background: linear-gradient(150deg, #57ff45 0%, #09143e 30%);
}

.date-and-seats-muj {
  background-color: #bfdaff;
}

.date-and-seats-smu {
  background-color: #b5ffaa;
}

/* Very small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-container .highlight {
    font-style: italic;
    font-family: "Sabon Lt Std", serif;
  }

  .program-info {
    flex: 2;
    /* padding: 20px; */
  }

  .program-info .accreditations {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000;
  }

  .program-info .accreditations .accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info .accreditations .accreditation-logos div {
    color: #000;
    font-family: "Helvetica Now Display", sans-serif;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .program-info h1 span {
    font-style: italic;
  }

  .program-info p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .program-details {
    color: #000;
    border-radius: 5px 5px 0 0;
    margin-top: 40px;
  }

  .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .detail-box {
    margin: 10px;
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }

  .detail-box:nth-child(1),
  .detail-box:nth-child(2) {
    border-bottom: 0.5px solid gray;
  }

  .full-fees {
    margin-top: 20px;
  }

  .full-fees div:first-child {
    font-weight: bold;
  }

  .detail-box span {
    /* letter-spacing: 3px; */
  }

  .detail-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-box > p > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .detail-box strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .date-and-seats {
    /* margin-top: 30px; */
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text span {
    color: #060e2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  .date-and-seats .date-and-seats-divider {
    padding: 0 24px;
  }

  .enroll-form {
    flex: 1;
    color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .enroll-form .form-image {
    margin: 20px 0 20px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enroll-form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .enroll-form input[type="text"],
  .enroll-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .phone-input {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }

  .phone-input select {
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .course-input {
    width: 90%;
    margin: 10px auto;
    display: flex;
    gap: 5px;
  }

  .course-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }


  .phone-input input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
  }

  .enroll-form .checkbox {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
  }

  .checkbox > label > p {
    display: inline-block;
    line-height: 15px;
    color: white;
  }

  .enroll-form button {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background-color: #f50;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .application-info {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .hero-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-container .highlight {
    font-style: italic;
    font-family: "Sabon Lt Std", serif;
  }

  .program-info {
    flex: 2;
    /* padding: 20px; */
  }

  .program-info .accreditations {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000;
  }

  .program-info .accreditations .accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info .accreditations .accreditation-logos div {
    color: #000;
    font-family: "Helvetica Now Display", sans-serif;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .program-info h1 span {
    font-style: italic;
  }

  .program-info p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .program-details {
    color: #000;
    background-color: #deedff;
    border-radius: 5px 5px 0 0;
    margin-top: 40px;
  }

  .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .detail-box {
    margin: 10px;
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }

  .detail-box:nth-child(1),
  .detail-box:nth-child(2) {
    border-bottom: 0.5px solid gray;
  }

  .full-fees {
    margin-top: 20px;
  }

  .full-fees div:first-child {
    font-weight: bold;
  }

  .detail-box span {
    /* letter-spacing: 3px; */
  }

  .detail-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-box > p > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .detail-box strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .date-and-seats {
    /* margin-top: 30px; */
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text span {
    color: #060e2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  .date-and-seats .date-and-seats-divider {
    padding: 0 24px;
  }

  .enroll-form {
    flex: 1;
    color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .enroll-form .form-image {
    margin: 20px 0 20px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enroll-form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .enroll-form input[type="text"],
  .enroll-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .phone-input {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }

  .phone-input select {
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .course-input {
    width: 90%;
    margin: 10px auto;
    display: flex;
    gap: 5px;
  }

  .course-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .phone-input input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
  }

  .enroll-form .checkbox {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
  }

  .checkbox > label > p {
    display: inline-block;
    line-height: 15px;
  }

  .enroll-form button {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background-color: #f50;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .application-info {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-container {
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-container .highlight {
    font-style: italic;
    font-family: "Sabon Lt Std", serif;
  }

  .program-info {
    flex: 2;
    /* padding: 20px; */
  }

  .program-info .accreditations {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000;
  }

  .program-info .accreditations .accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info .accreditations .accreditation-logos div {
    font-family: "Helvetica Now Display", sans-serif;
    color: #000;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info h1 {
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
  }

  .program-info h1 span {
    font-style: italic;
  }

  .program-info p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .program-details {
    color: #000;
    background-color: #deedff;
    border-radius: 5px 5px 0 0;
    margin-top: 40px;
  }

  .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .detail-box {
    margin: 10px;
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }

  .detail-box:nth-child(1),
  .detail-box:nth-child(2) {
    border-bottom: 0.5px solid gray;
  }

  .full-fees {
    margin-top: 20px;
  }

  .full-fees div:first-child {
    font-weight: bold;
  }

  .detail-box span {
    /* letter-spacing: 3px; */
  }

  .detail-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-box > p > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .detail-box strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .date-and-seats {
    /* margin-top: 30px; */
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text span {
    color: #060e2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  .date-and-seats .date-and-seats-divider {
    padding: 0 24px;
  }

  .enroll-form {
    flex: 1;
    color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .enroll-form .form-image {
    margin: 20px 0 20px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enroll-form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .enroll-form input[type="text"],
  .enroll-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .phone-input {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }

  .phone-input select {
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .course-input {
    width: 90%;
    margin: 10px auto;
    display: flex;
    gap: 5px;
  }

  .course-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .phone-input input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
  }

  .enroll-form .checkbox {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
  }

  .checkbox > label > p {
    display: inline-block;
    line-height: 15px;
  }

  .enroll-form button {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background-color: #f50;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .application-info {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-container {
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-container .highlight {
    font-style: italic;
    font-family: "Sabon Lt Std", serif;
  }

  .program-info {
    flex: 2;
    /* padding: 20px; */
  }

  .program-info .accreditations {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #000;
  }

  .program-info .accreditations .accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info .accreditations .accreditation-logos div {
    font-family: "Helvetica Now Display", sans-serif;
    color: #000;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info h1 {
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
  }

  .program-info h1 span {
    font-style: italic;
  }

  .program-info p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: gray;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .program-details {
    color: #000;
    border-radius: 5px 5px 0 0;
    margin-top: 40px;
  }

  .details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .detail-box {
    margin: 10px;
    flex: 1;
    padding: 10px;
    font-size: 14px;
  }

  .detail-box:nth-child(1),
  .detail-box:nth-child(2) {
    border-bottom: 0.5px solid gray;
  }

  .full-fees {
    margin-top: 20px;
  }

  .full-fees div:first-child {
    font-weight: bold;
  }

  .detail-box span {
    /* letter-spacing: 3px; */
  }

  .detail-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-box > p > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .detail-box strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .date-and-seats {
    /* margin-top: 30px; */
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text span {
    color: #060e2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  .date-and-seats .date-and-seats-divider {
    padding: 0 24px;
  }

  .enroll-form {
    flex: 1;
    color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .enroll-form .form-image {
    margin: 20px 0 20px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enroll-form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .enroll-form input[type="text"],
  .enroll-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .phone-input {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }

  .phone-input select {
    width: 20%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .course-input {
    width: 90%;
    margin: 10px auto;
    display: flex;
    gap: 5px;
  }

  .course-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .phone-input input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
  }

  .enroll-form .checkbox {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
  }

  .checkbox > label > p {
    display: inline-block;
    line-height: 15px;
  }

  .enroll-form button {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background-color: #f50;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .application-info {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .hero-container {
    width: 83%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-container .highlight {
    font-style: italic;
    font-family: "Sabon Lt Std", serif;
  }

  .program-info {
    flex: 2.5;
    /* padding: 20px; */
  }

  .program-info .accreditations {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 10px 0;
  }

  .program-info .accreditations .accreditation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }

  .program-info .accreditations .accreditation-logos div {
    color: #000;
    font-family: "Helvetica Now Display", sans-serif;
    font-style: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .program-info h1 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
  }

  .program-info h1 span {
    font-style: italic;
  }

  .program-info p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin-bottom: -20px;
    line-height: 1.6;
  }

  .program-details {
    border-radius: 5px 5px 0 0;
    margin-top: 40px;
  }

  .details {
    display: flex;
    gap: 15px;
  }

  .detail-box {
    flex: 1;
    padding-left: 10px;
    /* border-radius: 5px; */
    font-size: 16px;
    margin: 10px;
    color: #000;
  }

  .detail-box strong {
    font-size: 20px;
  }

  .detail-box:nth-child(1) {
    border-right: 1px solid #000;
  }

  .detail-box:nth-child(3) {
    border-left: 1px solid #000;
  }

  .full-fees {
    margin-top: 20px;
  }

  .full-fees div:first-child {
    font-weight: bold;
  }

  .detail-box span {
    /* letter-spacing: 3px; */
  }

  .detail-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .detail-box > p > a {
    font-weight: bold;
    text-decoration: underline;
  }

  .detail-box span {
  }

  .date-and-seats {
    /* margin-top: 30px; */
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .date-and-seats .date-and-seats-content .date-and-seats-text span {
    color: #060e2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.16px;
  }

  .date-and-seats .date-and-seats-divider {
    padding: 0 24px;
  }

  .enroll-form {
    flex: 1;
    color: #fff;
    /*padding: 20px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .enroll-form .form-image {
    margin: 20px 0 20px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .enroll-form h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .enroll-form input[type="text"],
  .enroll-form input[type="email"] {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 0 auto 10px auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .phone-input {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
  }

  .phone-input select {
    width: 25%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .course-input {
    width: 90%;
    margin: 10px auto;
    display: flex;
    gap: 5px;
  }

  .course-input select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .phone-input input[type="tel"] {
    flex: 1;
    border-radius: 5px;
    padding: 0 10px;
    border: none;
  }

  .enroll-form .checkbox {
    width: 90%;
    margin: 10px auto;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
  }

  .checkbox > input[type="checkbox"] {
    display: inline-block;
    width: auto;
    line-height: 15px;
    margin-right: 10px;
  }

  .checkbox > label > p {
    display: inline-block;
    width: auto;
    line-height: 15px;
    margin: 0;
    color: white;
  }

  .enroll-form button {
    display: block;
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background-color: #f50;
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }

  .application-info {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Electives carousel */

.rankings-and-accreditions-carousel-container {
  /* background-color: lightgreen; */
  width: 100%;
  margin: 80px auto 0 auto;
}

.online-faculty-container {
  /* background-color: lightgreen; */
  width: 100%;
  margin: 80px auto 0 auto;
}

.learner-experience-container {
  width: 100%;
  margin: 80px auto 0 auto;
}

.placement-assistance-container {
  width: 100%;
  margin: 80px auto 0 auto;
}

.slick-dots li {
  margin: 0 0.1px;
}

@media (max-width: 576.95px) {
  .electives-carousel-container {
    width: 100%;
    margin: 100px auto;
  }

  .electives-carousel-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    text-align: center;
  }

  .carousel {
    width: 95%;
    margin: 30px auto 0px auto;
  }

  .slick-slide {
    margin: 5px;
  }

  .marketing-box {
    min-height: 200px !important;
    width: 33%;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .role-icon {
    margin: 4rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-icon img {
    width: 30px;
  }

  .text {
    color: #000;
    font-weight: bold;
    margin: 1.5rem auto 0.5rem auto;
    font-size: 15px;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 10px;
  }

  /* .slick-prev {
      left: -40px;
    }
  
    .slick-next {
      right: -40px;
    }
  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } */

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .electives-carousel-container {
    width: 95%;
    margin: 100px auto;
  }

  .electives-carousel-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    text-align: center;
  }

  .carousel {
    width: 100%;
    margin: 30px auto 0px auto;
  }

  .slick-slide {
    height: 15rem;
    margin: 5px;
  }

  .marketing-box {
    min-height: 160px !important;
    width: 33%;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .role-icon {
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-icon img {
    width: 30px;
  }

  .text {
    color: #000;
    font-weight: normal;
    margin: 0.5rem auto 0.5rem auto;
    font-size: 16px;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 10px;
  }

  /* .slick-prev {
      left: -40px;
    }
  
    .slick-next {
      right: -40px;
    }
  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } */

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .electives-carousel-container {
    width: 80%;
    margin: 120px auto;
  }

  .electives-carousel-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    text-align: center;
  }

  .carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .slick-slide {
    margin: 5px;
  }

  .marketing-box {
    height: 150px !important;
    width: 25%;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .role-icon {
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-icon img {
    width: 30px;
  }

  .text {
    font-weight: normal;
    margin: 0.5rem auto 0.5rem auto;
    font-size: 0.7rem;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 10px;
    line-height: 15px;
  }

  /* .slick-prev {
      left: -40px;
    }
  
    .slick-next {
      right: -40px;
    }
  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } */

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .electives-carousel-container {
    width: 80%;
    margin: 100px auto;
  }

  .electives-carousel-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
  }

  .carousel {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .slick-slide {
    margin: 5px;
  }

  .marketing-box {
    height: 150px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .role-icon {
    margin: 3rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-icon img {
    width: 30px;
  }

  .text {
    font-weight: normal;
    margin: 0.5rem auto 0.5rem auto;
    font-size: 0.7rem;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 10px;
  }

  /* .slick-prev {
      left: -40px;
    }
  
    .slick-next {
      right: -40px;
    }
  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } */

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .electives-carousel-container {
    width: 80%;
    margin: 80px auto 0 auto;
  }
  .electives-carousel-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    margin: 0 auto 20px auto;
  }

  .carousel {
    width: 100%;
    margin: 0 auto;
  }

  .slick-slide {
    margin: 5px;
  }

  .marketing-box {
    min-height: 120px !important;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .role-icon {
    /* margin: 3rem auto 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .role-icon img {
    width: 30px;
    margin-top: 20px;
  }

  .text {
    line-height: 10px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    font-size: 0.7rem;
    padding: 0 10px;
  }

  /* .slick-prev {
      left: -40px;
    }
  
    .slick-next {
      right: -40px;
    }
  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } */

  .slick-prev,
  .slick-next {
    display: none;
  }
}

/* Rankings and accreditions carousel */
@media (max-width: 576.95px) {
  .rankings-and-accreditions-carousel-container {
    width: 95%;
    margin: 100px auto;
  }

  .rankings-and-accreditions-carousel-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }

  .rank-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .rank-card {
    position: relative;
    min-height: 200px !important;
    width: 33%;
    background-color: #f4f7fa;
    border-radius: 5px;
    border: 1px solid #e6eaee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .acc-logo {
    position: absolute;
    background: #fff;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px 2px 2px 2px;
  }

  .acc-rank {
    position: absolute;
    width: 80px;
    background: #09143e;
    border-radius: 5px 2px 2px 2px;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }

  .rank-img {
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rank-img img {
    width: 15vw;
  }

  .rank-text {
    color: #000;
    font-weight: bold;
    margin: 0.5rem auto 0.5rem auto;
    font-size: 14px;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 30px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .rankings-and-accreditions-carousel-container {
    width: 95%;
    margin: 100px auto;
  }

  .rankings-and-accreditions-carousel-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 500px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }

  .rank-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .rank-card {
    min-height: 250px !important;
    width: 33%;
    background-color: #f4f7fa;
    border-radius: 5px;
    border: 1px solid #e6eaee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .acc-logo {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px 2px 2px 2px;
  }

  .acc-rank {
    position: absolute;
    width: 80px;
    background: #09143e;
    border-radius: 5px 2px 2px 2px;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }

  .rank-img {
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rank-img img {
    width: 15vw;
  }

  .rank-text {
    color: #000;
    font-weight: normal;
    margin: 0.5rem auto 0.5rem auto;
    font-size: 14px;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 30px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .rankings-and-accreditions-carousel-container {
    width: 80%;
    margin: 100px auto;
  }

  .rankings-and-accreditions-carousel-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    /* width: 300px; */
    font-weight: normal;
    text-align: center;
  }

  .rank-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .rank-card {
    position: relative;
    height: 225px !important;
    width: 33%;
    background-color: #f4f7fa;
    border-radius: 5px;
    border: 1px solid #e6eaee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .acc-logo {
    position: absolute;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px 2px 2px 2px;
  }

  .acc-rank {
    position: absolute;
    width: 80px;
    background: #09143e;
    border-radius: 5px 2px 2px 2px;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }

  .rank-img {
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rank-img img {
    width: 10vw;
  }

  .rank-text {
    font-weight: normal;
    margin: 1rem auto 1rem auto;
    font-size: 0.7rem;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 30px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .rankings-and-accreditions-carousel-container {
    width: 80%;
  }

  .rankings-and-accreditions-carousel-container h2 {
    font-size: 38px;
    font-weight: normal;
    font-family: "Helvetica Now Display", sans-serif;
  }

  .rank-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .rank-card {
    height: 15rem;
    width: 33%;
    background-color: #f4f7fa;
    border-radius: 5px;
    border: 1px solid #e6eaee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .acc-logo {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px 2px 2px 2px;
  }

  .acc-rank {
    width: 80px;
    background: #09143e;
    border-radius: 5px 2px 2px 2px;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }

  .rank-img {
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rank-img img {
    width: 10vw;
  }

  .rank-text {
    font-weight: normal;
    margin: 1rem auto 1rem auto;
    font-size: 0.7rem;
    font-family: "Helvetica Now Display", sans-serif;
    padding: 0 30px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .rankings-and-accreditions-carousel-container {
    width: 80%;
    margin: 100px auto 0 auto;
  }
  .rankings-and-accreditions-carousel-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: normal;
  }

  .rank-carousel {
    width: 100%;
    margin: 0 auto;
  }

  .rank-card {
    min-height: 220px !important;
    width: 33%;
    background-color: white;
    border-radius: 5px;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .acc-logo {
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px 2px 2px 2px;
  }

  .acc-rank {
    position: absolute;
    width: 80px;
    background: #09143e;
    border-radius: 5px 2px 2px 2px;
    color: #fff;
    padding: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  }

  .rank-img {
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rank-img img {
    width: 5vw;
  }

  .rank-text {
    color: #000;
    font-weight: bold;
    margin: 1rem auto 2rem auto;
    font-size: 0.7rem;
    /* font-family: "Helvetica Now Display", sans-serif; */
    padding: 0 30px;
    line-height: 15px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }
}

/* Change content based on tab selected section */
.tab-container {
  width: 85%;
  margin: 40px auto;
  padding: 20px;
  background-color: transparent;
}

h1.program-title {
  margin-left: 1px;
  font-size: 38px;
  color: #333;
}

.program-title .highlight {
  font-style: italic;
  font-family: "Sabon LT Std", serif;
}

.tabs-content-wrapper {
  display: flex;
  margin-top: 20px;
}

.tabs {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-right: 20px;
}

.tab-link {
  font-family: "Helvetica Now Display", sans-serif;
  background-color: transparent;
  color: #333;
  border: none;
  padding: 15px;
  margin: 5px 0;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.tab-link i {
  margin-right: 10px;
}

.tab-link:hover {
  background-color: #f0f0f0;
}

.tab-link.active {
  box-shadow: 0 0 6px 1px lightgray;
  color: #333;
  border-right: 4px solid black;
}

.content-section {
  flex-grow: 1;
  padding: 20px;
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 8px;
  margin-left: 20px;
  width: 70%;
  box-sizing: border-box;
  min-height: 300px;
}

.tab-content {
  display: none;
}

.tab-content img {
  width: 100%;
  border-radius: 8px;
}

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

.tab-content h3 {
  color: #000;
  margin: 10px 0;
  font-size: 20px;
}

.tab-content p {
  font-size: 14px;
}

@media (max-width: 575.95px) {
  .tab-container {
    width: 95%;
    margin: 100px auto 0px auto;
    padding: 15px;
  }

  h1.program-title {
    font-size: 28px;
    text-align: center;
    margin-left: 0;
  }

  .tabs-content-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .tabs {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    flex-direction: row;
    overflow-x: auto;
  }

  .tab-link {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
  }

  .tab-link i {
    margin-right: 15px;
  }

  .tab-link.active {
    border-right: none; /* No border for smaller screens */
    border-bottom: 2px solid black; /* Bottom border instead */
  }

  .content-section {
    padding: 10px;
    margin-left: 0;
    width: 100%;
    min-height: auto;
  }

  .tab-content img {
    width: 100%;
    border-radius: 8px;
  }

  .tab-content h3 {
    font-size: 18px;
  }

  .tab-content p {
    font-size: 13px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .tab-container {
    width: 95%;
    margin: 100px auto 0px auto;
    padding: 15px;
  }

  h1.program-title {
    font-size: 28px;
    text-align: center;
    margin-left: 0;
  }

  .tabs-content-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .tabs {
    width: 95%;
    padding-right: 0;
    margin-bottom: 15px;
    flex-direction: row;
    overflow-x: auto;
  }

  .tab-link {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
  }

  .tab-link i {
    margin-right: 15px;
  }

  .tab-link.active {
    border-right: none; /* No border for smaller screens */
    border-bottom: 2px solid black; /* Bottom border instead */
  }

  .content-section {
    padding: 10px;
    margin-left: 0;
    width: 100%;
    min-height: auto;
  }

  .tab-content img {
    width: 100%;
    border-radius: 8px;
  }

  .tab-content h3 {
    font-size: 18px;
  }

  .tab-content p {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-container {
    width: 80%;
    margin: 100px auto 0px auto;
    padding: 15px;
  }

  h1.program-title {
    font-size: 38px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .tabs-content-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .tabs {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    flex-direction: row;
    overflow-x: auto;
  }

  .tab-link {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
  }

  .tab-link i {
    margin-right: 15px;
  }

  .tab-link.active {
    border-right: none; /* No border for smaller screens */
    border-bottom: 2px solid black; /* Bottom border instead */
  }

  .content-section {
    padding: 10px;
    margin-left: 0;
    width: 100%;
    min-height: auto;
  }

  .tab-content img {
    width: 100%;
    border-radius: 8px;
  }

  .tab-content h3 {
    font-size: 18px;
  }

  .tab-content p {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-container {
    width: 82%;
    margin: 40px auto;
    padding: 20px;
    background-color: transparent;
  }

  h1.program-title {
    margin-left: 1px;
    font-size: 38px;
    color: #333;
  }

  .program-title .highlight {
    font-style: italic;
    font-family: "Sabon LT Std", serif;
  }

  .tabs-content-wrapper {
    display: flex;
    margin-top: 20px;
  }

  .tabs {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-right: 20px;
  }

  .tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    background-color: transparent;
    color: #333;
    border: none;
    padding: 15px;
    margin: 5px 0;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
  }

  .tab-link i {
    margin-right: 10px;
  }

  .tab-link:hover {
    background-color: #f0f0f0;
  }

  .tab-link.active {
    box-shadow: 0 0 6px 1px lightgray;
    color: #333;
    border-right: 4px solid black;
  }

  .content-section {
    flex-grow: 1;
    padding: 20px;
    background-color: transparent;
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-left: 20px;
    width: 70%;
    box-sizing: border-box;
    min-height: 300px;
  }

  .tab-content {
    display: none;
  }

  .tab-content img {
    width: 100%;
    border-radius: 8px;
  }

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

  .tab-content h3 {
    color: #000;
    margin: 10px 0;
    font-size: 20px;
  }

  .tab-content p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .tab-container {
    width: 81%;
    margin: 100px auto 0 auto;
    padding: 20px;
    background-color: transparent;
  }

  h1.program-title {
    margin-left: 1px;
    margin-bottom: 20px;
    font-size: 38px;
    color: #333;
  }

  .program-title .highlight {
    font-style: italic;
    font-family: "Sabon LT Std", serif;
  }

  .tabs-content-wrapper {
    display: flex;
    margin-top: 20px;
  }

  .tabs {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-right: 20px;
  }

  .tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    background-color: transparent;
    color: #333;
    border: none;
    padding: 15px;
    margin: 5px 0;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
  }

  .tab-link i {
    margin-right: 10px;
  }

  .tab-link:hover {
    background-color: #f0f0f0;
  }

  .tab-link.active {
    box-shadow: 0 0 6px 1px lightgray;
    color: #333;
    border-right: 4px solid black;
  }

  .content-section {
    flex-grow: 1;
    padding: 20px;
    background-color: transparent;
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-left: 20px;
    width: 70%;
    box-sizing: border-box;
    min-height: 300px;
  }

  .tab-content {
    display: none;
  }

  .tab-content img {
    width: 100%;
    border-radius: 8px;
  }

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

  .tab-content h3 {
    color: #000;
    margin: 10px 0;
    font-size: 20px;
  }

  .tab-content p {
    font-size: 14px;
  }
}

/* Job opportunities after an online MBA */
/* General Styles */
.opportunities-container {
  width: 80%;
  margin: 20px auto;
}

.opportunities-container h1 {
  font-size: 38px;
}

.opportunities-container > p {
}

.opportunities-tab-container {
  border: 1px solid lightgray;
  padding: 20px;
  width: 100%;
  margin: 30px auto;
}

/* Tabs */
.opportunities-tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}

.opportunities-tab {
  font-family: "Helvetica Now Display", sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background: none;
  font-weight: normal;
  color: gray;
  font-size: 16px;
  outline: none;
}

.opportunities-tab.active {
  font-family: "Helvetica Now Display", sans-serif;
  color: #001f54;
  font-weight: normal;
  border-bottom: 3px solid #001f54;
}

.opportunities-tab-content {
  padding: 20px 0;
  display: none;
}

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

.job-roles,
.industries {
  list-style-type: none;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}

.job-roles li,
.industries li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 500;
}

.job-roles li i {
  margin-right: 10px;
  font-size: 20px;
}

@media (max-width: 576.95px) {
  .opportunities-container {
    width: 95%;
    margin: 100px auto 0 auto;
    padding-bottom: -20px;
  }

  .opportunities-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .opportunities-container > p {
    margin-top: 20px;
  }

  .opportunities-tab-container {
    border: 1px solid lightgray;
    min-height: 10vh;
  }

  /* Tabs */
  .opportunities-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
  }

  .opportunities-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: normal;
    color: gray;
    font-size: 16px;
    outline: none;
  }

  .opportunities-tab.active {
    color: #001f54;
    font-weight: normal;
    border-bottom: 3px solid #001f54;
  }

  .opportunities-tab-content {
    display: none;
  }

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

  .job-roles,
  .industries {
    width: 100%;
  }

  .job-roles li,
  .industries li {
    width: 40%;
    font-size: 12px;
  }

  .job-roles li i {
    margin-right: 10px;
    font-size: 20px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .opportunities-container {
    width: 95%;
    margin: 100px auto 0 auto;
    padding-bottom: -20px;
  }

  .opportunities-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .opportunities-container > p {
    margin-top: 20px;
    margin-right: 10px;
  }

  .opportunities-tab-container {
    border: 1px solid lightgray;
    min-height: 50vh;
  }

  /* Tabs */
  .opportunities-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
  }

  .opportunities-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: normal;
    color: gray;
    font-size: 16px;
    outline: none;
  }

  .opportunities-tab.active {
    color: #001f54;
    font-weight: normal;
    border-bottom: 3px solid #001f54;
  }

  .opportunities-tab-content {
    display: none;
  }

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

  .job-roles,
  .industries {
    width: 100%;
    display: flex;
    gap: 30px 50px;
  }

  .job-roles li,
  .industries li {
    width: 15%;
    font-size: 14px;
  }

  .job-roles li i {
    margin-right: 10px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .opportunities-container {
    width: 78%;
    margin: 100px auto 0 auto;
    padding-bottom: -20px;
  }

  .opportunities-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .opportunities-container > p {
    margin-top: 20px;
    margin-right: 10px;
  }

  .opportunities-tab-container {
    border: 1px solid lightgray;
    min-height: 50vh;
    padding: 0;
  }

  /* Tabs */
  .opportunities-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
  }

  .opportunities-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: normal;
    color: gray;
    font-size: 16px;
    outline: none;
  }

  .opportunities-tab.active {
    color: #001f54;
    font-weight: normal;
    border-bottom: 3px solid #001f54;
  }

  .opportunities-tab-content {
    display: none;
  }

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

  .job-roles,
  .industries {
    width: 100%;
    display: flex;
    gap: 30px 50px;
  }

  .job-roles li,
  .industries li {
    width: 18%;
    font-size: 13px;
  }

  .job-roles li i {
    margin-right: 10px;
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .opportunities-container {
    width: 80%;
    margin: 100px auto 0 auto;
    padding-bottom: -20px;
  }

  .opportunities-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .opportunities-container > p {
    margin-top: 20px;
    margin-right: 10px;
  }

  .opportunities-tab-container {
    border: 1px solid lightgray;
    min-height: 50vh;
    padding: 0;
  }

  /* Tabs */
  .opportunities-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
  }

  .opportunities-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: normal;
    color: gray;
    font-size: 16px;
    outline: none;
  }

  .opportunities-tab.active {
    color: #001f54;
    font-weight: normal;
    border-bottom: 3px solid #001f54;
  }

  .opportunities-tab-content {
    display: none;
  }

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

  .job-roles,
  .industries {
    width: 100%;
    display: flex;
    gap: 30px 50px;
  }

  .job-roles li,
  .industries li {
    width: 18%;
    font-size: 13px;
  }

  .job-roles li i {
    margin-right: 10px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .opportunities-container {
    width: 80%;
    margin: 100px auto 0 auto;
    padding-bottom: -20px;
  }

  .opportunities-container h1 {
    font-size: 38px;
  }

  .opportunities-container > p {
    margin-right: 10px;
  }

  .opportunities-tab-container {
    border: 1px solid lightgray;
    min-height: 20vh;
    padding: 0;
  }

  /* Tabs */
  .opportunities-tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
  }

  .opportunities-tab {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: normal;
    color: gray;
    font-size: 16px;
    outline: none;
  }

  .opportunities-tab.active {
    color: #001f54;
    font-weight: normal;
    border-bottom: 3px solid #001f54;
  }

  .opportunities-tab-content {
    display: none;
  }

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

  .job-roles,
  .industries {
    width: 100%;
    display: flex;
    gap: 30px 50px;
  }

  .job-roles li,
  .industries li {
    width: 18%;
    font-size: 15px;
  }

  .job-roles li i {
    margin-right: 10px;
    font-size: 20px;
  }
}

/* Accordion */
.accordion-container {
  width: 80%;
  margin: 80px auto;
}

.accordion-container h1 {
  font-size: 38px;
}

span.italicized {
  font-family: "Sabon LT Standard", serif;
  font-style: italic;
}

.curriculum-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.curriculum-details span {
  font-size: 16px;
  color: #000;
}

.curriculum-details button {
  font-size: 16px;
  font-family: "Helvetica Now Display", sans-serif;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
}

.curriculum-details button:hover {
  background-color: orangered;
}

.accordion-item {
  margin: 10px 0;
  border-radius: 10px;
}

.accordion-item-muj {
  background-color: #deedff;
}

.accordion-item-smu {
  background-color: #deffd3;
}

.accordion-question {
  color: #000;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
}

.accordion-question-muj {
  background-color: #deedff;
}

.accordion-question-smu {
  background-color: #deffd3;
}

.accordion-answer {
  display: none;
  transition: 0.3s;
  padding: 20px;
  font-size: 16px;
  color: #000;
}

.accordion-item ul li {
  margin: 0 0 15px 0;
}

.accordion-answer.visible {
  display: block;
}

@media (max-width: 576.95px) {
  .accordion-container {
    width: 95%;
    margin: 80px auto;
  }

  .accordion-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .curriculum-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
  }

  .curriculum-details span {
    font-size: 14px;
  }

  .curriculum-details button {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .accordion-container {
    width: 95%;
    margin: 80px auto;
  }

  .accordion-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .curriculum-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
  }

  .curriculum-details span {
    font-size: 14px;
  }

  .curriculum-details button {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-container {
    width: 80%;
    margin: 100px auto;
  }

  .accordion-container h1 {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1191.98px) {
  .accordion-container {
    width: 80%;
    margin: 100px auto;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .accordion-container {
    width: 80%;
    margin: 100px auto 0 auto;
  }
}

.degree-certificate-muj {
  background: linear-gradient(150deg, #0522d2 0%, #09143e 30%);
}

.degree-certificate-smu {
  background: linear-gradient(150deg, #57ff45 0%, #09143e 30%);
}

.degree-certificate {
  padding: 50px;
  /* width: 80%; */
  width: 100%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}

.degree-certificate-description {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.degree-certificate-description h2 {
  /* font-size: 42px; */
  font-size: 50px;
  color: #fff;
  font-weight: thin;
  font-style: normal;
}

.degree-certificate-description p {
  color: #fff;
  font-style: normal;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .degree-certificate {
    /* padding: 50px; */
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px 0;
  }

  .degree-certificate-description {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }

  .degree-certificate-description h2 {
    text-align: center;
    /* font-size: 42px; */
    font-size: 37px;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: thin;
    font-style: normal;
  }

  .degree-certificate-description p {
    text-align: center;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    /* font-weight: bold; */
    font-style: normal;
    font-size: 16px;
  }

  .degree-certificate img {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .degree-certificate {
    /* padding: 50px; */
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px 0;
  }

  .degree-certificate-description {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }

  .degree-certificate-description h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: thin;
    font-style: normal;
  }

  .degree-certificate-description p {
    text-align: center;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    /* font-weight: bold; */
    font-style: normal;
    font-size: 16px;
  }

  .degree-certificate img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .degree-certificate {
    /* padding: 50px; */
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px 0;
  }

  .degree-certificate-description {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }

  .degree-certificate-description h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: thin;
    font-style: normal;
  }

  .degree-certificate-description p {
    text-align: center;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    /* font-weight: bold; */
    font-style: normal;
    font-size: 16px;
  }

  .degree-certificate img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .degree-certificate {
    /* padding: 50px; */
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px 0;
  }

  .degree-certificate-description {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }

  .degree-certificate-description h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: thin;
    font-style: normal;
  }

  .degree-certificate-description p {
    text-align: center;
    color: #fff;
    font-family: "Helvetica Now Display", sans-serif;
    /* font-weight: bold; */
    font-style: normal;
    font-size: 16px;
  }

  .degree-certificate img {
    width: 100%;
  }
}

/* Additional tools and certifications section */
.tools-and-certifications-tab-container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.tools-and-certifications-tab-container h1 {
  font-size: 38px;
}

.tools-and-certifications-tab-container-h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 20px;
}

.tools-and-certifications-tab-container p {
  margin-bottom: 30px;
}

.tools-and-certifications-tabs {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.tools-and-certifications-tab-link {
  font-family: "Helvetica Now Display", sans-serif;
  letter-spacing: 3px;
  padding: 10px 20px;
  background: none;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: none;
}

.tools-and-certifications-tab-link:hover {
  background-color: #f1f1f1;
}

.tools-and-certifications-tab-link.active {
  border-bottom: 3px solid #000;
}

.tools-and-certifications-tab-content {
  display: flex;
  flex-direction: column;
}

.tools-and-certifications-tab-pane {
  display: none;
}

.tools-and-certifications-tab-pane.active {
  display: block;
}

.university-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
}

.university-logos img {
  width: 20%;
  margin: 10px;
  transition: transform 0.3s ease;
}

.university-logos img:hover {
  transform: scale(1.1);
}

.domains {
  font-style: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 45px 45px;
}

.domains div {
  width: 22%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 10px;
  font-size: 16px;
  font-weight: normal;
}

.skills-to-learn {
  font-style: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 45px 45px;
}

.skills-to-learn div {
  width: 20%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 10px;
  font-weight: normal;
  font-size: 16px;
}

@media (max-width: 576.95px) {
  .tools-and-certifications-tab-container {
    width: 95%;
  }

  .tools-and-certifications-tab-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .tools-and-certifications-tab-container h2 {
    text-align: center;
  }

  .tools-and-certifications-tab-container p {
    text-align: center;
  }

  .tools-and-certifications-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }

  .tools-and-certifications-tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    letter-spacing: 3px;
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
  }

  .tools-and-certifications-tab-link:hover {
    background-color: #f1f1f1;
  }

  .tools-and-certifications-tab-link.active {
    border-bottom: 3px solid #000;
  }

  .tools-and-certifications-tab-content {
    display: flex;
    flex-direction: column;
  }

  .tools-and-certifications-tab-pane {
    display: none;
  }

  .tools-and-certifications-tab-pane.active {
    display: block;
  }

  .university-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
  }

  .university-logos img {
    width: 40%;
  }

  .university-logos img:hover {
    transform: scale(1.1);
  }

  .domains {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .domains div {
    width: 40%;
  }

  .skills-to-learn {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .skills-to-learn div {
    width: 40%;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .tools-and-certifications-tab-container {
    width: 95%;
  }

  .tools-and-certifications-tab-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .tools-and-certifications-tab-container h2 {
    text-align: center;
  }

  .tools-and-certifications-tab-container p {
    text-align: center;
  }

  .tools-and-certifications-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }

  .tools-and-certifications-tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    letter-spacing: 3px;
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
  }

  .tools-and-certifications-tab-link:hover {
    background-color: #f1f1f1;
  }

  .tools-and-certifications-tab-link.active {
    border-bottom: 3px solid #000;
  }

  .tools-and-certifications-tab-content {
    display: flex;
    flex-direction: column;
  }

  .tools-and-certifications-tab-pane {
    display: none;
  }

  .tools-and-certifications-tab-pane.active {
    display: block;
  }

  .university-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
  }

  .university-logos img {
    width: 40%;
  }

  .university-logos img:hover {
    transform: scale(1.1);
  }

  .domains {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .domains div {
    width: 40%;
  }

  .skills-to-learn {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .skills-to-learn div {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tools-and-certifications-tab-container {
    width: 80%;
  }

  .tools-and-certifications-tab-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .tools-and-certifications-tab-container h2 {
    text-align: center;
  }

  .tools-and-certifications-tab-container p {
    text-align: center;
  }

  .tools-and-certifications-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }

  .tools-and-certifications-tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    letter-spacing: 3px;
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
  }

  .tools-and-certifications-tab-link:hover {
    background-color: #f1f1f1;
  }

  .tools-and-certifications-tab-link.active {
    border-bottom: 3px solid #000;
  }

  .tools-and-certifications-tab-content {
    display: flex;
    flex-direction: column;
  }

  .tools-and-certifications-tab-pane {
    display: none;
  }

  .tools-and-certifications-tab-pane.active {
    display: block;
  }

  .university-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
  }

  .university-logos img {
    width: 35%;
  }

  .university-logos img:hover {
    transform: scale(1.1);
  }

  .domains {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .domains div {
    width: 40%;
  }

  .skills-to-learn {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .skills-to-learn div {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tools-and-certifications-tab-container {
    width: 80%;
  }

  .tools-and-certifications-tab-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .tools-and-certifications-tab-container h2 {
    text-align: center;
  }

  .tools-and-certifications-tab-container p {
    text-align: center;
  }

  .tools-and-certifications-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }

  .tools-and-certifications-tab-link {
    font-family: "Helvetica Now Display", sans-serif;
    letter-spacing: 3px;
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
  }

  .tools-and-certifications-tab-link:hover {
    background-color: #f1f1f1;
  }

  .tools-and-certifications-tab-link.active {
    border-bottom: 3px solid #000;
  }

  .tools-and-certifications-tab-content {
    display: flex;
    flex-direction: column;
  }

  .tools-and-certifications-tab-pane {
    display: none;
  }

  .tools-and-certifications-tab-pane.active {
    display: block;
  }

  .university-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
  }

  .university-logos img {
    width: 20%;
  }

  .university-logos img:hover {
    transform: scale(1.1);
  }

  .domains {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .domains div {
    width: 40%;
  }

  .skills-to-learn {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .skills-to-learn div {
    width: 40%;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .tools-and-certifications-tab-container {
    margin: 100px auto 0 auto;
    width: 81%;
  }

  .tools-and-certifications-tab-container h1 {
    font-size: 38px;
  }

  /* .tools-and-certifications-tab-container h2 {
  }

  .tools-and-certifications-tab-container p {
  } */

  .tools-and-certifications-tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
  }

  .tools-and-certifications-tab-link {
    letter-spacing: 3px;
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    outline: none;
  }

  .tools-and-certifications-tab-link:hover {
    background-color: #f1f1f1;
  }

  .tools-and-certifications-tab-link.active {
    border-bottom: 3px solid #000;
  }

  .tools-and-certifications-tab-content {
    display: flex;
    flex-direction: column;
  }

  .tools-and-certifications-tab-pane {
    display: none;
  }

  .tools-and-certifications-tab-pane.active {
    display: block;
  }

  .university-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
  }

  .university-logos img {
    width: 20%;
  }

  .university-logos img:hover {
    transform: scale(1.1);
  }

  .domains {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .domains div {
    width: 40%;
  }

  .skills-to-learn {
    font-style: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 45px 45px;
  }

  .skills-to-learn div {
    width: 40%;
  }
}

/* Additional skill enhancement content */
.additional-skill-enhancement-container {
  width: 80%;
  margin: 100px auto;
}

.additional-skill-enhancement-container h1 {
  font-size: 38px;
}

.additional-skill-enhancement-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

.additional-skill-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  padding: 10px;
  border: 1px solid lightgray;
}

.subsection {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 0 30px;
}

.subsection h3 {
  border-bottom: 2px solid lightgray;
  padding-bottom: 15px;
  font-weight: bold;
  margin-top: 17px;
  font-size: 17px;
}

.subsection ol {
  padding-left: 20px;
  font-size: 16px;
}

.subsection ol li {
  padding-top: 15px;
}

@media (max-width: 576.95px) {
  .additional-skill-enhancement-container {
    width: 95%;
  }

  .additional-skill-enhancement-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .additional-skill-enhancement-container p {
    margin-top: 20px;
    text-align: center;
  }

  .additional-skill-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 10px;
    border: 1px solid lightgray;
  }

  .subsection {
    width: 100%;
  }

  .subsection h3 {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 17px;
    font-size: 17px;
  }

  .subsection ol {
    padding-left: 20px;
    font-size: 16px;
  }

  .subsection ol li {
    padding-top: 15px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .additional-skill-enhancement-container {
    width: 95%;
  }

  .additional-skill-enhancement-container h1 {
    font-size: 28px;
    text-align: center;
  }

  .additional-skill-enhancement-container p {
    margin-top: 20px;
    text-align: center;
  }

  .additional-skill-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 10px;
    border: 1px solid lightgray;
  }

  .subsection {
    width: 100%;
  }

  .subsection h3 {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 17px;
    font-size: 17px;
  }

  .subsection ol {
    padding: 0;
    font-size: 14px;
  }

  .subsection ol li {
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .additional-skill-enhancement-container {
    width: 80%;
  }

  .additional-skill-enhancement-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .additional-skill-enhancement-container p {
    margin-top: 20px;
    text-align: center;
  }

  .additional-skill-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 10px;
    border: 1px solid lightgray;
  }

  .subsection {
    width: 100%;
  }

  .subsection h3 {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 17px;
    font-size: 17px;
  }

  .subsection ol {
    padding-left: 20px;
    font-size: 16px;
  }

  .subsection ol li {
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .additional-skill-enhancement-container {
    width: 80%;
  }

  .additional-skill-enhancement-container h1 {
    font-size: 38px;
    text-align: center;
  }

  .additional-skill-enhancement-container p {
    margin-top: 20px;
    text-align: center;
  }

  .additional-skill-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 10px;
    border: 1px solid lightgray;
  }

  .subsection {
    width: 100%;
  }

  .subsection h3 {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 17px;
    font-size: 17px;
  }

  .subsection ol {
    padding-left: 20px;
    font-size: 16px;
  }

  .subsection ol li {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .additional-skill-enhancement-container {
    width: 80%;
  }

  .additional-skill-enhancement-container h1 {
    font-size: 38px;
  }

  .additional-skill-enhancement-container p {
    margin-top: 20px;
  }

  .additional-skill-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    padding: 10px;
    border: 1px solid lightgray;
  }

  .subsection {
    width: 100%;
  }

  .subsection h3 {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
    font-weight: normal;
    margin-top: 17px;
    font-size: 18px;
  }

  .subsection ol {
    padding-left: 20px;
    font-size: 16px;
  }

  .subsection ol li {
    padding-top: 15px;
  }
}

/* fees and scholarships */
h1.mba-fees {
  margin: 20px auto;
}

.mba-fees-and-scholarships-container {
  width: 80%;
  margin: auto;
}

.mba-fees-and-scholarships-container p.smu-price-four-semesters {
  margin-bottom: 20px;
  font-size: 38px;
}

span#note {
  font-size: 14px;
}

.muj-fee-tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid lightgray;
}

.muj-fee-tab {
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  color: lightgray;
  font-family: "Helvetica Now Display", sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.muj-fee-tab.muj-active {
  color: #000;
  border-bottom: 3px solid black;
}

#muj-fee-content {
  display: flex;
  padding: 20px;
  gap: 0 25px;
}

.muj-full-course-fee {
  background: linear-gradient(145deg, #ded7b6 0%, #0522d2 50%);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.muj-full-course-fee h4 {
  color: #fff;
  font-weight: 100;
  margin-top: 30px;
}

.muj-price-four-semesters {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

.muj-taxes {
  font-size: 14px;
  color: #fff;
  margin-top: -15px;
}

.muj-fee-per-semester-and-emi {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.muj-fee-per-semester {
  background-color: blue;
  height: 48%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.muj-price {
  font-weight: normal;
  font-size: 27px;
}

.muj-emi {
  background-color: #f4ae2a;
  font-weight: normal;
  color: #000;
  height: 48%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smu-fee-tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 2px solid lightgray;
}

.smu-fee-tab {
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  color: lightgray;
  font-family: "Helvetica Now Display", sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.smu-fee-tab.smu-active {
  color: #000;
  border-bottom: 3px solid black;
}

#smu-fee-content {
  display: flex;
  padding: 20px;
  gap: 0 25px;
}

.smu-full-course-fee {
  background: linear-gradient(145deg, #57ff45 0%, #09143e 30%);
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.smu-full-course-fee h4 {
  color: #fff;
  font-weight: 100;
  margin-top: 30px;
}

.smu-price-four-semesters {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

.smu-taxes {
  font-size: 14px;
  color: #fff;
  margin-top: -15px;
}

.smu-fee-per-semester-and-emi {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.smu-fee-per-semester {
  background-color: #14223d;
  height: 48%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.smu-price {
  font-weight: normal;
  font-size: 27px;
}

.smu-emi {
  background-color: #57ff45;
  font-weight: normal;
  color: #000;
  height: 48%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#payment-specialities {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  gap: 0 20px;
  min-height: 150px;
}

.payment-specialities-muj {
  background-color: #deedff;
}

.payment-specialities-smu {
  background-color: #eeffe0;
}

.feature {
  width: 50%;
  padding: 20px 20px -10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.feature img {
  padding: 0px;
}

.feature h3 {
  padding-left: 20px;
  padding-top: 10px;
}

.feature span {
  padding-left: 20px;
  padding-right: 40px;
}

.feature a {
  display: none;
  color: #000;
  padding-left: 20px;
  margin-top: -40px;
  margin-bottom: 20px;
}

.feature a:hover {
  color: orangered;
}

@media (max-width: 576.95px) {
  h1.mba-fees {
    text-align: center;
    font-size: 28px;
  }

  .mba-fees-and-scholarships-container {
    width: 95%;
    margin: 100px auto;
  }

  .mba-fees-and-scholarships-container p {
    text-align: center;
    width: 70%;
    margin: 10px auto 20px auto;
  }

  span#note {
    font-size: 12px;
  }

  .muj-fee-tabs {
    overflow-x: auto;
  }

  .muj-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .muj-fee-tab.muj-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #muj-fee-content {
    flex-direction: column;
  }

  .muj-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .muj-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .muj-price-four-semesters {
    font-size: 30px;
  }

  .muj-taxes {
    font-size: 12px;
    margin-top: -50px;
  }

  .muj-fee-per-semester-and-emi {
    width: 100%;
  }

  .muj-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .muj-fee-per-semester > span {
    font-size: 12px;
  }

  .muj-price {
    font-weight: normal;
    font-size: 27px;
  }

  .muj-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .muj-emi span {
    font-size: 12px;
  }

  .smu-fee-tabs {
    overflow-x: auto;
  }

  .smu-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .smu-fee-tab.smu-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #smu-fee-content {
    flex-direction: column;
  }

  .smu-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .smu-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .smu-price-four-semesters {
    font-size: 30px;
  }

  .smu-taxes {
    font-size: 12px;
    margin-top: -50px;
  }

  .smu-fee-per-semester-and-emi {
    width: 100%;
  }

  .smu-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .smu-fee-per-semester > span {
    font-size: 12px;
  }

  .smu-price {
    font-weight: normal;
    font-size: 27px;
  }

  .smu-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .smu-emi span {
    font-size: 12px;
  }

  #payment-specialities {
    flex-direction: column;
    gap: 30px 0px;
  }

  .feature {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .feature img {
    height: 64px;
    margin: 30px auto 0 auto;
  }

  .feature h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }

  .feature span {
    font-size: 14px;
    text-align: center;
    margin: 0 30px 30px 30px;
  }

  .feature a {
    color: #000;
    display: none;
  }

  .feature a:hover {
    color: orangered;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  h1.mba-fees {
    text-align: center;
    font-size: 28px;
  }

  .mba-fees-and-scholarships-container {
    width: 95%;
    margin: 100px auto;
  }

  .mba-fees-and-scholarships-container p {
    text-align: center;
    width: 70%;
    margin: 15px auto 15px auto;
  }

  span#note {
    font-size: 12px;
  }

  .muj-fee-tabs {
    overflow-x: auto;
  }

  .muj-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .muj-fee-tab.muj-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #muj-fee-content {
    flex-direction: column;
  }

  .muj-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .muj-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .muj-price-four-semesters {
    font-size: 30px;
  }

  .muj-taxes {
    font-size: 12px;
    margin-top: -50px;
  }

  .muj-fee-per-semester-and-emi {
    width: 100%;
  }

  .muj-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .muj-fee-per-semester > span {
    font-size: 12px;
  }

  .muj-price {
    font-weight: normal;
    font-size: 27px;
  }

  .muj-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .muj-emi span {
    font-size: 12px;
  }

  .smu-fee-tabs {
    overflow-x: auto;
  }

  .smu-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .smu-fee-tab.smu-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #smu-fee-content {
    flex-direction: column;
  }

  .smu-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .smu-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .smu-price-four-semesters {
    font-size: 30px;
  }

  .smu-taxes {
    font-size: 12px;
    margin-top: -50px;
  }

  .smu-fee-per-semester-and-emi {
    width: 100%;
  }

  .smu-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .smu-fee-per-semester > span {
    font-size: 12px;
  }

  .smu-price {
    font-weight: normal;
    font-size: 27px;
  }

  .smu-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .smu-emi span {
    font-size: 12px;
  }

  #payment-specialities {
    flex-direction: column;
    gap: 30px 0px;
  }

  .feature {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .feature img {
    height: 64px;
    margin: 30px auto 0 auto;
  }

  .feature h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }

  .feature span {
    font-size: 14px;
    text-align: center;
    margin: 0 30px 30px 30px;
  }

  .feature a {
    color: #000;
    display: none;
  }

  .feature a:hover {
    color: orangered;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1.mba-fees {
    text-align: center;
  }

  .mba-fees-and-scholarships-container {
    width: 80%;
    margin: 100px auto;
  }

  .mba-fees-and-scholarships-container p {
    text-align: center;
  }

  span#note {
    font-size: 12px;
  }

  .muj-fee-tabs {
    overflow-x: auto;
  }

  .muj-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .muj-fee-tab.muj-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #muj-fee-content {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .muj-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .muj-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .muj-price-four-semesters {
    font-size: 30px;
  }

  .muj-taxes {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .muj-fee-per-semester-and-emi {
    width: 100%;
  }

  .muj-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .muj-fee-per-semester > span {
    font-size: 12px;
  }

  .muj-price {
    font-weight: normal;
    font-size: 27px;
  }

  .muj-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .muj-emi span {
    font-size: 12px;
  }

  .smu-fee-tabs {
    overflow-x: auto;
  }

  .smu-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .smu-fee-tab.smu-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #smu-fee-content {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .smu-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .smu-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .smu-price-four-semesters {
    font-size: 30px;
  }

  .smu-taxes {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .smu-fee-per-semester-and-emi {
    width: 100%;
  }

  .smu-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .smu-fee-per-semester > span {
    font-size: 12px;
  }

  .smu-price {
    font-weight: normal;
    font-size: 27px;
  }

  .smu-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .smu-emi span {
    font-size: 12px;
  }

  #payment-specialities {
    flex-direction: column;
    gap: 30px 0px;
  }

  .feature {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .feature img {
    height: 50px;
    margin: 30px auto 0 auto;
  }

  .feature h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }

  .feature span {
    font-size: 14px;
    text-align: center;
    margin: 0 30px 30px 30px;
  }

  .feature a {
    color: #000;
    display: none;
  }

  .feature a:hover {
    color: orangered;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.mba-fees {
    text-align: center;
    font-size: 38px;
  }

  .mba-fees-and-scholarships-container {
    width: 80%;
    margin: 100px auto;
  }

  .mba-fees-and-scholarships-container p {
    text-align: center;
  }

  span#note {
    font-size: 12px;
  }

  .muj-fee-tabs {
    overflow-x: auto;
  }

  .muj-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .muj-fee-tab.muj-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #muj-fee-content {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  .muj-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .muj-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .muj-price-four-semesters {
    font-size: 30px;
  }

  .muj-taxes {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .muj-fee-per-semester-and-emi {
    width: 100%;
  }

  .muj-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .muj-fee-per-semester > span {
    font-size: 12px;
  }

  .muj-price {
    font-weight: normal;
    font-size: 27px;
  }

  .muj-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .muj-emi span {
    font-size: 12px;
  }

  .smu-fee-tabs {
    overflow-x: auto;
  }

  .smu-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .smu-fee-tab.smu-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #smu-fee-content {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  .smu-full-course-fee {
    width: 100%;
    margin-bottom: -50px;
  }

  .smu-full-course-fee h4 {
    letter-spacing: 2.5px;
    font-size: 12px;
    text-align: center;
  }

  .smu-price-four-semesters {
    font-size: 30px;
  }

  .smu-taxes {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .smu-fee-per-semester-and-emi {
    width: 100%;
  }

  .smu-fee-per-semester {
    margin-top: 60px;
    padding: 10px;
  }

  .smu-fee-per-semester > span {
    font-size: 12px;
  }

  .smu-price {
    font-weight: normal;
    font-size: 27px;
  }

  .smu-emi {
    margin-top: 0px;
    padding: 10px;
  }

  .smu-emi span {
    font-size: 12px;
  }

  #payment-specialities {
    flex-direction: column;
    gap: 30px 0px;
  }

  .feature {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .feature img {
    height: 70px;
    margin: 50px auto 0 auto;
  }

  .feature h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }

  .feature span {
    font-size: 14px;
    text-align: center;
    margin: 0 30px 30px 30px;
  }

  .feature a {
    color: #000;
    display: none;
  }

  .feature a:hover {
    color: orangered;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  h1.mba-fees {
    margin: 20px auto;
  }

  .mba-fees-and-scholarships-container {
    width: 80%;
    margin: 100px auto 0 auto;
  }

  .mba-fees-and-scholarships-container p.muj-price-four-semesters {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .mba-fees-and-scholarships-container p.muj-taxes {
    margin-bottom: 45px;
    font-size: 16px;
  }

  span#note {
    font-size: 14px;
  }

  .muj-fee-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .muj-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .muj-fee-tab.muj-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #muj-fee-content {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 0 10px;
  }

  .muj-full-course-fee {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .muj-full-course-fee h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    margin-top: 50px;
  }

  .muj-price-four-semesters {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }

  .muj-taxes {
    font-size: 14px;
    color: #fff;
    margin-top: -15px;
  }

  .muj-fee-per-semester-and-emi {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .muj-fee-per-semester {
    font-weight: normal;
    font-size: 15px;
    height: 48%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .muj-price {
    font-weight: normal;
    font-size: 27px;
  }

  .muj-emi {
    height: 48%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .smu-fee-tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .smu-fee-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  .smu-fee-tab.smu-active {
    color: #000;
    border-bottom: 3px solid black;
  }

  #smu-fee-content {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 0 10px;
  }

  .smu-full-course-fee {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .smu-full-course-fee h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    margin-top: 50px;
  }

  .smu-price-four-semesters {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }

  .smu-taxes {
    margin-bottom: 45px;
    font-size: 16px;
  }

  .smu-fee-per-semester-and-emi {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .smu-fee-per-semester {
    font-weight: normal;
    font-size: 15px;
    height: 48%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .smu-price {
    font-weight: normal;
    font-size: 27px;
  }

  .smu-emi {
    height: 48%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #payment-specialities {
    margin-top: 40px;
    padding: 30px;
    display: flex;
    gap: 0 20px;
    min-height: 150px;
  }

  .feature {
    width: 50%;
    padding: 20px 20px -10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .feature img {
    padding: 20px 0px 0px 20px;
  }

  .feature h3 {
    padding-left: 20px;
    padding-top: 10px;
  }

  .feature span {
    padding-left: 20px;
    padding-right: 40px;
  }

  .feature a {
    display: none;
    color: #000;
    padding-left: 20px;
    margin-top: -40px;
    margin-bottom: 20px;
  }

  .feature a:hover {
    color: orangered;
  }
}

/* Who can apply for our online MBA course */
.criteria-to-apply-container {
  width: 80%;
  margin: 100px auto;
}

.criteria-tabs {
  margin: 0 20px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid lightgray;
}

.criteria-tab {
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  color: lightgray;
  font-family: "Helvetica Now Display", sans-serif;
  cursor: pointer;
  font-weight: 700;
}

.criteria-tab.active {
  color: #000;
  border-bottom: 3px solid black;
}

.requirements-container {
  width: 100%;
}

.requirement {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: -5px;
}

.requirement-icon {
  margin-right: 20px;
  font-size: 16px;
  flex-shrink: 0;
}

.content {
  flex-grow: 1;
}

h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}

.requirement .icon i {
  margin-top: 5px;
}

@media (max-width: 576.95px) {
  .criteria-to-apply-container {
    width: 95%;
  }

  .criteria-to-apply-container h2 {
    text-align: center;
  }

  .criteria-tabs {
    margin: 0 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .criteria-tab {
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-weight: 700;
  }

  .criteria-tab.active {
    color: #000;
    border-bottom: 3px solid black;
  }

  .requirements-container {
    width: 100%;
  }

  .requirement {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: -5px;
  }

  .requirement-icon {
    margin-right: 20px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .content {
    flex-grow: 1;
  }

  h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
  }

  p {
    font-size: 11px;
  }

  .requirement .icon i {
    margin-top: 5px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .criteria-to-apply-container {
    width: 95%;
  }

  .criteria-to-apply-container h2 {
    text-align: center;
    font-size: 28px;
    margin: 0 10%;
  }

  .criteria-tabs {
    margin: 0 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .criteria-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-weight: 700;
  }

  .criteria-tab.active {
    color: #000;
    border-bottom: 3px solid black;
  }

  .requirements-container {
    width: 100%;
  }

  .requirement {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: -5px;
  }

  .requirement-icon {
    margin-right: 20px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .content {
    flex-grow: 1;
  }

  h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
  }

  .requirement .icon i {
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .criteria-to-apply-container {
    width: 80%;
  }

  .criteria-to-apply-container h2 {
    text-align: center;
    font-size: 38px;
  }

  .criteria-tabs {
    margin: 0 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .criteria-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-weight: 700;
  }

  .criteria-tab.active {
    color: #000;
    border-bottom: 3px solid black;
  }

  .requirements-container {
    width: 100%;
  }

  .requirement {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: -5px;
  }

  .requirement-icon {
    margin-right: 20px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .content {
    flex-grow: 1;
  }

  h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
  }

  .requirement .icon i {
    margin-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .criteria-to-apply-container {
    width: 80%;
  }

  .criteria-to-apply-container h2 {
    text-align: center;
    font-size: 38px;
  }

  .criteria-tabs {
    margin: 0 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .criteria-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-weight: 700;
  }

  .criteria-tab.active {
    color: #000;
    border-bottom: 3px solid black;
  }

  .requirements-container {
    width: 100%;
  }

  .requirement {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: -5px;
  }

  .requirement-icon {
    margin-right: 20px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .content {
    flex-grow: 1;
  }

  h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
  }

  .requirement .icon i {
    margin-top: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .criteria-to-apply-container {
    width: 80%;
  }

  .criteria-to-apply-container h2 {
    font-size: 38px;
  }

  .criteria-tabs {
    margin: 0 20px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid lightgray;
  }

  .criteria-tab {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: lightgray;
    font-family: "Helvetica Now Display", sans-serif;
    cursor: pointer;
    font-weight: 700;
  }

  .criteria-tab.active {
    color: #000;
    border-bottom: 3px solid black;
  }

  .requirements-container {
    width: 100%;
  }

  .requirement {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: -5px;
  }

  .requirement-icon {
    margin-right: 20px;
    font-size: 16px;
    flex-shrink: 0;
  }

  .content {
    flex-grow: 1;
  }

  h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .requirement .icon i {
    margin-top: 5px;
  }
}

/* Admission process of program */
.admission-process-container {
  margin: 100px auto;
  width: 80%;
}

#start-your-journey-and-enroll {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#start-your-journey-and-enroll button {
  font-size: 16px;
  padding: 15px 25px;
  color: #fff;
  border-radius: 10px;
  background-color: black;
  border: none;
  font-family: "Helvetica Now Display", sans-serif;
}

#start-your-journey-and-enroll button:hover {
  background-color: orangered;
}

.admission-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid lightgray;
  padding: 20px;
  position: relative;
  width: 100%;
  margin: 15px auto;
}

.admission-step {
  text-align: center;
  width: 22%;
}

.admission-step-number {
  background-color: transparent;
  border: 1px solid orange;
  color: orange;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.admission-step-icon {
  margin: 15px 0;
}

.admission-step h3 {
  font-size: 18px;
  font-weight: normal;
  color: #1c2948;
  margin-bottom: 10px;
}

.admission-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.admission-steps-container:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: orange;
  z-index: 0;
}

.admission-step-number {
  background-color: white;
  z-index: 2;
}

.admission-step-icon img {
  width: 60px;
  height: 60px;
}

@media (max-width: 576.95px) {
  .admission-process-container {
    width: 95%;
  }

  .admission-process-container h2 {
    text-align: center;
  }

  #start-your-journey-and-enroll {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  #start-your-journey-and-enroll > span {
    font-size: 14px;
    width: 300px;
  }

  #start-your-journey-and-enroll button {
    padding: 7px 12px;
    font-size: 14px;
  }

  #start-your-journey-and-enroll button:hover {
    background-color: orangered;
  }

  .admission-steps-container {
    gap: 45px 0;
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .admission-step {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .admission-steps-container:before {
    display: none;
  }

  .admission-step-number {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }

  .admission-step h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .admission-step p {
    font-size: 13px;
    margin: 0 50px;
  }

  .admission-step-icon img {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .admission-process-container {
    width: 95%;
  }

  .admission-process-container > h2 {
    text-align: center;
    font-size: 28px;
  }

  #start-your-journey-and-enroll {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  #start-your-journey-and-enroll > span {
    font-size: 14px;
    width: 300px;
  }

  #start-your-journey-and-enroll button {
    padding: 7px 12px;
  }

  #start-your-journey-and-enroll button:hover {
    background-color: orangered;
  }

  .admission-steps-container {
    gap: 45px 0;
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .admission-step {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .admission-steps-container:before {
    display: none;
  }

  .admission-step-number {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }

  .admission-step h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .admission-step p {
    font-size: 13px;
    margin: 0 50px;
  }

  .admission-step-icon img {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .admission-process-container {
    width: 80%;
  }

  .admission-process-container > h2 {
    text-align: center;
    font-size: 38px;
  }

  #start-your-journey-and-enroll {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  #start-your-journey-and-enroll > span {
    font-size: 14px;
    width: 300px;
  }

  #start-your-journey-and-enroll button {
    padding: 7px 12px;
  }

  #start-your-journey-and-enroll button:hover {
    background-color: orangered;
  }

  .admission-steps-container {
    gap: 45px 0;
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .admission-step {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .admission-steps-container:before {
    display: none;
  }

  .admission-step-number {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }

  .admission-step h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .admission-step p {
    font-size: 13px;
    margin: 0 50px;
  }

  .admission-step-icon img {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .admission-process-container {
    width: 80%;
  }

  .admission-process-container > h2 {
    text-align: center;
    font-size: 38px;
  }

  #start-your-journey-and-enroll {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  #start-your-journey-and-enroll > span {
    font-size: 14px;
    width: 300px;
  }

  #start-your-journey-and-enroll button {
    padding: 7px 12px;
  }

  #start-your-journey-and-enroll button:hover {
    background-color: orangered;
  }

  .admission-steps-container {
    gap: 45px 0;
    flex-direction: column;
    padding: 10px;
    align-items: center;
  }

  .admission-step {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .admission-steps-container:before {
    display: none;
  }

  .admission-step-number {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }

  .admission-step h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .admission-step p {
    font-size: 13px;
    margin: 0 50px;
  }

  .admission-step-icon img {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .admission-process-container {
    margin: 100px auto;
    width: 80%;
  }

  .admission-process-container h2 {
    font-size: 38px;
  }

  #start-your-journey-and-enroll {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #start-your-journey-and-enroll button {
    padding: 15px 25px;
    color: #fff;
    background-color: black;
    border: none;
  }

  #start-your-journey-and-enroll button:hover {
    background-color: orangered;
  }

  .admission-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid lightgray;
    padding: 20px;
    position: relative;
    width: 100%;
    margin: 15px auto;
  }

  .admission-step {
    text-align: center;
    width: 22%;
  }

  .admission-step-number {
    background-color: transparent;
    border: 1px solid orange;
    color: orange;
    font-size: 20px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .admission-step-icon {
    margin: 15px 0;
  }

  .admission-step h3 {
    font-size: 18px;
    font-weight: normal;
    color: #1c2948;
    margin-bottom: 10px;
  }

  .admission-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
  }

  .admission-steps-container:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: orange;
    z-index: 0;
  }

  .admission-step-number {
    background-color: white;
    z-index: 2;
  }

  .admission-step-icon img {
    width: 60px;
    height: 60px;
  }
}

/* Online faculty carousel */
@media (max-width: 576.98px) {
  .online-faculty-container > h2 {
    /* font-size: 40px; */
    font-size: 24px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
  }

  .online-faculty-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .online-faculty-card {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .online-faculty-card img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px lightgray;
  }

  .online-faculty-info {
    font-family: "Helvetica Now Display", sans-serif;
    display: inline-block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .online-faculty-info h2 {
    font-weight: normal;
    margin-top: 15px;
    font-size: 18px;
    color: orangered; /* Dark blue color */
  }

  .online-faculty-info p.role {
    font-family: "Helvetica Now Display", sans-serif;
    color: black;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .online-faculty-container {
    width: 95%;
  }

  .online-faculty-container h2 {
    font-size: 40px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: normal;
    text-align: center;
  }

  .online-faculty-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
    /* background-color: pink; */
    display: flex;
    flex-wrap: wrap;
  }

  .online-faculty-card {
    /* background-color: red; */
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .online-faculty-card img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px lightgray;
  }

  .online-faculty-info {
    font-family: "Helvetica Now Display", sans-serif;
    display: inline-block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .online-faculty-info h2 {
    margin-top: 15px;
    font-size: 16px;
    color: orangered;
  }

  .online-faculty-info p.role {
    color: black;
    font-size: 13px;
  }

  .online-faculty-info p.qualification {
    color: black;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .online-faculty-container {
    width: 80%;
  }

  .online-faculty-container > h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }

  .online-faculty-carousel {
    width: 100%;
    margin: 50px auto 0 auto;
    /* background-color: pink; */
    display: flex;
    flex-wrap: wrap;
  }

  .online-faculty-card {
    /* background-color: red; */
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .online-faculty-card img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px lightgray;
  }

  .online-faculty-info {
    font-family: "Helvetica Now Display", sans-serif;
    display: inline-block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .online-faculty-info h2 {
    margin-top: 15px;
    font-size: 14px;
    color: orangered;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .online-faculty-container {
    width: 80%;
  }

  .online-faculty-container > h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: normal;
    font-family: "Helvetica Now Display", sans-serif;
  }

  .online-faculty-carousel {
    width: 100%;
    margin: 30px auto 0 auto;
    /* background-color: pink; */
    display: flex;
    flex-wrap: wrap;
  }

  .online-faculty-card {
    /* background-color: red; */
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .online-faculty-card img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px lightgray;
  }

  .online-faculty-info {
    font-family: "Helvetica Now Display", sans-serif;
    display: inline-block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .online-faculty-info h2 {
    margin-top: 15px;
    font-size: 14px;
    color: orangered;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .online-faculty-container {
    width: 80%;
    margin: 100px auto;
  }
  .online-faculty-container > h2 {
    font-size: 38px;
    font-weight: normal;
    font-family: "Helvetica Now Display", sans-serif;
    margin: 0px 35px 20px 0;
  }

  .online-faculty-carousel {
    width: 100%;
    margin: 0 auto;
    /* background-color: pink; */
    display: flex;
    flex-wrap: wrap;
  }

  .online-faculty-card {
    /* background-color: red; */
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .online-faculty-card img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    box-shadow: 0 0 3px 1px lightgray;
  }

  .online-faculty-info {
    font-size: 12px;
    font-family: "Helvetica Now Display", sans-serif;
    display: inline-block;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }

  .online-faculty-info h2 {
    margin-top: 15px;
    font-size: 20px;
    color: orangered;
  }
}

/* Learner experience carousel */
@media (max-width: 576.98px) {
  .learner-experience-container {
    width: 100%;
    margin: 100px auto;
  }

  .learner-experience-carousel {
    width: 95%;
    margin: 30px auto 0 auto;
  }

  .learner-experience-container h2 {
    font-size: 24px;
    /* font-size: 40px; */
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
  }

  .learner-experience-card {
    border: 1px solid lightgray;
    min-height: 560px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .learner-experience-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .learner-experience-card p {
    color: #000;
    margin: 20px;
    font-size: 16px;
  }

  .name-and-read-more {
    margin: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name-and-read-more > .name {
    color: orangered;
    font-weight: bold;
    font-size: 16px;
  }

  .name-and-read-more > .read-more {
    font-size: 16px;
    color: #000;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .learner-experience-container {
    margin-top: 100px;
    width: 95%;
  }
  .learner-experience-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px auto;
  }

  .learner-experience-card {
    border: 1px solid lightgray;
    min-height: 475px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .learner-experience-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .learner-experience-card p {
    color: #000;
    margin: 20px;
    font-size: 16px;
  }

  .name-and-read-more {
    margin: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name-and-read-more > .name {
    color: orangered;
    font-weight: normal;
    font-size: 14px;
  }

  .name-and-read-more > .read-more {
    font-size: 14px;
    color: #000;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .learner-experience-container {
    margin-top: 100px;
    width: 80%;
  }
  .learner-experience-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 500px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 50px auto;
  }

  .learner-experience-card {
    border: 1px solid lightgray;
    min-height: 480px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .learner-experience-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .learner-experience-card p {
    color: #000;
    margin: 20px;
    font-size: 16px;
  }

  .name-and-read-more {
    margin: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name-and-read-more > .name {
    color: orangered;
    font-weight: bold;
    font-size: 15px;
  }

  .name-and-read-more > .read-more {
    font-size: 15px;
    color: #000;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .learner-experience-container {
    width: 80%;
    margin-top: 130px;
  }

  .learner-experience-container > h2 {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    font-family: "Helvetica Now Display", sans-serif;
    margin-bottom: 30px;
  }

  .learner-experience-card {
    border: 1px solid lightgray;
    min-height: 515px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .learner-experience-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .learner-experience-card p {
    color: #000;
    margin: 20px;
    font-size: 16px;
  }

  .name-and-read-more {
    margin: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name-and-read-more > .name {
    color: orangered;
    font-weight: bold;
    font-size: 15px;
  }

  .name-and-read-more > .read-more {
    font-size: 15px;
    color: #000;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .learner-experience-container {
    width: 80%;
    margin: 100px auto;
  }

  .learner-experience-container > h2 {
    font-size: 38px;
    font-weight: normal;
    margin: 0 25px 20px 0;
    font-family: "Helvetica Now Display", sans-serif;
  }

  .learner-experience-card {
    border: 1px solid lightgray;
    min-height: 570px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .learner-experience-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .learner-experience-card p {
    margin: 20px;
    font-size: 16px;
    font-family: "Helvetica Now Display", sans-serif;
  }

  .name-and-read-more {
    margin: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .name-and-read-more > .name {
    font-family: "Helvetica Now Display", sans-serif;
    color: orangered;
    font-weight: bold;
    font-size: 15px;
  }

  .name-and-read-more > .read-more {
    text-decoration: underline;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
  }
}

/* Placement assistance carousel */
@media (max-width: 576.98px) {
  .placement-assistance-container {
    width: 100%;
  }

  .placement-assistance-container h2 {
    font-size: 24px;
    /* font-size: 40px; */
    font-family: "Helvetica Now Display", sans-serif;
    /* width: 300px; */
    text-align: center;
    font-weight: normal;
  }

  .placement-assistance-carousel {
    width: 95%;
    margin: 30px auto 0 auto;
  }

  .placement-assistance-card {
    border: 1px solid lightgray;
    min-height: 370px !important;
    width: 50%;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .placement-assistance-img img {
    width: 100%;
    height: auto;
  }

  .placement-assistance-title {
    color: #000;
    font-weight: bold;
    margin: 3px 20px 0 5px;
    font-size: 16px;
  }

  .placement-assistance-para {
    color: black;
    font-size: 12px;
    margin: 7px 5px 10px 5px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .placement-assistance-container {
    width: 95%;
  }

  .placement-assistance-container h2 {
    font-size: 28px;
    font-family: "Helvetica Now Display", sans-serif;
    width: 300px;
    font-weight: normal;
    margin: 0 auto 30px auto;
  }

  .placement-assistance-carousel {
    width: 100%;
    margin: 0 auto;
  }

  .placement-assistance-card {
    border: 1px solid lightgray;
    min-height: 440px !important;
    width: 50%;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .placement-assistance-img img {
    width: 100%;
    height: auto;
  }

  .placement-assistance-title {
    color: #000;
    font-weight: bold;
    margin: 3px 20px 0 5px;
    font-size: 16px;
  }

  .placement-assistance-para {
    color: #000;
    font-size: 14px;
    margin: 7px 20px 0 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .placement-assistance-container {
    width: 80%;
  }

  .placement-assistance-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    text-align: center;
    margin: 100px auto 50px auto;
    font-weight: normal;
  }

  .placement-assistance-carousel {
    width: 100%;
    margin: 0 auto;
  }

  .placement-assistance-card {
    border: 1px solid lightgray;
    min-height: 400px !important;
    width: 25%;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .placement-assistance-img img {
    width: 100%;
    height: auto;
  }

  .placement-assistance-title {
    color: #000;
    font-weight: bold;
    margin: 3px 20px 0 5px;
    font-size: 17px;
  }

  .placement-assistance-para {
    color: #000;
    font-size: 16px;
    margin: 7px 20px 0 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .placement-assistance-container {
    width: 80%;
    margin-top: 120px;
  }

  .placement-assistance-container h2 {
    font-size: 38px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
  }

  .placement-assistance-carousel {
    width: 100%;
    margin: 0 auto;
  }

  .placement-assistance-card {
    border: 1px solid lightgray;
    min-height: 480px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .placement-assistance-img img {
    width: 100%;
    height: auto;
  }

  .placement-assistance-title {
    color: #000;
    font-weight: bold;
    margin: 3px 20px 0 5px;
    font-size: 18px;
  }

  .placement-assistance-para {
    color: #000;
    font-size: 16px;
    margin: 7px 20px 10px 5px;
  }
}

@media (min-width: 1200px) and (max-width: 2000px) {
  .placement-assistance-container {
    width: 80%;
    margin: 100px auto;
  }
  .placement-assistance-container h2 {
    font-size: 38px;
    font-weight: normal;
    font-family: "Helvetica Now Display", sans-serif;
    margin: 0 auto 20px auto;
  }

  .placement-assistance-carousel {
    width: 100%;
    margin: 0 auto;
  }

  .placement-assistance-card {
    border: 1px solid lightgray;
    min-height: 535px !important;
    font-family: "Helvetica Now Display", sans-serif;
    border-radius: 5px;
  }

  .placement-assistance-img img {
    width: 100%;
    height: auto;
  }

  .placement-assistance-title {
    font-family: "Helvetica Now Display", sans-serif;
    color: #000;
    font-weight: bold;
    margin: 10px 20px 0 10px;
    font-size: 20px;
  }

  .placement-assistance-para {
    font-family: "Helvetica Now Display", sans-serif;
    font-size: 16px;
    margin: 10px 20px 10px 10px;
  }
}

/* Frequently asked questions */
.faq-container {
  width: 80%;
  margin: 100px auto;
}

.faq-tabs {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.faq-tab {
  font-family: "Helvetica Now Display", sans-serif;
  flex: 1;
  padding: 10px 20px;
  border: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  color: #999;
  background-color: transparent;
}

.faq-tab.active-faq-tab {
  color: #000;
  border-bottom: 3px solid #000;
}

.faq-content {
  display: none;
}

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

.faq-accordion {
  width: 100%;
  margin: 20px auto;
}

.faq-accordion-item {
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  border-radius: 5px;
}

.faq-accordion-trigger {
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  color: black;
  font-size: 16px;
}

.faq-accordion-content {
  display: none;
  padding: 10px;
}

.faq-accordion-content > div ul {
  list-style-type: disc;
}

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

@media (max-width: 576.95px) {
  .faq-container {
    width: 95%;
  }

  .faq-container h2 {
    text-align: center;
  }

  .faq-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .faq-tab {
    flex: 1;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: transparent;
  }

  .faq-tab.active-faq-tab {
    color: #000;
    border-bottom: 3px solid #000;
  }

  .faq-content {
    display: none;
  }

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

  .faq-accordion {
    width: 100%;
    margin: 20px auto;
  }

  .faq-accordion-item {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 5px;
  }

  .faq-accordion-trigger {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-content {
    display: none;
    padding: 10px;
  }

  .faq-accordion-content > div ul {
    list-style-type: disc;
  }

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

@media (min-width: 577px) and (max-width: 767.98px) {
  .faq-container {
    width: 95%;
  }

  .faq-container h2 {
    text-align: center;
    font-size: 28px;
  }

  .faq-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .faq-tab {
    flex: 1;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: transparent;
  }

  .faq-tab.active-faq-tab {
    color: #000;
    border-bottom: 3px solid #000;
  }

  .faq-content {
    display: none;
  }

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

  .faq-accordion {
    width: 100%;
    margin: 20px auto;
  }

  .faq-accordion-item {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 5px;
  }

  .faq-accordion-trigger {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-content {
    display: none;
    padding: 10px;
  }

  .faq-accordion-content > div ul {
    list-style-type: disc;
  }

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

@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-container {
    width: 80%;
  }

  .faq-container h2 {
    text-align: center;
  }

  .faq-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .faq-tab {
    flex: 1;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: transparent;
  }

  .faq-tab.active-faq-tab {
    color: #000;
    border-bottom: 3px solid #000;
  }

  .faq-content {
    display: none;
  }

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

  .faq-accordion {
    width: 100%;
    margin: 20px auto;
  }

  .faq-accordion-item {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 5px;
  }

  .faq-accordion-trigger {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-content {
    display: none;
    padding: 10px;
  }

  .faq-accordion-content > div ul {
    list-style-type: disc;
  }

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

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-container {
    width: 80%;
  }

  .faq-container h2 {
    font-size: 38px;
    text-align: center;
  }

  .faq-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .faq-tab {
    flex: 1;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: transparent;
  }

  .faq-tab.active-faq-tab {
    color: #000;
    border-bottom: 3px solid #000;
  }

  .faq-content {
    display: none;
  }

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

  .faq-accordion {
    width: 100%;
    margin: 20px auto;
  }

  .faq-accordion-item {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 5px;
  }

  .faq-accordion-trigger {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-content {
    display: none;
    padding: 10px;
  }

  .faq-accordion-content > div ul {
    list-style-type: disc;
  }

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

@media (min-width: 1200px) and (max-width: 2000px) {
  .faq-container {
    width: 80%;
    margin-top: 100px;
  }

  .faq-container h2 {
    font-size: 38px;
  }

  .faq-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .faq-tab {
    flex: 1;
    padding: 10px 15px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #999;
    background-color: transparent;
  }

  .faq-tab.active-faq-tab {
    color: #000;
    border-bottom: 3px solid #000;
  }

  .faq-content {
    display: none;
  }

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

  .faq-accordion {
    width: 100%;
    margin: 20px auto;
  }

  .faq-accordion-item {
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 5px;
  }

  .faq-accordion-trigger {
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-content {
    display: none;
    padding: 10px;
  }

  .faq-accordion-content > div ul {
    list-style-type: disc;
  }

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



/* =========================================================== */
/* Certificate section css */
/* =========================================================== */
/* Base styles */
.degree-line-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  }

  .degree-line-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  }

  .degree-text-wrapper .degree-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  }

  .degree-text-wrapper .degree-text {
  font-size: 16px;
  color: orange;
  line-height: 1.5;
  }


  /* Responsive design */
  @media (max-width: 768px) {

  .degree-line-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  }

  .degree-line-item img {
  margin-bottom: 10px;
  }

  }



  .duplicate-message {
    background: #fdecea;              /* light red background */
    border: 1px solid #f5c6cb;        /* soft red border */
    color: #721c24;                   /* dark red text */
    padding: 18px 20px;
    margin: 15px 0;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  .duplicate-message p {
      margin: 0 0 12px;
      font-weight: 500;
  }

  .duplicate-message p strong {
      font-size: 16px;
      display: block;
      margin-bottom: 8px;
  }

  .duplicate-message ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .duplicate-message ul li {
      margin: 8px 0;
      /* display: flex; */
      align-items: center;
      font-weight: 600;
  }

  .duplicate-message ul li i {
      margin-right: 8px;
      font-size: 18px;
      color: #721c24;
  }

  .duplicate-message ul li a {
      text-decoration: none;
      color: #721c24;
      transition: color 0.3s;
  }

  .duplicate-message ul li a:hover {
      color: #dc3545;                   /* darker red on hover */
  }


  /* ====================================================== */
        

        