*{
  box-sizing: border-box;
}
body{
        overflow-x: hidden;
        margin: 0;
        padding: 0;

}
html {
  scroll-behavior: smooth;
}

/* Reserve space below the navbar */
.section {
  padding-top: 100px; /* Adjust to match your Navbar height */
}

/* Fix for anchor offset issues */
[id]::before {
  content: "";
  display: block;
  height: 80px; /* Height of your fixed navbar */
  margin-top: -80px;
  visibility: hidden;
}


.Navbar.scrolled .homeclass:hover {
  color: white;
  background-color: rgb(0, 93, 205);
}

#Home{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100vw;
    background-position: right 5% bottom 5%;
    transition: background-image 1s ease-in-out;

}
.slideimg{
    width: 100vw;
    height: 100vh;
}
.Navbar {
  width: 100%;
  top: 0;
  left: 0;
  padding: 2px 4px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.1); /* transparent */
  transition: background 0.3s ease;
  color: white;
  margin-right: 0;
}
.Navbar a{
    color: #fff;
    text-decoration: none;
    margin-left: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-style:normal;
    font-weight: bold;
    border-radius: 5px;
    font-size: medium;
     box-shadow:  10px 2px 4px rgba(0, 0, 0, 0.2);
     border: 10px 2px 4px;
     text-shadow: 1px 1px 3px #000;

}

.Navbar a:hover{
   color: rgb(0, 93, 205);
    text-decoration: solid;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border: 10px 2px 4px rgba(0, 0, 0, 0.2);
   background-color:hwb(hue white black);
   box-shadow:  10px 2px 4px rgba(0, 0, 0, 0.2);

}
.Navbar.scrolled {
 backdrop-filter: blur(40px);
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 2px 2px;
}

.Navbar.scrolled a {
  color: rgb(0, 93, 205);
  text-shadow: none;
}
.logo{
    height: 7vw;
    width: 6vw;
    position: relative;
    padding-top: 1vw;
     text-shadow: 1px 1px 3px #000;
}
.links{
    margin-left: 3vw;
}

.writeup{
color:  rgb(0, 93, 205);
font-size: 1.5vw;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
padding-top: 1vw;
 /* text-shadow: 1px 1px 3px #000; */
}
.slideshow-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  padding: 0 20px;
  width: 100%;
  text-shadow: 1px 1px 3px #000;
}

.textinline {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
}

.textinline1 {
  font-size: 1.5em;
  margin-top: 10px;
}
.Missionbox{
margin-top: 10vw;
}
.missionbtn{
    Color: white;
    background-color:rgb(0, 93, 205) ;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 3vw;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}
#Products{
margin-top: 5vw;
}
.textheader{
    text-align: center;
}
.products-grid{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 1vw;
}
.Products-card{
width: 20vw;
border: 2px solid black;
border-radius: 40px;
padding: 1vw;
text-align: center;
margin: 1vw;
}
#Mission{
    margin-top: 10vw;
    text-align: center;
    margin: 0vw;
}
.mission-section {
  padding: 4vw 8vw;
  background-color: #f7f7f7;
  text-align: center;
}

.mission-text {
  font-size: 1.3em;
  line-height: 1.6;
  color: #222;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.05);
}
#Team{
    margin-top: 0;
    text-align: center;
    margin: 0vw;
}
#Waitlist{
  margin-top: 5vw;
    text-align: center;
    margin: 0vw;
}
 
.team-text {
  font-size: 1.2em;
  line-height: 1.6;
  color: #222;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
/* Contact Form Styling */
form input,
form textarea {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 1em auto;
  padding: 1em;
  font-size: 1em;
  border-radius: 10px;

}

form button {
  display: block;
  margin: 1em auto;
  background-color: rgb(0, 93, 205);
  color: white;
  padding: 0.8em 2em;
  border: none;
  border-radius: 40px;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px 3px #000;
}

/* Footer Styling */
.footer {
  background-color:f7f7f7;
  color: black;
  padding: 4vw 2vw;
  font-size: 0.95em;
  box-shadow: 1px 1px 3px #000;
  margin-left: 0;
  margin-right: 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 2vw;
  gap: 2vw;
  box-sizing: border-box;
  max-width: 1200px;
}

.footer-about, .footer-links, .footer-contact {
  margin-top: 0;
   margin-bottom: 0;
  flex: 1 1 250px;
  min-width: 250px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

.footer-contact a {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

.footer-about h3 {
  color: black;
  margin-bottom: 0.5em;
}

.footer-links h4,
.footer-contact h4 {
  color: black;
  margin-bottom: 0.5em;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 0.4em 0;
}

.footer-links a,
.footer-contact a {
  color: #4aa8ff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  text-decoration: underline;
  color: black;
}

.footer-bottom {
  text-align: center;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.back-to-top {
  display: inline-block;
  margin-top: 0.5em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  background-color: black;
  padding: 1vw;
}

.back-to-top:hover {
  color: rgb(0, 93, 205);
}
/* WAITLIST SECTION */
#Waitlist {
  margin-top: 10vw;
  padding: 2vw;
  text-align: center;
}

#Waitlist fieldset {
  border: 2px solid #005dcd;
  border-radius: 15px;
  padding: 2em;
  max-width: 600px;
  margin: auto;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}

#Waitlist legend h2 {
  margin: 0;
  font-size: 1.6em;
  color: #005dcd;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2em;
  margin-bottom: 2em;
}

.radio-group .joinform {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  color: #333;
}

.radio-group .radiobtn {
  margin: 0;
  transform: scale(1.1);
}

#Waitlist input[type="email"] {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 1em auto;
  padding: 0.75em;
  font-size: 1em;
  border-radius: 10px;
  border: 1px solid #ccc;
}

#Waitlist button[type="submit"] {
  background-color: #005dcd;
  color: white;
  font-weight: bold;
  padding: 0.8em 2em;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

#Waitlist button[type="submit"]:hover {
  background-color: black;
}
.alert-message {
  text-align: center;
  margin: 1em auto;
  padding: 1em;
  border-radius: 10px;
  max-width: 500px;
  font-weight: bold;
  font-size: 1em;
  animation: fadeOut 5s ease forwards;
}

.alert-message.success {
  background-color: #d4edda;
  color: #155724;
}

.alert-message.error {
  background-color: #f8d7da;
  color: #721c24;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; display: none; }
}
