*{margin: 0px; padding: 0px;}

.nav-link{color: white !important; font-size: 30px !important;
}


/* parent container */
.parent-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  flex-wrap: wrap; /* for mobile view */
  background-color: rgb(240, 240, 240);
}
.classs{margin-right: 40px;}
.s-parent {
  width: 50%;
}

.s-parent h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 151px;
}

.s-parent .blue {
  color: rgb(78, 78, 255);
}

.p5 {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.5;
}

/* buttons */
.butt{width: 224px; height: 63px; border-radius: 36px;
    font-size: 20px;
    border: none;
    padding: 5px; background-color: rgb(60, 60, 234);}

.img-one1 {
  width: 41%;
  display: flex;
  justify-content: flex-end;
}

.img-one1 img {
 
  max-width: 478px;
}


.I5{gap: 20px;}
.butt:hover{background-color: rgb(0, 0, 0); }
.navbar {
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.8s ease;
}

.navbar.show {
  transform: translateY(0);
  opacity: 1;
}





/* Section Headings */
h2 {
  font-size: 42px;
  text-align: center;
  color: #c1ff72;
  margin-bottom: 15px;
}
.stats {
  padding: 100px 0;
  background: linear-gradient(180deg, #000 0%, #1a1a1a 100%);
}
.stats-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.stat-box {
  background-color: #0f0f0f;
  border: 2px solid #c1ff72;
  border-radius: 20px;
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 0 20px rgba(193,255,114,0.3);
  transition: transform 0.3s ease;
}

.stat-box:hover { transform: scale(1.15); box-shadow: 7px 5px 7px 7px red ;}
.stat-box h3 {
  font-size: 55px;
  color: #c1ff72;
  margin: 0;

}

.stat-box p { font-size: 18px; margin-top: 8px; color: #ddd; }

@media(max-width:596px){
  .stat-box{width: 66%;}
}

/* -----------  CONTACT SECTION  ----------- */
.contact {
  padding: 100px 0;
  background-color: #111;
  text-align: center;
}
.contact p { color: #ccc; margin-bottom: 40px; }

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 600px;
  margin: auto;
}
input, textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #c1ff72;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;
}
input:focus, textarea:focus { border-color: #fff; }

button {
  background-color: #c1ff72;
  color: #000;
  font-size: 18px;
  padding: 14px 30px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
button:hover { background-color: #000050;  color: rgb(0, 0, 0);}

/* Social Icons */
.socials {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.socials i {
  font-size: 35px;
  color: #000000;
  transition: transform 0.3s ease, color 0.3s ease;
}
.socials i:hover {
  transform: scale(1.2);
  color: #fff;
}

/* Animations */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}



.tag978c{font-size: 40px;}
#process978c {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(to bottom, #001a00, #0f0f0f);
}

.head978c .tag978c {
  color: #9dfc8a;
  font-weight: 600;
  font-size: 18px;
  font-size: 25px;
}

.head978c h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
}

.green978c {
  color: rgb(255, 62, 62);
}

.sub978c {
  color: #bfc8d2;
  font-size: 17px;
  margin-bottom: 50px;
}

.box-wrap978c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.box978c {
  background-color: #fff;
  color: #000;
  width: 260px;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 255, 100, 0.3);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.3s ease;
  }
.box978c:hover {
  transform: translateY(-18px);
  box-shadow: 2px 2px 8px 20px rgb(104, 209, 97);
}

.icon978c {
  font-size: 40px;
  margin-bottom: 15px;
  color: #000000;
  background-color: #0000;
}
#input6{
  width: 76%;
}
form {
  text-align: center;
  margin-top: 50px;
}

fieldset {
  border: none;
}

input,
textarea {
  width: 300px;
  padding: 10px;
  margin: 10px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 18px;
  outline: none;
  transition: all 0.4s ease;
}

/* Focus Animation (JS se class add hoti hai) */
input.active,
textarea.active {
  border-color: limegreen;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.5);
  transform: scale(1.05);
}






/* Mobile Responsive Design */
@media (max-width: 600px) {

  .parent-div {
    flex-direction: column;        
    padding: 20px;
    text-align: center;            /* sab text center ho jaye */
  }

  .s-parent {
    width: 100%;                 
    margin-bottom: 20px;
  }

  .s-parent h2 {
    font-size: 37px;               /* heading */
    margin-right: 0;             
  }

  .p5 {
    font-size: 16px;               /* readable size */
    line-height: 1.6;
    margin: 10px 0 20px 0;
  }

  .I5 {
    display: flex;
    flex-direction: column;        /* buttons ek ke niche ek */
    align-items: center;
    gap: 12px;
  }

  .I5 .butt {
    width: 67% !important;         
    height: 55px;
    font-size: 18px;
    margin-left: 0 !important;
  }

  .img-one1 {
    width: 100%;
    justify-content: center;   
    border-radius: 230px;   
     
  }

  .img-one1 img {
    border: 2px solid rgb(108, 108, 108);
    max-width: 300px;             /* smaller image */
    width: 80%;
    border-radius: 200px;
    width: 442px;
  }
}
/* Tablet responsive design */
@media (max-width: 768px) {
  .parent-div {
    flex-direction: column;          /* Image niche chala jaye */
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .s-parent {
    width: 100%;
    margin-bottom: 30px;
  }

.classs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  /* this centers both h2 horizontally */
  text-align: center;
}

.classs h2 {
  margin: 5px 0;
}



  .I5 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .butt {
    width: 60% !important;
    font-size: 18px;
  }

  .img-one1 img {
    width: 90%;
    height: auto;
  }
}


.contact{height: 750px;}

/* footer styling */
/* ===== FOOTER STYLES ===== */
.footer {
  background-color: black;
  color: white;
  padding: 60px 0 20px 0;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  width: 85%;
  margin: auto;
}

.footer-about h3 {
  color: #c1ff72;
  font-size: 26px;
  margin-bottom: 10px;
}

.footer-about p {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

.footer-links h4,
.footer-contact h4,
.footer-social h4 {
  color: #c1ff72;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-contact ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #ccc;
}

.footer-links ul li a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #c1ff72;
}

.footer-contact ul li i {
  color: #c1ff72;
  margin-right: 8px;
}

.social-icons a {
  display: inline-block;
  font-size: 22px;
  color: white;
  margin-right: 15px;
  transition: transform 0.2s, color 0.3s;
}

.social-icons a:hover {
  color: #c1ff72;
  transform: translateY(-4px);
}

.footer-bottom {
  border-top: 1px solid #333;
  text-align: center;
  padding-top: 15px;
  margin-top: 40px;
  font-size: 14px;
  color: #aaa;
}
