.mba-page-section {
  background: #f7faff;
  padding: 30px 0 60px;
  color: black;
}

.breadcrumb-area {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-area a {
  color: #061b3a;
  text-decoration: none;
}

.breadcrumb-area span {
    font-weight: 700;
  margin: 0 8px;
}

.mba-hero-full {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dfe8f5;
  border-radius: 18px;
  padding: 42px;
  margin-bottom: 26px;
  box-shadow: 0 8px 24px rgba(6, 27, 58, 0.08);
}

.program-badge {
  display: inline-block;
  background: #f6b400;
  color: #061b3a;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.mba-hero-full h1 {
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 15px;
}

.mba-hero-full h1::after,
.content-card h2::after,
.sidebar-card h3::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background: #f6b400;
  border-radius: 20px;
  margin-top: 12px;
}

.mba-hero-full p {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 24px;
}

.hero-info-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #dfe8f5;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 22px;
}

.hero-info-box {
  padding: 20px;
  border-right: 1px solid #dfe8f5;
}

.hero-info-box:last-child {
  border-right: 0;
}

.hero-info-box strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #061b3a;
}

.hero-info-box small {
  color: #475569;
/*  font-size: 14px; */
}

.hero-btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.yellow-btn,
.outline-btn {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.yellow-btn {
  background: #f6b400;
  color: #061b3a;
}

.outline-btn {
  background: #ffffff;
  color: #061b3a;
  border: 1px solid #061b3a;
}

.content-card,
.sidebar-card {
  background: #ffffff;
  border: 1px solid #dfe8f5;
  border-radius: 16px;
  padding: 26px;
  margin-bottom: 24px;
  box-shadow: 0 8px 22px rgba(6, 27, 58, 0.06);
}

.content-card h2,
.sidebar-card h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #061b3a;
}

.content-card p {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
}

.two-col-list,
.overview-grid,
.benefit-grid,
.placement-grid,
.recruiter-grid {
  display: grid;
  gap: 16px;
}

.two-col-list {
  grid-template-columns: repeat(2, 1fr);
}

.two-col-list p,
.overview-grid div,
.benefit-grid div {
  background: #f8fbff;
  border: 1px solid #e2ecf8;
  border-radius: 12px;
  padding: 16px;
  margin: 0;
}

.overview-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}

.overview-grid h4 {
  font-size: 16px;
  font-weight: 900;
  color: #061b3a;
}

.semester-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.semester-box {
  border: 1px solid #dfe8f5;
  border-radius: 12px;
  overflow: hidden;
}

.semester-box h4 {
  background: #061b3a;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 12px;
  margin: 0;
}

.semester-box ul {
  padding: 5px 5px;
  margin: 0;
  list-style: none;
}

.semester-box li {
/*  font-size: 14px; */
  color: #334155;
  padding: 7px 0;
}

.semester-box li::before,
.check-list li::before,
.sidebar-list li::before {
  content: "›";
  color: #f6b400;
  font-weight: 900;
  margin-right: 8px;
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  color: #334155;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #edf2f8;
}

.career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.career-tags span {
  border: 1px solid #dfe8f5;
  color: #061b3a;
  background: #f8fbff;
  padding: 9px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.placement-grid {
  grid-template-columns: repeat(4, 1fr);
}

.placement-grid div {
  text-align: center;
  background: #fff8e5;
  border: 1px solid #f6d87d;
  border-radius: 12px;
  padding: 18px 12px;
}

.placement-grid strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #061b3a;
}

.placement-grid small {
  font-size: 13px;
  color: #475569;
}

.recruiter-grid {
  grid-template-columns: repeat(4, 1fr);
}

.recruiter-grid div {
  border: 1px solid #dfe8f5;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  font-weight: 900;
  background: #ffffff;
}

/* Right Sidebar */
.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.lead-form-card {
  padding: 0;
  overflow: hidden;
}

.lead-form-card h3 {
  background: #061b3a;
  color: #ffffff;
  padding: 18px 22px;
  margin: 0;
}

.lead-form-card h3::after {
  display: none;
}

.lead-form-card p,
.lead-form-card form {
  padding: 0 22px;
}

.lead-form-card p {
  margin-top: 18px;
  color: #334155;
}

.lead-form-card form {
  padding-bottom: 22px;
}

.lead-form-card input,
.lead-form-card select {
  width: 100%;
  height: 44px;
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0 12px;
  font-size: 14px;
}

.agree-box {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #334155;
  margin-bottom: 14px;
}

.agree-box input {
  width: auto;
  height: auto;
  margin-top: 3px;
}

.lead-form-card button,
.view-all-btn {
  width: 100%;
  height: 46px;
  border: none;
  background: #f6b400;
  color: #061b3a;
  border-radius: 8px;
  font-weight: 900;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  border-bottom: 1px solid #edf2f8;
  padding:15px 0px;
}

.sidebar-list a {
/*  display: block;*/
  color: #061b3a;
  text-decoration: none;
  font-weight: 700;
  padding: 13px 0;
}

.news-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #edf2f8;
}

.news-item img {
  width: 82px;
  height: 62px;
  object-fit: cover;
  border-radius: 8px;
}

.news-item h4 {
font-size: 16px;
  line-height: 1.4;
  color: #061b3a;
  margin-bottom: 5px;
}

.news-item span {
  font-size: 12px;
  color: #64748b;
}

.view-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 16px;
}

/* Responsive */
@media (max-width: 991px) {
  .mba-hero-full {
    padding: 28px;
  }

  .mba-hero-full h1 {
    font-size: 34px;
  }

  .hero-info-row,
  .overview-grid,
  .semester-grid,
  .benefit-grid,
  .placement-grid,
  .recruiter-grid,
  .two-col-list {
    grid-template-columns: 1fr;
  }

  .hero-info-box {
    border-right: 0;
    border-bottom: 1px solid #dfe8f5;
  }

  .hero-info-box:last-child {
    border-bottom: 0;
  }

  .sidebar-sticky {
    position: static;
  }
}