/* ==============================
   Expert Placement Page Design
============================== */


a {
  text-decoration: none;
}

.placement-pro-container {
  width: min(100% - 90px, 1580px);
  margin: 0 auto;
}

.placement-pro-page {
  overflow: hidden;
  background: #ffffff;
}

/* Eyebrow */

.pro-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b98212;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pro-eyebrow span {
  width: 42px;
  height: 2px;
  background: #b98212;
}

.pro-eyebrow.justify-center {
  justify-content: center;
}

/* Hero */

.placement-pro-hero {
  position: relative;
  padding: 20px 0 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 183, 42, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
}

.placement-pro-hero::after {
  content: "";
  position: absolute;
  right: 70px;
  top: 105px;
  width: 210px;
  height: 210px;
  background-image: radial-gradient(rgba(217, 154, 0, 0.45) 1.4px, transparent 1.4px);
  background-size: 17px 17px;
  opacity: 0.35;
}

.placement-pro-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.placement-pro-hero-content h1 {
  color: #07162d;
/*  font-size: clamp(48px, 4.5vw, 74px); */
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0 0 22px;
}

.placement-pro-hero-content h1 strong {
  display: block;
  color: #c79327;
}

.placement-pro-hero-content p {
  color: #465066;
  font-size: 18px;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 0 34px;
}

.hero-pro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pro-primary-btn,
.pro-outline-btn,
.pro-report-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 900;
}

.pro-primary-btn {
  background: #07162d;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 22, 45, 0.18);
}

.pro-primary-btn:hover {
  background: #f4b72a;
  color: #07162d;
}

.pro-outline-btn {
  color: #07162d;
  border: 1px solid rgba(7, 22, 45, 0.22);
}

.pro-outline-btn:hover {
  background: #07162d;
  color: #ffffff;
}

/* Featured Hero Card */

.placement-pro-featured {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 28px 70px rgba(7, 22, 45, 0.16);
}

.featured-image {
  height: 380px;
  position: relative;
  overflow: hidden;
  background: #07162d;
}

.featured-image img {
  height: 100%;
  object-fit: cover;
}

.featured-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  background: #f4b72a;
  color: #07162d;
  padding: 9px 18px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-content {
  padding: 28px;
}

.featured-content h3 {
  color: #07162d;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 4px;
}

.featured-content p {
  color: #0f3e86;
  font-weight: 800;
  margin: 0 0 18px;
}

.featured-company {
  color: #111111;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 22px;
}

.featured-package {
  background: #07162d;
  color: #ffffff;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.featured-package i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(244, 183, 42, 0.14);
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.featured-package strong {
  display: block;
  color: #f4b72a;
  font-size: 28px;
  font-weight: 900;
}

.featured-package span {
  color: rgba(255, 255, 255, 0.82);
}

/* Stats */

.placement-pro-stats {
  position: relative;
  z-index: 4;
  margin-top: 2px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.10);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  transform: translateY(50%);
}

.pro-stat-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px;
  border-right: 1px solid rgba(7, 22, 45, 0.10);
}

.pro-stat-card:last-child {
  border-right: none;
}

.pro-stat-card i {
  min-width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.pro-stat-card h3 {
  color: #07162d;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 4px;
}

.pro-stat-card p {
  color: #465066;
  margin: 0;
}

/* Batch Section */

.batch-pro-section {
  padding: 120px 0 20px;
  background: #ffffff;
}

.pro-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 36px;
}

.pro-section-header.centered {
  justify-content: center;
  text-align: center;
}

.pro-section-header h2 {
  color: #07162d;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 14px;
}

.pro-section-header h2 strong {
  color: #c79327;
}

.pro-section-header p {
  color: #465066;
  font-size: 17px;
  line-height: 1.6;
  max-width: 820px;
  margin: 0;
}

.pro-report-btn {
  background: #07162d;
  color: #ffffff;
  white-space: nowrap;
}

.pro-report-btn:hover {
  background: #f4b72a;
  color: #07162d;
}

/* Tabs */

.pro-batch-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.pro-batch-tab {
  border: 1px solid rgba(7, 22, 45, 0.10);
  background: #ffffff;
  color: #07162d;
  border-radius: 16px;
  padding: 22px;
  text-align: left;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(7, 22, 45, 0.06);
  transition: 0.3s ease;
}

