* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}


body {
  color: #0f172a;
  background: #ffffff;
}
body {
  overflow-x: hidden; 
}
.container {
  max-width: 1280px;

 
  align-items: center; /* centers horizontally */
  margin: auto;
  padding: 0 20px;
}


.hero-media {
  padding: 100px 0;
  background: #eef2f7;

}

.hero-header h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 42px;
}
.hero-header{

  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buttons-section{

  padding-top: 10px;
  display: flex;
  gap: 15px;
}

.hero-header span {

  color: #1058a0;
}

.hero-header p{

  font-size: 20px;
}

.logo-slider {
  max-width: 1000px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* TRACK */
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* ITEM */
.slide {
  min-width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.logo-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.logo-box img {
  max-width: 100%;
  max-height: 60px;
}

/* ARROWS */
.arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}



.arrow.left { left: -10px; }
.arrow.right { right: -10px; }

/* DOTS */
.dots {
  text-align: center;
  margin-top: 15px;
}

.dot {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: #1f5fa8;
}


.media-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: stretch;
  padding-top:80px ;
}

/* LEFT BIG */
.media-left {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.media-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle {
  width: 70px;
  height: 70px;
  background: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
  cursor: pointer;
}
.contactinf-section{
 text-align: center;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
}

.pulse {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 204, 0, 0.5);
  border-radius: 50%;
  animation: pulseAnim 1.8s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* RIGHT STACK */
.media-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.media-card {
  border-radius: 30px;
  overflow: hidden;
  height: 235px;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}








.video-box { 
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.video-box video {
  width: 100%;
  display: block;
}

.custom-play {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffcc00a8;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
}
.video-container {
  max-width: 900px; /* your desired width */
  height:450px; /* your desired height */
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}


.ytvideo-container {
  width: 900px; /* your desired width */
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin: 30px;

}


.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

/* CARD */
.stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}

/* ACTIVE (BLUE ONE) */
.stat-card:hover {
  background: #1f5da8;
  color: #fff;
  border: none;
}

/* NUMBER */
.stat-card h2 {
  font-size: 60px;
  font-weight: 700;
  color: #1f5da8;
  line-height: 4.45rem;
}

/* ACTIVE NUMBER */
.stat-card:hover h2 {
  color: #fff;
}

/* TEXT */
.stat-card p {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

/* ACTIVE TEXT */
.stat-card:hover p{
  color: #fff;
}

.roadshow-section {
  padding: 80px 0;
  background: #eef2f7;
}






/* GRID */
.roadshow-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 24px;
  margin-top: 25px
  ;
}

/* LEFT BIG */
.roadshow-main {
  position: relative;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.roadshow-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT GRID */
.roadshow-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

/* CARDS */
.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.video-card img {
  width: 100%;
  height: 100%;

}



.play-btn.small {
  width: 50px;
  height: 50px;
  font-size: 18px;
}

/* HOVER EFFECT */
.video-card:hover img,
.roadshow-main:hover img {
  transform: scale(1.05);
  transition: 0.3s ease;
}

.recognition-section {
  padding: 80px 0;
  background: #f4f6f9;
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.section-header h2 span {
  color: #2b6cb0; /* blue highlight */
}

.section-header p {
  color: #666;
  font-size: 16px;
}

/* GRID */
.recognition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.recognition-card {
  background: transparent;
  border: 1px solid #d6dde5;
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
}

.recognition-card h3 {
  color: #2b6cb0;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}

.recognition-card p {
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

/* HOVER */
.recognition-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.web-button{

  text-align: center;
  margin-top: 50px;
}
video {

  object-fit: cover; /* crops from sides or top/bottom to fill container */
}

@media (max-width: 992px) {
  .recognition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .recognition-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 32px;
  }
}


/* ===== NAVBAR ===== */
.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
  background: rgba(255, 255, 255, 1);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}





/* Tablet */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .stat-card {
    padding: 15px;
  }

  .stat-card h2 {
    font-size: 48px;
  }

  .stat-card p {
    font-size: 13px;
  }
}


/* NAVBAR */

.navbar{
position:absolute;
top:0;
left:0;
width:100%;
z-index:1000;
padding:20px 0;
transition:0.3s;
}

.nav-wrap{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo img{
height:70px;
}

.nav-links{
display:flex;
gap:35px;
margin-left: auto;
}

.nav-links a{
color:#000;
text-decoration:none;
font-weight:500;
font-size:15px;
}


/* STICKY HEADER */

.navbar.sticky{
position:fixed;
background: rgba(255, 255, 255, 1);
box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.navbar.sticky .nav-links a{
color:#111;
}

/* MOBILE MENU */

.menu-toggle{
display:none;
font-size:22px;
cursor:pointer;
color:#000;
}

/* MOBILE PANEL */

.mobile-menu{
position:fixed;
top:0;
right:-100%;
width:280px;
height:100%;
background:white;
display:flex;
flex-direction:column;
padding:60px 30px;
gap:25px;
transition:0.4s;
z-index:2000;
}

.mobile-menu a{
text-decoration:none;
font-size:18px;
color:#333;
}

.mobile-menu.active{
right:0;
}

.mobile-close{
position:absolute;
top:20px;
right:25px;
font-size:22px;
cursor:pointer;
}


/* RESPONSIVE */

@media(max-width:900px){




.navbar.sticky .menu-toggle{
color:#000;
}

.nav-links{
display:none;
}

.menu-toggle{
display:block;
}

.btn-primary-2{
display:none;
}

}





.logo span {
  color: #1058a0;
}

nav a {
  margin: 0 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}

.next-btn, .submit-btn {
  background: #ffc90b;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.prev-btn {
  background: #e9e9e9;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  margin-right: 10px;
  margin-top: 20px
}
.btn-primary{
  background: #ffc90b;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border: none;
  text-transform: uppercase;

 
}
.btn-primary-2{
  background: #ffc90b;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
   margin-left: 15px;
  color: #000;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
 
}

/* ===== HERO ===== */
.hero {
  height: 100vh;
  background: url('Images/Innophant-Banner.jpg') center/cover no-repeat;
  position: relative;
  color: #fff;

}





.hero .overlay {
  position: absolute;
  inset: 0;

}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  height: 100%;
}

.hero-content h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}

.hero-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}


.hero-content p{
  font-size: 22px;
  font-weight: 100;
  line-height: 1;
}



.hero-content h2  {
  color: #fff;
}

.hero-content p {
  margin: 20px 0;
  color: #fff;
  opacity: 0.9;
}

.btn-secondary {
  display: inline-block;
  background: #ffc90b;
  padding: 12px 26px;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  margin-top: 12px;
}

/* ===== Roadshow ===== */
.roadshow-card {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  padding: 12px;
  border-radius: 25px;
  width: 600px;
}

.roadshow-thumb {
  width: 300px;
  height: 200px;
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}

.roadshow-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease;
}

.roadshow-content h4 {
  font-size: 16px;
  margin-bottom: 4px;

}

.roadshow-content span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;

  font-weight: 500;
}


