/* General Overview Section Styling */
#overview {
    padding: 60px 20px;
    background-color: #010813;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
  }
  
  #overview h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  /* Text content blocks */
  #overview .elementor-widget-container {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  /* List Styling */
  .uxdesign {
    padding-left: 20px;
    margin-top: 10px;
  }
  
  .uxdesign li {
    margin-bottom: 10px;
  }
  
  /* Buttons Styling */
  .primary-button .elementor-button {
    background-color: #111;
    color: #fff;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  
  .primary-button .elementor-button:hover {
    background-color: #444;
  }
  
  /* SVG Icon */
  .elementor-button-icon svg {
    vertical-align: middle;
    stroke: #fff;
  }
 
  /* List bullet icon */
  .uxdesign {
    padding-left: 20px;
    list-style-type: disc; /* ensures bullet points appear */
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .uxdesign li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  