
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  
  background: #f5f1e8;
  overflow-x: hidden;
  
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 2px;
  margin: 20px 0;
}

#aclonica-regular {
  font-family: "Aclonica", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#container {
  position: relative;
  max-width: 800px;
  margin: 0 auto 100px;
  padding-bottom: 50px;
  min-height: 10000px;
}

#questions {
  position: relative;
  z-index: 1;
}

.question-block {
  background-color: #1eaeff;
  border-radius: 15px;
  padding: 40px;
  margin: 40px auto;
  max-width: 700px;
  box-shadow: none;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  border: none;
}


.question-box {
  background-color: #1eaeff;   /* Bright blue background */
  color: black;               /* Text color */
  width: 600px;               /* Adjust width */
  padding: 20px;
  border-radius: 15px;        /* Rounded corners */
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Soft shadow */
}

.lesson-block {
  background: #f5f1e8;
  color: #2c2c2c;
  padding: 40px;
  margin: 40px auto;
  max-width: 700px;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  justify-content: center;
  justify-items: center;
}

.lesson-block ol{
  width: auto;
  justify-content: center;
}
.lesson-block li{
  text-align: left;
}

.lesson-block h3 {
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 1px;
}

.lesson-block button {
  background: #4CAF50;
  font-size: 16px;
  padding: 12px 24px;
  margin-top: 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: none;
  color: white;
  cursor: pointer;
}

.lesson-block button:hover {
  background: #45a049;
  transform: translateY(-2px);
}

.investments-vs-assets {
  text-align: center;
  padding: 40px;
  background: #f5f1e8;
}

.hero{
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin-left:5%; 
  margin-right:5%;
}

.title{
  align-items: center;
  align-content: center;
}

/* .wiggly-line{
  width: 100%;
  height: 1750px;
  background-image: url("Icons/wigglyline-mod0.png");
  background-size: 90%;  
  background-position: top;
  background-repeat: no-repeat;
  transform: translateY(700px);
  margin-top: -1600px;
} */

.wiggly-line{
  width: 100%;
  height: 100%;
  background-image: url("Icons/wigglyline-mod0.png");
  background-size: cover;   /* or "contain" if you want it scaled without cropping */
  background-repeat: no-repeat;
  /* background-position: 50% 155%; */
}

.title-side{
  flex: 1;
  text-align: left;
  margin: 60px;
  align-content: center;
}

.blurb{
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin-left:5%; 
  margin-right:5%;
}
.blurb-side{
  align-content: center;
  width: 50%;
  flex: 1;
  text-align: right;
  margin: 40px;
}

.logo-side {
  flex: 1;
  align-items: center;
  align-content: center;
}

.pic-side{
  flex: 1;
  align-items: center;
  align-content: center;
  margin: 100px;
}

.comparison-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0;
  gap: 60px;
}

.asset-side, .investment-side {
  margin-top: -40px;
  flex: 1;
  text-align: center;
}

.icon-placeholder {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  background: #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}



.asset-icon {
  background: #d4a574;
}

.investment-icon {
  background: #7fb069;
}

.icon {
  width: 200px;
  display: flex;
  margin: 0%;
  justify-content: space-between; /* Distributes space between items */
  align-items: center;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  max-width: 250px;
  margin: 0 auto;
}


 /*
.dotted-separator {
  display: flex;
  justify-content: center;
  border: none;
  border-right: 4px dashed #4a90e2;
  align-items: center;
  height: 2000px;
  width: 1px;
  margin: 10000 auto;
}
*/
.dotted-separatorL {
  /* Style your line here (e.g., width, height, background-color) */
  align-items: center;
  width: 1000px;
  height: 100%; /* Example height, adjust as needed */
  border: none;
  left: 100%;
  right: 100%;

  z-index: 100;

  margin: 400px 200px; /* Adjust spacing around the line */
}
.dotted-separatorR {
  /* Style your line here (e.g., width, height, background-color) */
  align-items: center;
  width: 1000px;
  height: 100%; /* Example height, adjust as needed */
  border: none;

  z-index: 100;

  margin: 40px 20px; /* Adjust spacing around the line */
}

.dotted-separator {
  /* Style your line here (e.g., width, height, background-color) */
  align-items: center;
  width: 1px;
  height: 100%; /* Example height, adjust as needed */
  border: none;

  z-index: 100;
  /*border-left: 4px dashed #4a90e2;*/
  margin: 40px 20px; /* Adjust spacing around the line */
}

.left-content,
.right-content {
  /* Styles for your content containers */
  padding: 0px;
  border: px solid gray;
}

.separator {

  height: 500px;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  display: flex;
  justify-content: center; /* Distributes space between items */
  align-items: center; /* Vertically center items */
  background-image: url("Icons/DashedLineDrkBlue.png");
  background-repeat: repeat-y;   /* Repeats vertically */
  background-position: center top; /* Aligns to top center */
}



.sheep-icon {
  width: 400px;
  display: flex;
  margin: 0%;
  justify-content: center; /* Distributes space between items */

}

.boat-icon2 {
  width: 400px;
  display: flex;
  margin: 0%;
  justify-content: center; /* Distributes space between items */
  transform: rotate(200deg)
}

.boat-icon {
  width: 400px;
  display: flex;
  margin: 0%;
  justify-content: center; /* Distributes space between items */
  transform: rotate(155deg)
}




.categorization-area {
  background: #4a90e2;
  padding: 30px;
  margin-top: 40px;
  border-radius: 15px;
  color: white;
}

.category-instruction {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

.drag-sections {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.draggable-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.draggable-item {
  background: white;
  color: #2c2c2c;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: move;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
  user-select: none;
}

.draggable-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.draggable-item.dragging {
  opacity: 0.5;
}

.drag-section {
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 200px;
  flex: 1;
  max-width: 300px;
  transition: all 0.3s ease;
}

.drag-section.drag-over {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.drop-area {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
}

.drag-section h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.checkbox-group {
  text-align: left;
  margin: 20px 0;
}

.checkbox-group label {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  color: #2c2c2c;
  cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(1.2);
}

button {
  margin-left: 10px;
  padding: 8px 16px;
  background: #4a90e2;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

button:hover {
  background: #357abd;
}

span {
  margin-left: 10px;
  font-weight: bold;
}

input[type="text"] {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  width: 200px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus {
  border-color: #4a90e2;
  outline: none;
}

input[type="radio"] {
  margin-right: 8px;
  transform: scale(1.2);
}

label {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
}

.question-block h4 {
  color: #2c2c2c;
  margin-bottom: 15px;
  font-size: 22px;
}

.question-block ul {
  text-align: left;
  max-width: 400px;
  margin: 15px auto;
}

.question-block ul li {
  margin: 8px 0;
  padding: 5px 0;
}

#cloud {
  position: absolute;
  top: 0;
  left: 0;
  width:500%;
  height: 1000px; /* adjust to how tall your PNG should be */
  background-image: url("Icons/cloud.png");
  background-size: contain;   /* or "contain" if you want it scaled without cropping */
  background-position: top;
  background-repeat: repeat-y;
  z-index: 10;
  transform: translateY(0);
  transition: transform 0.8s ease-out;
  pointer-events: none; /* lets clicks pass through */
  margin: -200%;
}


/* Responsive design */
@media (max-width: 768px) {
  .comparison-section {
    flex-direction: column;
    gap: 30px;
  }
  
  .drag-sections {
    flex-direction: column;
  }
  
  .dotted-separator {
    display: none;
  }
  
  .sheep-icon {
    position: static;
    margin-top: 20px;
  }
}
