/* ============================================
   ADDED SECTIONS — Mentors, Careers, Admission,
   Program Fee, Top Companies (#studentPlacedat)
   Responsive layouts
   ============================================ */

/* ----- Mentors ----- */
#JL_details_mentors {
  padding: 56px 0 48px;
  background: #f8f9fb;
}

.JL-details-mentors-headings {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.JL-details-mentors-headings h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.JL-details-mentors-headings p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.JL-details-mentors-cards .card {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 18px 14px 20px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
  margin-bottom: 1rem;
}

.JL-details-mentors-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}

.JL-details-mentors-cards .card > div:first-child {
  margin-bottom: 12px;
}

.JL-details-mentors-cards .card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.JL-details-mentors-cards .card b {
  display: block;
  font-size: 0.95rem;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.JL-details-mentors-cards .card > p {
  font-size: 0.82rem;
  color: #ff6d12;
  font-weight: 600;
  margin-bottom: 12px !important;
}

.JL-details-mentors-cards .card button {
  background: #2b0a7d;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.JL-details-mentors-cards .card button:hover {
  background: #3d1299;
}

@media (max-width: 767px) {
  #JL_details_mentors {
    padding: 40px 0 32px;
  }
}

/* ----- What could you become ----- */
.what-could-you-become {
  padding: 48px 0 52px;
  background: #fff;
}

.what-could-you-become-heading h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.what-could-you-become-heading hr {
  width: 56px;
  border: none;
  border-top: 4px solid #00008b;
  margin: 12px auto 14px;
  opacity: 1;
}

.what-could-you-become-heading p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}

.what-could-you-become-cards .card {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-could-you-become-cards .card b {
  font-size: 0.88rem;
  color: #1a1a2e;
}

/* Mobile: horizontal scroll instead of marquee */
.what-could-you-become-marquee {
  margin-top: 8px;
  margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
  margin-right: calc(-1 * var(--bs-gutter-x, 0.75rem));
  padding: 8px 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.what-could-you-become-track {
  display: flex;
  gap: 12px;
  padding: 4px 16px 12px;
  width: max-content;
}

.what-could-you-become-chip {
  flex: 0 0 auto;
  min-width: 140px;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  border: 1px solid #e8e8e8;
  text-align: center;
  margin: 0 !important;
}

.what-could-you-become-chip b {
  font-size: 0.85rem;
  color: #1a1a2e;
}

@media (max-width: 767px) {
  .what-could-you-become {
    padding: 36px 0 40px;
  }
}

/* ----- Admission process ----- */
#JL_details_admission_process {
  padding: 52px 0 56px;
  background: #fff;
}

.JL-details-admission-process-heading h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.JL-details-admission-process-heading p {
  font-size: 0.95rem;
  color: #6c757d;
  max-width: 520px;
  line-height: 1.6;
}

.JL-details-admission-process-cards .card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px 18px 20px 24px;
  position: relative;
  min-height: 120px;
  transition: box-shadow 0.25s;
}

.JL-details-admission-process-cards .card:hover {
  box-shadow: 0 8px 24px rgba(43, 10, 125, 0.08) !important;
}

.JL-details-admission-process-cards-card-num {
  position: absolute;
  top: -14px;
  left: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6d12, #e85a00);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 109, 18, 0.4);
}

.JL-details-admission-process-cards .card p {
  font-size: 0.88rem;
  color: #444;
  line-height: 1.55;
  margin: 8px 0 0 !important;
  padding-top: 8px;
}

#JL_details_admission_process .col-md-6 img {
  border-radius: 12px;
}

@media (max-width: 991px) {
  #JL_details_admission_process .row > .col-md-6:last-child {
    margin-top: 32px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #JL_details_admission_process {
    padding: 40px 0 44px;
  }
  .JL-details-admission-process-cards .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ----- Program fee ----- */
#JL_details_program_fee {
  position: relative;
  padding-bottom: 48px;
}

.JL-details-program-fee-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(135deg, #2b0a7d 0%, #4a1ba8 50%, #2b0a7d 100%);
  z-index: 0;
  pointer-events: none;
}

#JL_details_program_fee .container.marginTop {
  position: relative;
  z-index: 1;
}

.marginTop {
  padding-top: 36px;
}

.JL-details-program-fee-heading h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.JL-details-program-fee-heading p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 auto 8px;
}

.JL-details-program-fee {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 12px 28px;
  margin-top: 8px;
}

.JL-details-program-fee-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 16px 8px 0;
  margin: 0;
  border-bottom: none;
}

.JL-details-program-fee-nav-tabs .nav-item {
  margin: 0;
}

.JL-details-program-fee-nav-tabs .nav-link {
  border: 2px solid #e8e8e8;
  border-radius: 999px !important;
  color: #555;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 10px 22px;
  transition: all 0.2s;
}

