
body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #5c96a9;
  font-size: 2vw;
  margin: 200px;
  padding: 0;
  line-height: 1.6;
  color: white;
  margin:1px;
h2 {
  font-size: 3vw;
}
* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
 font-family: 'Segoe UI', sans-serif;
}

.flex-item {
  background-color: #5c96a9;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.flex-item2 {
  background-color:#407787;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
  }
}  
}
.question{
	background-color: #407787;
	padding: 1rem;
	border-radius:20px;
    display: flex;
	font-family: 'Segoe UI', sans-serif;
	font-size: 2vw;
}

.radio-label{
	 display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s;
}
.header {
  display: flex;
  padding: 15px 10px;
  background-color: #5c96a9;
}

.imtext{
  display: flex;
  padding: 150px 150px;
  background-color: #5c96a9;
}
.imtextdark{
  display: flex;
  padding: 15px 100px;
  background-color: #407787;
}
 .topnav {
	overflow:hidden;
    background-color: #fb8f8f;
    padding: 1rem;
	border-radius:20px;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(200, 150, 140, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
	margin:10px;
  }
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.flower{
	   max-width: 950px;
      margin: 3rem auto;
      padding: 2.5rem;
      background-color: #fffaf7;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(200, 150, 140, 0.15);
}




  nav a {
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
	
  }

  nav a:hover {
    background-color: #fcb6aa;
    text-decoration: none;
  }

.container {
  width: 90%;
  max-width: 950px;
	
  margin: 3rem auto;
  padding: clamp(1rem, 3vw, 2.5rem);
  background-color: #407787;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(200, 150, 140, 0.15);
  transition: all 0.3s ease;
}

.container h1, .container p {
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.5;
}

  
    .pink-container {
    max-width: 600px;
    margin: 1rem auto;
    padding: 1rem;
    background-color: #fb8f8f;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(200, 150, 140, 0.15);
  }
  
  .homecontain{
	  background-color: #fb8f8f;
	  border-radius: 20px;
	   max-width: 600px;
    margin: 1rem auto;
    padding: 1rem;
	border: 2px solid #f7d6d0;
	  
  }
    .homecontain:hover{
	  background-color:  #fcb6aa;
	  border-radius: 20px;
	  transition: all 0.6s ease;
	  
  }

.smallcontainer {
  max-width: 600vw;
  text-align:center;
max-height:8vw;  
  margin: 0.5rem auto;     
  font-size: 1vw;          
  background-color: #a59cdc;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(200, 150, 140, 0.15);
}

  .smallcontainer:hover {
	  background-color: #fb8f8f;
	    margin: 0.5rem auto; 
	  text-align:center;
	  font-size: 1.5vw;
	  transition: all 0.6s ease;
  }
  
  
  
  
button {
	background-color: #407787;
	padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(200, 150, 140, 0.15);
	color: white;
	font-family: 'Segoe UI', sans-serif;
}


  ul {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }

  li {
    margin-bottom: 0.8rem;
  }

  p {
    margin-bottom: 1.2rem;
  }

  .activity-box {
    background-color: #fb8f8f;
    padding: 1.5rem;
    border: 2px dashed #c45b5b;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 2fr));
  gap: 2rem;
  margin-top: 2rem;
}

.info-card {
  opacity: 0;
  transform: translateY(3vw);
  background: #407787;
  border: 2px solid #f7d6d0;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(200, 150, 140, 0.2);
  transition: all 0.6s ease;
}

.info-card h3 {
  color: #fb8f8f;
  margin-bottom: 0.8rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.info-card.show {
  opacity: 1;
  transform: translateY(0);
}

.circle-container {
      position: relative;
      width:600px;
      height: 600px;
      margin: 3rem 0;
      background-size: cover;
      background-position: center;
      border-radius: 100%;
      overflow: visible;
    }


    .circle:hover {
      background-color: #fcb0ab;
    }

    .popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fffaf7;
	  color:  #4a2c2a;
      border: 3px solid #f7d6d0;
      padding: 2rem;
      border-radius: 30px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      max-width: 80%;
      width: 600px;
      z-index: 999;
      display: none;
      text-align: left;
    }

    .popup h2 {
      margin-top: 0;
	  
    }

    .back-button {
      margin-top: 2rem;
      background-color: #f7d6d0;
      border: none;
      padding: 0.6rem 1.2rem;
      border-radius: 12px;
      cursor: pointer;
      color: #4a2c2a;
      font-weight: bold;
    }

    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      z-index: 998;
    }
	.circle-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4a2c2a;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 248, 244, 0.8); /* soft background for readability */
	border-radius: 10px;}
	


.circle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  gap: 10rem;
  margin: 2rem auto;
  padding: 1rem;
  max-width: 900px;

}

.circle {
  background-color: #fb8f8f;
  color: #fffaf7;
  padding: 1rem;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(200, 150, 140, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}


.circle:hover {
  background-color: #f7d6d0;
  color: #4a2c2a;
  transform: scale(1.05);
}









  
}














