*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

} 

/*  body{
    font-family: "Poppins", serif;
} */

/* header{font-family: "Poppins", serif;} */

/* .navbar{
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    height: 10%;

}

nav{
    flex: 1;
    text-align: right;
    
}

nav ul{
    display: inline-block;
    list-style-type: none;
}

nav ul li{
    display: inline-block;
    margin-right: 60px;
} */

a{
    text-decoration: none;
    color: #555;
    
}

p{
    color: #404040;
    font-size: 20px;
    
}


#bandheader{
    background: url(/images/watch-bg.jpg) top/cover no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;

}

.content h1{
    font-size:60px;
    margin-top:80px;
    color: rgb(255, 255, 255);
    
    
}

.content{
    position:absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%);
    text-align:center;
    color:#ffffff;
}

.content p{
    margin:20px auto;
    font-weight:100;
    line-height:25px;
    
}

button{
    width:200px;
    padding: 15px 0;
    text-align: center;
    margin:20px 10 px;
    border-radius:25px;
    font-weight:bold;
    border: 2px solid;
    /* border: 2px solid #055334; */
    /* background: #055334; */
    /* background: transparent; */
    /* color:#fff; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size:17px;
  
}

span{
    transition: 0.5s;
}

button:hover span{
    width: 100%;
}

button:hover{
    border: none;
    /* background: #21aa97; */
}


/* Styling for Join the Waitlist button */
.btn-waitlist {
    background: #055334; /* Green background */
    color: #fff;
    border-color: #055334;
}

.btn-waitlist:hover {
    background: #21aa97; /* Lighter green on hover */
}

/* Styling for Learn More button */
.btn-learn-more {
    background: #808080; /* Gray background */
    color: #fff;
    border-color: #808080;
}

.btn-learn-more:hover {
    background: #a9a9a9; /* Lighter gray on hover */
}

/* features section */

.features-sectio{
    text-align: center;
    padding: 50px 20px;
    /* background-color: #00B7C5; */
    background: url(/images/founder-bg.jpg) center/cover no-repeat;
  
    color: #fff;
       
}

/* .waitlist-section{
    text-align: center;
    padding: 50px 20px;
    background-color: #00B7C5;
    background: url('/Users/rasith/Documents/new/images/founder-bg.jpg') center/cover no-repeat;
    
} */


.features-section h2{
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
}
.waitlist-section{
    padding-top: 40px;
}
.waitlist-section h2{
    font-size: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.features-section p{
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
    
}
.waitlist-section p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
}


.features-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    
}

.waitlist-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.feature-box{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.waitlist-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
     width: 300px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature-box img {
    width: 80px;
    margin-bottom: 40px;
}

.waitlist-box img {
    width: 60px;
    margin-bottom: 30px;
}

.feature-box h3{
    font-size: 20px;
    color: #00B7C5;
    margin-bottom: 10px;
}

.waitlist-box h3 {
    font-size: 20px;
    color: #00B7C5;
    margin-bottom: 10px;
}

.feature-box p{
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.waitlist-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* Testimonials Section */
.testimonials-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.testimonials-section h2 {
    font-size: 32px;
    color: #055334;
    margin-bottom: 20px;
}

.testimonials-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-box {
    background: #94f3fa;
    border-radius: 10px;
    padding: 20px;
    width: 300px; 
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.testimonial-box p {
    font-size: 16px;
    color: #555;
}

/* Getting Started Section */
.getting-started-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.getting-started-section h2 {
    font-size: 32px;
    color: #055334;
    margin-bottom: 20px;
}

.getting-started-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
}

.step-box {
    text-align: center;
    padding: 20px;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.step-box img {
    width: 60px;
    margin-bottom: 15px;
}

.step-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.step-box p {
    font-size: 16px;
    color: #555;
}

/* FQA SECTION */

.wrapper {
    max-width: 75%;
    margin: auto;
  }
  
  .wrapper > p,
  .wrapper > h1 {
    margin: 1.5rem 0;
    text-align: center;
    color: #055334;
  }
  
  .wrapper > h1 {
    letter-spacing: 3px;
  }
  
  .accordion {
    background-color: white;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.2rem;
    width: 100%;
    padding: 2rem 2.5rem;
    border: none;
    outline: none;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    
  }
  
  .accordion i {
    font-size: 1.6rem;
  }
  
  .active,
  .accordion:hover {
    background-color: #dafff3;
    border-radius: unset;
  }
  
  .pannel {
    padding: 0 2rem 2.5rem 2rem;
    background-color: white;
    overflow: hidden;
    background-color: #f1f7f5;
    display: none;
    
  }
  .pannel p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.2rem;
    line-height: 1.4;
  }
  
  .faq {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    
  }
  .faq.active {
    border: none;
  }
  



/* Footer
.footer {
    background: #00B7C5;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-contact,
.footer-subscribe {
    flex: 1;
    margin: 10px;
}

.footer-contact h3,
.footer-subscribe h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    gap: 0px;
}

.subscribe-form input {
    padding: 10px;
    border: none;
    border-radius: 0px;
    flex: 1;
}

.subscribe-form button {
    padding: 10px 20px;
    background: #104b43;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.subscribe-form button:hover {
    background: #18a053;
} */



/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 90%;
    max-width: 400px;
  }
  
  .modal-content h1 {
    margin-bottom: 20px;
    color: #222;
  }
  
  .form-control {
    width: 100%;
    padding: 10px;
    margin: 10px 0 20px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .btn {
    padding: 10px 20px;
    background: #00B7C5;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .btn:hover {
    opacity: 0.8;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
  }

  /* Responsive Design */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .content h1 {
        font-size: 2rem;
    }

    .content p {
        font-size: 1rem;
    }

    .features-container,
    .testimonials-container {
        flex-direction: column;
        gap: 20px;
    }

    .feature-box,
    .testimonial-box {
        width: 100%;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .content h1 {
        font-size: 1.8rem;
    }

    .content p {
        font-size: 0.9rem;
    }

    .features-container,
    .testimonials-container {
        gap: 15px;
    }

    .footer-contact,
    .footer-subscribe {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
}