@font-face {
  font-family: "SiyaFont";
  src: url("fonts/SiyaFont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: white;
  overflow-x: hidden;
  background: radial-gradient(circle at top, #4404da, #011441 70%);
  background-attachment: fixed;
  padding-top: 80px; 
}

/* Floating Icons */
.floating-icons img {
  position: absolute;
  width: 50px;
  opacity: 0.6;
}

.f1 { bottom: 10%; right: 50%; }
.f2 { top: 50%; right: 10%; }
.f3 { bottom: 10%; left: 40%; }


@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/* Hero */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 150vh;
  padding: 40px 80px;
  margin-top: 0;
}

.hero-text h1 {
  font-size: 50px;
}


.hero button{
  padding:12px 25px;
  border-radius:30px;
  border:none;
  background:#fff;
  color:black;
  cursor:pointer;

  /* 🔥 glow */
  box-shadow: 0 0 10px #00c6ff, 0 0 20px #00c6ff;
  transition:0.3s;
}

/* hover pe aur strong glow */
.hero button:hover{
  transform:scale(1.05);
  box-shadow: 0 0 20px #00c6ff, 0 0 40px #0072ff;
}

.hero-img .computer {
  width: 250px;
  margin-top: 250px;
  animation: float 4s infinite;
}

/* Courses */
/* Remove old row flex ❌ */
/* .course-row delete kar do */

/* New merged box */


.courses-section {

  margin-top: 0;
}



.course-box {
  display: flex;
  align-items: center;
  gap: 30px;

  margin: 50px auto;
  width: 65%;

  padding: 25px;
  border-radius: 25px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);

  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.course-box.reverse {
  flex-direction: row-reverse;
}

.course-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 50px rgba(91,108,255,0.4);
}
.course-box{
  position: relative; /* 👈 important */
}

