/* ---------------- Reset & Base ---------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  height: 100%;
  background: #0b0c1a;
  color: #fff;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

img {
  display: block;
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background: radial-gradient(circle at 50% 120%, #001f3f 0%, #000820 100%);
}


/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  background: url("../assets/Rectangle-103-1.png") center/cover no-repeat;
  color: #fff;
  text-align: center;
  height: 110vh; /* increased from 85vh */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.hero h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(33.64deg, #0B639A 18.98%, #FFFFFF 26.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-btn {
  margin-top: 30px;
  padding: 16px 48px; /* increased padding */
  font-size: 18px;    /* optional: make text bigger */
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}


.hero-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}


/* ===== ELLIPSE SECTION WITH CONTENT ===== */
.ellipse-section {
  position: relative;
  background: #070016;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin-top: -160px; /* increase overlap with hero */
}
.ellipse-img {
  position: relative;
  margin-top: -80px; /* pull ellipse upward to touch hero background */
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  max-width: 1600px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.ellipse-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  margin-top: -700px; /* overlaps on ellipse image */
}

.ellipse-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ellipse-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #e0e0ff;
}

.ellipse-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #d4d4d4;
  margin-bottom: 20px;
}
  #starfield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* behind hero content */
}

.hero-content {
  position: relative;
  z-index: 2; /* in front of canvas */
  top: -70px; 
}


.youtube-section {
  background: #070016;
  text-align: center;
  padding: 60px 0;
  margin-top: -120px; /* moves image upward */
}

.youtube-img {
  width: 600px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

.youtube-text {
  background: #070016;
  color: #fff;
  width: 100%;
  padding: 60px 20%; /* smaller padding to pull it upward */
  margin-top: -60px; /* ⬅ moves section upward */
  line-height: 1.8;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.youtube-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e0e0ff;
  margin-left: 50px;
}

.youtube-text p {
  font-size: 17px;
  color: #d4d4d4;
  margin-bottom: 18px;
  max-width: 900px;
  margin-left: 80px;
}
.youtube-next {
  background: #070016;
  color: #fff;
  text-align: center;
  padding: 60px 15% 100px; /* reduced top padding */
  margin-top: -80px; /* moves section upward */
}

.youtube-next h2 {
  font-size: 38px;
  font-weight: 700;
  color: #e0e0ff;
  margin-bottom: 40px;
}

.youtube-next-content {
  text-align: left;
  font-size: 17px;
  line-height: 1.8;
  color: #d4d4d4;
  max-width: 900px;
  margin: 0 auto;
}

.youtube-next-content ul {
  list-style-type: disc;
  padding-left: 300px; /* moves list items right */
  margin-top: 10px;
  color: #d4d4d4;
}

.youtube-next-content li {
  margin-bottom: 10px;
  line-height: 1.7;
}


.youtube-next-content h3 {
  color: #e0e0ff;
  margin-top: 40px;
  font-size: 24px;
}

.youtube-next-content a {
  color: #5db9ff;
  text-decoration: none;
}

.youtube-next-content a:hover {
  text-decoration: underline;
}


/* ===============================
   SCROLL INDICATOR (Mouse + Arrow)
=============================== */
.scroll-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeInUp 1.5s ease-in-out;
}


/* Mouse outline */
.scroll-indicator .mouse {
  width: 28px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 6px;
}

/* Inner moving wheel */
.scroll-indicator .wheel {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  animation: wheelMove 1.5s infinite;
  opacity: 0.8;
}

/* Down arrow */
.scroll-indicator .down-arrow {
  font-size: 22px;
  color: #fff;
  animation: bounceArrow 2s infinite;
  opacity: 0.8;
}

/* Wheel animation */
@keyframes wheelMove {
  0% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(8px); opacity: 0.3; }
  100% { transform: translateY(0); opacity: 0.8; }
}

/* Arrow bounce animation */
@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* Optional smooth fade-in */
@keyframes fadeInUp {
  from { opacity: 0; transform: translate(-50%, 20px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

.footer-info-section {
  background-color: #070016; /* or any color you want */
  color: #fff; /* text color */
}

.footer-bottom {
  background-color: #050010; /* slightly darker for bottom bar */
  color: #fff;
}
