/* body{
    background: #ccc;
} */

.register-btn {
    display: block; 
  }
  
  @media (max-width: 448px) {
    .register-btn {
      display: none;
    }
  }


.accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    border: none;
    background-color: #f3f4f6;
    text-align: left;
    cursor: pointer;
  }
  
  .accordion-content {
    padding: 1rem;
    background-color: #e5e7eb;
    display: none;
  }
  
  .accordion-item.active .accordion-content {
    display: block;
  }


  footer {
    margin-top: 5rem;
  }
.bg-blue-container{
    background-color: #4A47C1;
    border-radius: 24px;
    padding: 2rem;
    color: white;
  }

  .strategic{
   color: #4A47C1;
  }

  .decisions{
    color: #4A47C1;
  }


  .bg-blue-container1 {
    background-color: #4A47C1;
    border-radius: 20px;
    color: white;
  }



  .bg-blue-container2 {
    background-color: #4A47C1;
    border-radius: 20px;
    color: white;
  }


  .bg-blue-container3 {
    background-color: #4A47C1;
    border-radius: 20px;
    color: white;
  }


.bg-blue-container button {
    background-color: white;
    color: #4A47C1;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: 2px solid white; 
  }
  
  .bg-blue-container button:hover {
    background-color: #f0f0f0; 
  }



  .bg-white {
    background-color: #f9fafb;
  }
  
  .text-gray-700 {
    color: #374151;
  }
  
  .text-blue-600 {
    color: #2563eb;
  }
  

  .bg-white {
    background-color: #f9fafb; 
  }
  
  .text-gray-700 {
    color: #374151; 
  }
  
  .text-green-600 {
    color: #10b981;
  }
  
  .dialog-box {
    position: static !important; 
    margin-top: 2rem; 
  }