body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

.join-us {
  background: linear-gradient(135deg, #1e1e2f, #2a2a40);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #fff;
}

.join-us::before,
.join-us::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
}

.join-us::before {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #0072ff, #00c6ff);
  top: -100px;
  left: -100px;
}

.join-us::after {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #fc466b, #3f5efb);
  bottom: -150px;
  right: -150px;
}

.join-us .container {
  position: relative;
  z-index: 2;
}

.join-us h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}

.join-us .yellow {
  color: #ffcc00;
}

.join-us p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ddd;
}

.join-us ul {
  padding-left: 0;
  list-style: none;
}

.join-us ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.join-us-icon {
  margin-right: 15px;
}

.join-us-icon .ico {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.join-us-icon .ico img {
  max-width: 40px;
}

.join-us h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #ffcc00;
}

.ceo {
  background: url('img/modern-abstract.png') center/contain no-repeat;
  min-height: 400px;
  width: 100%;
}

@media (max-width: 768px) {
  .join-us h1 {
    font-size: 2rem;
  }
}