/* DURATION BADGE */
.course-duration{
  position: absolute;
  bottom: 5px;
  right: 15px;

  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;

  background: linear-gradient(45deg,#df0808,#0072ff);
  color: white;

  box-shadow: 0 0 10px #00c6ff;
  font-weight: 500;
}

/* Image */
.course-img {
  width: 260px;
  aspect-ratio: 16 / 9;   
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.course-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.course-content h2 {
  font-size: 32px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;  
   letter-spacing: 1px; 
  margin-bottom: 12px;
}

.course-content p {
    font-size: 15px;
    font-family: 'poppins', sans-serif;
  line-height: 1.7;
  opacity: 0.9;
}

/* Top Bar */
.top-bar {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  align-items: center;
  

}

.logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.brand{
  font-family: "SiyaFont", sans-serif;
  font-size: 32px;
  color: white;
}


/* Stars (dots) */
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
   pointer-events: none;

  background-image:
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(#a5b4fc 1.5px, transparent 1.5px),
    radial-gradient(#f9a8d4 2px, transparent 2px),
    radial-gradient(#67e8f9 1.2px, transparent 1.2px);

  background-size:
    120px 120px,
    200px 200px,
    260px 260px,
    300px 300px;

  background-position:
    10px 20px,
    80px 60px,
    150px 200px,
    250px 100px;

  opacity: 0;

  animation:none;
}

/* Sparkle (+ stars) */
body::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
   pointer-events: none;

  background-image:
    linear-gradient(white, white),
    linear-gradient(white, white),
    linear-gradient(#a5b4fc, #a5b4fc),
    linear-gradient(#f9a8d4, #f9a8d4);

  background-size:
    3px 18px,
    18px 3px,
    4px 22px,
    22px 4px;

  background-repeat: repeat;

  background-position:
    100px 150px,
    200px 80px,
    300px 200px,
    400px 120px;

  opacity: 0;

  animation: none;
}

/* Animations */
@keyframes twinkleDots {
  0% { opacity: 0.15; }
  30% { opacity: 0.3; }
  60% { opacity: 0.2; }
  100% { opacity: 0.35; }
}

@keyframes sparkleTwinkle {
  0% { opacity: 0.05; }
  40% { opacity: 0.5; }
  70% { opacity: 0.2; }
  100% { opacity: 0.6; }
}

/* Floating Bot */
.floating-bot {
  position: absolute;
  right: 10px;
  top: 200px;
  width: 80px;
  animation: float 4s ease-in-out infinite;
}

.main-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 50px;
  animation: slideDown 1s ease;
}



.main-title {
  font-size: 55px;
  font-family: 'Orbitron', sans-serif;
  line-height: 1.2;
}

.main-desc {
  margin-top: 20px;
  max-width: 400px;
  opacity: 0.8;

}


.hero-img {
  position: relative; /* 👈 important for shadow */
}

.hero-img .main-computer {
  width: 450px;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}
.main-computer {
  width: 500px;
  max-width: 100%;
}
.hero-img::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  
  width: 70%;
  height: 80px;

  background: radial-gradient(ellipse at center, rgba(0,0,0,0.6), transparent);
  filter: blur(20px);
  z-index: -1;
}
/* Navbar base */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  z-index: 1000;
  background: transparent;
}

/* Scroll ke baad */
.navbar.active {
  background: rgba(8, 8, 102, 0.95);
  backdrop-filter: blur(12px);
}

/* Container */
.nav-container {
  display: flex;
  justify-content: space-between; /* 👈 left-right perfect */
  align-items: center;
  margin: auto;
  max-width: 1100px;   
  
}

/* LEFT SIDE */
.nav-left {
  display: flex;
  align-items: center;
  gap: 5px;
  
}

/* RIGHT SIDE */
.nav-links {
  display: flex;
  gap: 25px;
  margin-left: auto; 
}

/* Links */
.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.nav-links a:hover {
  color: #67e8f9;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 8px;
  transition: 0.3s;
}

/* Glow effect */
.nav-links a:hover {
  color: #67e8f9;
  box-shadow: 0 0 10px #67e8f9, 0 0 20px #67e8f9;
  background: rgba(103, 232, 249, 0.1);
  transform: translateY(-2px);

}



.floating-call {
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #00c6ff, #0072ff);
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  border-radius: 50%;
  text-decoration: none;

  box-shadow: 0 0 15px rgba(0, 198, 255, 0.7);
  z-index: 999;

  animation: shake 2s infinite;
}

/* Shake animation */
@keyframes shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

/* Hover */
.floating-call:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px #00c6ff;
}
/* @media (max-width: 768px) {
  body {
    min-width: 1100px;
    transform: scale(0.9);
    transform-origin: top left;
  }
} */

/* WHY SECTION */
element.style {
    margin-right: 25px;
    margin-left: 25px;
}
.why-section {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}

/* Glass Box */
.why-box {
  width: 70%;
  padding: 40px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);

  box-shadow: 0 0 30px rgba(0,0,0,0.3);

  text-align: center;
  transition: all 0.5s ease;

  /* Animation default hidden */
  opacity: 0;
  transform: translateY(50px);
}

/* Scroll pe show */
.why-box.show {
  opacity: 1;
  transform: translateY(0);
}

/* Hover effect */
.why-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 40px rgba(103,232,249,0.5);
}

/* Heading */
.why-box h2 {
  font-size: 34px;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 25px;
  color: #67e8f9;

  animation: glow 2s infinite alternate;
}

/* List */
.why-box ul {
  list-style: none;
  padding: 0;
}

.why-box ul li {
  font-size: 17px;
  margin: 12px 0;
  font-family: 'Poppins', sans-serif;
  opacity: 0.9;
  transition: 0.3s;
}

/* Hover on points */
.why-box ul li:hover {
  color: #67e8f9;
  transform: translateX(5px);
}

/* Glow animation */
@keyframes glow {
  from {
    text-shadow: 0 0 10px #67e8f9;
  }
  to {
    text-shadow: 0 0 20px #67e8f9, 0 0 30px #67e8f9;
  }
}



/* FOOTER */
.footer {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  padding: 50px 20px 20px;
  color: white;
  margin-top: auto;
  padding-bottom: 20px;
   position: relative;
  z-index: 5;

  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Container */
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  gap: 40px;
}

/* Sections */
.footer-left,
.footer-links,
.footer-contact {
  flex: 1;
  min-width: 220px;
}

/* Headings */
.footer h2 {
   font-family: "SiyaFont", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  color: white;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #67e8f9;
}

/* Text */
.footer p {
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
}

/* Links */
.footer-links a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 6px 0;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #67e8f9;
  transform: translateX(5px);
}

/* Contact */
.footer-contact p {
  margin: 6px 0;
}

