/* ==========================================================================
   PLACEMENT PAGE - placement.css
   Loaded AFTER style.css. Header, footer, buttons, container, section,
   cta-banner, .c-pink etc all come from style.css - not redefined here.
   ========================================================================== */

.place-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 26px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-gray);
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--pink); font-weight: 500; }
.breadcrumb i { font-size: 9px; color: #C6C6D6; }
.breadcrumb span { color: var(--navy); font-weight: 600; }

/* ==========================================================================
   PLACEMENT HERO
   ========================================================================== */
.place-hero {
  background: linear-gradient(120deg, #EAF6FF 0%, #F3EEFC 45%, #FDEFF5 100%);
  padding: 20px 0 40px;
  overflow: hidden;
  margin-top: 100px;
}
.place-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E1EBFF;
  color: #2E5CE6;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.place-hero-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.place-hero-desc {
  font-size: 14.5px;
  color: var(--text-gray);
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.place-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 20px;
  margin-bottom: 26px;
}
.place-check-grid li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.place-check-grid i { color: #12B76A; font-size: 15px; flex-shrink: 0; }

.place-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.place-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
}
.place-hero-blob {
  position: absolute;
  top: 0;
  right: 8%;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, #D6E4FB, #FBE3F0);
  border-radius: 50%;
  z-index: 0;
}
.place-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  object-fit: cover;
  height: 240px;
  box-shadow: 0 20px 45px rgba(20,20,60,0.14);
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.place-stats {
  background: linear-gradient(90deg, #0C4DA2 0%, #2E5CE6 55%, #7C3AED 100%);
  padding: 26px 0;
}
.place-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.pstat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.pstat-item i {
  font-size: 20px;
  background: rgba(255,255,255,0.18);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pstat-item div { display: flex; flex-direction: column; line-height: 1.3; }
.pstat-num { font-size: 19px; font-weight: 800; }
.pstat-label { font-size: 11px; font-weight: 500; opacity: 0.92; }

/* ==========================================================================
   WHY CHOOSE OUR PLACEMENT SUPPORT
   ========================================================================== */
.place-why { padding: 44px 0; }
.place-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.why-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(20,20,50,0.08); }
.why-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.icon-pink-soft { background: #FFE3F1; color: var(--pink); }
.icon-blue-soft { background: #E1EBFF; color: #2E5CE6; }
.icon-green-soft { background: #E1F9EE; color: #12B76A; }
.icon-orange-soft { background: #FFE9DC; color: var(--orange); }
.icon-blue2-soft { background: #E1F2FE; color: #1B9CE0; }
.icon-purple-soft { background: #ECE5FC; color: #7C4DFF; }

.why-card h3 { font-size: 14.5px; margin-bottom: 8px; }
.why-card p { font-size: 12.5px; color: var(--text-gray); line-height: 1.6; }

/* ==========================================================================
   TOP RECRUITERS
   ========================================================================== */
.place-recruiters { padding: 20px 0 44px; }
.recruiters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.recruiter-logo {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 12px;
  padding: 18px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #444;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.recruiter-logo:hover {
  box-shadow: 0 8px 20px rgba(20,20,50,0.08);
  transform: translateY(-2px);
}

/* ==========================================================================
   PLACEMENT PROCESS
   ========================================================================== */
.place-process { padding: 20px 0 44px; background: #FCFCFE; }
.process-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 16px;
}
.process-step {
  text-align: center;
  position: relative;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 12px;
}
.num-green  { background: #12B76A; }
.num-purple { background: #7C4DFF; }
.num-orange { background: var(--orange); }
.num-blue   { background: #2E5CE6; }
.num-pink   { background: var(--pink); }
.num-navy   { background: var(--navy); }

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--border-gray);
  color: #522dae;
  font-size: 19px;
  margin: 0 auto 12px;
}
.process-step h4 { font-size: 13.5px; margin-bottom: 6px; }
.process-step p { font-size: 11.5px; color: var(--text-gray); line-height: 1.5; padding: 0 6px; }

/* ==========================================================================
   ELIGIBILITY + PACKAGE BREAKDOWN
   ========================================================================== */
.place-eligibility { padding: 44px 0; }
.eligibility-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.eligibility-card,
.package-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
}
.eligibility-card h3,
.package-card h3 { font-size: 17px; margin-bottom: 20px; }

.eligibility-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.eligibility-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #333;
  line-height: 1.5;
}
.eligibility-list i { color: #12B76A; font-size: 15px; margin-top: 2px; flex-shrink: 0; }
.btn-block { width: 100%; justify-content: center; border: none; cursor: pointer; }

.package-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.package-info { display: flex; flex-direction: column; }
.package-info strong { font-size: 13px; color: var(--navy); }
.package-info span { font-size: 11px; color: var(--text-gray); }
.package-value { font-size: 14px; font-weight: 700; color: var(--pink); flex-shrink: 0; }

.package-bar {
  width: 100%;
  height: 8px;
  background: var(--light-gray);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 22px;
}
.package-bar span {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--pink), #7C4DFF);
}
.package-bar:last-of-type { margin-bottom: 0; }

/* ==========================================================================
   SUCCESS STORIES (scoped .ptest-* naming to avoid clashing with the
   other sliders' selectors used on other pages)
   ========================================================================== */
.place-testimonials { padding: 20px 0 50px; }
.ptest-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ptest-track-outer { flex: 1; overflow: hidden; }
.ptest-grid {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.ptest-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
  flex-shrink: 0;
  width: 100%;
}
.pt-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.pt-head img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.pt-head h4 { font-size: 14px; }
.pt-head span { font-size: 11.5px; color: var(--text-gray); }
.pt-package {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #E1F9EE;
  color: #12B76A;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 14px;
  margin-bottom: 12px;
}
.ptest-card p { font-size: 13px; color: #444; line-height: 1.6; }

.ptarrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.ptarrow:hover { background: var(--pink); color: #fff; border-color: var(--pink); }
.ptarrow:disabled { opacity: 0.35; cursor: not-allowed; }
.ptarrow:disabled:hover { background: #fff; color: var(--navy); border-color: var(--border-gray); }

.pdots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.pdot { width: 8px; height: 8px; border-radius: 50%; background: #E2E2ED; border: none; cursor: pointer; padding: 0; transition: width 0.2s ease, background 0.2s ease; }
.pdot.active { background: var(--pink); width: 22px; border-radius: 6px; }

/* ==========================================================================
   MOBILE STICKY ACTION BAR
   Hidden by default (desktop); shown as a fixed bottom bar on small screens.
   ========================================================================== */
.mobile-action-bar {
  display: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (min-width: 480px) {
  .place-hero-title { font-size: 34px; }
  .place-hero-buttons { flex-direction: row; }
  .place-check-grid { grid-template-columns: repeat(2, 1fr); }
  .recruiters-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 576px) {
  .place-why-grid { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .ptest-card { width: calc(50% - 8px); }
}

@media (min-width: 768px) {
  .place-hero-title { font-size: 38px; }
  .place-hero-media img { height: 300px; }
  .place-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .place-why-grid { grid-template-columns: repeat(3, 1fr); }
  .recruiters-grid { grid-template-columns: repeat(4, 1fr); }
  .eligibility-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 992px) {
  .place-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .place-hero-media img { height: 360px; }
  .place-why-grid { grid-template-columns: repeat(5, 1fr); }
  .recruiters-grid { grid-template-columns: repeat(6, 1fr); }
  .process-track { grid-template-columns: repeat(6, 1fr); }
  .ptest-card { width: calc(25% - 12px); }
}

@media (min-width: 1200px) {
  .place-hero-title { font-size: 42px; }
}

/* ---- Tablet & below: mobile sticky bar appears, page gets bottom padding
       so the bar never covers content, and the floating WhatsApp bubble
       from style.css is hidden to avoid overlapping the new bar. ---- */
@media (max-width: 768px) {
  body { padding-bottom: 62px; }

  .whatsapp-float { display: none; }

  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(20,20,50,0.10);
  }
  .mab-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 9px 4px;
    font-size: 10.5px;
    font-weight: 600;
    color: #fff;
  }
  .mab-btn i { font-size: 15px; }
  .mab-whatsapp { background: #25D366; }
  .mab-apply { background: var(--pink); }
  .mab-call { background: var(--navy); }
}

@media (max-width: 640px) {
  .place-hero { padding: 16px 0 30px; }
  .place-hero-title { font-size: 26px; }
  .place-hero-desc { font-size: 13px; }
  .place-hero-media img { height: 200px; }
  .place-hero-blob { width: 180px; height: 180px; }

  .place-heading { font-size: 21px; margin-bottom: 18px; }

  .pstat-item i { width: 38px; height: 38px; font-size: 16px; }
  .pstat-num { font-size: 16px; }
  .pstat-label { font-size: 10px; }

  .why-card { padding: 18px 16px; }
  .eligibility-card, .package-card { padding: 20px 18px; }

  .step-icon { width: 46px; height: 46px; font-size: 16px; }
  .process-step p { font-size: 10.5px; }

  .recruiter-logo { padding: 14px 8px; font-size: 12px; }
}