*
.tallobody
{
    background-color:#e7f1f4;
}
.tallobody p
{
  font-size: 18px;
    line-height: 1.6;
}
.tallocontainer
{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.talloheader
{
display: flex;
max-width: 60%;
flex-direction: column;
justify-content: center;
align-items: center;
padding:  20px;

}
.talloimglogo
{
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;

}
.imglogo
{
    width: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.Talloname
{
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Tallonamep1
{
    font-size: 32px;
    font-weight: 500;
    margin: 30 auto;
}
.Tallonamep2
{
    font-size: 16px;
}
.project-details {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    font-family: sans-serif;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  .project-details h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .project-details ul {
    list-style-type: none;
    padding: 0;
  }
  
  .project-details li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  
  .project-details strong {
    display: inline-block;
    width: 150px;
  }

  .roadmap
  {
    width: 100%;
  }

  .roadmap img
  {
    max-width: 100%;
  }
  .key-insights {
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
    font-family: sans-serif;
  }
  
  .key-insights h3 {
    
    margin-bottom: 20px;
    color: #333;
  }
  
  .key-insights ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .key-insights li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
  }
  .talloresearch
  {
    padding-top: 40px;
    max-width: 60%;
  }
  
  .researchimg
  {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
  }

  .researchimg img
  {
    width: 40%;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  }

  .tallointerviews
  {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tallointerviews img
  {
    padding-top: 40px;
    max-width: 100%;
  }
  .tallodefine
  {
    max-width: 60%;
padding-top: 40px;
  }
  .talloideation
  {
    max-width: 60%;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .talloideation img
  {
    max-width: 100%;
  }
  .core-features
  {
    list-style-type: disc;
    padding-top: 10px;
  }
  .core-features li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }
  .talloprototype
  {
    padding-top: 40px;
    max-width: 60%;
    margin: auto;
  }
  .voiceroom
  {
    max-width: 100%;
  }
  .voiceroomcontent
  {
    max-width: 80%;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 20px; /* space between items */
    margin-top: 20px;
  }
  .screen1 img
  {
    max-width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  justify-self: center; /* centers horizontally */
  align-self: center;   /* centers vertically */
  }

  .screen1 img:hover {
    transform: scale(1.02);
  }
  .tallotesting
  {
    max-width: 60%;
    padding-top: 40px;
  }
  .usability-tasks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 20px 0;
    color: #444;
  }
  
  .task-box {
    background-color: #f0f7fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
  }
  
  .task-box h4 {
    margin-top: 0;
    font-size: 18px;
    color: #2c3e50;
  }
  
  .task-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }

  .voice-room-feedback {
    max-width: 100%;
    margin: 40px auto;
    font-family: sans-serif;
  }
  
  .voice-room-feedback h2, 
  .voice-room-feedback h3 {
    color: #2c3e50;
    margin-bottom: 16px;
  }
  
  .voice-room-feedback p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
  }
  
  .feedback-list, .recommendations-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .feedback-list li, .recommendations-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
  }

  .quote-section {
    max-width: 700px;
    margin: 30px auto;
    padding: 40px;
    position: relative;
    font-family: Georgia, serif;
  }
  
  .quote-icon {
    font-size: 80px;
    color: #aaa;
    position: absolute;
    top: 5px;
    left: 20px;
  }
  
  .quote-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 60px;
  }

  .tallohifi {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    max-width: 60%;
  }
  
  .tallohifi h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .tallohifi p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
  }
  
  .frame-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  
  .mobile-frame {
    width: 100%;
    aspect-ratio: 280 / 600; /* keeps it in mobile shape */
    border: 6px solid #333;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: white;
  }
  
  .mobile-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
  }
  .prototype-video {
    max-width: 35%;
    margin: 20px auto;
    border: 8px solid #333;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
  
  .prototype-video video {
    width: 100%;
    height: auto;
    display: block;
  }

  .tallolearn
  {
    max-width: 60%;
  }
  .tallolearn p
  {
    font-size: 18px;
    line-height: 1.6;
  }

  .next-steps {
    max-width: 60%;
    margin: 50px auto;
    font-family: Arial, sans-serif;
  }
  
  .next-steps h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .next-steps ul {
    padding-left: 20px;
    list-style-type: disc;
    color: #555;
  }
  
  .next-steps li {
    margin-bottom: 12px;
    line-height: 1.6;
  }  

  .talloconclusion {
    max-width: 60%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  .talloconclusion h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .talloconclusion p {
    font-size: 18px;
    line-height: 1.6;
  }

  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .footer p
  {
    font-size: 16px;
  }

  @media (max-width: 768px)
  {
    .talloheader, .project-details, .talloresearch, .tallodefine, .talloideation, .talloprototype, .tallotesting, .tallohifi, .tallolearn, .next-steps, .talloconclusion  {
     max-width:  80%;

    }
    .tallocontainer p
    {
     font-size: 16px;
    }
    .talloheader p {
      font-size: 16px;
    }
    .talloimglogo
    {
      max-width: 30%;
      margin-bottom: 20px;
    }
    .project-details
    {
      max-width: 90%;
      margin: 20px auto;
    }
  }