/* Bottom line */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  opacity: 0.6;
}



html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}

@media (max-width: 768px) {

  .hero {
    flex-direction: column;
    text-align: center;
   padding:90px 15px 30px;
    gap:20px;
  }
  
 
 .hero h2{
    font-size: 16px;
  }

  .hero-img .main-computer {
    width: 280px;
    margin-top: 20px;
  }

  .main-title {
     font-size: 24px;
    line-height: 1.3;
  }

  .main-desc {
    max-width: 100%;
    font-size: 14px;
  }

  /* Courses */
  .courses-section {
    padding-left: 25px;
    padding-right: 25px;
  }
  .course-box {
    flex-direction: column;
    width: 90%;
    text-align: center;
  }

  .course-box.reverse {
    flex-direction: column;
  }

  .course-img {
    width: 100%;
  }

  /* Navbar */
  .nav-container {
    padding: 0 15px;
  }

  .nav-links {
    display: none; /* later hamburger bana sakte ho */
  }
  
   .brand{
    font-size: 18px;
    white-space: nowrap;
  }
  
    .logo{
    width: 40px;
    height: 40px;
  }
  .nav-left{
    gap: 8px;
     margin-left:-8px;
  }

  /* WHY section */
  .why-box {
    width: 90%;
    padding: 25px;
     margin-left: 25px;
    margin-right: 25px;
  }

  /* Footer */
  .footer-container {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
 .footer {
    padding: 25px 15px 8px;   /* 👈 mobile me compact */
  }
   .footer-bottom {
    margin-top: 10px;
    padding-top: 8px;
    font-size: 12px;
  }
}

.menu-btn {
  display: none;
  font-size: 26px;
  cursor: pointer;
   margin-left: 10px; 
   position: relative;
  right: 25px;
}

/* Mobile */
.menu-btn {
  display: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

/* Lines */
.menu-btn span {
  display: block;
  width: 15px;
  height: 2px;
  background: white;
  margin: 6px 0;
  border-radius: 2px;
  transition: 0.4s;
}

/* Hover glow */
.menu-btn:hover {
  box-shadow: 0 0 15px #67e8f9;
  transform: scale(1.1);
}

/* Animation to X */
.menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile view */
@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 70px;
     right:15px;
    background: rgba(10,10,40,0.95);
    backdrop-filter: blur(12px);

    flex-direction: column;
    gap: 15px;
    padding: 10px;

    border-radius: 12px;
    display: none;
  }

  .nav-links.active {
    display: flex;
    animation: slideDown 0.3s ease;
  }
}

/* Smooth dropdown */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SECTION */
.compare-section {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  padding-left: 25px;
  padding-right: 25px;
}

/* GLASS BOX */
.compare-box {
  width: 75%;
  padding: 30px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);

  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  text-align: center;

  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s ease;
}

/* SHOW ANIMATION */
.compare-box.show {
  opacity: 1;
  transform: translateY(0);
}

/* HEADING */
.compare-box h2 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #67e8f9;
  font-family: 'Orbitron', sans-serif;

  text-shadow: 0 0 10px #67e8f9, 0 0 20px #67e8f9;
}



/* TABLE */
.compare-table {
  width: 100%;
  border-collapse: collapse;
}

/* HEAD */
.compare-table th {
  padding: 12px;
  border-bottom: 2px solid #67e8f9;
  color: #67e8f9;
   text-align: center
}

/* ROWS */
.compare-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
   text-align: center
}

/* NEON LINES */
.compare-table tr:hover {
  background: rgba(103,232,249,0.1);
  box-shadow: 0 0 10px #67e8f9 inset;
}

/* ICON COLORS */
.compare-table td:nth-child(2) {
  color: #ff4d4d;
}

.compare-table td:nth-child(3) {
  color: #00ffae;
}

/* MOBILE */
@media (max-width: 768px) {

  .compare-box {
    width: 90%;
    padding: 20px;
  }

  .compare-table th,
  .compare-table td {
    font-size: 13px;
    padding: 8px;
  }

}


/* POPUP BG */
.form-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:2000;
}

/* FORM BOX */
.form-box{
  width:320px;
  padding:25px;
  border-radius:20px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);

  box-shadow: 0 0 30px #00c6ff;
  text-align:center;
  position:relative;
}

