/* Reset and Base Styles */
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    overscroll-behavior: none;
}

body {
    overscroll-behavior-y: none;
}

/* Starry Night Background */
body {
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    color: #000000; /* Light text color for contrast */
}

/* Optional: For content containers to make text readable */
.content-container {
    position: relative;
    z-index: 1;
    background: rgba(10, 20, 40, 0.7); /* Semi-transparent dark background */
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(3px);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 200px;
}

.logo-icon,
.logo img:first-child {
    width: 32px;
    height: 32px;
}

.logo-text {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to right, #000000, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@media (max-width: 768px) {
    .logo-icon,
    .logo img:first-child {
        width: 28px;
        height: 28px;
    }
    
    .logo {
        gap: 8px;
    }
}

.nav-links {
    display: flex;
    gap: 30px;
    margin-right: 200px;
}

.nav-link {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #000000;
    transform: translateY(-1px);
}

.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #555;
}

/* Hero Section */
.hero-section {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px;
    justify-content: center;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 7px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}

.hero-main-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.highlight {
  color: transparent;
  -webkit-text-stroke: 4px #000000;
}

.hero-description {
    font-size: 20px;
    color: #949494;
    margin-bottom: 40px;
    max-width: 500px;
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.btn {
    padding: 16px 32px;
    border-radius: 200px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: transparent;
    border: solid #000000 3px;
    color: rgb(0, 0, 0);
}

.btn-primary:hover {
    background: #ececec;
}

.stats {
    display: flex;
    gap: 0px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* center the number and text */
}

.stat-item h3 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 5px;
     width: 8cap;          /* keeps the counter width fixed */
    text-align: center;   /* centers the number inside the width */
    font-family: 'Poppins', sans-serif; /* optional, prevents shifting digits */
}

.stat-item p {
    color: #000000;
    font-size: 16px;
    text-align: center;   /* matches the number */
    margin: 0;
}

/* Hero Image/Illustration */
.hero-image {
    flex: 1;
    display: none;
    justify-content: center;
}

/* Features Section */
.features {
    margin-bottom: 80px;
    margin-top: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Aura Glow Effect */
.aura-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
}

.aura-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    margin: 0 auto 50px;
    margin-top: -20px;
    margin-bottom: -80px;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    word-spacing: -2px;
    padding: 20px 0;
}

.aura-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aura-text2 {
  margin-top: 150px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}

.title-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    visibility: hidden;
}

.abilities-container {
    position: relative;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center */
    width: 100%;             /* full width of parent */
    height: 200px;           /* or whatever height you want */
    text-align: center;
    background: transparent;        /* just for visibility */
}

.ability-text {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    word-spacing: -1px;
}

.ability-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* features cards */

.features-container {
  display: flex;
  flex-direction: column;
  gap: 20px; /* smaller gap between cards */
  width: 100%;
  margin: 0;
  padding: 50px 20px;
  font-family: poppins, sans-serif;
  /* remove margin-top: -100px unless you need it */
}

.feature-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: transparent;
  border-radius: 16px;
  padding: 50px; /* reduce padding from 150px to 50px */
  gap: 40px;
  margin-left: 90px; /* remove extra left margin */
}

.feature-left {
  flex: 1;
}

.feature-tag {
  color: transparent;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: -14px;
  text-transform: uppercase;
}

.feature-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-desc {
  font-size: 20px;
  margin-bottom: 20px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 30px;
}

.feature-btn {
  position: relative;
  overflow: hidden;
  background: transparent;
  color: rgb(0, 0, 0);
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s ease;
}

/* shine */
.feature-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(230, 230, 230, 0.48),
    transparent
  );
  transition: left 1.2s ease;
}

.feature-btn:hover::before {
  left: 150%;
}

.feature-btn:hover {
  transform: scale(1.05);
}

.feature-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.feature-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.feature-icons img {
  width: 450px;
  height: 450px;
}

