.innnerBanner {
  min-height: 625px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.aboutPlacement {
  background: #023145;
  text-align: center;
  padding-block: 70px;
}

.aboutPlacement .headingsec {
  margin-bottom: 50px;
}
.aboutPlacement .headingsec p.text-primary {
  margin-bottom: 30px;
  text-align: center;
}

.aboutPlacement .innerCont {
  max-width: 1000px;
  margin: 0 auto;
}

.aboutPlacement .innerCont .text-primary {
  margin-bottom: 30px;
  text-align: start;
}

.aboutPlacement * {
  color: #fff;
  padding-inline: 40px;
}

.aboutPlacement .headingsec h2::before {
  background: #fff;
}

.aboutPlacement .primaryBtn {
  border-color: #fff;
  background: #fff;
  color: #023145;
}

.aboutPlacement .primaryBtn:hover {
  background: #c50b11;
  border-color: #c50b11;
  color: #fff;
}

.aboutPlacement a.btn {
  color: #023145;
  font-weight: 100;
  padding-inline: 30px;
}

/* ===== PLACEMENT SLIDER ===== */
.placementSlider {
  padding-block: 70px;
}
.placementSlider .container {
  max-width: 90%;
}

.placement-slider-outer {
  overflow: hidden;
}

.placement-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Base button styling */
.slide-btn {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  z-index: 10;
}

.slide-btn:hover {
  background: #0068bc;
  border-color: #0068bc;
  color: #fff;
  transform: scale(1.05);
}

.slide-btn:active {
  transform: scale(0.95);
}

/* Positioning inside the slider wrapper */
.placement-slider-wrapper,
.testimonial-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.placement-slider-wrapper .slide-btn,
.testimonial-slider-wrapper .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.placement-slider-wrapper .slide-btn.prev,
.testimonial-slider-wrapper .slide-btn.prev {
  left: -20px;
}

.placement-slider-wrapper .slide-btn.next,
.testimonial-slider-wrapper .slide-btn.next {
  right: -20px;
}

.pc-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 8px; /* optional: spacing between slides */
}

.pc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  background: #fff; /* optional: background */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.1);
}

.pc-left figure {
  margin: 0;
}

.pc-left figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  display: block;
}

.pc-right {
  padding: 30px 40px 0;
}

.quoteImg {
  width: 30px;
  object-fit: contain;
  margin-bottom: 10px;
}

.pc-right h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 22px;
  color: #051e30;
}

.pc-right p {
  font-size: 12px;
  line-height: 20px;
  color: #444;
  margin-bottom: 15px;
}

.pc-right h4 {
  color: #c50b11;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.companyLogo {
  width: 150px;
  object-fit: contain;
}

.leadersInPlacement {
  background: #023145;
}

.leaders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

.leaders-left {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
}

.leaders-right {
  padding: 60px 60px 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}

.leaders-right h2 {
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  line-height: 1.4;
  padding-right: 50px;
}

.leaders-right p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  text-align: justify;
}

/* ===== CTA CARD ===== */
.placementCta {
  /* background: #023145; */
  padding: 0 0 60px;
  margin-top: -110px;
  position: relative;
}

.cta-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.cta-card h2 {
  font-size: 26px;
  font-weight: 700;
  color: #053d7a;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
}

.cta-card h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #053d7a;
}
.companySlider {
  background: #fff;
}
.companySlider .headingsec {
  text-align: center;
  margin-bottom: 40px;
}
.companySlider .text-justify {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 30px;
}

.company-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-slider-wrapper .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.company-slider-wrapper .slide-btn.prev {
  left: -20px;
}

.company-slider-wrapper .slide-btn.next {
  right: -20px;
}

.company-slider-outer {
  overflow: hidden;
  width: 100%;
  flex: 1;
  padding: 0 10px;
}

.company-track {
  display: flex;
  transition: transform 0.4s ease;
}

.cs-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-slide img {
  width: 160px;
  height: 160px;

  object-fit: contain;
  margin: 0 auto;
}

