/*body{
font-family:Arial;
padding:20px;
background:#;
}



.auth-box{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 0 10px gray;
width:280px;
}

input{
width:100%;
padding:10px;
margin:6px 0;
}

button{
padding:10px;
background:black;
color:white;
border:none;
cursor:pointer;
margin-top:10px;
}

button:hover{
background:#333;
}

/* RESULT COLORS */
/*
.thriving{ background:#2ecc71; color:white; }
.surviving{ background:#f1c40f; }
.struggling{ background:#e67e22; }
.crisis{ background:#8b0000; color:white; }

.title {
  display: flex;
  align-items: center;
  justify-content: center;   /* centers the whole heading */
 /*gap: 10px;                 space between image and text
  text-align: center;
}
*/
body{
  background-color: #faedcd;
}
.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;        /* makes the image circular */
  object-fit: cover;         /* prevents image distortion */
}

.navbar {
  display: flex;
  justify-content: center;     /* center navbar */
  background-color: #3a5a40;
   /* dark background */
  padding: 10px 0;
}

.nav-item {
  color: white;
  padding: 10px 25px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

/* vertical division line */
.nav-item:not(:last-child) {
  border-right: 2px solid white;
}

/* hover effect */
.nav-item:hover {
  background-color: #374151;
}
a{
    color: antiquewhite;
    text-decoration: none;
}


.mental-health-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  gap: 30px;
  background-color:#dde5b6;
}

.text-part {
  flex: 1;
}

.text-part h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.text-part p {
  font-size: 18px;
  line-height: 1.6;
}

.image-part {
  flex: 1;
  text-align: center;
}

.image-part img {
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
}

.login-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #124559;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;      /* removes underline */
  border-radius: 8px;
  transition: 0.3s ease;
}

.login-btn:hover {
  background-color: #01161e;
  transform: scale(1.05);
}


.topics-section {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding: 40px;
}

.topic-box {
  flex: 1;
  background-color: rgb(137, 204, 180);
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  color: #e9ebf2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.topic-box h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Jockey One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.topic-box:hover {
  background-color: #7b95b4;
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}


/* background */
.login-body {
  margin: 0;
  height: 100vh;
  background: linear-gradient(135deg, #e0f2fe, #f8fafc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* container */
.login-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* card */
.login-card {
  background-color: #ffffff;
  width: 360px;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* branding */
.brand-title {
  color: #1e3a8a;
  margin-bottom: 5px;
}

.tagline {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 25px;
}

/* login heading */
.login-title {
  color: #0f172a;
  margin-bottom: 20px;
}

/* inputs */
.login-card input {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5f5;
  font-size: 15px;
}

.login-card input:focus {
  outline: none;
  border-color: #2563eb;
}

/* buttons */
.primary-btn {
  width: 100%;
  padding: 12px;
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.primary-btn:hover {
  background-color: #1e40af;
}

/* register link */
.switch-text {
  margin-top: 18px;
  font-size: 14px;
  color: #475569;
}

.switch-text a {
  color: #2563eb;
  font-weight: bold;
  text-decoration: none;
}

.switch-text a:hover {
  text-decoration: underline;
}

.Started{
    color: black;
}

.logoimg{
    width: 80px;
    height: 80px;
}
.title{
   font-family: "Quintessential", serif;
  font-size: 80px;
  font-style: normal;
  color:#3a5a40;
}
.youth{
  background-color:#f4d58d;
}
.logoimg{
  border-radius: 50%;
}

.Started {
  display: inline-block;
  margin-top: 30px;
  padding: 18px 44px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  border-radius: 999px;

  /* Gradient */
  background: linear-gradient(
    135deg,
    #22c55e,
    #38bdf8,
    #a855f7
  );

  /* Glow */
  box-shadow:
    0 10px 30px rgba(56, 189, 248, 0.45),
    0 0 0 rgba(168, 85, 247, 0.6);

  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Subtle breathing animation */
.Started {
  animation: breathe 3.5s ease-in-out infinite;
}

/* Hover effect */
.Started:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow:
    0 18px 45px rgba(56, 189, 248, 0.6),
    0 0 20px rgba(168, 85, 247, 0.7);
}

/* Click effect */
.Started:active {
  transform: translateY(-2px) scale(0.98);
}

/* Shimmer shine */
.Started::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
}

/* Shine animation on hover */
.Started:hover::before {
  animation: shine 1s ease forwards;
}

/* Animations */
@keyframes breathe {
  0% {
    box-shadow:
      0 10px 30px rgba(56, 189, 248, 0.45),
      0 0 0 rgba(168, 85, 247, 0.6);
  }
  50% {
    box-shadow:
      0 14px 40px rgba(56, 189, 248, 0.65),
      0 0 18px rgba(168, 85, 247, 0.8);
  }
  100% {
    box-shadow:
      0 10px 30px rgba(56, 189, 248, 0.45),
      0 0 0 rgba(168, 85, 247, 0.6);
  }
}

@keyframes shine {
  to {
    left: 140%;
  }
}


.anximg{
  height: 150px;
  width: 150px;
  justify-content: center;
}

.subsimg{
  height: 150px;
  width: 150px;
  justify-content: center;
}
.eatdisimg{
  height: 150px;
  width: 150px;
  justify-content: center;
}
.acdimg{
   height: 150px;
  width: 150px;
  justify-content: center;
}
 .footer {
  background-color: #ffedd8;
  font-family: Arial, sans-serif;
}

/* Top section */
.footer-top {
  display: flex;
  justify-content: space-around;
  padding: 20px 20px;
}

.footer-col {
  width: 22%;
}

.footer-col h3 {
  background-color: #3a8b91;
  color: rgb(255, 253, 253);
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: disc;
  padding-left: 20px;
}

.footer-col ul li {
  margin-bottom: 10px;
  color: #333;
  cursor: pointer;
}

/* Middle bar */
.footer-middle {
  background-color: rgb(60, 92, 144);
  padding: 12px;
  text-align: center;
}

.footer-middle a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-size: 14px;
}

/* Bottom bar */
.footer-bottom {
  background-color: #01584c;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul li:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #583101;
}

/*----------Footer Editing-------------*/
.directindex{
  color: #0f172a;
}

.directsurvey{
  color: #0f172a;
}

.directblogs{
  color: #0f172a;
}

.directhelp{
  color: #0f172a;
}

.directresources{
  color: #0f172a;
}
.directres{
  color: #0f172a;
}
.directsuranx{
  color: #0f172a;
}
.directhelpine{
  color: #0f172a;
}
.directacademic{
  color: #0f172a;
}
.directus{
  color: #0f172a;
}
.directteam{
  color: #0f172a;
}