.feature-subtitle {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.social-icons {
    display: flex;
    justify-content: center;  /* center icons */
    gap: 20px;                /* spacing between icons */
    margin-top: 40px;
}

.social-icons a i {
    color: #3f3f3f;           /* white icons */
    font-size: 20px;          /* size of icons */
    transition: transform 0.3s, color 0.3s;
}

.social-icons a i:hover {
    transform: scale(1.2);    /* zoom on hover */
    color: #313131;           /* pinkish-purple hover color */
}

/* Footer */
.footer {
    text-align: center;
    padding: 30px 0;
    color: #000000; /* Light gray text instead of transparent */
    border-top: 2px solid rgba(200, 200, 200, 0.35); /* Semi-transparent border */
    margin-top: 150px;
    font-family: sans-serif;
    background-color: transparent; /* Dark background */
}

.footer-links a {
    color: #000000;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 15px;
}

.testimonials {
  max-width: none;
  margin: 0;
  padding: 80px 2%;
  font-family: "TikTok Sans", sans-serif;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, transparent);
  z-index: -100;
  pointer-events: none;
}

.container,
main,
.wrapper {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
    font-family: "TikTok Sans", sans-serif;
}

.testimonials {
  position: relative;
  overflow: hidden;
}

#testimonialsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  max-width: 1300px;  /* total width of all cards + gaps */
  margin: 0 auto;
  gap: 16px;
  padding: 16px;
  /* This ensures rows only grow as needed */
  grid-auto-rows: min-content;
  align-items: start; /* Important: align items to start, not stretch */
}

.testimonial-card {
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  height: auto;
  font-family: 'Arial', sans-serif;
  /* Allow card to grow as needed */
  min-height: fit-content;
}

.card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.username {
  font-weight: 500;
  font-size: 18px;
}

.school {
  font-size: 20ipx;
  color: #555;
}

.message {
  font-size: 22px;
  font-weight: 500;
  color: #707070;
  line-height: 1.5;
  /* Allow message to grow and shrink */
  flex: 1 1 auto;
  /* Control text truncation */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show 4 lines by default */
  -webkit-box-orient: vertical;
  transition: -webkit-line-clamp 0.3s ease;
  font-family: "TikTok Sans", sans-serif;
}

.message.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
  font-family: "TikTok Sans", sans-serif;
}

.read-more-btn {
  background: none;
  border: none;
  color: #555;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 0;
  align-self: flex-start;
  margin-top: -8px;
}

.read-more-btn:hover {
  text-decoration: underline;
}

/*.card-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #555;
  flex-shrink: 0;
}
*/

a {
  color: inherit;
  text-decoration: underline;
}

/* soft column gradients like the image */
/* Responsive Design */
@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-main-title {
        font-size: 48px;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .stats {
        justify-content: center;
    }
    
    .illustration {
        width: 350px;
        height: 350px;
    }
    
    .aura-text {
        font-size: 24px;
        flex-direction: column;
        gap: 10px;
    }
    
    .aura-glow,
    .aura-glow-2,
    .aura-glow-3 {
        width: 150%;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero-main-title {
        font-size: 40px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .illustration {
        width: 100%;
        max-width: 350px;
        height: auto;
        padding: 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        display: block;
        margin: 10px 0 0 0;
    }
    
    .aura-text {
        font-size: 20px;
        padding: 15px;
        margin-bottom: 30px;
    }
    
    .title-icon {
        width: 50px;
        height: 50px;
    }
    
    .aura-glow,
    .aura-glow-2,
    .aura-glow-3 {
        width: 180%;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .aura-text {
        font-size: 18px;
        flex-direction: column;
        gap: 8px;
    }
    
    .title-icon {
        width: 40px;
        height: 40px;
    }
    
    .aura-glow,
    .aura-glow-2,
    .aura-glow-3 {
        width: 200%;
        height: 140px;
    }
}