.roadshow-dots {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 10px;
}

.roadshow-dots span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.roadshow-dots span.active {
  background: #facc15; /* yellow active */
  transform: scale(1.4);
}



/* ===== Hero Visual ===== */
.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  max-width: 420px;
}

.hero-visual .girl {
  position: absolute;
  right: -40px;
  bottom: 0;
}

/* ===== PARTNERS ===== */
.partners {
  padding: 60px 0;
  margin-top: 50px;
}
.students {
  padding: 60px 0;
  margin-top: 120px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.whatsapp-float img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}



.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  text-align: center;
  width: 600px;
}

.partners img {
  max-height: 140px;
  margin: 10px;
}

/* ===== STEPS ===== */
.steps-section {
  padding: 100px 0;
  background: #fff;
  padding-left: 10%;
  padding-right: 10%;
}


.stats-section {
  background: #fff;
  padding-left: 10%;
  padding-right: 10%;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE COLLAGE */

.section-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 0; /* optional padding for spacing */
}

.steps-images {
  position: relative;
  max-width: 800px; /* constrain max width for desktop */
  width: 100%; /* full width on small screens */
  margin: 0 auto; /* center horizontally */
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-images img {
  object-fit: cover;
  display: block;
}
/* Main tall image */
.img-main {
  width: 300px;
  height: 400px;
  position: relative; /* or absolute if needed for specific placement */
  z-index: 2;
  /* for better responsiveness, optionally: */
  max-width: 100%;
  left: 22%;
}

/* Smaller overlapping image */
.img-small {
    width: 250px;
    height: 320px;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 1;
    max-width: 100%;
}
/* Play badge */
.play-badge {
  position: absolute;
  top: 460px;
  left: 320px;
  width: 64px;
  height: 64px;
  background: #1058a0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 3;
}

.play-badge img{
 width: 150px;
}

/* CONTENT */
.steps-content h2 {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 24px;
}

 .steps-content h2 span {
  color: #1058a0;
}

.steps-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}


