.elementor-6952 .elementor-element.elementor-element-5a80c1f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.animated-button {
      padding: 12px 24px;
      font-size: 16px;
      font-weight: bold;
      color: white;
      background-color: #007BFF;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .animated-button:hover {
      background-color: #0056b3;
      transform: scale(1.1);
    }/* End custom CSS */