.pro-batch-tab span {
  display: block;
  color: #b98212;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.pro-batch-tab.active,
.pro-batch-tab:hover {
  background: #07162d;
  color: #ffffff;
  transform: translateY(-4px);
}

.pro-batch-tab.active span,
.pro-batch-tab:hover span {
  color: #f4b72a;
}

/* Batch Content */

.pro-batch-content {
  display: none;
}

.pro-batch-content.active {
  display: block;
  animation: proFade 0.45s ease;
}

@keyframes proFade {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.batch-insight-panel {
  background:
    radial-gradient(circle at right, rgba(244, 183, 42, 0.15), transparent 30%),
    #07162d;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  margin-bottom: 30px;
}

.batch-insight-panel span {
  color: #f4b72a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.batch-insight-panel h3 {
  font-size: 34px;
  font-weight: 900;
  margin: 8px 0 10px;
}

.batch-insight-panel p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 850px;
  margin: 0;
  line-height: 1.6;
}

.batch-insight-stats {
  display: flex;
  gap: 14px;
}

.batch-insight-stats div {
  min-width: 130px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}

.batch-insight-stats strong {
  color: #f4b72a;
  font-size: 26px;
  font-weight: 900;
  display: block;
}

.batch-insight-stats small {
  color: rgba(255, 255, 255, 0.76);
}

/* Student Cards */

.student-pro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.student-pro-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
  transition: 0.3s ease;
}

.student-pro-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(7, 22, 45, 0.14);
}

.student-pro-image {
 /* height: 300px; */
  position: relative;
  background: #07162d;
  overflow: hidden;
}

.student-pro-image img {
  height: 100%;
  object-fit: cover;
}

.student-pro-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f4b72a;
  color: #07162d;
  padding: 8px 18px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.student-pro-body {
  padding: 26px;
}

.student-title-row {
 /* display: flex; */
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.student-title-row h4 {
  color: #07162d;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 4px;
}

.student-title-row p {
  color: #0f3e86;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.student-company {
  color: #e69d00;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  padding:5px;
}

.student-company span {
  color: #58a700;
}

.student-company.kpmg {
  color: #164f9f;
  font-style: italic;
}

.student-company.amazon {
  color: #111111;
}

.student-pro-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.student-pro-meta div {
  background: #f8f9fc;
  border: 1px solid rgba(7, 22, 45, 0.08);
  border-radius: 14px;
  padding: 16px;
}

.student-pro-meta i {
  color: #b98212;
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.student-pro-meta strong {
  color: #07162d;
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.student-pro-meta span {
  color: #667085;
  font-size: 12px;
}

.student-pro-quote {
  color: #465066;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.empty-batch-card {
  text-align: center;
  background: #fbfcff;
  border: 1px dashed rgba(7, 22, 45, 0.18);
  border-radius: 20px;
  padding: 70px 20px;
}

.empty-batch-card i {
  color: #b98212;
  font-size: 54px;
  margin-bottom: 18px;
}

.empty-batch-card h3 {
  color: #07162d;
  font-weight: 900;
}

/* Recruiters */

.pro-recruiter-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.10), transparent 30%),
    #fbfcff;
}

.pro-recruiter-slider {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 18px;
}

.recruiter-window {
  overflow: hidden;
}