.steps-timeline li {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  position: relative;
}

/* yellow number circle */
.step-dot {
  width: 34px;
  height: 34px;
  background: #facc15;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 2;
  flex-shrink: 0;
}

/* text content */
.step-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.steps-timeline p, .step-content p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.4;
}

/* remove line after last item */
.steps-timeline li:last-child {
  margin-bottom: 0;
}

.steps-timeline li:last-child::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -10px;
  height: 0;
}
.section-title h2,{

  font-weight: 700;
}

.journey-section {
  padding: 0; /* Sticky needs to hit top: 0 to lock */
  margin: 0;
}

/* anchor */
.journey-wrapper {
  position: relative;
}

/* svg */
.journey-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* TV — RIGHT SIDE */
.tv-wrapper {
  position: absolute;
  right: 0%;          /* ⬅️ move to right */
  top: 0;           /* ⬅️ vertical alignment */
  width: 280px;
  z-index: 5;
}

.tv-image {
  width: 100%;
  height: auto;
}


.innovators-section {
  padding: 100px 0;
  background: #fff;
}

.innovators-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.application-header {
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px;
}

.application-header p {
  color: #475569;
  font-size: 18px;

}

.application-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}


.innovators-header h2 {
  font-size: 40px;
  font-weight: 700;
}
.innovators-header h2 span {
  color: #1058a0;
  font-weight: 700;
}
.application-header h2 span {
  color: #1058a0;
  font-weight: 900;
}

.innovators-header p {
  color: #475569;
  font-size: 20px;
  text-align: center;
}

/* GRID */
.innovators-grid {
  display: grid;
  grid-template-columns: 1fr 720px 1fr;
  align-items: center;
  gap: 40px;
}


.timeline {
  max-width: 1280px;
  margin: 0 auto;
}

/* GRID */
.timeline-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* ITEM */
.timeline-item {
  text-align: center;
  flex: 1;
  min-width: 150px;
}

/* ICON CIRCLE */
.timeline-icon {
  width: 100px;
  height: 100px;
  background: #1f5fa8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 30px;
}

/* DATE */
.timeline-date {
  font-size: 18px;
  font-weight: bold;
  color: #1f5fa8;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* TEXT */
.timeline-text {
  font-size: 20px;
  color: #333;
  line-height: 1.4;
}




/* FEATURES */
.features {
  display: flex;
  flex-direction: column;
  gap: 60px;  }

  .feature {
  display: flex;
  flex-direction: column;
  align-items: center;       /* centers icon */
  text-align: center;        /* centers text */
}

.features.left {
  align-items: flex-end;
  text-align: right;
}

.features.right {
  align-items: flex-start;
  text-align: left;
}

.feature {
  width: 250px;
}

.feature img {
  width: 60px;
  margin-bottom: 12px;       /* space between icon & text */
}


.feature p {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  text-align: center;
}

/* CENTER IMAGE */
.innovators-image {
  position: relative;
  text-align: center;
}

.innovators-image img {
  width: 100%;
  max-width: 720px;
  position: relative;
  z-index: 2;
}


/*form*/

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}

.form-steps {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.form-steps .step {
  color: #9ca3af;
}
.form-steps .step.active {
  color: #000;
  font-weight: 600;
}

.timeline-icon img {
  width: 40px;   /* adjust size */
  height: 40px;
  object-fit: contain;
}

.hidden {
  display: none;
}

.download-btn {
  display: inline-block;
  margin-top: 10px;
  color: #1058a0;
  font-weight: 500;
   white-space: nowrap;
}


/*FORM SECTION */

.application-section {
  padding: 100px 0px 0px 0px;
  background: #ffffff;
  margin-top: 50px;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}





.application-section .section-title span {
  color: #1058a0;
}

/*FORM WRAPPER*/

.application-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: stretch;
}

/* Left image */
.application-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.form-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}


.form-step-label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

.form-step-label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #d1d5db;
}

.form-step-label.active {
  color: #000;
  font-weight: 500;
}

.form-step-label.active::before {
  background: #facc15;
}

.application-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 40px 40px 36px;
  border-radius: 20px;
}