/* ===== PLACEMENT STATISTICS ===== */
.placementStatistics {
  background: #f1f1f1;
  padding-block: 70px;
}
.placementStatistics .headingsec {
  text-align: center;
}
.statisticsInner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: center;
  text-align: center;
  padding-top: 40px;
}

.stat-item h2 {
  font-size: 50px;
  font-weight: 700;
  color: #051e30;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #023145;
}

.stat-desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}

.downloadBtn {
  margin-top: 30px;
  text-align: center;
}
.downloadBtn a {
  font-weight: 100;
  font-size: 12px;
  padding: 12px 26px;
}

.placement-section {
  background: #fff;
  border-top: 6px solid #d4922a;
  padding: 56px 24px 0;
  text-align: center;
  overflow: hidden;
}

/* ─── HEADING ─── */
.placement-heading {
  font-family: serif;
  font-size: 62px;
  font-weight: 500;
  color: #4c4031;
  line-height: 1.2;
  margin-bottom: -24px;
  position: relative;
  z-index: 99;
}

.placement-heading em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #efa607;
  font-weight: 700;
}

.italic-wrap {
  display: inline-block;
  position: relative;
}

.italic-wrap.round::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(100px);
  width: 60%;
  height: 10px;
  border-bottom: 3px solid #d4922a;
  border-radius: 0 0 50% 50%;
  rotate: 180deg;
}

/* ─── IMAGE ─── */
.placement-image {
  margin: 0 auto;
  position: relative;
  z-index: 250;
}

.placement-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

/* Main Banner Container */

