body {
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  background: #f9f9fc;
  color: #333;
}

.page-header {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(to right, #003366, #005b99);
  color: white;
  position: relative;
}

.ibm-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.page-header h1 {
  font-size: 2rem;
  margin: 0;
}

.page-header .tagline {
  font-size: 1.2rem;
  margin: 10px 0 20px;
}

.apply-btn {
  padding: 10px 24px;
  background: #ff6a00;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}
.apply-btn:hover {
  background: #cc5600;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.intro, .why-join, .cta {
  text-align: center;
  margin: 40px 0;
}

.tracks {
  margin-top: 60px;
  text-align: center;
  margin: 40px 0;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.tab {
  padding: 10px 20px;
  border: 2px solid #005b99;
  background: white;
  color: #005b99;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab:hover, .tab.active {
  background: #005b99;
  color: white;
}

.tab-content {
  display: none;
  text-align: center;
}
.tab-content.active {
  display: block;
}

.handbook-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  border-radius: 20px;
  background: #0072c6;
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}
.handbook-btn:hover {
  background: #004f8a;
}

.why-join ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.cta {
  background: #023292;
  padding: 40px 20px;
  border-radius: 120px;
  margin-top: 50px;

}
.cta h3{
  color: black;
}

.cta p{
  font-size: 18px;
  color: #f9f9fc;
}

/* Responsive */
@media (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .apply-btn {
    font-size: 0.9rem;
    padding: 8px 18px;
  }

  .page-header h1 {
    font-size: 1.6rem;
  }
}
.tech-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  transition: transform 0.3s ease;
}

.logo-item img {
  width: 80px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.logo-item span {
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}

.logo-item:hover img {
  transform: scale(1.1);
}
/* IBM Logo at top */
.ibm-logo {
  display: block;
  max-width: 180px;
  margin: 20px auto 10px auto;
}

/* Headline below logo */
.page-headline {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
}

/* Tech Logos Section */
.tech-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
}

.logo-item img {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
}

.logo-item span {
  font-size: 0.9rem;
  color: #333;
  text-align: center;
}
.tagline{
  font-size: 2rem;
  margin: 0;
  font-size: 2.2rem;
  margin: 50px 0 0px;

}
.INSTRUCTIONS-TO-APPLICANTS {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 60px auto; /* center horizontally */
}

.INSTRUCTIONS-TO-APPLICANTS h1 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 12px;
}

.INSTRUCTIONS-TO-APPLICANTS p {
  font-size: 20px;
  color: #333232;
  margin-bottom: 24px;
}

.INSTRUCTIONS-TO-APPLICANTS .apply-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  color: #fff;
  background-color: #006699;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.INSTRUCTIONS-TO-APPLICANTS .apply-btn:hover {
  background-color: #004d66;
}



.foundational-btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

.gradient-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.gradient-btn:hover {
  background: linear-gradient(135deg, #0056b3, #0099cc);
  transform: translateY(-2px);
}
/* New Portal Button Style - No Animations */
.portal-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff; /* white text */
  background: linear-gradient(135deg, #6a11cb, #2575fc); /* purple → blue */
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.portal-btn:hover {
  background: #000000; /* solid black on hover */
  color: #ffffff; /* keep text white */
  transform: translateY(-3px); /* slight lift */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}