.application-head {
 padding: 0px 0px 20px 0px;
}



.form-step.active {
  display: block;
}

.form-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}


.progress-tracker {
  display: flex;
  align-items: center;
  justify-content: space-between; /* or flex-start if needed */
  width: 85%;
  margin: 0 auto; 
  margin-bottom: 30px;
}

.step {
  display: flex;
  align-items: center;
  position: relative;
}

.organisation-step{

  margin-left: -50px;
}

.idea-step{

  margin-right: 45px;
}


.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: grey; /* default color */
  transition: background-color 0.3s;
}

.line {
  height: 2px;
  flex: 1;
  background: #cacaca; /* default line gradient */
  align-self: center;
  transition: background 0.3s;
}

/* When a step is completed or active, style accordingly */


/* When a step is completed, the line before it should turn yellow to indicate progress */


/* For the current step, you can also add styles if needed */



.application-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

.application-form input,
.application-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  margin-bottom: 18px;
}

.application-form textarea {
  min-height: 110px;
  resize: vertical;
}

.application-form input:focus,
.application-form textarea:focus {
  outline: none;
  border-color: #1058a0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
 
}


.upload-box {
  border: 2px dashed #cbd5e1;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  color: #475569;
  margin-bottom: 20px;
}

.upload-box strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}


.download-btn {
  display: inline-block;
  margin-top: 10px;
  color: #1058a0;
  font-weight: 500;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}




.application-card {
  display: grid;
  grid-template-columns: 50% 50%;   /* ⬅️ EXACT requirement */
  overflow: hidden;                /* 🔑 keeps image clipped */
  background: #fff;
}


.application-media {
  background-image: url("Images/form-image.png");
  background-size: cover;
  background-position: center;
  min-height: 100%;                /* stretches with form */
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-size: 13px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 6px;
}
.form-field label span {
  color: #dc2626; /* red asterisk */
}

.form-field input {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  padding: 0 14px;
  font-size: 14px;
}

.form-field input::placeholder {
  color: #9ca3af;
}

.form-field input:focus {
  outline: none;
  border-color: #1058a0;
}


/* Container styling */

/* Header style */


/* Radio buttons layout */

.radio-label {
  display: flex !important; 
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}
.radio-label input {
  margin-right: 8px;
}

.consent-inline {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap; /* responsive */
}