.JL-details-program-fee-nav-tabs .nav-link:hover {
  border-color: #ff6d12;
  color: #ff6d12;
}

.JL-details-program-fee-nav-tabs .nav-link.active {
  background: #ff6d12;
  border-color: #ff6d12;
  color: #fff;
}

.JL-details-program-fee-tab-content {
  padding: 0 8px;
}

.JL-details-program-fee-card {
  border-radius: 14px !important;
  border: 1px solid #e8e8e8 !important;
  position: relative;
}

.JL-details-program-fee-card .basic-plan {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.JL-details-program-fee-card .price {
  font-size: 1.65rem;
  font-weight: 800;
  color: #1a1a2e;
  display: block;
  line-height: 1.2;
}

.JL-details-program-fee-card .gst {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 4px;
}

.JL-details-program-fee-card .gst-hr {
  margin: 14px 0;
  opacity: 0.2;
}

.JL-details-program-fee-card .certified-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 10px 0;
}

.JL-details-program-fee-card .certified-by b {
  font-size: 0.82rem;
  color: #1a1a2e;
}

.JL-details-program-fee-card .certified-by img {
  height: 28px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

.JL-details-program-fee-card .key-points .d-flex {
  align-items: flex-start;
  margin-bottom: 10px;
}

.JL-details-program-fee-card .key-points .bi-check-circle-fill {
  flex-shrink: 0;
  margin-top: 3px;
}

.JL-details-program-fee-card .key-points p {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.45;
}

.JL-details-program-fee-card-buttons .btn1 {
  width: 100%;
  background: linear-gradient(135deg, #ff6d12, #e85a00);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.JL-details-program-fee-card-buttons .btn1:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 109, 18, 0.4);
}

.JL-details-program-fee-card-buttons .btn2 {
  width: 100%;
  background: #fff;
  color: #2b0a7d;
  border: 2px solid #2b0a7d;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s;
}

.JL-details-program-fee-card-buttons .btn2:hover {
  background: #2b0a7d;
  color: #fff;
}

.card-transform {
  transform: scale(1.02);
  border: 2px solid #8a5ae2 !important;
  box-shadow: 0 16px 40px rgba(138, 90, 226, 0.2) !important;
  z-index: 1;
}

.JL-details-program-fee-card-star-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 56px;
  height: auto;
}

#JL_details_program_fee .rounded-start-pill,
#JL_details_program_fee .rounded-end-pill {
  font-size: 0.85rem !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media (max-width: 991px) {
  .card-transform {
    transform: none;
    margin-top: 1rem;
  }
  .JL-details-program-fee-card-star-badge {
    top: 8px;
    right: 8px;
    width: 48px;
  }
}

@media (max-width: 767px) {
  .JL-details-program-fee-bg {
    height: 220px;
  }
  .JL-details-program-fee {
    padding: 8px 8px 20px;
    border-radius: 12px;
  }
  .JL-details-program-fee-nav-tabs .nav-link {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
  #JL_details_program_fee .row.mt-5 .col-6 button {
    font-size: 0.75rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* ----- Top companies (#studentPlacedat) ----- */
#studentPlacedat {
  padding: 52px 0 48px;
  background: #f4f6f8;
  overflow: hidden;
}

.studentPlacedat-title h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 0;
}

.studentPlacedat-title-button .hero_Btn,
.hero_Btn.btn_md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #ff6d12;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
}

.studentPlacedat-title-button .hero_Btn:hover,
.hero_Btn.btn_md:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 109, 18, 0.35);
  color: #fff !important;
}

#studentPlacedat .studentPlacedat {
  min-height: 120px;
}

#studentPlacedat .infiniteslide_wrap {
  overflow: hidden;
  margin-bottom: 8px;
}

#studentPlacedat .infiniteslide_wrap::before,
#studentPlacedat .infiniteslide_wrap::after {
  width: 48px;
  background: linear-gradient(to right, #f4f6f8, transparent);
}

#studentPlacedat .infiniteslide_wrap::after {
  background: linear-gradient(to left, #f4f6f8, transparent);
}

#studentPlacedat .slide1,
#studentPlacedat .slide2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

#studentPlacedat .slide1 ul,
#studentPlacedat .slide2 ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#studentPlacedat .orgName {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 4px 8px;
}

#studentPlacedat .orgName img {
  height: 44px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  filter: grayscale(35%);
  transition: filter 0.2s;
  border-radius: 6px;
}

#studentPlacedat .orgName img:hover {
  filter: grayscale(0%);
}

@media (max-width: 991px) {
  #studentPlacedat .row > .col-md-4 {
    text-align: center;
    margin-bottom: 24px;
  }
  #studentPlacedat .studentPlacedat-title-button {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #studentPlacedat {
    padding: 40px 0 36px;
  }
  #studentPlacedat .orgName img {
    height: 36px;
    max-width: 88px;
  }
}
