body {
  margin: 0;
  height: 300vh;
  background: linear-gradient(to bottom right, rgb(0, 0, 0), #535bef);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
}
body, html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.header-container {
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin: 40px auto 0;
  border: 3px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  backdrop-filter: saturate(180%) blur(12px);
  transition: box-shadow 0.3s ease;
}

.header-container:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.logo-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.header-container:hover .logo-img {
  transform: scale(1.05);
}

.header-text h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: 1.4px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.header-text .tagline {
  font-size: 1.2rem;
  color: #dcdcdc;
  margin-top: 8px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

@media (max-width: 576px) {
  .header-container {
    flex-direction: column;
    padding: 20px 25px;
    text-align: center;
    gap: 15px;
  }

  .logo-img {
    width: 70px;
    height: 70px;
  }

  .header-text h2 {
    font-size: 1.6rem;
  }

  .header-text .tagline {
    font-size: 1rem;
  }
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(8px);
}

.modal-body ul li {
  margin-bottom: 8px;
  font-weight: 500;
  list-style-type: "➤ ";
  padding-left: 5px;
}

.modal-body p, .modal-body ul {
  color: #e0e0e0;
  font-size: 1.05rem;
}

.btn-outline-light:hover {
  background-color: #535bef;
  color: white;
  border-color: #535bef;
}

.waitlist-container {
  max-width: 500px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  margin-top: 80px;
  border-radius: 20px;
  border: 3px solid white;
}

.waitlist-container .card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background-color: transparent;
  color: white;
}

.waitlist-container .card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  color: white;
}

.waitlist-container h4 {
  font-weight: 800;
  color: white;
}

.waitlist-container .form-label {
  font-weight: 500;
  color: white;
}

.waitlist-container .form-control {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid #ced4da;
  transition: border-color 0.3s ease;
  color: white;
  background-color: transparent;
}

.waitlist-container .form-control:focus {
  border-color: white;
  background-color: transparent;
  color: white;
  box-shadow: none;
}

.waitlist-container .btn-primary {
  background: linear-gradient(to bottom right, rgb(0, 0, 0), #535bef);
  border-radius: 12px;
  padding: 10px;
  font-weight: 500;
  border: none;
  transition: background-color 0.3s ease;
}

.waitlist-container .btn-primary:hover {
  background-color: #0b5ed7;
  transform: translateY(2px);
  box-shadow: 0 4px 0 white;
}

#success-message {
  border-radius: 10px;
  font-size: 0.95rem;
  text-align: center;
}


@media (max-width: 576px) {
  .waitlist-container {
    padding: 0 1rem;
  }

  .waitlist-container .card {
    padding: 1.5rem 1rem;
  }

  .waitlist-container h4 {
    font-size: 1.2rem;
  }
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.clickable-circle {
  cursor: pointer;
  max-width: 140px;
  flex: 1 1 140px;
}

.circle-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 3px solid #535bef;
  box-shadow: 0 0 15px rgba(83, 91, 239, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clickable-circle:hover .circle-image {
  transform: scale(1.08);
  box-shadow: 0 0 25px rgba(83, 91, 239, 1);
}

.team-member i {
  color: #f0b429;
}

.main-wrapper {
  background-image: url('https://image.shutterstock.com/image-vector/cartoon-rocket-space-ship-take-260nw-540835846.jpg'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}


.main-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}


.main-wrapper > * {
  position: relative;
  z-index: 2;
}

.label-box {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
   margin-top: 50px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
}

.label-box:hover {
  transform: translateY(-5px) scale(1.03) rotateX(5deg);
  background: linear-gradient(145deg, #e2e2e2, #ffffff);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
  color: black;
}

.footer {
  background-color: transparent;
  color: #fff;
  padding: 30px 15px;
  text-align: center;
  height: 160px;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-text {
  font-size: 0.9rem;
  color: #dcdcdc;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.modal-header {
  box-shadow: 0 0 15px rgba(13, 71, 161, 0.7);
}
  .circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