/*Footer*/
footer {
  bottom: 0;
  width: 100%;
}
.site-footer {
  background: #f8f9fb;
  padding: 60px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-subtext {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

/* Social Icons */
.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.social-links a {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.social-links a:hover {
  transform: translateY(-4px);
  background: #0052cc;
  color: #fff;
}

/* Footer Links */
.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 18px;
}

.footer-links a {
  font-size: 14px;
  color: #0052cc;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Bottom Text */
.footer-bottom {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
}

.footer-bottom a {
  color: #0052cc;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}


.audio-player {
  display: flex;
  align-items: center;
  gap: 12px;
  background:#1f5fa8;
  padding: 10px 18px;
  border-radius: 50px;
  width: fit-content;
  color: #fff;
  margin-bottom: 20px;
}

/* Button */
#playBtn {
  border: none;
  background: #ffc90b;
  color: #1f5fa8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

/* Text */
.audio-text {
  font-size: 14px;
  font-weight: 500;
}

/* Wave container */
.wave {
   display: none;
}

.wave.active {
  display: flex;   /* ✅ show only when playing */
  gap: 3px;
}

/* Show when playing */
.wave.active {
  opacity: 1;
}

/* Bars */
.wave span {
  width: 3px;
  height: 10px;
  background: #fff;
  display: inline-block;
  animation: wave 1s infinite ease-in-out;
}

/* 👇 ADD DELAYS FOR EACH BAR */
.wave span:nth-child(1) { animation-delay: 0s; }
.wave span:nth-child(2) { animation-delay: 0.1s; }
.wave span:nth-child(3) { animation-delay: 0.2s; }
.wave span:nth-child(4) { animation-delay: 0.3s; }
.wave span:nth-child(5) { animation-delay: 0.4s; }
.wave span:nth-child(6) { animation-delay: 0.5s; }
.wave span:nth-child(7) { animation-delay: 0.6s; }
.wave span:nth-child(8) { animation-delay: 0.7s; }
.wave span:nth-child(9) { animation-delay: 0.8s; }
.wave span:nth-child(10){ animation-delay: 0.9s; }

/* Animation */
@keyframes wave {
  0%, 100% { height: 8px; }
  50% { height: 20px; }
}



/* Responsive */
@media (max-width: 600px) {
  .site-footer h2 {
    font-size: 22px;
  }

  .social-links {
    flex-wrap: wrap;
  }

.custom-play{
  top: 70%;
}

.hero-header h2{
  font-size: 40px;
  line-height: 42px;
}

.btn-primary{
font-size: 13px;
padding: 10px 18px;
}
.buttons-section{
  gap: 12px;
}

}


/* Download button style */
.download-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  font-size: 1em;
}

.download-btn:hover {
  background-color: #0069d9;
}

/* Note style */
.note {
  margin-top: 15px;
  color: red;
  font-size: 0.9em;
}


.app-coming {
  padding: 80px 20px;
  background: #eef3f8;
  background-image: url(Images/Background-blur.png);
  overflow: visible; /* important */
  background-size: 1280px auto;
background-position: center;
background-repeat: no-repeat;
margin-top: 150px;
}
/* 1280 CENTERED CONTAINER */
.app-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* PHONE */
.app-phone {
  position: absolute;
  left: 50px;
  top: -155px;  /* adjust until perfect */

}
.app-phone img {
  width: 350px;
  display: block;
}

/* CONTENT */
.app-content {
  margin-left: 420px; /* space for phone */
  text-align: center;
}

.app-content h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: -20px;
}

.app-content .brand{
  font-weight: 900;
}

.app-content h1 {
  font-size: 80px;
  color: #1f4ea3;
  margin-bottom: 20px;
}

.subtitle {
  margin-bottom: 7px;
  color: #555;
}

.notify-box {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.notify-box input {
  padding: 14px 50px;
  border-radius: 30px;
  border: none;
  background: #fff;
}

.notify-box button {
  padding: 14px 24px;
  border-radius: 30px;
  border: none;
  background: #ffc107;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

.footer-bottom img{

  max-height: 70px;
}


.application-options {
  padding-top: 50px;
  padding-bottom: 50px;

  font-family: "Poppins", sans-serif;
 
}

.contact-item-footer{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  justify-content: center;
  margin-top: 25px;
}


.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Headings */
.section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}

.section-small {
  font-size: 14px;
  color: #555;
  margin-bottom: 50px;
}

/* Cards Wrapper */
.options-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
}

/* Card */
.option-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ffc107;
  flex: 1;
  max-width: 540px;
  transition: 0.3s ease;
}

.option-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* Image */
.option-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* Hover Effect */
.option-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .options-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .option-card {
    max-width: 100%;
  }
}


/* RESPONSIVE */
@media (max-width: 1000px) {
  .app-container {
    flex-direction: column;
    text-align: center;
  }

  .app-phone {
    position: relative;
    margin-bottom: 40px;
  }

  .app-content {
    margin-left: 0;
  }

  .app-content h1 {
    font-size: 42px;
  }
}

.hero {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh; /* Make sure it covers full viewport height */
  margin: 0; /* Remove default margins */
  padding: 0;
}

.desktophide{
  display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-grid,
  .steps-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  nav {
    display: none;
  }

  .tv-wrapper {
    position: static;
    margin: 40px auto 0;
    width: 220px;
  }



}






/* --- 1. SHARED STYLES --- */
.journey-scroll-track {
  position: relative;
  background-color: #ffffff;
}

.journey-sticky-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.journey-content-mover {
  display: flex;
  align-items: center;
  position: relative; /* Anchor for the TV */
  will-change: transform;
}

.journey-svg {
  height: auto;
  display: block;
}

/* TV EXACT POSITIONING */
.tv-wrapper {
  position: absolute;
  /* Move it to the very end of the mover container */
  right: 5px; 
  /* Adjust this to move the TV up or down relative to the blue line */
  transform: translateY(-50%);
  width: 280px;
  z-index: 10;
}



/* --- 3. DESKTOP ONLY (Static View) --- */
@media (min-width: 769px) {
  .journey-section {
    padding: 120px 0; /* Extra padding for the TV overlap */
  }

  .journey-scroll-track {
    height: auto;
  }

  .journey-sticky-content {
    position: relative;
    height: auto;
    justify-content: center;
  }

  .journey-content-mover {
    transform: none !important;
    max-width: 1280px; /* Constrain so TV stays on screen */
    width: 100%;
  }

  .journey-svg {
    width: 100%;
    min-width: auto;
  }

  .tv-wrapper {
    /* Scale TV for desktop so it doesn't look giant */
    width: 280px; 
    right: 0px;
  }
}




