/* ================= GLOBAL ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* ================= TOP HEADER ================= */
.top-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;

  background: rgba(0, 82, 204, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 8px 25px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  min-height: 40px;
}

/* Left */
.top-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.top-left a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* Center */
.top-center {
  flex: 1;
  text-align: center;
}

.top-center p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0 10px;
}

/* Right */
.top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-right a {
  color: #fff;
  font-size: 14px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.top-right a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .top-header {
    flex-direction: column;
    gap: 6px;
    padding: 6px 12px;
    text-align: center;
  }

  .top-left,
  .top-right {
    justify-content: center;
  }

  .top-center p {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .top-center p {
    font-size: 11.5px;
  }
}

/* =====================================
   PLACEMENT HERO
===================================== */

.placement-hero {
  height: 100vh;
  background: linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("https://images.unsplash.com/photo-1523580846011-d3a5bc25702b")
      center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placement-hero-overlay {
  width: 100%;
  padding: 20px;
}

.placement-hero-content {
  max-width: 850px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}

/* Heading */
.placement-hero-content h1 {
  font-size: 46px;
  margin-bottom: 18px;
  font-weight: 700;
}

/* Text */
.placement-hero-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #f1f1f1;
}

/* Buttons */
.placement-hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-primary-btn {
  padding: 15px 40px;
  background: #f9a825;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}

.hero-primary-btn:hover {
  background: #f57f17;
  transform: translateY(-3px);
}

.hero-secondary-btn {
  padding: 15px 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}

.hero-secondary-btn:hover {
  background: #ffffff;
  color: #000;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 992px) {
  .placement-hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .placement-hero {
    height: 90vh;
  }

  .placement-hero-content h1 {
    font-size: 28px;
  }

  .placement-hero-content p {
    font-size: 15px;
  }
}


/* =====================================
   100% PLACEMENT SUPPORT
===================================== */

.placement-guarantee {
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.placement-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 55px;
  align-items: center;
}

/* Text */
.placement-text h2 {
  font-size: 36px;
  margin-bottom: 18px;
  color: #0d47a1;
}

.placement-highlight {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* List */
.placement-list {
  list-style: none;
  padding: 0;
}

.placement-list li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #444;
}

/* Image */
.placement-visual img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 992px) {
  .placement-wrap {
    grid-template-columns: 1fr;
  }

  .placement-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .placement-text h2 {
    font-size: 26px;
  }

  .placement-highlight {
    font-size: 15px;
  }
}

/* ================================
   FULL IMAGE SECTION
================================ */

.full-image-section {
  width: 100%;
  overflow: hidden;
}

.full-image-section img {
  width: 100%;
  height: 120vh;
  object-fit: cover;
  display: block;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .full-image-section img {
    height: 60vh;
  }
}



/* ================================
   OUR PLACED STUDENTS
================================ */

.placed-students-section {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.section-subtitle {
  color: #0d6efd;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 34px;
  margin: 10px 0 50px;
  font-weight: 700;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.placed-students-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* Card */
.placed-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* Top Color Strip */
.placed-card-header {
  height: 110px;
}

.placed-card-header.blue {
  background: #198cff;
}

.placed-card-header.purple {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

/* Avatar */
.placed-avatar {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 6px;
  border-radius: 50%;
}

.placed-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

/* Card Body */
.placed-card-body {
  padding: 70px 30px 40px;
}

.placed-card-body h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}

.placed-card-body h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.role {
  display: block;
  color: #ff6a00;
  font-weight: 600;
  margin-bottom: 15px;
}

.placed-card-body p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 600px) {
  .section-title {
    font-size: 26px;
  }

  .placed-card-body {
    padding: 70px 20px 35px;
  }
}

.hiring-partners {
  padding: 60px 20px;
  background: #ffffff;
}

.hiring-partners .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.hiring-partners h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1f4fd8; /* Profenaa-style deep red */
}

.hiring-partners .subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.partner {
  padding: 16px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fafafa;
  transition: all 0.3s ease;
}

.partner:hover {
  background: #1f4fd8;
  color: #fff;
  transform: translateY(-4px);
}






/* FOOTER */

.footer {
  background: #0c0f1a;
  color: #dcdcdc;
  font-family: 'Poppins', sans-serif;
}

/* ===== STATE QUICK LINKS ===== */
.footer-states {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-states h4 {
  color: #1f4fd8;
  margin-bottom: 20px;
}

.state-links {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}

.state-links a {
  color: #cccccc;
  font-size: 13px;
  text-decoration: none;
}

.state-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ===== MAIN GRID ===== */
.footer-grid {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

/* COMMON */
.footer-col h4 {
  color: #1f4fd8;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #cccccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-col a:hover {
  color: #ffffff;
}

/* BRAND */
.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-col h3 {
  color: #1f4fd8;
  margin-bottom: 10px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #1f4fd8;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  color: #555;
}

.footer-bottom p {
  margin: 0 0 5px 0;
}

.footer-link {
  color: #1a5cff; /* crimson theme */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.footer-link:hover {
  color: #1a5cff;
  text-decoration: underline;
}

.footer-links {
  font-size: 13px;
  color: #555;
}

.footer-links span {
  margin: 0 5px;
}




/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .state-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .state-links {
    grid-template-columns: 1fr;
  }
}