.recruiter-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.recruiter-logo {
  min-width: 190px;
  height: 86px;
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(7, 22, 45, 0.06);
  display: grid;
  place-items: center;
  color: #07162d;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}

.recruiter-logo span {
  color: #58a700;
}

.recruiter-logo.kpmg {
  color: #164f9f;
  font-style: italic;
}

.recruiter-control {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #07162d;
  color: #ffffff;
  display: grid;
  place-items: center;
}

.recruiter-control:hover {
  background: #f4b72a;
  color: #07162d;
}

/* Responsive */

@media (max-width: 1199px) {
  .placement-pro-hero-grid,
  .batch-insight-panel {
    grid-template-columns: 1fr;
  }

  .placement-pro-stats,
  .pro-batch-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .student-pro-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .batch-insight-stats {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .placement-pro-container {
    width: min(100% - 40px, 820px);
  }

  .placement-pro-hero {
    padding-top: 65px;
  }

  .placement-pro-stats {
    transform: none;
    margin-top: 36px;
  }

  .batch-pro-section {
    padding: 70px 0;
  }

  .pro-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .pro-recruiter-slider {
    grid-template-columns: 1fr;
  }

  .recruiter-control {
    display: none;
  }
}

@media (max-width: 767px) {
  .placement-pro-stats,
  .pro-batch-tabs,
  .student-pro-grid {
    grid-template-columns: 1fr;
  }

  .student-title-row {
    flex-direction: column;
  }

  .student-pro-meta {
    grid-template-columns: 1fr;
  }

  .placement-pro-hero-content h1,
  .pro-section-header h2 {
    font-size: 36px;
    letter-spacing: -0.7px;
  }

  .featured-image,
  .student-pro-image {
    height: 260px;
  }

  .hero-pro-actions {
    flex-direction: column;
  }

  .pro-primary-btn,
  .pro-outline-btn,
  .pro-report-btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .placement-pro-container {
    width: calc(100% - 26px);
  }

  .pro-stat-card {
    padding: 22px;
  }

  .batch-insight-panel {
    padding: 26px;
  }

  .batch-insight-stats {
    flex-direction: column;
  }

  .batch-insight-stats div {
    width: 100%;
  }
}


/* ==============================
   Companies by Industry Type
============================== */

.industry-company-section {
  padding: 30px 50px;
  background:
    radial-gradient(circle at top right, rgba(247, 181, 28, 0.10), transparent 30%),
    #fbfcff;
}

.industry-filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.industry-tab {
  border: 1px solid rgba(7, 22, 45, 0.12);
  background: #ffffff;
  color: #07162d;
  border-radius: 50px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 8px 24px rgba(7, 22, 45, 0.05);
}

.industry-tab i {
  color: #e69d00;
}

.industry-tab.active,
.industry-tab:hover {
  background: #06142c;
  color: #ffffff;
}

.industry-tab.active i,
.industry-tab:hover i {
  color: #f7b51c;
}

/* Summary */

.industry-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 30px;
}

.industry-summary-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.09);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(7, 22, 45, 0.07);
  display: flex;
  gap: 16px;
  align-items: center;
}

.industry-summary-card i {
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #06142c;
  color: #f7b51c;
  display: grid;
  place-items: center;
  font-size: 25px;
}

.industry-summary-card h3 {
  color: #07162d;
  font-size: 27px;
  font-weight: 900;
  margin: 0;
}

.industry-summary-card p {
  color: #465066;
  font-size: 14px;
  margin: 2px 0 0;
}

/* Company Grid */

.industry-company-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.company-card {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 18px;
  padding: 24px;
  min-height: 250px;
  box-shadow: 0 14px 38px rgba(7, 22, 45, 0.07);
  transition: 0.3s ease;
}

.company-card:hover {
  background: #06142c;
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(7, 22, 45, 0.16);
}

.company-logo {
  height: 58px;
  min-width: 100%;
  border-radius: 12px;
  background: #f7f9fd;
  color: #07162d;
  display: grid;
  place-items: center;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 18px;
}

.company-card:hover .company-logo {
  background: #ffffff;
  color: #06142c;
}

.company-card span {
  display: inline-block;
  color: #e69d00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.company-card h3 {
  color: #07162d;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 10px;
}

.company-card p {
  color: #465066;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.company-card:hover h3 {
  color: #ffffff;
}

.company-card:hover p {
  color: rgba(255, 255, 255, 0.74);
}

/* Hide Filtered Company */

.company-card.hide-company {
  display: none;
}

/* CTA */

.industry-company-cta {
  margin-top: 30px;
  background:
    radial-gradient(circle at right, rgba(247, 181, 28, 0.16), transparent 34%),
    #06142c;
  color: #ffffff;
  border-radius: 20px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  box-shadow: 0 22px 60px rgba(7, 22, 45, 0.14);
}

.industry-company-cta h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 8px;
}

.industry-company-cta p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  max-width: 850px;
  margin: 0;
}

.industry-company-cta a {
  background: #f7b51c;
  color: #06142c;
  border-radius: 8px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.industry-company-cta a:hover {
  background: #ffffff;
  color: #06142c;
}

/* Responsive */

@media (max-width: 1399px) {
  .industry-company-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .industry-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-company-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .industry-company-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .industry-company-section {
    padding: 65px 0;
  }

  .industry-company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .industry-summary-grid,
  .industry-company-grid {
    grid-template-columns: 1fr;
  }

  .industry-tab {
    width: 100%;
    justify-content: center;
  }

  .industry-company-cta {
    padding: 26px;
  }

  .industry-company-cta h3 {
    font-size: 25px;
  }

  .industry-company-cta a {
    width: 100%;
    justify-content: center;
  }
}


.featured-placement-card {
  width: 520px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.16);
  position: relative;
}