.video-showcase{
padding:80px 20px;

}

.video-wrapper{
position:relative;
max-width:1280px;
margin:auto;
border-radius:20px;
overflow:hidden;
height: 500px;
display: flex;
 align-content: flex-end;
flex-direction: column;
 justify-content: center;
}

.video-wrapper img{
width:100%;
display:block;
}

.video-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.35);
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
background:#ffc90b;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#333;
cursor:pointer;
transition:0.3s;
}

.play-btn:hover{
transform:translate(-50%,-50%) scale(1.1);
}


/* VIDEO MODAL */

.video-modal{
position:fixed;
inset:0;
background:rgba(0,0,0,0.8);
display:none;
align-items:center;
justify-content:center;
z-index:999;
}

.video-modal.active{
display:flex;
}



.video-container iframe{
width:100%;
height:500px;
}


.ytvideo-container iframe{
width:100%;
height:500px;
}
.close-video {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


/* HERO */
.about-hero {
  background: url('Images/about-image.png') center/cover no-repeat;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}




.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1252a0ad;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 50px;
}

.about-image{
  width: 40%;
}

/* MAIN ABOUT */
.about-main {
  padding: 80px 20px;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.about-text {
  flex: 1;
}



.about-text h2 {
  font-size: 36px;
  margin: 15px 0;
  line-height: 1.2em;
  font-weight: 700;
}

.about-text h2 span{
      color: #1058a0;
    font-weight: 900;
}


.small-title p, .about-text p {
    color: #475569;
    font-size: 18px;
    line-height: 1.4;
}

.btn-light {
  margin-top: 20px;
  padding: 12px 25px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}


.contact-btn{ 
  margin-top: 20px;
  padding: 12px 25px;
  background: #ffc90b;
  color: #000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

/* SKILLS + STATS */
.skills-stats {
  padding: 80px 20px;
  background-color: #eef3f8;
}

.skills-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
}

.skills {
  flex: 1;
}

.skill {
  margin-bottom: 25px;
}

.skill-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 20px;
}

.progress {
  background: #222;
  height: 6px;
  border-radius: 10px;
}

