
body {
    background-color: #2e3537;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

:root{
  --dark-bg:#0a0a0a;
  --darker-bg:#050505;
  --accent:#2ecc71;
  --accent-glow:rgb(46,204,113,0.4);
  --text:#ffffff;
}


.hidden {
      opacity: 0;
      transform: translateY(-100px); /* default left */
      transition: all 0.8s ease;
      z-index: 0;
}

.show {
      opacity: 1;
      transform: translateY(0); /* visible hone par center */
}

/* Navbar styling */
    nav {
      height:70px ;
      z-index: 1;
      width:100%;
      position: absolute;
      top: 0%;
      background-color: pink;
      color: white;
      font-size: 30px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      background-color: #050505;
      position: fixed;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .nav-btn {
      font-size: 30px;
      cursor: pointer;
      display: none; /* desktop ke liye hidden */
    }

    .nav-menu {
      width: 60%;
      list-style: none;
      position: relative;
      left: 5%;
      justify-content: flex-start;
      display: flex;
      gap: 15px;
    }

    .brand{
      margin-top: 1%;
      height: 100%;
      width: 7%;
    }

    .nav-menu li{
      align-items: center;
      align-self: center;
      align-content: center;
      justify-content: center;
      text-align: center;
      margin: 0 12px 0 12px;
    }

    .nav-menu a {
      font-size: 0.7em;
      color: white;
      transition: 0.3s;
      text-decoration: none;
    }
    .nav-menu a:hover {
      font-size: 0.7em;
      color:#08cb00;
      transform: scale(1.2);
    }

     .nav-menu .btn{
      height: 50px;
      color: black;
      font-size: 1em;
      width: 250px;
      border-radius: 10px;
      transition: 0.3s;
      background-color: var(--accent);
     }
     .nav-menu .btn:hover{
      height: 50px;
      background-color: #ffffff;
      width: 250px;
      border-radius: 10px;
      color: var(--accent);
     }


    /* Scroll lock */
    .no-scroll {
      overflow: hidden;
      height: 100vh;
    }

    /* Dummy content for scrolling */
    .content {
      height: 2000px;
      background: linear-gradient(white, lightblue);
    }

.title-div{
    height: 70vh;
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 50px;
    background-image: url(images/courseC.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top;
}
.title-div h1{
    width: 100%;
    text-align: center;
}
/*contact ki css*/

.baap-contact{
  height: 140vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color:white;
}

.cont-part1{
    height: 90%;
    width: 700px;
    display: flex;
    justify-content: space-around;
}

.card1{
    height: 95%;
    width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.card1 h1{
  margin-top: 5%;
  line-height: 0.8;
}
form{
  height: 100%;
    width: 80%;
    margin-top: 10%;
}
label{
  font-size: 1.5em;
    line-height: 1.5;
}
input{
    height: 8%;
    width: 90%;
    font-size: 1.2em;
    padding-left:2%;
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 2%
}
input:hover{
  border: 1px solid #08cb00;
  background-color: rgb(46,204,113,0.4);
  transition: 0.3s;
  
}


textarea{
    height: 10%;
    width: 90%;
    font-size: 1.5em;
    padding-top: 2%;
    padding-left:2%;
    margin-bottom: 2%;
    border: 1px solid grey;
    border-radius: 5px;
}

textarea:hover{
  border: 1px solid #08cb00;
  background-color: rgb(46,204,113,0.4);
  transition: 0.3s;

}

.sub-btn{
    height: 8%;
    width: 93%;
    font-size: 1.5em;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #2ecc71;
}

.sub-btn:hover{
  background-color: white;
  color: #08cb00;
  transition: 0.3s;
}













.cont-part2{
    height: 70%;
    width: 600px;
    display: flex;
    justify-content: space-around;
}
.container{
    height: 90%;
    width: 85%;
    margin-top: 15%;
    border: 1px solid grey;
}
.child{
    height: 20%;
    width: 100%;
    font-size: 2em;
    border-bottom: 1px solid grey;
    display: flex;
    transition: 0.3s;
    align-items: center;
}

.child:hover{
  color: #2ecc71;
  
}

.child:hover span{
  color: black;
}


.child-text{
    width: 80%;
}

i{
  width: 15%;
  text-align: center;
}



.child-text h2{
    font-size: 25px;
    line-height: 0.9;
}





.child-text h2 span{
    font-size: 18px;
    font-weight: 100;
}


/* footer css*/

footer{
    width: 100%;
    height: 400px;
    font-size: 20px;
    background-color: #253900;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.Quick-Links h2{
  font-size: 35px;
  margin-bottom: 0%;
  color: #ffffff;
}



footer h3{
    position: relative;
    left: 1%;
    color: yellow;
    bottom: 13%;
}

footer a{
    color: grey;
    font-size: 18px;
    text-decoration: none;

}

footer .beta{
     width: 25%;
    height: 70%;
    
    align-self: center;
    margin-left: 2%;
    text-align: left;
  
}

footer .contact-2{
    width: 25%;
    height: 70%;
    line-height: 0.9;
    align-self: center;
    margin-left: 2%;
    text-align: left;
}
.contact-2 h2{
  font-size: 35px;
  margin-bottom: 0%;
  color: #fff;
}

.logo{
    font-size: 25px;
    color: white;
    transition: 0.5s;
}

.logo:hover{
  transform: scale(1.5);
  color: #08cb00;
}

.newsletter{
    width: 40%;
    margin-left: 5%;
    margin-bottom: 2%;
   
}

.newsletter h2{
  font-size: 35px;
  margin-bottom: 0%;
  color: #fff;

}

.newsletter p{
    color: white;
    font-size: 20px;
    padding-right: 5%;
   
}
.newsletter input{
    height: 50px;
    width: 65%;
    padding-left: 2%;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid grey;
}

.newsletter input:hover{
  border: 1px solid #08cb00;
  background-color: white;
  transition: 0.3s;

}
.newsletter form{
    margin-top: 0%;
  }
.newsletter button{
    height: 52px;
    width: 68%;
    color: black;
    font-size: 1em;
    background-color: var(--accent);
    border: 1px solid grey;
    border-radius: 8px;
    transition: 0.3s;
    color: white;
}

.newsletter button:hover{
  background-color: white;
  color: #08cb00;
}





/**/
/**/
    
/* ✅ Responsive Styling */
@media (max-width: 992px) {
    body{
        overflow-x: hidden;
    }

    nav{
      background-color: var(--dark-bg);
      z-index: 1;
      overflow-y: hidden;
      position: fixed;
    }

    .brand{
      position: relative;
      right: 8%;
      width: 20%;
    }

    .nav-btn {
        position: relative;
        left: 10%;
        display: block;
      }
      .nav-menu {
        position: fixed;
        top: -30px;
        left: -100%;
        width: 70%;
        height: 100%;
        background: #444;
        flex-direction: column;
        gap: 20px;
        z-index: 1000;
        padding: 50px 20px;
        transition: left 0.3s ease-in-out;
      }
      .nav-menu.active {
        left: 0;
        padding-top: 80px ;
        justify-content: flex-start;
        }

      .nav-menu li{
        align-items: center;
        width: 100%;
        background-color: inherit;
        padding-bottom: 20px;
        font-size: 30px;
      }
      .nav-menu li a:hover{
        align-items: center;
        width: 100%;
        color: #08cb00;
        padding-bottom: 20px;
        font-size: 30px;
      }
      #app-btn{
        display: none;
      }

      .title-div{
        height: 40vh;
        width: 100%;
      }
      .title-div h1{
        font-size: 0.8em;

      }

      .baap-contact{
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: white;
  padding-bottom: 10%;
}
    /*contact input*/
.cont-part1{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.card1{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.card1 h1{
  margin-top: 5%;
  line-height: 0.8;
  font-size: 1.8em;
}
form{
  height: 100%;
    width: 95%;
    margin-top: 15%;
}
label{
  font-size: 1.5em;
    line-height: 1.5;
}
input{
    height: 8%;
    width: 90%;
    font-size: 1em;
    padding-left:2%;
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 2%
}

label{
  font-size: 1em;
  font-weight: 400;
}
textarea{
    height: 10%;
    width: 90%;
    font-size: 1.2em;
    padding-top: 2%;
    padding-left:2%;
    margin-bottom: 2%;
    border: 1px solid grey;
    border-radius: 5px;
}
.sub-btn{
    height: 8%;
    width: 93%;
    font-size: 1em;
    border: 1px solid grey;
    border-radius: 5px;
}
/*contact link*/


.cont-part2{
        height: auto;
        width: 90%;
        display: flex;
        justify-content: space-around;
        padding-bottom: 10%;
        margin-left: 5%;
}
.container{
    height: 90%;
    width: 95%;
    margin-top: 20%;
    border: 1px solid grey;
}
.child{
    height: 20%;
    width: 100%;
    font-size: 1.5em;
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
}


.child-text{
    width: 80%;
}

i{
  width: 15%;
  text-align: center;
}

.child-text h2{
    font-size: 0.8em;
    font-weight: 500;
    line-height: 0.9;
}
.child-text h2 span{
    font-size: 18px;
    font-weight: 100;
}
    /*Footer*/
    footer {
    flex-direction: column;
    height: auto;
    text-align: left;
    
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .logo{
    font-size: 1.2em;
    color: white;
    transition: 0.5s;

  }
   .Quick-Links h2 {
    font-size: 1.2em;
    margin-bottom: 0%;
    color: #ffffff;
   }
   .contact-2 h2 {
    font-size: 1.2em;
    margin-bottom: 0%;
    color: #fff;
    }
   
  footer .child {
    width: 100%;
    margin:0;
  }
  footer .beta{
    width: 100%;
    height: 70%;
    line-height: 0.8;
    align-self: center;
    padding-left: 2%;
    text-align: left;
    margin-top: 5%;
   
}


  footer .contact-2{
    width: 100%;
    height: 70%;
    line-height: 0.8;
    margin-left: 2%;
    text-align: left;
    margin-bottom: 5%;
}
footer .contact-2 .logo{
  margin-left: -5%;
  text-align: center;
}

  .newsletter {
    width: 100%;
    margin: 0;
  }

  .newsletter h2 {
    font-size: 1.5em;
    margin-bottom: 0%;
    color: #fff;
  }

  .newsletter input {
    width: 98%;
    margin: 5px 0;
  }
  .newsletter button{
    width: 101%;
    margin: 5px 0;
  }

  .newsletter form{
    margin-top: -5%;
  }
  footer h3 {
    position: relative;
    right: 2%;
    font-size: 0.8em;
    color: yellow;
    bottom: 13%;
    margin-left: -5%;
    margin-bottom: 5%;
}

}