body{
    background-color: #E4E6D9;
    font-style: robot;
}


   .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    }
    .nav_links {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 30px;
        gap: 150px; 
    }

    .nav_links li {
        margin: 0;
    }

    .nav_links li a {
        text-decoration: none;
        color: #000;
        font-size: 20px;

    }
    .nav_links a.active {
        color: rgb(21, 117, 21);
        font-weight: bold;
    }
    



.footer_main{
    background-color: #C0CFB2;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.footer_main, a{
    font-size: 20px;
}
        .footer_column {
            flex: 1;
            margin: 0 150px;
        }
    
        .footer_column, h3 {
            margin-bottom: 10px;
        }
    
        .footer_column, ul {
            list-style: none;
            padding: 0;
        }
    
        .footer_column, ul, li, a {
            text-decoration: none;
            color: #000;
        }
    
    
    .line {
        border-bottom: 4px solid #6C8776;
       }


       .main, .importantly, .offers, .info {
        margin-left: 70px;
    }
    .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

    .main img {
        width: 40%;
        max-width: 500px;
        height: auto;
    }

    p, li {
        font-size: 20px
    }

    .content {
        text-align: center;
        font-size: 20px;
        margin: 20px;
    }

    



/* Основні стилі для контейнера фікуса */
.ficus-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  
  /* Стилі для попапу */
  .popup-container {
    display: flex;
    align-items: center;
  }
  
  /* Стилі для хмарки зліва */
  .speech-bubble {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    max-width: 300px;
    margin-right: 15px;
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    display: none;
    order: -1; /* Хмарка зліва */
  }
  
  .speech-bubble.show {
    display: block;
  }
  
  .speech-bubble::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  
  /* Стилі для блоку питань */
  .question-box {
    position: fixed;
    top: 120px; /* Нижче навігації */
    right: 10%;
    transform: translateX(50%);
    background-color: #e6f7e6;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    max-width: 350px;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: none;
  }
  
  .question-box.show {
    display: block;
  }
  
  .question-box div {
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #f8fff8;
  }
  
  .question-box div:hover {
    background-color: #d0e9d0;
    transform: translateX(5px);
  }
  

  
  /* Стилі для зображення персонажа */
  .character {
    width: 250px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-top: 10px;
  }
  
  .character:hover {
    transform: scale(1.05);
  }
  
  /* Стилі для панелі кнопок */
  .ficus-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 5px;
  }
  
  /* Стилі для кнопок */
  .ficus-controls button {
    background-color: #a3d9a5;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    color: #333;
    font-weight: 500;
  }
  
  .ficus-controls button:hover {
    background-color: #8bc78d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Стилі для кнопки повернення */
  #return-btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background-color: #a3d9a5;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    font-weight: 500;
  }
  
  #return-btn:hover {
    background-color: #8bc78d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  
  /* Адаптивність для мобільних пристроїв */
  @media (max-width: 768px) {
    .ficus-container {
      right: 10px;
      bottom: 5px;
    }
    
    .character {
      width: 180px;
    }
    
    .speech-bubble {
      max-width: 200px;
      font-size: 16px;
      padding: 10px;
    }
    
    .question-box {
      bottom: 200px;
      right: 10px;
      max-width: 200px;
      font-size: 16px;
      padding: 10px;
    }
    
    .ficus-controls button {
      padding: 6px 10px;
      font-size: 14px;
    }
    
    #return-btn {
      padding: 8px 12px;
      font-size: 14px;
    }
  }
  
  /* Анімація для привернення уваги */
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  
  .attention {
    animation: bounce 1.5s infinite;
  }