section.placement-stats {
  background: linear-gradient(135deg, #17488b 0%, #17488b 100%);
  padding-block: 40px;
}
.banner-container {
  width: 100%;
  max-width: 1100px; /* Adjust width as needed */
  background: linear-gradient(135deg, #17488b 0%, #17488b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
}

/* The White Box (Left Side) */
.placement-box {
  background-color: white;
  border: 3px solid #f3b81a;
  border-radius: 20px;
  padding: 22px 30px;
  text-align: center;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
  margin-right: 80px;
  flex-shrink: 0;
}

.big-number {
  font-size: 170px;
  font-weight: 900;
  line-height: 161px;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: "Bebas Neue", sans-serif;
  background: linear-gradient(180deg, #f5c842 0%, #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(2px 0px 0px rgba(0, 0, 0, 0.6));
}

.small-text-box {
  margin-top: -20px;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 62px;
}

.text-black {
  color: #000;
}
.goat {
  position: relative;
  top: -18px;
  font-size: 50px;
}

.text-dark-blue {
  color: #17488b;
  font-size: 97px;
  font-family: "Bebas Neue", sans-serif;
} /* 'PLACED' color */

/* The Content Text (Right Side) */
.content-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main-headline {
  font-size: 58px;
  font-weight: 900;
  line-height: 67px;
  margin-bottom: 24px;
  border-bottom: 4px solid #ffffff;
  padding-bottom: 22px;
  width: max-content;
  position: relative;
}
.main-headline::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50%;
  background-color: #f3b81a;
  bottom: -4px;
  left: 0;
}

.orange-text {
  color: #f3b81a;
}

.separator-line {
  border-bottom: 2px solid #ffffff;
  width: 100%;
  margin-bottom: 15px;
}

.bullet-list {
  list-style: none;
  padding-left: 0;
  font-family: serif;
}

.bullet-list li {
  font-size: 51px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 58px;
  position: relative;
  padding-left: 40px;
}

/* Custom Orange Bullet Point */
.bullet-list li::before {
  content: "•";
  color: #f3b81a;
  font-weight: bold;
  font-size: 56px;
  position: absolute;
  left: 2px;
  top: -2px;
}

.highlight-number {
  color: #f3b81a;
  font-style: italic;
}

/* ─── SECTION ─── */
.pride-section {
  padding: 60px 40px 70px;
  background: #dfdfdf;
  text-align: center;
}

/* ─── HEADING ─── */
.pride-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #0d1f4c;
  margin-bottom: 30px;
}

.pride-heading > span {
  color: #f3b81a;
  /* font-style: italic; */
  /* font-family: "Playfair Display", serif; */
  position: relative;
}

/* arc underline under heading */
.pride-arc {
  display: block;
  /* margin: 0 auto 48px; */
  width: 120px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-bottom: 3px solid #f3b81a;
  border-radius: 0 0 50% 50%;
  transform: translate(-50%, 0) rotate(180deg);
}

/* ─── CARDS GRID ─── */
.pride-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─── SINGLE CARD ─── */
.pride-card {
  position: relative;
  width: 250px;
  height: 307px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.3s;
}

.pride-card img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.pride-card:hover {
  transform: translateY(-6px);
}

/* card bg gradient — alternating blue/green teal */
.pride-card.blue {
  background: linear-gradient(160deg, #0a2a6e 0%, #1565c0 100%);
}
.pride-card.teal {
  background: linear-gradient(160deg, #0a4a3a 0%, #00897b 100%);
}

/* PLACED watermark text */
.card-watermark {
  position: absolute;
  top: 10px;
  left: -10px;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: 2px;
  line-height: 1.1;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

/* student photo area */
.card-photo {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 160px;
  object-fit: cover;
  object-position: top;
}

/* company logo */
.card-logo {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #333;
  padding: 4px;
}

.card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* congrats label */
.card-congrats {
  position: absolute;
  bottom: 88px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
}

/* bottom info strip */
.card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  padding: 10px 12px 12px;
}

.card-name {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f5c842;
  line-height: 1.1;
}

.card-course {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2px;
}

/* footer strip inside card */
.card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.card-footer-logo {
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  opacity: 0.8;
}

.card-footer-badge {
  margin-left: auto;
  background: #f3b81a;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.success-section {
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  padding-block: 30px;
}

.success-section .flex {
  display: flex;
  gap: 100px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* LEFT */
.success-left {
  flex-shrink: 0;
  text-align: center;
  min-width: 130px;
  rotate: -2deg;
}

.success-built {
  font-size: 28px;
  color: #444;
  font-weight: 400;
  margin-bottom: -5px;
}

.success-pill {
  display: inline-block;
  background: #17488b;
  color: #efa607;
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  line-height: 72px;
  font-weight: 700;
  padding: 0px 60px;
  border-radius: 50px;
  letter-spacing: -0.5px;
}

/* RIGHT */
.success-right {
  flex: 1;
}

.success-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.success-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  color: #1a1a2e;
  font-weight: 400;
}

.success-list li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17488b;
}

/* bottom gold bar */
.success-section::after {
  content: "";
  display: block;
}

.gold-bar {
  height: 4px;
  background: linear-gradient(90deg, #f3b81a, #f5c842, #f3b81a);
  max-width: 860px;
  margin: 0 auto;
  border-radius: 0 0 8px 8px;
}

/* ═══════════════════════════════
       SECTION 2 — CTA Banner
    ═══════════════════════════════ */

section.cta-ban {
  background: #17488b;
}
.cta-banner {
  background: #17488b;
  max-width: 860px;
  margin: 0px auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px 48px;
}

.cta-text {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cta-btn {
  flex-shrink: 0;
  background: #f5c842;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 900;
  padding: 8px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition:
    background 0.2s,
    transform 0.2s;
  white-space: nowrap;
}

.cta-btn:hover {
  background: #e0b030;
  transform: scale(1.04);
}

.placement-hero {
  background: #fff;
  text-align: center;
  padding-block: 40px;
}

/* ── IMAGE with heading overlay ── */
.placement-img-wrap {
  position: relative;
  width: 100%;
}

.placement-img-wrap img {
  width: 100%;
  display: block;
}

/* white fade at top for heading readability */
.placement-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.placement-title {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #17488b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.placement-title span {
  color: #f3b81a;
}

/* ── RECRUITERS ── */
.recruiters-wrap {
  margin-top: 36px;
  padding: 0 24px;
}

.recruiters-label {
  font-family: "DM Sans", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 28px;
}

.recruiters-label strong {
  color: #0d1f4c;
  font-weight: 700;
}

/* slider container */
.slider-outer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

/* arrow buttons */
.slider-btn {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  transition:
    border-color 0.2s,
    color 0.2s;
  user-select: none;
}

.slider-btn:hover {
  border-color: #0d1f4c;
  color: #0d1f4c;
}

/* logo track */
.slider-track-wrap {
  flex: 1;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 32px;
  align-items: center;
  transition: transform 0.4s ease;
}

/* each logo item */
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 16px;
}
.logo-item img {
  width: 90px;
}
.logo-item:hover {
  filter: grayscale(0%);
}

/* SVG/text logos since we don't have actual images */
.logo-abbott {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #003087;
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo-abbott .abbott-icon {
  width: 28px;
  height: 28px;
  background: #003087;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.logo-cipla {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0066cc;
  letter-spacing: 1px;
}

.logo-fortis {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2ecc71;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo-fortis .fortis-icon {
  font-size: 22px;
}

.logo-medplus {
  background: #e31e24;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.logo-medplus .plus {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.logo-mrhospital {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0d1f4c;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}

.logo-mrhospital .mr-icon {
  width: 36px;
  height: 36px;
  border: 2px solid #17488b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: #17488b;
}
.stats-banner {
  background: #17488b;
  padding: 52px 40px;
  text-align: center;
}

/* heading */
.stats-heading {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.stats-heading span {
  color: #f3b81a;
}

/* arc underline */
.stats-arc {
  display: block;
  width: 100px;
  rotate: 180deg;
  height: 12px;
  border-bottom: 3px solid #f3b81a;
  border-radius: 0 0 50% 50%;
  margin: 0 auto 28px;
}

/* description */
.stats-desc {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
  max-width: 1130px;
  margin: 0 auto 32px;
}

/* button */
.stats-btn {
  display: inline-block;
  background: #f3b81a;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 8px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}

.stats-btn:hover {
  background: #eeb422;
  transform: translateY(-2px);
}

/* ===== TESTIMONIAL ===== */
.testimonialSec {
  position: relative;
  overflow: hidden;
  padding-block: 70px;
}

.testimonialSec .dotted-plane-img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 120px;
}
.testimonialSec .headingsec {
  text-align: center;
  margin-bottom: 30px;
}
.testimonialSec .planeimg2 {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 200px;
}
.tslide {
  flex-shrink: 0;
  padding: 10px 8px;
  box-sizing: border-box; /* already there, but ensure it's present */
}

.testimonial-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible; /* changed from hidden to allow buttons */
  gap: 10px;
}

.testimonial-slider-outer {
  overflow: hidden;
  width: 100%;
  flex: 1;
}

.testimonial-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.tslide .item figure {
  margin: 0;
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.tslide .item figure iframe {
  width: 100%;
  height: 350px;
  display: block;
  border: none;
}

/* Responsive */
@media (max-width: 991px) {
  .placementSlider .container {
    max-width: 100%;
  }

  .placement-slider-wrapper .slide-btn.prev,
  .testimonial-slider-wrapper .slide-btn.prev {
    left: -15px;
  }

  .placement-slider-wrapper .slide-btn.next,
  .testimonial-slider-wrapper .slide-btn.next {
    right: -15px;
  }

  .leaders-grid {
    grid-template-columns: 1fr;
  }

  .leaders-left {
    min-height: 300px;
    background-attachment: scroll !important;
  }

  .leaders-right {
    padding: 40px 30px;
  }
  .cs-slide img {
    width: 130px;
  }
  .company-slider-wrapper .slide-btn.prev {
    left: -15px;
  }
  .company-slider-wrapper .slide-btn.next {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .aboutPlacement {
    padding-block: 40px;
  }
  .placementSlider {
    padding-block: 40px;
  }
  .aboutPlacement .headingsec {
    margin-bottom: 20px;
  }
  .aboutPlacement * {
    color: #fff;
    padding-inline: 10px;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .aboutPlacement .headingsec p.text-primary {
    font-size: 12px;
    margin-bottom: 0;
  }
  .aboutPlacement .innerCont .text-primary {
    margin-bottom: 25px;
    font-size: 12px;
    padding: 0;
    text-align: justify;
    line-height: 26px;
  }
  .aboutPlacement .innerCont h2.primary-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .aboutPlacement h2.primary-heading::before {
    bottom: -5px;
  }

  .pc-row {
    grid-template-columns: 1fr;
  }

  .pc-left figure img {
    height: 300px;
    object-position: top;
  }

  .pc-right {
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
  }

  .pc-right h3 {
    font-size: 15px;
  }

  .pc-right p {
    font-size: 11px;
  }
  .companyLogo {
    width: 108px;
    display: block;
    margin-inline: auto;
  }
  .placementStatistics {
    background: #f1f1f1;
    padding-block: 40px;
  }

  .slide-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .placement-slider-wrapper .slide-btn.prev,
  .testimonial-slider-wrapper .slide-btn.prev {
    left: -10px;
  }

  .placement-slider-wrapper .slide-btn.next,
  .testimonial-slider-wrapper .slide-btn.next {
    right: -10px;
  }

  .leaders-right {
    padding: 50px 20px;
  }

  .leaders-right p {
    font-size: 12px;
  }

  .placementCta {
    padding: 0 0 40px;
    margin-top: -30px;
    position: relative;
  }

  .leaders-right h2 {
    font-size: 19px;
    text-align: center;
    line-height: 31px;
    padding-right: 0;
    font-weight: 800;
  }

  .cta-card {
    padding: 30px 20px;
  }

  .cta-card h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .company-slider-wrapper .slide-btn.prev {
    left: -10px;
  }
  .company-slider-wrapper .slide-btn.next {
    right: -10px;
  }
  .statisticsInner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
  }

  .stat-item h2 {
    font-size: 40px;
  }
  .banner-container {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
  .placement-box {
    margin-right: 0;
    margin-bottom: 20px;
    width: 260px;
    height: auto;
  }
  .content-area {
    text-align: center;
  }
}
/* ─── RESPONSIVE ─── */
@media (max-width: 600px) {
  .placement-section {
    padding: 40px 16px 0;
  }

  .placement-heading {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .big-number {
    font-size: 100px;
    line-height: 103px;
  }
  .small-text-box {
    margin-top: -15px;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 43px;
    display: flex;
    flex-direction: column;
  }
  .text-dark-blue {
    font-size: 60px;
  }
  .goat {
    top: -5px;
    font-size: 31px;
  }
  .pride-section {
    padding: 40px 16px 50px;
  }
  .pride-card {
    width: 160px;
    height: 240px;
  }
  .card-photo {
    width: 100px;
    height: 130px;
    bottom: 75px;
  }
  .card-name {
    font-size: 14px;
  }
  .success-section {
    flex-direction: column;
    padding: 28px 20px;
    text-align: center;
    gap: 24px;
  }
  .success-list li {
    justify-content: center;
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 28px 20px;
  }
  .cta-text {
    text-align: center;
  }
  .placement-title {
    font-size: 20px;
    top: -19px;
  }
  .success-section .flex {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column-reverse;
  }
  .success-list li {
    font-size: 17px;
  }
  .success-list li::before {
    display: none;
  }
  .success-list {
    gap: 8px;
  }
  .placement-img-wrap {
    max-height: 280px;
  }
  .placement-img-wrap img {
    max-height: 280px;
  }
  .logo-item {
    padding: 0 10px;
  }
  .stats-banner {
    padding: 40px 20px;
  }
  .bullet-list {
    list-style: none;
    padding-left: 0;
    font-family: serif;
    max-width: 300px;
    margin-inline: auto;
  }
  .bullet-list li {
    font-size: 24px;
    line-height: 36px;
    text-align: start;
  }
  .pride-heading {
    font-size: 31px;
  }
  .cta-text {
    font-size: 22px;
  }
  .main-headline {
    font-size: 30px;
    line-height: 37px;
    margin-inline: auto;
    margin-bottom: 23px;
  }
  .cta-btn {
    font-size: 20px;
  }
  .bullet-list li::before {
    font-size: 46px;
  }
  .pride-card img {
    height: 240px;
  }
  .innnerBanner {
    min-height: 500px;
  }
  .stats-desc {
    font-size: 14px;
  }
  .recruiters-label {
    font-size: 23px;
  }
  .stats-heading {
    font-size: 27px;
  }
  .stats-btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cs-slide img {
    width: 130px;
  }
}