.progress-bar {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.stats {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.stat-box h2 {
  font-size: 50px;
  margin-bottom: 5px;
}

.stat-box p {
  color: #aaa;
}

/* CTA */
.about-cta {
  background: url('images/cta-bg.jpg') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.cta-content {
  position: relative;
  z-index: 2;
}

.about-cta h2 {
  font-size: 32px;
  margin: 15px 0 25px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-container,
  .skills-container {
    flex-direction: column;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: 32px;
  }
}

.home-play-btn{
  position: relative;
  width:100px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.btn-circle{
  padding: 7px 8px;
  background:#ffc900;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  color:#000;
  position:relative;
  z-index:2;
  cursor:pointer;
}

.btn-circle img{
  width: 12px;
}

.roadshow-container{
      display: flex;
    align-items: center;
    margin-top: -40px;
}


.roadshow-mob-btn{
  display: none;
}

.pulse{
  position:absolute;
  width:50px;
  height:50px;
  border-radius:50%;
  background:white;
  opacity:0.5;
  animation:pulse 2s infinite;
}

@keyframes pulse{
  0%{
    transform:scale(1);
    opacity:0.5;
  }

  70%{
    transform:scale(1.5);
    opacity:0;
  }

  100%{
    transform:scale(1.5);
    opacity:0;
  }
}


/* ===== MOBILE ===== */

@media (max-width: 768px){

  .slide {
    min-width: 50%;
  }

  .logo img{
height:60px;
}
  .media-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .media-card {
    min-width: 200px;
  }
  .application-head{

    padding: 20px 30px;
  }
   .hero-media {
   padding: 80px 25px;
  }
  .roadshow-grid {
    grid-template-columns: 1fr;
  }

  .roadshow-right {
    grid-template-columns: 1fr 1fr;
  }
   .hero {
        background: url(Images/Mobile-Banner.jpg) center / cover no-repeat;
        min-height: 100vh;
    }

  .innovators-grid{
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 40px;
        justify-items: center;
    }
 
  .partners img {
   width: 100%;
    margin: 5px;}

    .partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.partners h2 {

  line-height: 45px;
  font-size: 32px;
  line-height: 35px;
}

.roadshow-card{
  width: 400px;
  flex-direction: column;
}
.hero-content h2{
  font-size: 20px;
}
.hero-content h1{
  font-size: 40px;
}

.hero-content p {
    margin: 20px 0;
    font-size: 16px;
    max-width: 100%;
    display: none;
}

.img-main {
    width: 200px;
    height: auto;
    left: 20%;
  }

  .img-small {
    width: 170px;
    height: auto;
    top: 100px;

  }
  .contact-item-footer{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  justify-content: center;
  margin-top: 25px;
}
.footer-bottom img{

  max-height: 50px;
}

  /* Adjust positions if needed */
  .play-badge {
    top: 300px; /* or other values based on layout */
    left: 150px;
  }

  .steps-content{
    margin-top: 100px ;
  }

  .application-section h2, .innovators-section h2,.steps-content h2{
    line-height: 1em;
    font-size: 32px;
    margin-bottom: 25px;
  }

  .steps-content ul{
    text-align: left;
  }

.container{
  padding: 0px;
}

.app-phone{

 top: 90px;
 margin-bottom: 0px;
 left: 15px;
 
}

.app-content h2{
  font-size: 22px;
  margin-bottom: 0px;
}

.app-phone img {
  width: 300px;
}

.hero-content h1 {
    font-size: 40px; /* smaller size for mobile */
  }

  .hero-content h2 {
    font-size: 20px; /* smaller size for mobile */
  }

  .hero-content p {
    font-size: 16px;
    max-width: 100%; /* ensure no overflow */
  }

  .hero {
  display: flex;
  justify-content: center;
  align-items: center;
      min-height: 50vh;
      height: 80vh;
  
}

.container{
   flex-direction: column;
}


.students{
   margin-top: 80px;
}

.partners-grid{
  margin-top: 40px;
}

.nav-container{
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
}
.partners, .students, .hero-content p{
  padding-left: 10%;
  padding-right: 10%;

}

.contact-item{
  flex-direction: column;
}

.application-options{

  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
   
}




.innovators-section{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 80px;
  padding-bottom: 10px;
}



.application-section{
  padding-left: 5%;
  padding-right: 5%;
}

.roadshow-dots{
  flex-direction: row;
}
.roadshow-card{
  margin-bottom: -75%;
  margin-top: 60%;
}


.roadshow-mob-btn{

  position: absolute;
}

.roadshow-container-mob{

 display: none !important;

}


.about-image{
  width: 100% !important;
}

.stats{
  text-align: center;
}

.video-wrapper{
  height: 220px !important;
}

.roadshow-mob-btn{
  display: block !important;
}

.home-play-btn{

  width: 300px !important;
  height: 270px !important;
}

.partners{
  
  background: #fff;
}
.roadshow-content h4, .roadshow-container{
color: #000;
}


.steps-section{
  padding-top: 50px ;
  padding-bottom: 0px ;
}

.mobilehide{
  display: none;
}

.features{
  gap:30px;
}
.feature p,
.innovators-header p{
font-size: 18px;
}



.step-content p{
  font-size: 16px;
}

.desktophide{
  display: block;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;}

    .application-form{
      padding: 0px;
    }

    .form-step{
      width: 90%;
      margin: 0 auto;
    }

    .prev-btn, .next-btn, .submit-btn{
      font-size: 16px;
      padding: 10px 20px;
      margin-bottom: 20px;
    }

    .form-steps{
      margin: 20px 20px 10px 20px;
      text-align: center;
      line-height: 1.2em;
    }

    .form-steps{
      font-size: 14px;
    }

    .idea-step,.organisation-step{
      left: 25px;
    }

    .progress-tracker{
      width: 70%;
    }

    .journey-svg{
      width: 1200px;
    }

    .app-container{
      display: flex;
      flex-direction: column-reverse;
    }
    .app-coming{
      background-size: cover;
      padding: 90px 35px;
    }

    .notify-box{
      flex-direction: column;
    }

    .app-content h1{
      line-height: 1em;
    }
    .application-card {
    grid-template-columns: 1fr; /* Make it a single column */
  }
  /* Optional: hide the second section if needed */
  .application-card > :nth-child(1) {
    display: none;
  }
  .journey-scroll-track {
    height: 400vh;
  }

  .journey-sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }

  .journey-svg {
    width: 1280px;
    min-width: 1280px;
  }

}