/* Start custom CSS for html, class: .elementor-element-944e953 *//* =========================================================
   PLACEMENTS & PORTFOLIO PAGE STYLING
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.glow-blue-top { top: -80px; left: -50px; width: 380px; height: 380px; background: var(--brand-blue); }
.glow-orange-bottom { bottom: -80px; right: -50px; width: 380px; height: 380px; background: var(--brand-orange); }

/* HERO SECTION */
.placements-hero-section {
  position: relative;
  width: 100%;
  padding: 85px 0 50px 0;
  background: radial-gradient(circle at top left, rgba(0, 136, 204, 0.06) 0%, rgba(255, 255, 255, 1) 70%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.placements-hero-header { text-align: center; max-width: 780px; margin: 0 auto; }

.pci-badge-capsule {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 18px; border-radius: 50px; font-size: 13px; font-weight: 700; margin-bottom: 18px;
}

.badge-orange { background: rgba(232, 80, 39, 0.08); border: 1.5px solid rgba(232, 80, 39, 0.2); color: var(--brand-orange); }
.badge-purple { background: rgba(42, 32, 80, 0.08); border: 1.5px solid rgba(42, 32, 80, 0.2); color: var(--brand-purple); }

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background-color: var(--brand-blue);
  box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7); animation: pulseDot 1.8s infinite;
}

.pulse-dot.orange { background-color: var(--brand-orange); }

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 136, 204, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0); }
}

.placements-main-title {
  font-size: 40px; line-height: 1.25; font-weight: 900; color: var(--brand-purple); margin: 0 0 16px 0;
}

.gradient-text-blue {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #00b4d8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.placements-hero-desc { font-size: 16px; line-height: 1.75; color: var(--text-muted); margin: 0 0 30px 0; }

.placements-stats-strip {
  display: inline-flex; gap: 30px; background: #ffffff; padding: 14px 28px;
  border-radius: 50px; border: 1.5px solid #edf5fa; box-shadow: 0 10px 30px rgba(42, 32, 80, 0.05); flex-wrap: wrap; justify-content: center;
}

.strip-stat-item { display: flex; align-items: center; gap: 10px; }
.stat-icon { font-size: 20px; }
.stat-num { font-size: 15px; font-weight: 800; color: var(--brand-purple); line-height: 1.1; }
.stat-lbl { font-size: 11px; color: var(--text-muted); font-weight: 600; }

/* PLACED STUDENTS SECTION */
.placed-students-section { padding: 60px 0; background: #ffffff; font-family: 'Poppins', sans-serif; }

.section-header-center { text-align: center; max-width: 650px; margin: 0 auto 45px auto; }
.section-title { font-size: 34px; font-weight: 800; color: var(--brand-purple); margin: 10px 0 12px 0; }
.section-subtitle { font-size: 15px; color: var(--text-muted); margin: 0; }

.placed-grid-layout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.placed-card {
  background: #ffffff; border: 1.5px solid #edf5fa; border-radius: 20px; padding: 28px 20px;
  text-align: center; box-shadow: 0 8px 25px rgba(42, 32, 80, 0.04); transition: all 0.35s ease;
}

.placed-card:hover { transform: translateY(-8px); border-color: var(--brand-blue); box-shadow: 0 15px 35px rgba(0, 136, 204, 0.12); }

.student-avatar-box {
  width: 70px; height: 70px; border-radius: 50%; background: var(--brand-light);
  margin: 0 auto 16px auto; display: flex; align-items: center; justify-content: center;
  font-size: 32px; position: relative; border: 2px solid #e1eff7;
}

.verified-tag {
  position: absolute; bottom: -6px; background: #10b981; color: #ffffff;
  font-size: 9.5px; font-weight: 800; padding: 2px 8px; border-radius: 20px;
}

.student-name { font-size: 18px; font-weight: 800; color: var(--brand-purple); margin: 0 0 4px 0; }
.student-course { font-size: 12.5px; color: var(--text-muted); margin: 0 0 16px 0; font-weight: 600; }

.company-badge-row { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.company-tag { background: rgba(0, 136, 204, 0.1); color: var(--brand-blue); font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.salary-tag { background: rgba(232, 80, 39, 0.1); color: var(--brand-orange); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }

/* PORTFOLIO SECTION */
.student-portfolio-section { padding: 60px 0 90px 0; background: #f8fafc; border-top: 1.5px solid #edf5fa; font-family: 'Poppins', sans-serif; }

.projects-grid-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.project-glass-card {
  background: #ffffff; border: 1.5px solid #edf5fa; border-radius: 22px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 32, 80, 0.04); transition: all 0.35s ease;
}

.project-glass-card:hover { transform: translateY(-8px); border-color: var(--brand-orange); box-shadow: 0 18px 35px rgba(232, 80, 39, 0.12); }

.project-preview-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 45px; }
.blue-gradient { background: linear-gradient(135deg, #0088cc 0%, #00b4d8 100%); }
.orange-gradient { background: linear-gradient(135deg, #e85027 0%, #ff914d 100%); }
.purple-gradient { background: linear-gradient(135deg, #2a2050 0%, #5c41a8 100%); }

.project-info { padding: 22px; }
.project-cat { font-size: 11px; font-weight: 700; color: var(--brand-blue); text-transform: uppercase; letter-spacing: 0.5px; }
.project-title { font-size: 18px; font-weight: 800; color: var(--brand-purple); margin: 6px 0 8px 0; }
.project-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0 0 16px 0; }

.tech-stack-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tech-stack-row span { background: var(--brand-light); color: var(--brand-purple); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 12px; border: 1px solid #e1eff7; }

/* RESPONSIVE LAYOUT */
@media screen and (max-width: 1024px) {
  .placed-grid-layout { grid-template-columns: repeat(2, 1fr); }
  .projects-grid-layout { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 600px) {
  .placements-main-title { font-size: 28px; }
  .placed-grid-layout, .projects-grid-layout { grid-template-columns: 1fr; }
}/* End custom CSS */