/* CLOSE */
.close-btn{
  position:absolute;
  top:10px;
  right:15px;
  cursor:pointer;
}

/* INPUT */
.form-box input,
.form-box select{
  width:100%;
  margin:10px 0;
  padding:10px;
  border:none;
  border-radius:10px;
  outline:none;
}

/* BUTTON */
.submit-btn{
  margin-top:10px;
  padding:10px;
  width:100%;
  border:none;
  border-radius:20px;
  background:linear-gradient(45deg,#00c6ff,#0072ff);
  color:white;
  cursor:pointer;
}

/* HOVER GLOW */
.submit-btn:hover{
  box-shadow:0 0 20px #00c6ff;
}

 /* Translate */

 /* TRANSLATE BOX */
.translate-box{
  text-align:center;
  margin-top:15px;
  position:relative;
}

/* ICON BUTTON */
.translate-icon{
  margin-top:10px;
  padding:10px;
  border:none;
  border-radius:50%;
  background:linear-gradient(45deg,#00c6ff,#0072ff);
  color:white;
  font-size:18px;
  cursor:pointer;

  box-shadow:0 0 10px #00c6ff;
  transition:0.3s;
}

/* HOVER GLOW */
.translate-icon:hover{
  transform:scale(1.1);
  box-shadow:0 0 20px #00c6ff,0 0 40px #0072ff;
}

/* HIDE BY DEFAULT */
#google_translate_element{
  display:none;
  margin-top:10px;
}


.slider-section{
  text-align:center;
  padding:80px 20px;
}

.slider{
  width:80%;
  margin:auto;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 0 30px rgba(0,0,0,0.4);
}

/* SLIDES */
.slides{
  display:flex;
  width:500%;
  animation: slide 7s infinite;
}

.slides img{
  width:100%;
 
  height:300px;
  object-fit:cover;
}

/* AUTO ANIMATION */
@keyframes slide{
  0%{margin-left:0;}
  15%{margin-left:0;}

  20%{margin-left:-100%;}
  35%{margin-left:-100%;}

  40%{margin-left:-200%;}
  55%{margin-left:-200%;}

  60%{margin-left:-300%;}
  75%{margin-left:-300%;}

  80%{margin-left:-400%;}
  95%{margin-left:-400%;}

  100%{margin-left:0;}
}

/* HOVER STOP (premium feel) */
.slider:hover .slides{
  animation-play-state: paused;
}


.testimonial-slider{
  width:90%;
  margin:auto;
  overflow:hidden;
}

.testimonial-track{
  display:flex;
  width:500%;
  animation: scrollTestimonial 18s linear infinite;
}

/* CARD */
.testimonial-card{
  width:300px;
  margin:20px;
  padding:20px;
  border-radius:20px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);

  box-shadow:0 0 20px rgba(0,0,0,0.3);

  flex-shrink:0;
  text-align:center;
  transition:0.3s;
}

/* HOVER */
.testimonial-card:hover{
  transform:scale(1.05);
  box-shadow:0 0 25px #00c6ff;
}

/* TEXT */
.testimonial-card p{
  font-size:14px;
  margin-bottom:10px;
}

.testimonial-section{
  text-align:center;
}

/* STARS */
.stars{
  color: gold;
  margin-bottom:8px;
  font-size:16px;
}

/* NAME */
.testimonial-card h4{
  color:#67e8f9;
}

/* AUTO SLIDE */
@keyframes scrollTestimonial{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* HOVER STOP */
.testimonial-slider:hover .testimonial-track{
  animation-play-state: paused;
}

/* MOBILE */
@media(max-width:768px){
  .testimonial-card{
    width:250px;
  }
}

.google-review-section{
  text-align:center;
  padding:80px 20px;
}

.map-box{
  width:85%;
  margin:auto;
  border-radius:20px;
  overflow:hidden;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);

  box-shadow:0 0 30px rgba(0,0,0,0.4);
}

/* MAP */
.map-box iframe{
  width:100%;
  height:350px;
  border:0;
}

/* HOVER EFFECT */
.map-box:hover{
  box-shadow:0 0 30px #00c6ff;
  transform:scale(1.02);
  transition:0.3s;
}

/* MOBILE */
@media(max-width:768px){
  .map-box iframe{
    height:250px;
  }
}


.stats-section{
  padding:90px 20px;
  text-align:center;
}

.stats-container{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
  

}

