@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}


.faqWrapper {
    padding: 5rem 0 4rem;
}

.faqHeading {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 0 0 0 2rem;
    font-size: 4rem;
    text-shadow: 0px 0px 20px rgb(51, 34, 101), 0px 0px 40px rgb(121, 102, 175);
    color: rgb(0, 212, 255, 1);
}

.watermark {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
}

.watermark img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.faqs_container {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.faqs {
    display: flex;
    padding: 2rem 2rem;
    gap: 2rem;
}

.faq {
    height: fit-content;
    padding: 1.5rem;
    background-color: #0000;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-flow: column;
    border-radius: 0.5rem;
    cursor: pointer;
}

.faq_title {
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_title .plus {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.plusBtn {
    padding: .5rem;
}

.faq_content {
    height: 0;
    overflow: hidden;
    font-size: 1.7rem;
    font-family: Inter;
    color: #f7f7f7;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #629add;
}

a:hover {
    text-decoration: underline;
}

/* Responsive Media Query */
@media screen and (max-width: 768px) {
    .faqs_container {
        grid-template-columns: 1fr;
    }

    .faqs {
        flex-flow: column;
    }

    .faqHeading {
        padding: 0 0.5rem;
        text-align: center;
    }
}

.navbar {
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    top: 40px;
    z-index: 1; /* Set a higher z-index */
}

.navbar div a {
    font-size: 24px;
    font-weight: 400;
    color: #FFB780;
    text-decoration: none;
}
.navbar {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .link-section{
    display: flex;
    gap: 3rem;
    justify-content: space-evenly;
    width: 80%;
  }
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    gap: 0.5rem;
    display: none;
  }
  
  .line{
    height: 4px;
    width: 20px;
    background-color:#FFB780;
  }
  
  @media screen and (max-width : 750px){
    .hamburger {
        display: flex;
        margin-right: 3rem;
    }
  
    .navbar {
        justify-content: flex-end;
        z-index: 1;
        position: relative;
    }
  
    .link-section {
        position: absolute;
        height: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 100%;
        background: linear-gradient(180deg, #0a121f 2.5%, #0a1629 43%, #0a121f 100%);;
        transition: height 0.2s linear;
        z-index: -2;
        overflow: hidden;
        opacity: 1;
        width: 100%;
    }
  }
  
  .link-section.active{
    height: 400px;
    transition: height 0.2s ease-in-out; 
  } 
  .navbar div a:hover {
    border-bottom: 2px solid #9D5CFF;
    transition: width 0.3s ease;}

    .blurred-background {
        width: 100%;
        height: 100%;
        position: absolute;
        backdrop-filter: blur(450px);
        background-image: url(/assets/about_bodylogo.png);
        background-repeat: no-repeat;
        margin-top: 230px;
        background-position: center ;
    
        z-index: -1; /* Set a lower z-index */
    }
    body {
        margin: 0;
        overflow-x: hidden;
        font-family: Ubuntu;
        color: #ffb780;
        background: radial-gradient(circle at top right, rgba(16, 14, 44, 0.7), rgba(102, 0, 255, 0.51) 400%) #0a121f;
        
        min-height: 100vh;
        min-width: 100vw;
    }
    .footer-container{
        width: 100%;
        background:linear-gradient(0deg, rgba(16, 14, 44, 0.70) 0%, rgba(16, 14, 44, 0.70) 100%); 
        padding: 20px;
        background: url(Image.png);
         background-position: center;
    }
    .foot-head h2{
        text-align: center;
        color: aqua;
        font-weight: 600;
    }
    .foot-head p{
        text-align: center;
        font-size: 1.70rem;
    }
    .foot-navlinks h3{
        text-align: center;
        color: aqua;
        font-weight: 600;
    }
    .foot-navlinks {
        text-align: center;
    }
    .foot-navlinks a{
        color: #ffb780;
        font-size: 18px;
        padding: 10px;
    }
    .foot-social {
        text-align: center;
    }
    .foot-social h3{
        color: aqua;
        font-weight: 600;
    }
    .foot-social a{
        font-size: 30px;
    }
    
    .foot-last{
        margin-top: 10px;
        padding: 2rem;
        padding-bottom: 1rem;
       font-family:  Ubuntu, sans-serif;
       font-size: medium;
       text-align: center;
       border-top: 1px solid #9D5CFF;
       display: flex;
       align-items: center;
       justify-content: center;
    }
    
    .made-with-passion {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    
    .made-with-passion div {
        font-size: 18px;
        font-weight: 400;
    }
    
    .heart {
    color: #9D5CFF;
     font-size: 29px !important; /* Add !important to ensure the style is applied  */
    }
    
    