/* Image */

.placement-image-wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #07162d;
}

.placement-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Tag */

.placement-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  background: #f7b51c;
  color: #07162d;
  border-radius: 5px;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(7, 22, 45, 0.18);
}

/* Bottom Info Bar */

.placement-info-bar {
  background: #06142c;
  color: #ffffff;
  min-height: 105px;
  padding: 22px 22px;
  display: grid;
  grid-template-columns: 1.05fr 1px 0.95fr 1px 1fr;
  align-items: center;
  gap: 22px;
  border-radius: 0 0 8px 8px;
}

.student-info h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 900;
  margin: 0 0 8px;
}

.student-info p {
  color: #f7b51c;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.divider {
  width: 1px;
  height: 58px;
  background: rgba(255, 255, 255, 0.32);
}

/* Company Logo */

.company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Package */

.package-info {
  text-align: left;
}

.package-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.package-row i {
  color: #f7b51c;
  font-size: 30px;
}

.package-row h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.package-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 8px 0 0 42px;
}

/* Hover Effect */

.featured-placement-card:hover .placement-image-wrap img {
  transform: scale(1.04);
  transition: 0.45s ease;
}

/* Responsive */

@media (max-width: 575px) {
  .featured-placement-card {
    width: 100%;
  }

  .placement-image-wrap {
    height: 260px;
  }

  .placement-info-bar {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .company-logo {
    justify-content: flex-start;
  }

  .company-logo img {
    max-width: 130px;
  }

  .package-info p {
    margin-left: 42px;
  }
}


/* ==============================
   Custom Slider Design
============================== */

.custom-slider-section {
  padding: 20px 0;
  background: #fbfcff;
  font-family: "Inter", sans-serif;
}

.slider-container {
  width: min(100% - 64px, 1480px);
  margin: 0 auto;
}

.slider-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.slider-header span {
  color: #e69d00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider-header h2 {
  color: #07162d;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  margin: 8px 0 0;
}

.slider-controls {
  display: flex;
  gap: 12px;
}

.slider-btn {
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #06142c;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 14px 34px rgba(7, 22, 45, 0.16);
}

.slider-btn:hover {
  background: #f7b51c;
  color: #06142c;
  transform: translateY(-3px);
}

.slider-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.slider-card {
  flex: 0 0 calc((100% - 72px) / 4);
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 45, 0.09);
  box-shadow: 0 16px 45px rgba(7, 22, 45, 0.08);
}

.slider-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.slider-card-content {
  background: #06142c;
  padding: 22px;
  color: #ffffff;
}

.slider-card-content span {
  display: inline-block;
  background: #f7b51c;
  color: #06142c;
  border-radius: 50px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.slider-card-content h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 6px;
}

.slider-card-content p {
  color: #f7b51c;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 18px;
}

.package-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.package-row strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.package-row b {
  color: #f7b51c;
  font-size: 20px;
  font-weight: 900;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(7, 22, 45, 0.22);
  cursor: pointer;
  transition: 0.3s ease;
}

.slider-dot.active {
  width: 32px;
  border-radius: 50px;
  background: #f7b51c;
}

/* Responsive */

@media (max-width: 1199px) {
  .slider-card {
    flex: 0 0 calc((100% - 48px) / 3);
  }
}

@media (max-width: 991px) {
  .slider-container {
    width: min(100% - 40px, 820px);
  }

  .slider-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .slider-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .slider-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .slider-container {
    width: calc(100% - 26px);
  }

  .slider-card {
    flex: 0 0 100%;
  }

  .slider-card img {
    height: 235px;
  }

  .slider-controls {
    width: 100%;
    justify-content: space-between;
  }
}

/* Student Connect Row */

.student-connect-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.connect-link {
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.connect-link i {
  font-size: 16px;
}

.linkedin-link {
  background: #eef6ff;
  color: #0a66c2;
  border: 1px solid rgba(10, 102, 194, 0.16);
}

.whatsapp-link {
  background: #ecfff3;
  color: #128c4a;
  border: 1px solid rgba(18, 140, 74, 0.16);
}

.connect-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 22, 45, 0.10);
}

.linkedin-link:hover {
  background: #0a66c2;
  color: #ffffff;
}

.whatsapp-link:hover {
  background: #25d366;
  color: #ffffff;
}

@media (max-width: 575px) {
  .student-connect-row {
    gap: 8px;
  }

  .connect-link {
    width: 100%;
    justify-content: center;
  }
}