/* BOX */
.stat-box{
  width:220px;
  padding:30px;
  border-radius:20px;

  position:relative;
  overflow:hidden;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(15px);

  transition:0.4s;
}

/* 🔥 GRADIENT BORDER */
.stat-box::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  border-radius:20px;

  background: linear-gradient(45deg,#00c6ff,#7c3aed,#00ffae,#00c6ff);
  background-size:300% 300%;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  animation: borderFlow 4s linear infinite;
}

/* ICON */
.stat-box i{
  font-size:30px;
  margin-bottom:10px;

  background: linear-gradient(45deg,#00c6ff,#7c3aed);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* NUMBER */
.stat-box h2{
  font-size:38px;
  color:#67e8f9;
  text-shadow:0 0 10px #67e8f9;
}

/* TEXT */
.stat-box p{
  margin-top:8px;
  font-size:14px;
  opacity:0.8;
}

/* HOVER */
.stat-box:hover{
  transform:translateY(-10px) scale(1.05);
  box-shadow:0 0 30px #00c6ff;
}

/* 🔥 ANIMATION */
@keyframes borderFlow{
  0%{background-position:0% 50%;}
  100%{background-position:300% 50%;}
}

/* MOBILE */
@media(max-width:768px){
  .stat-box{
    width:45%;
  }
}


.footer-recognition{
  display:flex;
  flex-wrap:wrap;          /* 👈 next line me aa jayega */
  gap:10px;
  margin-top:15px;
  justify-content:center;
}

.footer-recognition img{
  width:60px;              /* 👈 sab same size */
  height:auto;
  object-fit:contain;

  border-radius:8px;
  background:white;        /* 👈 agar transparent ho */
  padding:5px;
}

@media(max-width:768px){
  .footer-recognition img{
    width:50px;
  }
}

.footer-links{
  display:flex;
  flex-direction:column;
  align-items:center;   /* 👈 center */
}
.footer-contact{
  display:flex;
  flex-direction:column;
  align-items:center;
}



.certificate-section{
  text-align:center;
  padding:80px 20px;
}

.certificate-title{
  font-size:32px;
  margin-bottom:30px;
  color:#67e8f9;
  font-family:'Orbitron', sans-serif;
}

/* BOX */
.certificate-box{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}

/* IMAGE */
.certificate-box img{
  width:300px;
   object-fit:contain;   /* 👈 full image dikhega */
  
  border-radius:15px;
  box-shadow:0 0 20px rgba(0,0,0,0.4);
  transition:0.3s;
}

/* HOVER */
.certificate-box img:hover{
  transform:scale(1.05);
  box-shadow:0 0 25px #00c6ff;
}

/* MOBILE */
@media(max-width:768px){
  .certificate-box img{
    width:90%;
  }
}


/* POPUP BACKGROUND */
.img-popup{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);

  display:none;
  justify-content:center;
  align-items:center;
  z-index:2000;
}

/* IMAGE */
.img-popup img{
  max-width:90%;
  max-height:90%;
  border-radius:15px;
  box-shadow:0 0 30px #00c6ff;
  animation: zoomIn 0.3s ease;
}

/* CLOSE BUTTON */
.img-popup span{
  position:absolute;
  top:20px;
  right:30px;
  font-size:35px;
  color:white;
  cursor:pointer;
}

/* ANIMATION */
@keyframes zoomIn{
  from{
    transform:scale(0.7);
    opacity:0;
  }
  to{
    transform:scale(1);
    opacity:1;
  }
}


.admission-section{
  padding:80px 20px;
  text-align:center;
}

/* TITLE */
.admission-title{
  font-size:36px;
  color:#ff4d4d;
  margin-bottom:50px;
  text-shadow:0 0 10px #ff4d4d;
}

/* CONTAINER */
.process-container{
  max-width:700px;
  margin:auto;
  position:relative;
}

/* LINE */
.process-container::before{
  content:"";
  position:absolute;
  left:30px;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(#00c6ff,#7c3aed);
}

/* STEP */
.step{
  display:flex;
  align-items:center;
  margin:30px 0;
  position:relative;
}

/* CIRCLE */
.circle{
  width:60px;
  height:60px;
  border-radius:50%;
  background:linear-gradient(45deg,#00c6ff,#7c3aed);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:bold;
  color:white;

  box-shadow:0 0 20px #00c6ff;
  margin-right:20px;
}

/* TEXT */
.step p{
  font-size:18px;
  text-align:left;
}

/* HOVER */
.step:hover .circle{
  transform:scale(1.2);
  box-shadow:0 0 30px #00c6ff;
  transition:0.3s;
}

.reveal{
  opacity:0;
  transform:translateY(50px);
  transition:0.6s;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:768px){

  .process-container::before{
    left:20px;          /* 👈 line side me le aao */
    transform:none;
  }

  .step{
    flex-direction:row;   /* 👈 column hatao */
    align-items:flex-start;
  }

  .circle{
    width:45px;
    height:45px;
    font-size:16px;
    margin-right:15px;
  }

  .step p{
    font-size:14px;
    text-align:left;
  }

}



.about-section{
  padding:80px 20px;
  text-align:center;
}

/* TITLE */
.about-title{
  font-size:40px;
  color:#ff3b3b;
  margin-bottom:40px;
  text-shadow:0 0 10px #ff3b3b;
}

/* CONTAINER */
.about-container{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  max-width:1100px;
  margin:auto;
}

/* IMAGE */
.about-img{
  flex:1;
  position:relative;
}

/* FADE EFFECT */
.about-img img{
  width:100%;
  border-radius:20px;

  /* 🔥 fade bottom */
  -webkit-mask-image: linear-gradient(to top, transparent, black 40%);
  mask-image: linear-gradient(to top, transparent, black 40%);
}

/* TEXT */
.about-text{
  flex:1;
  text-align:left;
}

.about-text p{
  font-size:18px;
  line-height:1.8;
  color:#ddd;
}


@media(max-width:768px){

  .about-container{
    flex-direction:column;
    text-align:center;
  }

  .about-text{
    text-align:center;
  }

  .about-title{
    font-size:28px;
  }

}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.8s ease;
}

.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: 0.8s ease;
}

.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}



