* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
:root { --nav-color: #1565C0; --button-text-footer: #0a2e52; --extra-color: #ffffff; --default-color: #546e7a; }

.placements-hero { background-image: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?q=80&w=2032&auto=format&fit=crop'); background-size: cover; background-position: center; min-height: 400px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(10, 46, 82, 0.9) 0%, rgba(21, 101, 192, 0.8) 100%); display: flex; align-items: center; justify-content: center; }
.placements-hero .container { position: relative; z-index: 2; text-align: center; max-width: 800px; }
.hero-title { color: var(--extra-color); font-size: 56px; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }
.hero-subtitle { color: rgba(255, 255, 255, 0.9); font-size: 20px; max-width: 600px; margin: 0 auto; }

.subtitle { font-size: 18px; color: var(--nav-color); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.main-heading { color: var(--button-text-footer); font-weight: 700; font-size: 42px; margin-top: 10px; margin-bottom: 15px; }

.stat-card { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 16px; padding: 40px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.stat-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(21, 101, 192, 0.15); border-color: var(--nav-color); }
.stat-icon { font-size: 32px; color: var(--nav-color); margin-bottom: 15px; }
.stat-number { color: var(--button-text-footer); font-weight: 700; font-size: 42px; }
.stat-text { color: var(--default-color); font-weight: 500; }

.partner-logo-box { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 10px; padding: 25px 10px; text-align: center; font-weight: 700; color: var(--default-color); transition: all 0.3s ease; }
.partner-logo-box:hover { border-color: var(--nav-color); color: var(--nav-color); transform: scale(1.05); }

.placed-card { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 16px; padding: 30px 20px; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.placed-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 4px; background: linear-gradient(90deg, var(--nav-color), #1976D2); transition: width 0.5s ease-in-out; z-index: 2; }
.placed-card:hover::before { width: 100%; }
.placed-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(21, 101, 192, 0.15); }
.placed-img { border-radius: 50%; margin-bottom: 15px; border: 3px solid var(--nav-color); }
.placed-name { color: var(--button-text-footer); font-weight: 700; margin-bottom: 5px; }
.placed-role { display: block; color: var(--nav-color); font-weight: 600; font-size: 14px; margin-bottom: 5px; }
.placed-company { color: var(--default-color); font-weight: 500; margin: 0; }


* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
:root { --nav-color: #1565C0; --button-text-footer: #0a2e52; --extra-color: #ffffff; --default-color: #546e7a; --badge-color: #1976D2; }

.placements-hero { background-image: url('https://images.unsplash.com/photo-1556761175-4b46a572b786?q=80&w=2032&auto=format&fit=crop'); background-size: cover; background-position: center; min-height: 400px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(10, 46, 82, 0.9) 0%, rgba(21, 101, 192, 0.8) 100%); display: flex; align-items: center; justify-content: center; }
.placements-hero .container { position: relative; z-index: 2; text-align: center; max-width: 800px; }
.hero-title { color: var(--extra-color); font-size: 56px; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }
.hero-subtitle { color: rgba(255, 255, 255, 0.9); font-size: 20px; max-width: 600px; margin: 0 auto; }

.subtitle { font-size: 18px; color: var(--nav-color); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: block; }
.main-heading { color: var(--button-text-footer); font-weight: 700; font-size: 42px; margin-top: 10px; margin-bottom: 15px; }
.section-para { color: var(--default-color); max-width: 650px; margin: 0 auto 20px auto; font-size: 1.1rem; }

.stat-card { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 16px; padding: 40px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.stat-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(21, 101, 192, 0.15); border-color: var(--nav-color); }
.stat-icon { font-size: 32px; color: var(--nav-color); margin-bottom: 15px; }
.stat-number { color: var(--button-text-footer); font-weight: 700; font-size: 42px; }
.stat-text { color: var(--default-color); font-weight: 500; }

.partner-logo-box { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 10px; padding: 25px 10px; text-align: center; font-weight: 700; color: var(--default-color); transition: all 0.3s ease; }
.partner-logo-box:hover { border-color: var(--nav-color); color: var(--nav-color); transform: scale(1.05); }

.placed-card { background: var(--extra-color); border: 1px solid #e0e0e0; border-radius: 16px; padding: 30px 20px; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.placed-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 4px; background: linear-gradient(90deg, var(--nav-color), #1976D2); transition: width 0.5s ease-in-out; z-index: 2; }
.placed-card:hover::before { width: 100%; }
.placed-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(21, 101, 192, 0.15); }
.placed-img { border-radius: 50%; margin-bottom: 15px; border: 3px solid var(--nav-color); }
.placed-name { color: var(--button-text-footer); font-weight: 700; margin-bottom: 5px; }
.placed-role { display: block; color: var(--nav-color); font-weight: 600; font-size: 14px; margin-bottom: 5px; }
.placed-company { color: var(--default-color); font-weight: 500; margin: 0; }

/* ==========================================
   NEW: INTERNSHIP FORM 
   ========================================== */
.internship-section { border-top: 1px solid #e0e0e0; padding-top: 40px; }

.internship-animation-card {
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 38px 34px;
  background:
    radial-gradient(circle at center, rgba(21, 101, 192, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
  border: 1px solid rgba(21, 101, 192, 0.14);
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(21, 101, 192, 0.12);
  overflow: hidden;
}

.internship-walk-track {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.internship-walk-track::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 22px;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(21, 101, 192, 0.25), transparent);
  border-radius: 50px;
}

.internship-walk-track::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(21, 101, 192, 0.15);
  border-radius: 22px;
  pointer-events: none;
}

.walking-person {
  position: absolute;
  bottom: 36px;
  color: var(--nav-color);
  font-size: 54px;
  z-index: 2;
}

.walking-person i {
  animation: walkingBounce 0.6s ease-in-out infinite alternate;
}

.walking-person-left {
  left: 7%;
  animation: walkFromLeft 4.5s ease-in-out infinite;
}

.walking-person-right {
  right: 7%;
  animation: walkFromRight 4.5s ease-in-out infinite;
}

.walking-person-right i {
  transform: scaleX(-1);
  animation: walkingBounceRight 0.6s ease-in-out infinite alternate;
}

.ficertech-logo-box {
  position: relative;
  z-index: 3;
  width: 190px;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  border: 2px solid rgba(21, 101, 192, 0.12);
  border-radius: 22px;
  box-shadow: 0 16px 35px rgba(21, 101, 192, 0.18);
  animation: logoPulse 2s ease-in-out infinite;
}

.ficertech-logo-box::before {
  content: '';
  position: absolute;
  inset: -12px;
  background: rgba(21, 101, 192, 0.12);
  border-radius: 28px;
  filter: blur(14px);
  z-index: -1;
}

.ficertech-logo {
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

@keyframes walkFromLeft {
  0% { left: 7%; opacity: 0; transform: translateX(0) scale(0.94); }
  12% { opacity: 1; }
  70% { left: calc(50% - 170px); opacity: 1; transform: translateX(0) scale(1); }
  100% { left: calc(50% - 170px); opacity: 0; transform: translateX(8px) scale(1); }
}

@keyframes walkFromRight {
  0% { right: 7%; opacity: 0; transform: translateX(0) scale(0.94); }
  12% { opacity: 1; }
  70% { right: calc(50% - 170px); opacity: 1; transform: translateX(0) scale(1); }
  100% { right: calc(50% - 170px); opacity: 0; transform: translateX(-8px) scale(1); }
}

@keyframes walkingBounce {
  from { transform: translateY(0) rotate(-3deg); }
  to { transform: translateY(-8px) rotate(3deg); }
}

@keyframes walkingBounceRight {
  from { transform: translateY(0) rotate(3deg) scaleX(-1); }
  to { transform: translateY(-8px) rotate(-3deg) scaleX(-1); }
}

@keyframes logoPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.intern-form-box {
  background-color: var(--extra-color);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  max-width: 800px;
  margin: 0 auto;
}

.intern-form-box label { color: var(--button-text-footer); font-weight: 600; font-size: 15px; margin-bottom: 5px; }
.intern-form-box .form-control, .intern-form-box .form-select { border-radius: 8px; padding: 12px; border: 1px solid #cfd8dc; }
.intern-form-box .form-control:focus, .intern-form-box .form-select:focus { border-color: var(--nav-color) !important; box-shadow: 0 0 0 0.15rem rgba(21, 101, 192, 0.15) !important; }

.btn-glow { display: inline-block; margin-top: 10px; padding: 14px 35px; background: linear-gradient(135deg, var(--nav-color), var(--badge-color)); color: #fff; border-radius: 50px; text-decoration: none; font-weight: 700; box-shadow: 0 0 20px rgba(21, 101, 192, 0.6); transition: all 0.3s ease; border: none; cursor: pointer; }
.btn-glow:hover { transform: translateY(-3px); box-shadow: 0 0 30px rgba(21, 101, 192, 0.8); color: #fff; }

/* ==========================================
   NEW: CERTIFICATE VERIFICATION 
   ========================================== */
.certificate-section { border-top: 1px solid #e0e0e0; padding-top: 40px; }

.cert-box {
  background-color: var(--extra-color);
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s ease;
}
.cert-box:hover { transform: translateY(-5px); }

.cert-icon-circle {
  width: 70px; height: 70px;
  background-color: rgba(21, 101, 192, 0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 28px;
  color: var(--nav-color);
}
.verify-circle { background-color: rgba(10, 46, 82, 0.1); color: var(--button-text-footer); }

.cert-box-heading { color: var(--button-text-footer); font-weight: 700; margin-bottom: 10px; }
.cert-box-para { color: var(--default-color); font-size: 15px; margin-bottom: 20px; }

.verify-btn {
  background-color: var(--nav-color); color: #fff !important;
  border: none; font-weight: 600; padding: 10px 20px;
  transition: all 0.3s ease;
}
.verify-btn:hover { background-color: var(--button-text-footer); }

.status-result .alert { font-size: 14px; text-align: left; border-radius: 8px; margin: 0; }

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 36px; }
  .main-heading { font-size: 32px; }
  .internship-animation-card { padding: 25px 18px; }
  .internship-walk-track { min-height: 130px; }
  .walking-person { font-size: 42px; }
  .ficertech-logo-box { width: 135px; min-height: 95px; padding: 14px; }
  @keyframes walkFromLeft {
    0% { left: 4%; opacity: 0; transform: translateX(0) scale(0.94); }
    12% { opacity: 1; }
    70% { left: calc(50% - 125px); opacity: 1; transform: translateX(0) scale(1); }
    100% { left: calc(50% - 125px); opacity: 0; transform: translateX(8px) scale(1); }
  }
  @keyframes walkFromRight {
    0% { right: 4%; opacity: 0; transform: translateX(0) scale(0.94); }
    12% { opacity: 1; }
    70% { right: calc(50% - 125px); opacity: 1; transform: translateX(0) scale(1); }
    100% { right: calc(50% - 125px); opacity: 0; transform: translateX(-8px) scale(1); }
  }
  .intern-form-box { padding: 20px; }
  .cert-box { padding: 20px; }
}