.faq-section {
  padding: 80px 20px;
  text-align: center;
}

.faq-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #67e8f9;
  font-family: 'Orbitron', sans-serif;
}

.faq-box {
  width: 70%;
  margin: 15px auto;
  padding: 15px;
  border-radius: 15px;

  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);

  cursor: pointer;
  transition: 0.3s;
}

.faq-box:hover {
  box-shadow: 0 0 15px #00c6ff;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  opacity: 0.8;
  transition: 0.4s ease;
}

/* Active */
.faq-box.active .faq-answer {
  max-height: 200px;
  margin-top: 10px;
}

@media(max-width:768px){
  .faq-box{
    width:90%;
  }

  .faq-question{
    font-size:16px;
  }
}

.admission-banner{
    width:95%;
    margin:25px auto;
    padding:18px;
    text-align:center;
    border-radius:20px;

    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.15);

    box-shadow:
    0 10px 30px rgba(0,0,0,0.3),
    inset 0 1px 1px rgba(255,255,255,0.2);

    overflow:hidden;
    position:relative;
}

.discord-banner{
    width:100%;
    margin:0;
    overflow:hidden;
    background:linear-gradient(90deg,#5865F2,#4752C4);
    padding:20px 0;
    box-sizing:border-box;
    margin-left:calc(-50vw + 50%);
       
}

.discord-track{
    display:flex;
    width:max-content;
    animation: marquee 25s linear infinite;
    position:relative;
    top:-14px;
}

.discord-track span{
    color:white;
    font-size:20px;
    font-weight:900;
    padding-right:80px;
    white-space:nowrap;
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-33.33%);
    }
}

.discord-banner:hover .discord-track{
    animation-play-state:paused;
}

@media(max-width:768px){
    .discord-track span{
        font-size:20px;
        padding-right:40px;
    }
}




.hero-buttons{
  display:flex;
  gap:15px;
  margin-top:20px;
  flex-wrap:wrap;
}

.login-btn{
  padding:12px 25px;
  border:none;
  border-radius:30px;
  cursor:pointer;
  color:white;
  font-weight:600;
  background:linear-gradient(45deg,#ff6b00,#ff0000);
  box-shadow:0 0 15px rgba(255,100,0,0.6);
  transition:0.3s;
}

.login-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 0 25px #ff6b00;
}

@media(max-width:768px){
  .hero-buttons{
    justify-content:center;
  }
}